@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

/* Global */
main.adc-reviews .primary-btn {
  color: #fff;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 900;
  line-height: 150%;
  border-radius: 6px;
  background: #177fbe;
  width: 100%;
  max-width: 350px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

main.adc-reviews section:not(.hero) h2 {
  font-size: 45px;
  margin: 0;
  text-align: center;
}

main.adc-reviews .subtitle {
  color: #585858;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 30px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 166.667%;
  text-transform: uppercase;
}

main.adc-reviews .container {
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
}

main.adc-reviews .s1 {
  padding-top: 35px;
}

main.adc-reviews .s1 .title {
  text-align: center;
}

main.adc-reviews .reviews-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin: 5px 0 34px 0;
}

main.adc-reviews .s2 .review-item:nth-child(1) {
  flex: 2.25;
}

main.adc-reviews .s4 .review-item {
  width: 30.87%;
  flex: none;
}

main.adc-reviews .s4 .review-item:nth-child(2) {
  width: 65.44%;
}

main.adc-reviews .s4 .btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}

main.adc-reviews .review-item {
  border-radius: 5px;
  background: #f4f4f4;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 18px 22px 22px 17px;
  flex: 1;
}

main.adc-reviews .review-item .title {
  color: #585858;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Nunito Sans";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

main.adc-reviews .review-item-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

main.adc-reviews .review-item .stars {
  display: flex;
  align-items: center;
  justify-content: end;
}

main.adc-reviews .review-item .stars img {
  width: 20px;
  height: 20px;
}

main.adc-reviews .review-item .review-body {
  margin-top: 17px;
}

main.adc-reviews .review-item .review-body p {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

main.adc-reviews .s3 .videos-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 42px;
  row-gap: 25px;
  margin-bottom: 55px;
}

main.adc-reviews .s3 .video-item {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

main.adc-reviews .s3 .video-item:hover img {
  transform: scale(1.1);
  transition: 0.3s ease;
}

main.adc-reviews .s3 .video-item .thumbnail-area {
  height: 163px;
  position: relative;
  overflow: hidden;
}

main.adc-reviews .s3 .video-item .thumbnail-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

main.adc-reviews .s3 .video-item .thumbnail-area .badge {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 200%;
  text-transform: capitalize;
  padding: 0 10px;
  border-radius: 5px;
  background: #036eb5;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 11px;
}

main.adc-reviews .s3 .video-item .video-item-body {
  padding: 15px 24px 24px 17px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

main.adc-reviews .s3 .video-item .title {
  color: #5c676e;
  font-family: "Nunito Sans";
  font-size: 19px;
  font-weight: 700;
  line-height: 136.842%;
  text-transform: none;
  text-align: left;
  margin-bottom: 20px;
  flex: 1;
}

main.adc-reviews .s3 .video-item .watch-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5c676e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 178.571%;
}

main.adc-reviews .s3 .video-item .watch-btn i.play {
  width: 37.598px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cellipse cx='18.7992' cy='19' rx='18.7992' ry='19' fill='%23036EB5'/%3E%3C/g%3E%3Cpath d='M26.319 19L15.7445 27.6603L15.7445 10.3397L26.319 19Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

main.adc-reviews .s4 .slogan-area {
  padding: 0 15px;
}

main.adc-reviews .s5 {
  padding: 55px 0;
}

main.adc-reviews .s5 .boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 15px;
}

main.adc-reviews .s5 .boxes-wrapper .box {
  background: #f4f4f4;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 18px;
}

main.adc-reviews .s5 .boxes-wrapper .box .icon-area {
  display: flex;
  height: 125px;
  align-items: end;
  justify-content: center;
}

main.adc-reviews .s5 .boxes-wrapper .box:nth-child(1) img {
  max-width: 77px;
}

main.adc-reviews .s5 .boxes-wrapper .box:nth-child(2) img {
  max-width: 116px;
}

main.adc-reviews .s5 .boxes-wrapper .box:nth-child(3) img {
  max-width: 101px;
}

main.adc-reviews .s5 .boxes-wrapper .box p {
  color: #231f20;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

main.adc-reviews .s6 .news-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 15px 0 33px 0;
}

main.adc-reviews .s6 .news-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  border-bottom: 1px solid #585858;
}

main.adc-reviews .s6 .news-item .title {
  color: #5c676e;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 900;
  line-height: 150%;
  text-transform: none;
}

main.adc-reviews .s6 .news-item .news-detail-bottom p {
  color: #5c676e;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

main.adc-reviews .s6 .news-item .news-detail-bottom a {
  color: #2d9cdb;
}

main.adc-reviews .slick-prev {
  left: -10px;
}

main.adc-reviews .slick-next {
  right: -10px;
}

main.adc-reviews .slick-prev::before,
main.adc-reviews .slick-next::before {
  color: #4f4f4f;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 150%;
  opacity: 1;
}

main.adc-reviews .slick-prev::before {
  content: "<";
}

main.adc-reviews .slick-next::before {
  content: ">";
}

/* Contact Section */

#about-us section#contact .hero {
  height: 75px;
  background-position: bottom;
  background-image: url(img/about-hero-s6-xl.webp);
}

#about-us section#contact .about-connect img.connect-img {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

#about-us section#contact .about-connect .connect-content {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}

#about-us section#contact .about-connect .connect-content .supportive-b {
  font-size: 16px;
}

