* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}
body,html {
    min-height: 100vh;
    margin: 0;
    overflow-x:hidden;
    width: 100%;
    width: -webkit-fill-available;}

/* Navbar */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  padding: 1.2rem 10%;
  box-shadow: 6px 6px 6px rgba(147, 147, 147, 0.05);
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 100;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transition: 0.5s;
}
.header:hover::after {
  left: 100%;
}
.logo {
  width: 143px;
  height: 76px;
}
.navbar a {
  font-size: 1.15rem;
  color: rgba(30, 30, 30, 1);
  text-decoration: none;
  font-weight: 400;
  margin-left: 1.5rem;
}
.navbar a:hover {
  color: #5d70d6;
  text-decoration: underline;
}
#check {
  display: none;
}
.icon{
  position: absolute;
right: 5%;
font-size: 2.8rem;
color: rgba(30, 30, 30, 1);
cursor: pointer;
display: none;
}
.dropdown-container {
  position: relative;
  display: inline-block;
}
.dropdown-button {
  border: none;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e2e5f5;
  width: 263.08px;
  height: 290px;
  z-index: 1;
  border-radius: 4px;
}
.dropdown-content a {
  font-family: inherit;
  font-weight: 500;
  size: 20px;
  color: #4d4d4d;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #5d70d6;
  text-decoration: underline;
}
.dropdown-container.active .dropdown-content {
  display: block;
}

/* Transformation of your business */
.transformation {
    width: 100%;
    height: auto;
    margin-top:5px;
}

.trans-main {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items:start;
    padding: 2% 5% 3% 5%;
    gap: 3%;
}

.trans-text {
    margin-bottom:2%;
    margin-left: 5%;
}

.transformation p {
    margin-top: 5%;
    font-weight: 550;
    font-size: 20px;
    line-height: 36px;
}

.trans-img{
    width: 100%;
    width:-webkit-fill-available;
}
.trans-img img{
    width:80%;
}
@media (max-width:1100px){    
.trans-img img{
    width:100%;
}
}
/* Our Values */

#ourValues {
    width: 100%;
    height: auto;
    background: #DDDDDD;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;

}

.blue-word {
    color: #5D70D6;
}

.black-word {
    color: #1E1E1E;
}

#ourValues h2 {
    font-weight: 700;
    font-size: 64px;
    padding-top: 5%;
}

.ourValues-para {
    font-weight: 500;
    font-size: 24px;
    padding: 5% 10% 5% 10%;
    line-height: 36px;
}

.ourValues-card-container {
    align-self: center;
    display: flex;
  display: -webkit-flex;
justify-content: center;
}


.ourValues-card {
    background:whitesmoke;
    width:20%;
    height:268px;
    border-radius: 2%;
    color: #FFFFFF;
    display: flex;
  display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
margin:0 20px;
}

.ourValues-card-icon {
    padding-top: 5%;
    padding-bottom:5%;

}

.ourValues-card-title h6 {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height:32px;
}

.ourValues-p { color: #000000;
    font-weight: lighter;
    font-size: 12px;
    line-height: 21.5px;
    text-align:justify;
}



/* Partner with us */

#partner {
    width: 100%;
    height: auto;


}

.partner-title {
    display: flex;
  display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1%;
}

.partner-main-text h3 {
    text-align: center;
    font-weight: 700;
    font-size: 55px;
    line-height: 57.29px;
    padding-top: 5%;
}

.partner-main-text p {
    font-weight: 500;
    font-size: 24px;
    padding: 5% 0 5% 0;
    line-height: 36px;
}

.partner-content {
    display: flex;
    flex-direction:row;
  display: -webkit-flex;
    gap: 2%;
    align-items:flex-start;
    justify-content: center;
    padding-bottom: 5%;
    margin-left: 3%;

}
.imgPartnerContent{
    width: 605px;
    height: 432px;
}
.partner-content-text {
 display: flex;
 display: -webkit-flex;
 flex-direction: column;
row-gap: 40px;
}

.partner-content-text p {margin-top: 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}

.partner-content-text span {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}


/* Want Digital Partner */
#digital-partner {
    width: 100%;
    height: auto;
    background: #DDDDDD;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;

}

#digital-partner h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 57.29px;
    padding-top: 5%;
}

#digital-partner p {
    font-weight: 400;
    font-size: 32px;
    line-height: 72px;
}

#digital-partner button {
    width:250px;
    height: 64px;
    background: #4845D2;
    font-weight: 500;
    font-size: 28px;
    line-height: 36.46px;
    color: #E2E5F5;
    border-radius:8px;
    border: none;
