nav#nav-ui {
  box-shadow: none;
}
.f-avenir-heavy {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
main.get-started section {
  padding: 0;
}
main.get-started h2 {
  font-size: 40px;
  line-height: 175%;
  text-align: center;
  text-transform: uppercase;
  color: #2f3a43;
  padding: 2rem 0;
  margin: 0;
}
main.get-started h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #76bc21;
  padding: 2rem 0;
}
.the-container {
  max-width: 1326px;
  margin: auto;
}
main.get-started .button {
  width: 100%;
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #036eb5;
  mix-blend-mode: normal;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;

  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
}
main.get-started .button:hover {
  color: #ffffff;
}

/* Swiper */
main.get-started .swiper {
  overflow: initial;
}
main.get-started .swiper-slide {
  height: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: " " !important;
}
.swiper-button-prev,
.swiper-button-next {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.swiper-button-prev {
  left: -1em;
  right: auto;
}
.swiper-button-next {
  right: -1em;
  left: auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
/* Sections */
.s1 .hero {
  position: relative;
  min-height: 386px;
}
.s1 .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    178.99deg,
    rgba(196, 196, 196, 0) 0.86%,
    #2f3a43 82.84%
  );
  mix-blend-mode: multiply;
  z-index: 1;
}
.s1 .swiper {
  max-width: 100%;
}
.s1 .hero .swiper-slide {
  min-height: 386px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.s1 .hero .swiper-slide[data-swiper-slide-index="0"] {
  background-image: url(images/s1/1.webp);
}
.s1 .hero .swiper-slide[data-swiper-slide-index="1"] {
  background-image: url(images/s1/2.webp);
}
.s1 .hero .swiper-slide[data-swiper-slide-index="2"] {
  background-image: url(images/s1/3.webp);
}
.s1 .heading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}
.s1 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  padding: 1.7rem 0;
}
.s1 .menu {
  display: flex;
  align-items: center;
  background: #4c9c2e;
  height: 34px;
}
.s1 .menu .the-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 4vw;
}
.s1 .menu ul,
.s1 .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s1 .menu ul {
  display: flex;
  gap: 60px;
}
.s1 .menu a {
  font-size: 25px;
  line-height: 150%;
  color: #ffffff;
  padding-top: 1px;
  display: inline-flex;
}
.s2 {
  padding: 1rem 0 3rem 0;
  margin-bottom: 4rem;
}
.s2 h3 {
  margin-top: 61px;
}
.s2 p.subheading {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin: auto;
  max-width: 1028px;
}
.s2 p.subheading strong {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
.what-we-do-swiper {
  max-width: 1033px;
  margin: auto;
}
.what-we-do-swiper .box {
  height: 100%;
  background: #dadada;
  border-radius: 20px;
  padding: 2rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.what-we-do-swiper .box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  max-width: 265px;
}
.what-we-dont-do-swiper {
  max-width: 1033px;
  margin: auto;
  min-height: 200px;
}
.what-we-dont-do-swiper .box {
  height: 100%;
  background: #585858;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px;
}
.what-we-dont-do-swiper .box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 500;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  max-width: 222px;
}
.s3 {
  background: #e6e7e8;
  padding: 4rem 0 6.5rem 0 !important;
}
@media (min-width: 1499px) {
  .s3 .the-container {
    max-width: 1806px;
  }
}
.s3 .the-container___________ {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s3 .box {
  text-align: center;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 35px;
  min-height: 812px;
}
.s3 .box .top,
.s3 .box .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.s3 .box .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 2rem 0;
}
.s3 .box p {
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.s3 .box main.get-started .button {
  margin: 0 auto;
  max-width: 558px;
}
.s3 .box strong {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.s3 .box .cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.s3 .box .card-item {
  display: flex;
  gap: 15px;
  padding: 16px 34px;
  border-radius: 10px;
  background: #54c0e8;
  border: 1px solid #57c1e8;
}
.s3 .box .card-item:nth-last-child(1) {
  background: #76bc21;
}
.s3 .box .card-item .icon-area {
  width: 88px;
}
.s3 .box .card-item .icon-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s3 .box .card-item .card-details {
  flex: 1;
}
.s3 .box .card-item .title {
  color: #000102;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}
.s3 .box .card-item p {
  color: #000102;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
.video-card {
  position: relative;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-height: 277px;
}
.video-card img {
  width: 100%;
}
.video-card .watch-btn {
  margin: -22px auto auto;
  z-index: 1;
  position: relative;

  width: 80%;
  max-width: 470px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #76bc21;
  border-radius: 50em;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='40' width='40' height='40' transform='rotate(90 40 0)' fill='%2376BC21'/%3E%3Cellipse cx='19.34' cy='20.6786' rx='13.34' ry='14.6786' fill='white'/%3E%3Cpath d='M25.2668 20.9996L16.5259 28.7934L16.5259 13.2057L25.2668 20.9996Z' fill='%2376BC21'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;

  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 28.7582px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
.video-card .caption {
  padding: 1.2rem;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  color: #000000;
}
.video-card .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.s4 {
  background: #ffffff;
  padding: 6rem 0 8rem 0 !important;
}
.tabs {
  display: flex;
  flex-direction: column;
}
.tabs .buttons {
  display: flex;
}
.tabs .buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.tabs .buttons .tab {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 205px;
  background: #ededed;
  border: 1px solid #dadada;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 14.7426px;
  transition: 0.3s all;
}
.tabs .buttons .tab img {
  width: auto;
  height: 130px;
  opacity: 0.5;
}
.tabs .buttons .tab img.gif {
  display: none;
  mix-blend-mode: multiply;
  opacity: 1;
}
.tabs .buttons .tab.active,
.tabs .buttons .tab:hover {
  background: #ffffff;
}
.tabs .buttons .tab.active img,
.tabs .buttons .tab:hover img {
  display: none;
}
.tabs .buttons .tab.active img.gif,
.tabs .buttons .tab:hover img.gif {
  display: block;
}
.tabs .buttons .tab .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  color: #585858;
  text-align: center;
}
.tabs .buttons .tab.active .title {
  color: #364ba9;
}
.tabs .tab-content {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 280px;
  padding: 29px 54px 36px 26px;
  margin: 12px 0;

  font-size: 22px;
  line-height: 150%;
  font-weight: 800;
}
.tabs .tab-content > *:not(:first-child) {
  display: none;
}
.tabs .tab-content .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #364ba9;
  padding-bottom: 1rem;
}
.tabs .tab-content p a {
  color: #000000;
  /*text-decoration: underline;*/
}
.tabs .tab-content ul {
  margin: 0;
  padding: 0 1.5em;
}
.tabs .tab-content .button-wrap {
  margin-top: 3rem;
}
.tabs .tab-content main.get-started .button {
  display: inline-flex;
  width: auto;
  height: 41px;
  min-height: auto;
  padding: 0 34px;
}
main.get-started .s5 {
  background: #e6e7e8;
  padding: 6rem 0;
}
main.get-started .s5 .swiper-container {
  position: relative;
}
main.get-started .s5 .swiper {
  overflow: hidden;
}
main.get-started .s5 .button-wrapper main.get-started .button {
  margin: 2rem auto;
  max-width: 614px;
}
main.get-started .s6 {
  background: #76bc21;
  padding: 80px 0 60px 0 !important;
  min-height: 323px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main.get-started .s6 h2 {
  color: #ffffff;
  padding: 0;
}

main.get-started .s6 p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 3rem;
}
main.get-started .s6 .button-wrapper main.get-started .button {
  margin: 0 auto;
  max-width: 462px;
  box-shadow: none;
}

/* Nearby Listings */
.pcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*max-width: 300px;*/
  min-height: 390px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
  border-radius: 6px;
  margin: 2rem 0;
  padding: 5px;
}
.pcard .image img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.pcard .title {
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  color: #263238;
  margin: 11px 0;
  padding: 0 3px;
}
.pcard .details {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #5c676e;
  margin-bottom: 6px;
  padding: 0 3px;
}
.pcard .bottom {
  background: #f3f4f5;
  border-radius: 0px 0px 6px 6px;
  margin: 5px -5px -5px -5px;
}
.pcard .bottom .row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0 -5px;
}
.pcard .price > * {
  display: flex;
}
.pcard .btn-view {
  display: flex;
  width: 110px;
  background: #036eb5;
  border: 1px solid #036eb5;
  border-radius: 4px;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  color: #ffffff;
}
.pcard .price .bid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  font-size: 16px;
  line-height: 131%;
  color: #000000;
}
.pcard .status {
  font-size: 14px;
  line-height: 18px;
  color: #5c676e;
  padding: 8px 0;
  background: #fff;
}
.status i {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
  width: 14px;
  height: 14px;
  background: #76bc21;
  display: inline-block;
  border-radius: 10em;
  margin: 0 5px;
  border: 2px solid #fff;
  vertical-align: text-top;
}
.status i.blue {
  background: #57c1e8;
}

