* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'poppins', sans-serif;
  }
  
  html {
    overflow-x: hidden !important;
  }
  
  /* Navbar Start */
  #navbar {
    background: #f0ecfc;
    border-bottom: 1px solid rgba(54, 53, 53, 0.411);
    padding: 0%; 
    height: 85px;
  }
  
  #logo {
    font-size: 36px;
    font-weight: 650;
    color: black;
    margin-bottom: 5px;
  }
  
  #logo span {
    color: black;
  }
  
  .navbar-toggler span {
    color: black;
  }
  
  .navbar-nav {
    margin-left: 20px;
  }
  
  .nav-item .nav-link {
    font-size: 16px;
    font-weight: 550;
    color: black;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 1s ease;
  }
  
  .nav-item .nav-link:hover {
    background: black;
    color: white;
  }
  
  #navbar form button {
    background: #6f42e5;
    color: white;
    border: none;
    border-radius: 1.25rem;
  }
  
  #navbar form button:hover {
    color: white;
  }
  
  /* Navbar End */
  
  /* Home Section Start */
  .home {
    width: 100%;
    height: auto;
    padding: 150px 0;
    background-repeat: no-repeat;
    margin-top: 85px;
    background-color: #ffffff;
    margin-top: -45px;
    margin-bottom: -145px;
  }
  
  #btn {
    background-color: #6f42e5;
    color: white;
  }
  
  #Item:hover {
    background-color: #6b68686b;
  }
  
  #btn:hover {
    color: white;
  }
  
  .Help {
    text-align: left;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    #navbar {
      text-align: center;
    }
  
    .navbar-nav {
      margin-left: 0;
    }
  
    .navbar-nav .nav-link {
      display: block;
      margin-bottom: 10px;
    }
    .MobileImg{
      display: none;
    }
  }
  
  @media (max-width: 576px) {
    #logo {
      font-size: 28px;
    }

    

  }
  

  @media (max-width: 991px) {
   .nav_bg {
    background-color: white;
   }
    

  }

  .home .content {
    text-align: left;
  }
  
  .home .content h5 {
    color: black;
    font-size: 38px;
    font-weight: 550;
  }
  
  h5 {
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 450;
  }
  
  .home .content p {
    color: black;
    font-size: 18px;
    margin-bottom: -10px;
    margin-top: 5px;
  }
  
  .BOO {
    padding: 10px;
    background: #6f42e5;
    color: white;
    border-radius: 0.25rem;
    letter-spacing: 2px;
    transition: 0.5s;
    padding: 3px 26px;
    font-weight: 100;
  }
  
  .home .content a:hover {
    color: white;
    text-decoration: none;
  }
  
  .Mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .image-container {
    position: relative;
    width: 50%;
  }
  
  .MobileImg {
    width: 145%;
    height: auto;
  }
  
  .Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  
  @keyframes changetext {
    /* Keyframe animation styles go here */
  }
  
  @media (max-width: 850px) {
    .home {
      background-position: 50%;
    }
  }
  
  @media (max-width: 450px) {
    .home .content h5 {
      font-size: 25px;
    }
  
    .Mobile {
      display: none !important;
    }
  
    .home .content {
      font-size: 38px;
    }
  }
  

    .Overlay{
        display: none;
    } 

    .home .content {
        font-size: 21px;
    }

/* <!-- Home Section End --> */