margin-top:20px;
}

#digital-partner button:hover {
    cursor: pointer;
    background: black;
}

/* Clients trust */

#clients {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 40px;
}
#clients h2 {
  text-align: center;
  font-family: inherit;
  font-size: 80px;
  color: #4d4d4d;
  margin-bottom: 4%;
}
.image-row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 56px;
  margin-bottom: 20px;
}
.image-row img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.client-image-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.defaultImage,
.hoverImage {
  object-fit: cover;
  width: 80%;
  transition: opacity 0.3s ease;
}
.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.imageContainer:hover .hoverImage {
  opacity: 1;
}
.imageContainer {
  position: relative;
  overflow: hidden;
}/* wonderful team */
#wonderful-team {
    height: auto;
    width: 100;
    background: #F5F5F5;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 2%;
}

#wonderful-team h2 {
    font-weight: 700;
    font-size: 64px;
    padding-top: 5%;
    padding-bottom: 2%;
text-align: center;
}
#wonderful-team img{
    width: 80%;
}
#wonderful-team p {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    padding:8px;
text-align: center;
}
/* Our Clients say */
#say {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  overflow: hidden;
}
#say h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #1e1e1e;
  padding: 20px;
  text-align: center;
}
.testimonials-card {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  width: 35%;
  height: auto;
  padding: 20px;
  background: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(79, 65, 164, 0.57),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px;
  position: relative;
}
.testimonials-card-container {
  background-color: rgba(250, 250, 250, 1);
  width: 100%;
  height: 100%;
  float: left;
  padding: 20px;
  border-radius: 21.77px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
}
.testimonials-card-texting {
  width: 40%;
  align-self: baseline;
}
.testimonials-content {
  font-family: Manrope, sans-serif;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 10.33px;
  color: #000;
}
.testimonials-rating {
  font-size: 24px;
  margin-bottom: 10px;
  color: orange;
}
.testimonials-mini-heading {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15.12px;
  color: #000;
  margin-bottom: 10px;
}
.testimonials-card-texting h6 {
  font-family: Manrope, sans-serif;
  color: grey;
  font-size: 8px;
  font-weight: 400;
  line-height: 10.93px;
}
.testimonials-card-img {
  z-index: 2;
  width: auto;
  height: auto;
  border-radius: 20px;
}
.testimonials-card-collection {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  justify-content: center;
  padding-bottom: 20px;
}/* transform */
#transform {
    width: 100%;
    height: auto;
    background: #E2E5F5;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom:3%;
}

#transform h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 57.29px;
    padding-top:3%;
    padding-bottom: 2%;
text-align: center;
}

#transform button {   width:250px;
    height: 64px;
    background: #4845D2;
    font-weight: 500;
    font-size: 28px;
    line-height: 36.46px;
    color: #E2E5F5;
    border-radius: 12px;
    border: none;
    margin-top:15px;
}

#transform button:hover {
    cursor: pointer;
    background: black;
}
.transform-h3{
    font-size:42px;
}


.footer-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #333;
    color: #fff;
    overflow: hidden;
    height: auto;
  }
  .upper_content {
    padding-top: 12px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
   flex-direction:row;
    align-items:start;
    margin-bottom: 10px;
  }
  .logo-container img {
    width: 170px;
    height: auto;
  }
  .address {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 20px;
  }
  .footer-img{
  width: 30%;
  }
  .footer-img iframe{
    width:100%;
    height:250px;
    }
  
  .location {
    font-size: 0.9em;
    margin-left: 20px;
    margin-bottom: revert-layer;
  }
  .icons a {
    color: #fff;
    margin-top: 10px;
    font-size: 1.4em;
    margin-left: 20px;
  }
  .icons a:hover  .fa-instagram{
    color:orangered;
  }
  .icons a:hover  .fa-linkedin,.icons a:hover .fa-facebook-f{
    color:#5d70d6;
  }
  
  .icons a:hover  .fa-x-twitter{
    color:#000;
    background-color:beige ;
  }
  
  .service-side h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .list {
    list-style: none;
    padding: 0;
    color: #fff;
  }
  .list-li {
    cursor: pointer;
    color: #fff;
    margin-bottom: 8px;
  }
  .list-li a {
    color: #fff;
    text-decoration: none;
  }
  .list-li:hover a {
    background-color: #fff;
    color: #333;
  }
  iframe {
    border: none;
  }
  .bottom {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  @media only screen and (max-width: 571px) {
    .upper_content {
      display: grid;
      display: -moz-grid;
      display: -ms-grid;
      grid-template-columns: repeat(1, auto);
      position: relative;
      justify-content: space-around;
      background-color: #333;
      color: #fff;
      padding:2px 13px;
      text-align: center;
    }
    .logo-container img {
      width: 60%;
      margin-top: 10px;
    }
    .list,
    .service-side h4 {
      text-align: center;
      margin-top: 10px;
    }
    .address {
      margin-left: 0;
      margin-bottom: 6px;
    }
    .location {
      margin-left: 0;
      text-align: center;
    }
    .icons a {
      margin-left: 25px;
      text-align: center;
    }
  .footer-img{
    width:100%;
    }
    .footer-img iframe{
      width:100%;
      height: 150px;
      }
      .partner-content {
        flex-direction: column;
      }
  }
  
/* BREAKPOINTS */
@media (max-width: 992px) {
    .header {
        padding: 1.1rem 5%;
        justify-content: flex-start;
    }
}

/* Tablet styles (for screens between 768px and 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* photo Ads */
    #photo-Ads img {
        width: 100%;
        /* Adjust styles for tablets here */
    }
    /* Transform */
    #transform h2 {
        width: 100%;
        text-align: center;
       /* Adjust styles for tablets here */
    }
}

