.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: 481px;
  height: 404.326px;
  flex-shrink: 0;
  background: url(../images/company/our-team/our-team.webp);
  background-repeat: no-repeat;
}

/* About us */

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

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

.about-us .description {
  padding-bottom: 20px;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

/* swiper slider */

.swiper {
  width: 100%;
  height: 100%;
  padding: 100px 0 30px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  width: 60%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper .swiper-button-next i {
  font-size: 2rem;
}

.swiper .swiper-button-prev i {
  font-size: 2rem;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, auto);
  right: 430px;
}

.swiper-button-next {
  left: var(--swiper-navigation-sides-offset, auto);
  right: 380px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 15px;
  color: black;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-prev {
  right: 110px;
}

.swiper .swiper-slide .blog-slider {
  width: 95%;
  position: relative;
  max-width: 1045px;
  margin: auto;
  background: #fff;
  border: 1px solid #5c5c5c4f;
  border-radius: 0px 178px 0px 0px;
  height: 491px;
  transition: all 0.3s;
}

.swiper .swiper-slide .cots-end {
  padding-left: 725px;
}

@media screen and (max-width: 1380px) {
  .swiper .swiper-slide .blog-slider {
    max-width: 660px;
  }

  .swiper .swiper-slide .cots-end {
    padding-left: 260px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-bg .header-design {
    bottom: -93px !important;
  }
}

@media screen and (max-width: 992px) {
  .swiper .swiper-slide .blog-slider {
    max-width: 680px;
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .swiper .swiper-slide .blog-slider {
    min-height: 680px;
    height: auto;
    margin: 250px auto;
    width: 440px;
    border-radius: 0;
  }

  .swiper .swiper-slide .cots-end {
    margin-left: 80px;
  }
}

.swiper .swiper-slide .blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .swiper .swiper-slide .blog-slider__item {
    flex-direction: column;
  }
}

.swiper .swiper-slide .blog-slider__img {
  width: 344px;
  flex-shrink: 0;
  height: 491px;
  border-radius: 172px 172px 0px 0px;
  transform: translateX(-172px);
  overflow: hidden;
  background: #fdece9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper .swiper-slide:nth-child(2) .blog-slider__img {
  background: #EEEAFE;
}
.swiper .swiper-slide:nth-child(3) .blog-slider__img {
  background: #FFEEC0;
}

.swiper .swiper-slide .blog-slider__img img {
  width: 75%;
  /* height: 388px; */
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .swiper .swiper-slide .blog-slider__img {
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 576px) {
  .swiper .swiper-slide .blog-slider {
    height: 300px;
  }
}

.swiper .swiper-slide .blog-slider__content {
  padding-right: 25px;
  margin-left: -115px;
}

@media screen and (max-width: 992px) {
  .swiper .swiper-slide .blog-slider__content {
    margin-top: -230px;
    text-align: center;
    padding: 0 30px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 576px) {
  .swiper .swiper-slide .blog-slider__content {
    padding: 0;
  }
}

.swiper .swiper-slide .blog-slider__content>* {
  transform: translateY(25px);
  transition: all 0.4s;
}

.swiper .swiper-slide .blog-slider__code {
  color: #757575;
  margin-bottom: 15px;
  font-size: 1.25rem;
  display: block;
  font-weight: 500;
  text-align: left;
}

.swiper .swiper-slide .blog-slider__title {
  padding-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.swiper .swiper-slide .blog-slider__text {
  color: #000;
  padding: 20px 0px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}

@media (max-width: 992px) {
  .blog-slider__title {
    text-align: center !important;
  }

  .blog-slider__code {
    text-align: center !important;
  }

  .blog-slider__text {
    text-align: center !important;
  }
}

@media screen and (max-width: 400px) {
  .swiper .swiper-slide .blog-slider {
    width: auto;
  }

  .blog-slider__text {
    font-size: 0.875rem;
  }

  .swiper .swiper-slide .blog-slider__img {
    width: 300px;
  }
}

/* our team */

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

.team-img {
  position: relative;
  /* width: 100%; */
  padding-bottom: 100px;
  /* padding-right: 100px; */
  transition: 0.8s ease;
}

.team-content {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 6px;
  background-color: #FFF !important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  min-width: 220px;
  top: 300px;
  left: 20px;
  cursor: default;
  background: linear-gradient(180deg, #00DCCB 0%, #009A8E 72.92%, #00857B 100%) no-repeat;
  background-size: 100% 0%;
  background-position: 0% 100%;
  transition: .4s;
  padding: 20px;
}

.team-content1 {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 6px;
  background-color: #FFF !important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  min-width: 220px;
  top: 300px;
  left: 20px;
  cursor: default;
  background: linear-gradient(180deg, #62F0FF 0%, #1EB4C3 100%) no-repeat;
  background-size: 100% 0%;
  background-position: 0% 100%;
  transition: .4s;
  padding: 20px;
}

.team-content2 {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 6px;
  background-color: #FFF !important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  min-width: 220px;
  top: 300px;
  left: 20px;
  cursor: default;
  background: linear-gradient(180deg, #E0A8E8 0%, #874290 100%) no-repeat;
  background-size: 100% 0%;
  background-position: 0% 100%;
  transition: .4s;
  padding: 20px;
}

.team-content3 {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 6px;
  background-color: #FFF !important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  min-width: 220px;
  top: 300px;
  left: 20px;
  cursor: default;
  background: linear-gradient(180deg, #e79ea7 0%, #ec6978 100%) no-repeat;
  background-size: 100% 0%;
  background-position: 0% 100%;
  transition: .4s;
  padding: 20px;
}

.team-content h2,
.team-content1 h2,
.team-content2 h2, 
.team-content3 h2 {
  color: #000;
  font-size: 1.325rem !important;
  font-weight: bold;
  text-align: center;
}

.team-content h4,
.team-content1 h4,
.team-content2 h4,
.team-content3 h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

/* .team-img:hover .background-opt {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
} */

.team-img:hover .team-content {
  background-size: 100% 100%;
  transition: .4s;
}

.team-img:hover .team-content h2 {
  color: white;
}

.team-img:hover .team-content h4 {
  color: white;
}

.team-img:hover .team-content1 {
  background-size: 100% 100%;
  transition: .4s;
}

.team-img:hover .team-content1 h2 {
  color: white;
}

.team-img:hover .team-content1 h4 {
  color: white;
}

.team-img:hover .team-content2 {
  background-size: 100% 100%;
  transition: .4s;
}

.team-img:hover .team-content2 h2 {
  color: white;
}

.team-img:hover .team-content2 h4 {
  color: white;
}

.team-img:hover .team-content3 {
  background-size: 100% 100%;
  transition: .4s;
}

.team-img:hover .team-content3 h2 {
  color: white;
}

.team-img:hover .team-content3 h4 {
  color: white;
}

/* Newsletter */

.newsletter {
  padding: 100px 0 0 0;
}

.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.325rem;
  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 {
    font-size: 1.325rem !important;
    padding-top: 15px;
  }

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

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

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

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