.contact-us-main {
  padding-top: 100px;
}

.nav-bg {
  height: 458px;
  width: 100vw;
  flex-shrink: 0;
  background: #c0e9fb;
  position: relative;
  z-index: 1;
}

.nav-bg .nav-text {
  padding: 240px 0px 0 270px;
  display: inline-flex;
  align-items: flex-start;
}

.nav-bg .nav-text .header-theme {
  width: 300px;
  position: absolute;
  bottom: -44px;
  left: 100px;
  z-index: -1;
  opacity: 0.4;
}

.nav-bg .header-design {
  position: absolute;
  right: 230px;
  bottom: -75px;
  width: 425.576px;
  height: 404.326px;
  flex-shrink: 0;
  background: url(../images/company/aboutus/about-us.webp);
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .nav-bg .header-design {
    bottom: -101px !important;
    right: 0px !important;
    transform: scale(0.8);
  }
}


/* About us */

.about-us {
  position: relative;
  z-index: 1;
  background: white;
}

.about-us h2 {
  padding-top: 100px;
}

.abt .whoweare-text .who-titles {
  padding-top: 0;
}

.about-main .whoweare-text .who-discr p {
  padding: 20px 0 0 85px;
  font-size: 1.125rem;
  font-weight: 500;
}

.about-main .whoweare-text .who-discr p span {
  font-weight: 600;
}

.about-images {
  padding-top: 70px;
  position: relative;
}

.driveus-main {
  display: flex;
  grid-gap: 40px;
  gap: 20px;
}

.about-images .driveus-content {
  position: absolute;
  max-width: 840px;
  margin-right: auto;
  right: 0px;
  bottom: -15px;
}

@media only screen and (max-width: 1366px) {
  .driveus-content {
    position: initial !important;
    padding-top: 25px;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .driveus-content {
    padding-top: 30px;
  }
}

.driveus-content p {
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {
  .driveus-content p {
    padding-top: 10px;
  }
}

.driveus-content h2{
  padding-top: 0;
}

.about-images .driveus-content p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

@media only screen and (max-width: 991px) {
  .driveus-one {
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .driveus-one {
    display: none;
  }
}

.driveus-one img {
  width: 100%;
  aspect-ratio: auto 0.7569866343;
  /* max-width: 100%; */
  height: auto;
}

@media only screen and (max-width: 991px) {
  .driveus-two {
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .driveus-two {
    max-width: 100%;
  }
}

.driveus-two img {
  width: 100%;
  aspect-ratio: auto 1.4735772358;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .driveus-three {
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .driveus-three {
    display: none;
  }
}

.driveus-three img {
  width: 100%;
  aspect-ratio: auto 0.7236421725;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .driveus-three img {
    width: 100%;
  }
}

/* about-things */

.aboutthings {
  padding-top: 30px;
}

.sec-title .attitle {
  padding: 15px 0 20px 0;
}

.aboutthings .row .col-md-4 .difference-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}

.aboutthings .row .col-md-4 .difference-box .difference-box-images {
  height: 100%;
  margin: 60px 30px -50px auto;
  max-width: 394px;
  overflow: hidden;
  width: auto;
  z-index: 1;
}

.girl-1 {
  position: relative;
  bottom: 28px;
}

.girl-2 {
  position: relative;
  bottom: 12px;
}

.girl-3 {
  position: relative;
  bottom: 24px;
}

@media screen and (max-width: 1100px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-images {
    max-width: 220px;
  }
}

@media screen and (max-width: 991px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-images {
    max-height: 176px;
    max-width: 200px;
  }

  .girl-1 {
    bottom: 37px;
  }

  .girl-2 {
    bottom: 30px;
  }

  .girl-3 {
    bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-images {
    margin-top: 30px;
  }
}

.aboutthings .row .col-md-4 .difference-box .difference-box-images img {
  height: 100%;
  width: 100%;
}

.aboutthings .row .col-md-4 .difference-box .difference-box-content {
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  padding: 60px 20px 30px;
  width: 100%;
}

.aboutthings .row .col-md-4 .difference-box .difference-box-content p {
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 1080px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-content {
    border-radius: 15px;
    min-height: 460px;
  }
}

@media screen and (max-width: 991px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-content {
    min-height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-content {
    min-height: auto;
  }
}

.aboutthings .row .col-md-4 .difference-box .difference-box-content h3 {
  padding-bottom: 5px;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-content h3 {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .m-box {
    padding: 1rem;
  }
}

.aboutthings .row .col-md-4 .difference-box .difference-box-content ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  list-style-type: decimal;
}

@media screen and (max-width: 991px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-content ul {
    row-gap: 10px;
  }
}

.aboutthings .row .col-md-4 .difference-box .difference-box-content ul li {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  .aboutthings .row .col-md-4 .difference-box .difference-box-content ul li {
    padding-left: 15px;
  }

  .explore-more-right .home-platform-boxes ul {
    gap: 16px !important;
  }
}

.aboutthings .row .col-md-4 .difference-box-bg-1 {
  background-color: #6ad4cf80;
}

.aboutthings .row .col-md-4 .difference-box-bg-2 {
  background-color: #f9708080;
}

.aboutthings .row .col-md-4 .difference-box-bg-3 {
  background-color: #968BFF80;
}

.port-stats {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-more-right .home-platform-boxes ul {
  gap: 24px;
}

/* our mission */

.our-mission {
  background: #f4f4f6;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.mission-box {
  height: 100%;
  width: 100%;
  border-radius: 29px;
  background: #fff;
  position: relative;
}

.mission-box-title {
  width: 100%;
  height: 75px;
  border-radius: 29px 29px 0px 0px;
}

.mission-box-title h3 {
  padding-top: 24px;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}

.mission {
  background: #e19deb91;
}

.vision {
  background: #69edfca2;
}

.value {
  background: #00a39694;
}

.mission-box p {
  padding: 30px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .mission-box p {
    font-size: 1rem;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .mission-box p {
    padding: 30px;
  }
}

.emoji {
  position: absolute;
  bottom: 0;
  right: 0;
}

.newsletter {
  padding: 100px 0 0 0;
  z-index: 1;
  background: white;
  position: relative;
}

.newsletter-bg {
  width: auto;
  height: 250px;
  flex-shrink: 0;
  border-radius: 30px;
  background: linear-gradient(288deg, #85e1ff 0.23%, #237bff 99.44%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter-bg .news {
  padding-left: 50px;
}

.newsletter-bg .news h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 12px;
}

.newsletter-bg .news h4 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
  font-weight: 500;
}

.newsletter-bg .btn-wrap {
  padding-right: 50px;
}

.newsletter-bg .btn-wrap a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.6s ease-in-out;
}

.newsletter-bg .btn-wrap .news-btn {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background-color: #000000;
  background-image: #000000;
  background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.newsletter-bg .btn-wrap .news-btn:hover {
  color: #fff;
  background-position: -1700%;
  transition: 0.6s ease-in-out;
}

@media (max-width: 992px) {
  .newsletter {
    padding: 100px 0 0 0;
  }

  .newsletter-bg .news {
    text-align: center;
    padding-left: 12px;
  }

  .newsletter-bg .btn-wrap a {
    font-size: 0.75rem;
  }

  .newsletter-bg .btn-wrap .news-btn img {
    height: 20px;
    width: 20px;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: 200px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .newsletter-bg .news h2 {
    padding-top: 15px;
    font-size: 1.375rem;
  }

  .newsletter-bg .news h4 {
    font-size: 1rem;
  }

  .newsletter-bg .btn-wrap {
    padding: 15px 0 18px 0;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: auto;
  }

  .newsletter-bg {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}