@media (max-width: 768px) {  .icon {
  display: inline-flex;
  display: -webkit-inline-flex;
}
#check:checked ~ .icon #menu-icon {
  display: none;
}
.icon #close-icon {
  display: none;
}
#check:checked ~ .icon #close-icon {
  display: block;
}
.navbar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: #d8deff;
  box-shadow: 0 0.5rem 1rem rgba(234, 237, 255, 1);
  overflow: hidden;
  transition: 0.1s ease;
}
#check:checked ~ .navbar {
  height: 23.7rem;
}
.navbar a {
  display: block;
  font-size: 1.1rem;
  margin: 1rem 0;
  text-align: center;
  color: #000;
  transform: translateY(-50px);
  opacity: 0;
  transition: 0.3s ease;
}
#check:checked ~ .navbar a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: calc(0.15s * var(--i));
}
.dropdown-container {
  position: relative;
  display: inline;
  text-align: center;
  width: 100%;
}
.dropdown-container a:visited{
  color: #000;
  text-decoration: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  width:-webkit-max-content;
  background-color: #e2e5f5;
  z-index: 1;
  border-radius: 4px;
}
.dropdown-container.active .dropdown-content {
  display: inline-block;justify-content: center;align-self: center;margin-left: auto;margin-right: auto;width: 373px;
}
.dropdown-content a {
  font-family:inherit;
  font-weight: 500;
  font-size: 1.1rem;
  color: #4d4d4d;
  padding: 2px 14px;
  text-decoration: none;
  display: block;
}
    /* Transformation of your business */
    .trans-main {
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .trans-text {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: 100%;


    }

    .trans-text h3 {
        font-size:32px;
    }
/* Our Values */

    #ourValues h2 {
        font-size: 42px;
        /* Adjust the font size for smaller screens */
        padding-top: 8%;
    }

    .ourValues-para {
        font-size: 18px;
        /* Adjust the font size for smaller screens */
        padding: 5% 8% 5% 8%;
        line-height: 28px;
    }

    .ourValues-card-container {
        flex-direction: column;
        /* Stack cards vertically on smaller screens */
        align-items: center;
    }

    .ourValues-card {
        padding-left: 1%;
        padding-right: 1%;
        width: 50%;
        margin-top:-16px;
        /* Make cards full width on smaller screens */
        margin-bottom: 5%;
        /* Add some space between stacked cards */
    }


    /* partner with us */
    .partner-main-text h3 {
        font-size: 40px;
        line-height: 42px;
        text-align: center;
    }

    .partner-main-text p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .partner-content {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .partner-content-text {
        margin-bottom: 5%;
        text-align: center;
    }

    .partner-content-img img {
        max-width: 100%;
        /* Ensure the image doesn't exceed its container */
        height: auto;
        /* Maintain the aspect ratio */
    }

    /* want digital partner */

    #digital-partner h2 {
        font-size: 40px;
        line-height: 42px;
        text-align: center;
    }

    #digital-partner p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    #digital-partner button {
        width:200px;
        /* Adjust the width as needed */
        margin-top: 20px;
        /* Add space between the paragraph and the button */
    }


    /* Clients trust */

    #clients h2{
        text-align: center;
        font-size: 40px;
    }
    .client-image-container {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    flex-direction:row;
    }

    .image-row {
        flex-direction: column;
        gap: 20px;
    }

    .client {
        align-items: center;
    }

    /* wonderful team */
    #wonderful-team {
        width: 100%;
    }

    #wonderful-team h2 {
        font-size: 40px;
        /* Adjust the font size for h2 on mobile */
        padding-bottom: 2%;
        /* Adjust as needed */
    }

    #wonderful-team p {
        font-size: 20px;
        /* Adjust the font size for p on mobile */
        padding-bottom: 2%;
        /* Adjust as needed */
    }

    #wonderful-team img {
        width:95%;
    }

    /* Our Clients Say */

    #say h2 {
      text-align: center;
      font-size: 40px;
      padding: 10px;
    }
    .say-card {
      width: 100%;
      height: auto;
      margin: 10px 5px;
    }
    .say-card-container {
      width: 100%;
      padding: 20px;
      height: auto;
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .say-card-texting {
      width: 100%;
      text-align: center;
    }
    .say-card-img {
      margin-top: 20px;
      width: 100%;
      height: auto;
    }
    #testimonials h2 {
      font-size: 40px;
      padding: 20px;
      margin-bottom: 10px;
    }
    .testimonials-card {
      width: 50%;
      height: auto;
      margin: auto;
    }
    .testimonials-card-container {
      display: flex;
      display: -webkit-flex;
      width: 100%;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .testimonials-card-img {
      margin-left: 0;
    }
    .testimonials-card-collection {
      column-gap: 15px;
    }    /* photo ads */

    #photo-Ads img {
        width: 100%;
        /* Adjust styles for mobile devices here */
    }


    #transform h2 {
        text-align: center;
        font-size:30px;
        /* Example: Adjust font size for mobile */
    }

    #transform button {
        width:200px;
   /* Add space between button and screen edges */
    }
}
@media (max-width:500px){
    .ourValues-card {
        width:65%;
     margin-top: 0 !important;
    height:244px;
     padding-left:2%;
     padding-right:2%;
     /* Make cards full width on smaller screens */
        margin-bottom: 5%;
        /* Add some space between stacked cards */
    }
    .partner-content-text p {margin-top: 10px;
        font-weight: 600;
        font-size:19px;
        line-height: 36px;
    }
    .partner-content-img img {
        max-width: 90%;
        /* Ensure the image doesn't exceed its container */
        height: auto;
        /* Maintain the aspect ratio */
    }.partner-main-text h3 {
        font-size: 35px;
        line-height: 42px;
        text-align: center;
    }
    .partner-content-text span {
        font-size: 22px;
    }
    #digital-partner button {
        width:200px;
        /* Adjust the width as needed */
        margin-top: 20px;
        /* Add space between the paragraph and the button */
    }
    #transform button{
        width:200px;
        /* Adjust the width as needed */
        margin-top: 20px;
    }
 #transform button {
    width:175px;
    height:41px;
    font-size:24px;
    line-height:30px;
    border-radius:5px;
    /* Example: Adjust button width */
    margin:10px auto;
    /* Add space between button and screen edges */
}
#transform h2 {
  line-height:45px;
  font-size:24px;
text-align: center;
}
}
@media (max-width:350px){
    #transform button {
        width:180px;
        margin: 20px auto;
        font-size:22px;
        /* Add space between button and screen edges */
    }
}

@media (max-width:500px){
  .testimonials-card {
    width: 85%;
    height: auto;
    margin: auto;
  }
  .testimonials-card-container {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .testimonials-card-collection {
    flex-direction: column;
    row-gap: 15px;
  }
  .defaultImage {
    object-fit: cover;
    width: 80%;
    opacity: 0;
  }
  .hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }    #industries h3 {
        font-size: 30px;
    }
    #FAQ h1{
        font-size:50px;
     }
}
@media (max-width:380px){
  .testimonials-card {
    width: 95%;
    padding: 5px;
  }
  .testimonials-content{
    width:85%;
  }
  .testimonials-card-container {
    width: 95%;
    padding: 7px;
  }
  .testimonials-card-texting {
    width: 100%;
  }
  .testimonials-card-img video {
    height: 240px;
  }
  .testimonials-content {
    font-size: 10px;
  }
  .testimonials-rating {
    font-size: 16px;
  }
#transform button {
    width:195px;
    /* Example: Adjust button width */
    margin: 20px auto;
    /* Add space between button and screen edges */
}
}