/* <!-- Section Employes Start --> */
.Emp {
    background-color: #dbd4f5;
    padding: 50px 0;
    background: linear-gradient(to bottom, #d4ccf1 0%, #d8b3e9 100%);

  }
  
  .WORD {
    margin-top: 0;
    padding: 10px 0;
  }
  
  .title0 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    /* font-weight: 450; */
    font-family: ui-serif;
    font-size: xxx-large;
    font-weight: 600;
  }
  
  @media screen and (max-width: 768px) {
    .Emp {
      padding: 30px 0;
    }
    .EMPIMG {
      display: none;
    }
    .WORD {
      padding: 5px 0;
    }
    .title0{
      margin-top: -15px;
    }
    .container_custome {
      width: 95% !important;
      margin: auto;
      padding: 30px;
  }
  }
  
  @media screen and (max-width: 480px) {
    .Emp {
      padding: 20px 0;
    }
    .WORD {
    line-height: 18px;
    padding: 3px 0;
    font-size: 19px;
    height: 33px;
    width: 140%;
    }
    .WO1 {
      width: 100%;
    }
  }
  


  .EMPIMG {
    width: 45%;
    margin-top: -121px;
  }
  
  .WO {
    display: flex;
    align-items: center;
    gap: 0px;
  }
  
  .WO1 {
    width: 65%;
  }
  
  .Service {
    background: #fff;
    padding: 12px;
  }
  
  .title {
    text-align: center;
    margin-bottom: 0rem;
    margin-top: 1rem;
    font-weight: 450;
  }
  
  .Service .card {
    border-radius: 10px;
    box-shadow: #0a0713 0px 0px 6px;
    background-color: rgba(31, 29, 32, 0.61);
    cursor: pointer;
  }
  
  .Service .card IMAGE {
    border-radius: 10px;
    transition: 0.5s;
  }
  
  .rectangle {
    width: 550px;
    height: 220px;
    background-color: #ffffff;
    opacity: 60%;
    border-radius: 8px;
  }
  
  .card11 {
    background: transparent;
    background: linear-gradient(to bottom, #d4ccf1 0%, #d8b3e9 100%);
    border-radius: 8px;
  }
  
  span {
    color: green;
  }
  
  .container {
    cursor: pointer;
  }
  

  .Code {
    color: black;
    font-weight: bold;
  }
  
  .card11:hover {
    transform: scale(1.1);
  }
  
  .card11 {
    transition: 0.5s;
  }

  .card{
    position: relative;
  }

  .opacity_div{
    position: absolute;
     top: 0; 
     bottom: 0; 
     right: 0;
    left: 0;
     background-color: rgba(0, 0, 0, 0.473);
      border-radius: 9px;
  }
  
  @media (max-width: 765px) {
    .book {
      padding: 0;
    }
  
    .main-text h1 {
      padding: 20px;
    }
    .ABCD{
      width: 100% !important;
    }
    .drow{
      display: flex;
      flex-direction: column ;
      width: 100%;
     }
  }
  
  @media (max-width: 450px) {
    .card11 {
      flex-direction: initial;
    }
    .service-item{
      flex-basis: 100% !important;
    }
    .ReviEWS{
      font-size: 50px;
    }
    #R1{
      width: 75%;
     }

  }
  
  @media (max-width: 1440px) {
    .main-wrapper {
      width: 100vw;
    }
    
  }
  
  .III {
    width: 208px;
  }
  
  .back-text {
    position: relative;
    z-index: -2000;
  }






  .reviews {
    overflow: hidden;
    background: linear-gradient(to bottom, #d4ccf1 0%, #d8b3e9 100%);
  }

  .ReviEWS{
    font-size: xx-large;
  }
  
  .reviews-title {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 450;
  }
  
  .reviews-title p {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: rgb(0, 0, 0);
  }
  
  .reviews-CArd {
    display: grid;
    grid-template-columns: 1fr 480px;
    width: 781px;
  }
  
  @media (max-width: 425px) {
    .reviews-CArd {
      grid-template-columns: 1fr;
      width: fit-content;
    }

  }
  
  .CArd-img {
    width: fit-content;
    height: fit-content;
  }
  
  .CArd-text {
    background-color: white;
    padding: 2rem 4rem;
    height: 250px;
    overflow: hidden;
  }
  
  @media (max-width: 425px) {
    .CArd-text {
      padding: 1rem 2rem;
      width: 70vw;
      height: fit-content;
    }
  }
  
  .CArd-title p {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 105.52%;
  }
  

  .CArd-para {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
  }
  
  .CArd-author {
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }
  
  .reviews-row {
    display: flex;
    gap: 2rem;
  }
  
  .Row-Box {
    width: 70%;
    margin: 30px auto !important;
  }
  
  @media (max-width: 425px) {
    .CArd-title p {
      font-weight: 700;
      font-size: 1rem;
    }
  
    .CArd-para p {
      font-size: 0.7rem;
    }
  
    .CArd-author p {
      font-size: 0.7rem;
    }
  
    .reviews-row {
      flex-direction: column;
      margin: 0 auto;
      width: fit-content;
    }
  
    .reviews img {
      width: 70vw;
    }
  }
  
  .row-first,
  .row-third {
    animation: move-first 20s linear infinite;
    margin-bottom: 2rem;
  }
  
  .row-second {
    transform: translateX(-1000px);
    animation: move-second 20s linear infinite;
    margin-bottom: 2rem;
  }
  
  @media (max-width: 500px) {
    .row-first,
    .row-third,
    .row-second {
      animation: none !important;
      margin-bottom: 2rem;
    }
  
    .row-second {
      transform: none;
      animation: none;
      margin-bottom: 2rem;
    }
  }
  
  @keyframes move-first {
    50% {
      transform: translateX(-1000px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  @keyframes move-second {
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1000px);
    }
  }
  
  .Experience {
    background: #fff;
  }
  
  .counter {
    text-align: center;
    padding: 20px;
    background-color: #aa98eb;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 1s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 12px;
    color: white;
  }
  

  .counter:hover {
    transition: 1s;
  }
  
  .counter p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  .count {
    font-size: 48px;
    color: #333333;
    transition: color 1s ease;
    color: white;
  }
  
  .Description {
    text-align: center;
    font-size: 70px;
    color: rgb(67, 65, 65);
  }
  
  .Description1 {
    text-align: center;
    font-size: 38px;
    color: gray;
  }
  
  .title1 {
    text-align: center;
    margin-bottom: 0rem;
    margin-top: 1rem;
    font-weight: 450;
    font-family: ui-serif;
    font-size: xxx-large;
  }
  
  .Diss {
    text-align: center;
    font-size: 20px;
    color: rgb(73, 72, 72);
  }
  
  .Call {
    background: #fff;
  }
  
  .NUMb {
    font-size: 21px;
  }
  
  .QQ {
    background: linear-gradient(to bottom, #d4ccf1 0%, #d8b3e9 100%);
    padding: 20px 0;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
  }
  
  .qq1 {
    width: 50%;
  }
  
  .talk {
    color: #fff;
    padding: 2px 20px;
    font-size: 50px;
    margin-right: 15px;
  }
  
  #Questssions {
    color: #fff;
    font-size: 1.4rem;
  }
  
  .Aboutus-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-left: 21px;
  }
  
  .Aboutus-column {
    width: 30%;
  }
  
  .Aboutus-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .Aboutus-column p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    .count {
      font-size: 36px;
    }
  
    .Description {
      font-size: 48px;
    }
  
    .Description1 {
      font-size: 24px;
    }
  
    .Diss {
      font-size: 16px;
    }
  
    .QQ {
      max-width: 100%;
    }
  
    .talk {
      font-size: 32px;
    }
  
    .Aboutus-content {
      flex-wrap: wrap;
    }
  
    .Aboutus-column {
      width: 100%;
      margin-bottom: 40px;
    }
  }
  
  
  .social-media {
    list-style: none;
    padding: 0;
    display: flex;
  }
  
  .social-media li {
    margin-right: 10px;
  }
  
  .social-media a {
    color: #fff;
    font-size: 18px;
  }
  
  .Aboutus-bottom {
    background-color: #857ed7;
    /* background: linear-gradient(to bottom, #bdacf8 0%, #d8b3e9 100%); */
    padding: 10px 0;
    text-align: center;
    color: black;
    font-weight: bold;
  }
  
  .Aboutus-bottom p {
    margin: 0;
    font-size: 14px;
  }
  
  #ICon {
    justify-content: center;
  }
  
  #Address {
    text-align: left;
    line-height: 6px;
  }
  
  @media (max-width: 768px) {
    .Aboutus-content {
      flex-wrap: wrap;
    }
  
    .Aboutus-column {
      width: 100%;
      margin-bottom: 30px;
    }
    
    .social-media {
      justify-content: center;
    }
    
    .social-media li {
      margin-right: 8px;
    }
    
    .social-media a {
      font-size: 16px;
    }
    
    .Aboutus-bottom p {
      font-size: 12px;
    }
    .off1{
      display: none;
    }
    .off2{
      display: none;
    }
    .services{
      padding: 0px 0 !important;
    }
  }
  

  .services {
    padding: 5px 0;
    background-color: #f7f7f7;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .section-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
  }
  
  .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .service-item {
    flex-basis: 33.33%;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .service-item i {
    font-size: 48px;
    color: #6f42e5;
    margin-bottom: 20px;
  }
  
  .service-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
  }
  
  .service-description {
    font-size: 16px;
    color: #777777;
  }
  

 /* content about company start*/

 .container {
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.who-we-are {
  padding-right: 30px;
}

.section-title {
  font-size: 24px;
  /* font-weight: bold; */
  color: #000000;
  margin-bottom: 10px;
  font-family: ui-serif;
  font-size: xxx-large;
}

.description {
  font-size: 16px;
  color: #000000;
}

.additional-content {
  display: none;
}

.more-content {
  margin-bottom: 10px;
}

.show-more-btn {
  background-color: #6f42e5;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
}

.photo-container {
  position: relative;
}

.off1 {
  position: relative;
  z-index: 2;
  width: 100%;
}

.off2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
}
.ABCD{
  width: 50%  ;
}
 /* content about company end*/

 .drow{
  display: flex;
  width: 100%;
 }

 .container_custome{
  width: 75%;
  margin: auto;
  padding: 30px
 }



 /* Heading Text Size  */

 @media (max-width: 450px) {
  #wespo{
    font-size: 38px !important;
  }
  .title0{
    font-size: 33px !important;
  }
  .section-title{
    font-size: 33px !important;
  }
  .ReviEWS{
    font-size: 40px !important;
  }
  .title1{
    font-size: 32px;
  }
 }

 /* ==================== register here button start ====================== */

 .containerj {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 75%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #d4ccf1 0%, #d8b3e9 100%);
}

.title {
  flex: 1;
  font-size: 18px;
  padding-right: 20px;
}

.button {
  flex: 0;
  background-color: #6f42e5;
  color: #fff;
  padding: 10px 20px; 
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.button:hover {
  background-color: #503691;
  color: #fff;
}

.ruis{
  font-size: medium;
}

@media screen and (max-width: 600px) {
  .containerj {
    flex-direction: column;
    text-align: center;
  }

  .title {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
  }
}

 /* ==================== register here button end ====================== */