#about-us section#contact hr {
  margin: 12px;
}

#about-us .hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 300px;
}

#about-us .hero.parafun {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 0;
}

#about-us .hero .hero-content {
  width: 300px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
}

#about-us .hero .hero-content p.pre-headline {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 1.5px;
}

#about-us .hero .hero-content h2.headline {
  color: #fff;
  font-size: 40px;
  line-height: 0.9;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#about-us .hero .icon-separator {
  position: absolute;
  left: 50%;
  width: 42px;
  height: 36px;
  margin-left: -21px;
  bottom: -18px;
}

#about-us .hero .icon-separator img {
  width: 100%;
}

#about-us .section-content p.sub {
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 24px;
}

#about-us .section-content {
  padding: 38px 15px 30px;
  position: relative;
}

@media (min-width: 768px) {
  #about-us section#contact .about-connect {
    text-align: center;
  }

  #about-us section#contact .about-connect img.connect-img {
    float: none;
    width: 180px;
    height: 180px;
    margin: 0 0 24px;
  }

  #about-us section#contact .about-connect .connect-content {
    text-align: center;
    display: block;
  }

  #about-us .hero {
    height: 500px;
  }

  #about-us .hero .hero-content {
    width: 640px;
    margin-left: -320px;
  }

  #about-us .hero .hero-content p.pre-headline {
    font-size: 30px;
    margin-bottom: 8px;
  }

  #about-us .hero .hero-content h2.headline {
    font-size: 60px;
    letter-spacing: 3px;
    margin-bottom: 54px;
    line-height: 0.933333;
  }

  #about-us .hero .icon-separator {
    width: 70px;
    height: 60px;
    margin-left: -35px;
    bottom: -30px;
  }

  #about-us .section-content p.sub {
    font-size: 26px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }

  #about-us .section-content p.sub:last-of-type {
    margin-bottom: 40px;
  }

  #about-us .section-content {
    padding: 60px 30px;
  }
}

@media(min-width:1199px) {
  main.adc-reviews .s2 .review-item:nth-last-child(1) .stars {
    margin-top: -25px;
  }
}

@media (max-width: 1199.9px) {

  main.adc-reviews .s5 .boxes-wrapper,
  main.adc-reviews .reviews-slider,
  main.adc-reviews .s3 .videos-wrap {
    gap: 22px;
  }

  main.adc-reviews .s5 .boxes-wrapper .box p,
  main.adc-reviews .review-item .title {
    font-size: 18px;
  }

  main.adc-reviews .s6 .news-item .title,
  main.adc-reviews .s3 .video-item .title {
    font-size: 17px;
  }

  main.adc-reviews .review-item .review-body p {
    font-size: 16px;
  }

  main.adc-reviews .s3 .video-item .watch-btn {
    font-size: 12.6px;
    gap: 12px;
  }

  main.adc-reviews .s6 .news-item .news-detail-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 991.99px) {

  main.adc-reviews .s5 .boxes-wrapper,
  main.adc-reviews .s3 .videos-wrap {
    display: flex;
  }

  main.adc-reviews .s5 .boxes-wrapper .slick-slide,
  main.adc-reviews .s3 .videos-wrap .slick-slide,
  main.adc-reviews .reviews-slider .slick-slide {
    padding: 7.5px 15px;
  }

  main.adc-reviews section:not(.hero) h2 {
    font-size: 33px;
  }

  main.adc-reviews .subtitle {
    font-size: 22px !important;
  }

  main.adc-reviews .primary-btn {
    max-width: 258px;
    height: 40px;
    font-size: 15px;
  }

  main.adc-reviews .s3 .video-item,
  main.adc-reviews .s5 .boxes-wrapper .box,
  main.adc-reviews .review-item {
    height: 100%;
  }

  main.adc-reviews .s5 .boxes-wrapper .box .icon-area {
    margin-bottom: 13px;
  }

  main.adc-reviews .s1 {
    padding-top: 75px;
  }
}

@media (max-width: 576px) {
  main.adc-reviews .reviews-slider {
    margin-bottom: 10px;
  }

  main.adc-reviews .s3 .videos-wrap {
    margin-bottom: 47.5px;
  }

  main.adc-reviews .s4 .slogan-area {
    padding: 23px 15px 42px 15px;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  main.adc-reviews .s4 .slogan-area .title {
    max-width: 259px;
  }

  main.adc-reviews .s4 .btn-wrap {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  main.adc-reviews .s5 {
    padding: 35px 0;
  }

  main.adc-reviews .s6 h2,
  main.adc-reviews .s5 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}