@media (max-width: 1400px) {
  /*
        .s3 .box {
            margin: 0 40px;
        }
        .video-card {
            min-height: 275px;
        }
        */
  .s3 .box main.get-started .button {
    font-size: 14.5px;
  }
  .tabs {
    flex-direction: row;
    margin: 20px;
  }
  .tabs .buttons {
    flex-direction: column;
    gap: 8.53px;
  }
  .tabs .buttons .tab {
    width: 145px;
    height: 104px;
    padding-right: 17px;
    margin-right: -17px;
    border: 0.506757px solid #dadada;
    box-shadow: 0px 0px 5.06757px rgba(0, 0, 0, 0.25);
    border-radius: 7.4709px;
  }
  .tabs .buttons .tab.active,
  .tabs .buttons .tab:hover {
    z-index: 10;
  }
  .tabs .buttons .tab img {
    width: 60px;
    height: 56.11px;
  }
  .tabs .buttons .tab .title {
    font-size: 11.1486px;
    text-align: center;
  }
  .tabs .tab-content {
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: 31px 30px;
  }
  .tabs .tab-content main.get-started .button {
    white-space: break-spaces;
    font-size: 11px;
    line-height: 150%;
  }
  main.get-started .s5 .swiper-container {
    margin: 0 8vw;
  }
}
@media (max-width: 1200px) {
  .swiper {
    max-width: 80vw;
  }
}
@media (max-width: 992px) {
  main.get-started .s5 .button-wrapper main.get-started .button {
    display: none;
  }
}
@media (max-width: 768px) {
  .s3 .box main.get-started .button {
    white-space: inherit;
    min-height: 31.7px;
    font-size: 11.2709px;
  }
  .video-card .watch-btn {
    height: 21px;
    margin-top: -11px;
    font-size: 14.7333px;
  }
}
@media (max-width: 576px) {
  .button.mobile {
    max-width: 100% !important;
    width: 100% !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    font-size: 22px;
  }
  .s1 h1 {
    font-size: 25px;
    line-height: 111%;
  }
  .s1 h1 br {
    display: none;
  }
  .s1 .hero .swiper-slide[data-swiper-slide-index="0"] {
    background-image: url(images/s1/1m.webp);
  }
  .s1 .hero .swiper-slide[data-swiper-slide-index="1"] {
    background-image: url(images/s1/2m.webp);
  }
  .s1 .hero .swiper-slide[data-swiper-slide-index="2"] {
    background-image: url(images/s1/3m.webp);
  }
  .s1 .menu ul {
    gap: 3rem;
  }
  .s1 .menu a {
    font-size: 17px;
  }
  main.get-started h2 {
    font-size: 22px;
    line-height: 150%;
  }
  .s2 p.subheading {
    font-size: 15px;
    line-height: 20px;
  }
  main.get-started h3 {
    font-size: 17px;
  }
  .what-we-do-swiper .box img {
    width: 70px;
    height: auto;
  }
  .what-we-do-swiper .box p,
  .what-we-dont-do-swiper .box p {
    font-size: 14.4px;
  }
  .s3 .the-container {
    margin: 0 20px;
  }
  .s3 .swiper {
    max-width: 100%;
  }
  .s3 .box {
    gap: 20px;
    padding: 28px 17px 17px;
    min-height: auto;
  }
  .s3 .box .title {
    font-size: 12px;
    line-height: 16px;
  }
  .s3 .box .top img {
    width: 55px;
  }
  .s3 .box .card-item .icon-area {
    width: 50px;
  }
  .video-card{
    min-height: auto;
  }
  .s3 .box .card-item .title {
    font-size: 14px;
    line-height: 18px;
  }
  .s3 .box .card-item p,
  .s3 .box strong,
  .s3 .box p {
    font-size: 11px;
    line-height: 15px;
  }
  .video-card .caption {
    font-size: 10.2463px;
    line-height: 14px;
  }
  .s3 .box .top,
  .s3 .box .bottom {
    gap: 1rem;
  }
  .tabs .tab-content main.get-started .button {
    padding: 1em;
  }
  main.get-started .s6 {
    height: 224px;
  }
  main.get-started .s6 p {
    font-size: 17px;
    max-width: 250px;
  }
  main.get-started .s6 .button-wrapper main.get-started .button {
    margin: 0 auto;
    max-width: 214px;
    min-height: 29px;
    font-size: 15px;
    line-height: 26px;
  }
  main.get-started .button {
    font-size: 14px;
    white-space: normal;
  }

  .tabs .tab-content {
    padding: 25px 10px 25px 15px;
  }

  .tabs .buttons .tab {
    padding-right: 0;
    margin-right: -8px;
    width: 120px;
  }
}
