@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner.banner {
  height: 100vh;
  background-position: 0 35%;
  position: relative;
}
.home-banner.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.home-banner.banner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1366px) {
  .home-banner.banner {
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner.banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner {
    height: 65vh;
  }
}
.home-banner.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 62.02%, rgba(0, 0, 0, 0.95) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 36.96%, rgba(0, 0, 0, 0.6555) 74.21%), linear-gradient(360deg, rgba(0, 0, 0, 0.85) 8.17%, rgba(0, 0, 0, 0) 42.79%);
}
@media only screen and (max-width: 768px) {
  .home-banner.banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 62.02%, rgba(0, 0, 0, 0.95) 100%), linear-gradient(181deg, rgba(0, 0, 0, 0) 36.96%, rgba(0, 0, 0, 0.6555) 74.21%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.home-banner.banner::before {
  z-index: 2;
}
.home-banner.banner .bg {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .another-wrapper {
    display: none;
  }
}
.home-banner.banner .bg .banner-wrapper {
  bottom: 10%;
}
.home-banner.banner .bg .banner-wrapper:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper:nth-of-type(1) {
    top: unset;
    transform: unset;
    bottom: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .facts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .facts-grid .grid-item figure {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .facts-grid .grid-item figcaption span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .facts-grid .grid-item figcaption p p {
    font-size: 12px;
  }
}
.home-banner.banner .bg .banner-wrapper .container-fluid .content {
  max-width: 588px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .content {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .content {
    margin: 0 auto 30px;
  }
}
.home-banner.banner .bg .banner-wrapper .container-fluid .content h1 {
  color: var(--white);
  font-size: 36px;
  font-family: "Optima";
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .content h1 {
    font-size: 28px;
  }
}
.home-banner.banner .bg .banner-wrapper .container-fluid .content p {
  color: var(--white);
  font-family: "Poppins";
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-banner.banner .bg .banner-wrapper .container-fluid .content p {
    line-height: 1.3;
  }
}

.counter-sec {
  padding: 30px 0;
  display: none;
}
@media only screen and (max-width: 540px) {
  .counter-sec {
    display: block;
  }
}
.counter-sec .facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 540px) {
  .counter-sec .facts-grid {
    gap: 10px 80px;
  }
}
.counter-sec .facts-grid .grid-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-sec .facts-grid .grid-item figure {
  display: none;
}
.counter-sec .facts-grid .grid-item figcaption span {
  font-family: "Optima";
  font-size: 25px;
  color: var(--black);
}
.counter-sec .facts-grid .grid-item figcaption p {
  font-size: 14px;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .counter-sec .facts-grid .grid-item figcaption p {
    font-size: 12px;
  }
}

.home-secA {
  padding: 70px var(--containerfluid);
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 20px 0 40px 0;
  }
}
.home-secA .container .grid {
  display: grid;
  grid-template-columns: 1fr 535px;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .container .grid {
    grid-template-columns: 55% 50%;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .container .grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container .grid .left .heading h2 {
    font-size: 28px;
    text-align: center;
  }
}
.home-secA .container .grid .left .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .grid .left .content {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
}
.home-secA .container .grid .left .content .item {
  background: linear-gradient(270deg, #FFFFFF 0%, #FFF7F3 100%);
  border: 1px solid #CECCCC;
  border-radius: 5px;
  padding: 24px;
}
.home-secA .container .grid .left .content .item h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container .grid .left .content .item h3 {
    font-size: 16px;
  }
}
.home-secA .container .grid .left .content .item p {
  font-size: 14px;
  line-height: 1.2;
  color: var(--text);
}
.home-secA .container .grid .left .content .btn {
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .home-secA .container .grid .left .content .btn {
    grid-column: span 2;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container .grid .left .content .btn {
    grid-column: span 1;
  }
}
.home-secA .container .grid .right {
  overflow: hidden;
}
.home-secA .container .grid .right .choose-swiper {
  width: 467px;
  height: 552px;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .home-secA .container .grid .right .choose-swiper {
    width: 347px;
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .container .grid .right .choose-swiper {
    width: 80%;
    height: 620px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container .grid .right .choose-swiper {
    width: 90%;
    height: 330px;
  }
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  transition: all 0.5s ease;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card {
  height: 100%;
  width: 100%;
  position: relative;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption .top {
  display: flex;
  justify-content: end;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption .top button {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  cursor: pointer;
  background: transparent;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption .bottom h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 16px;
  max-width: 307px;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption .bottom .count {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption .bottom .count p, .home-secA .container .grid .right .choose-swiper .swiper-wrapper .swiper-slide .card figcaption .bottom .count span {
  color: var(--white);
}

.home-secB {
  padding: 60px var(--containerfluid);
  background: var(--secondary);
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 40px 0;
  }
}
.home-secB .container .heading h2 {
  text-align: center;
}
.home-secB .container .grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secB .container .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .container .grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }
  .home-secB .container .grid .item:last-child {
    grid-column: span 2;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) and (max-width: 540px) {
  .home-secB .container .grid .item:last-child {
    grid-column: 1;
  }
}
.home-secB .container .grid .item {
  position: relative;
  overflow: hidden;
  position: relative;
}
.home-secB .container .grid .item::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.home-secB .container .grid .item:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.home-secB .container .grid .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.0945) 100%);
  z-index: 2;
}
.home-secB .container .grid .item:hover img {
  transform: scale(1.2);
}
.home-secB .container .grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.5s ease;
}
.home-secB .container .grid .item figcaption {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
}
.home-secB .container .grid .item figcaption h4 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.home-secG {
  overflow: hidden;
  padding: 60px var(--containerfluid);
}
@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 40px 0;
  }
}
.home-secG .container .heading h2 {
  text-align: center;
}
.home-secG .container .row {
  margin-top: 50px;
  min-width: 0;
}
@media only screen and (max-width: 540px) {
  .home-secG .container .row {
    margin-top: 30px;
  }
}
.home-secG .container .row .brand-swiper {
  overflow: hidden;
}
.home-secG .container .row .brand-swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: stretch;
}
.home-secG .container .row .brand-swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-secG .container .row .brand-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.home-secC {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  position: relative;
}
.home-secC::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 75.48%);
}
.home-secC figure {
  width: 100%;
  height: 100%;
}
.home-secC figure video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC figcaption {
  max-width: 502px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
}
@media only screen and (max-width: 540px) {
  .home-secC figcaption {
    bottom: 40px;
    max-width: 80%;
    width: 100%;
  }
}
.home-secC figcaption h2 {
  font-family: "Optima";
  font-size: 48px;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secC figcaption h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC figcaption h2 {
    font-size: 28px;
  }
}

.home-secD {
  overflow: hidden;
  background: var(--secondary);
  padding: 60px var(--containerfluid);
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 40px 0;
  }
}
.home-secD .tab-container .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 59px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secD .tab-container .tabs {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .tabs {
    gap: 30px;
    overflow: auto;
    justify-content: start;
  }
}
.home-secD .tab-container .tabs .swiper-nav {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .home-secD .tab-container .tabs .swiper-nav {
    display: none;
  }
}
.home-secD .tab-container .tabs .tab {
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 500;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .tabs .tab {
    white-space: nowrap;
  }
}
.home-secD .tab-container .tabs .tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: black;
  transition: 0.5s ease;
}
.home-secD .tab-container .tabs .tab.active {
  color: black;
}
.home-secD .tab-container .tabs .tab.active::before {
  width: 100%;
}
.home-secD .tab-container .content {
  transform: translateY(20px);
  height: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper {
  align-items: stretch;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide {
    height: 320px;
  }
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure {
  max-height: 542px;
  height: 100%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  position: relative;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 61.06%);
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure::after {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.74) 41%, rgba(0, 0, 0, 0) 61.06%);
  }
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure:hover img {
  transform: scale(1.2);
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  display: block;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .left {
    margin-right: auto;
  }
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .left h3 {
  font-size: 36px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 6px;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .left h3 {
    font-size: 22px;
  }
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .left p {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .right {
  display: flex;
  gap: 42px;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .right {
    flex-direction: column;
    gap: 10px;
    margin-right: auto;
  }
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .right .info {
  display: flex;
  gap: 18px;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .right .info span {
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  padding: 6px;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .right .info .spec h4 {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 2px;
}
.home-secD .tab-container .content .property-swiper .swiper-wrapper .swiper-slide figure figcaption .right .info .spec p {
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
}
.home-secD .tab-container .content.active {
  height: auto;
  transform: translateY(0);
  opacity: 100%;
}

.home-secE {
  padding: 70px var(--containerfluid) 250px;
  overflow: hidden;
  background: url(../../icon/road.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 1366px) {
  .home-secE {
    padding: 70px var(--containerfluid) 160px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 40px 0;
  }
}
.home-secE .heading h2 {
  text-align: center;
}
.home-secE .content {
  position: relative;
}
.home-secE .content .swiper-nav {
  width: 63.4%;
}
@media only screen and (max-width: 768px) {
  .home-secE .content .swiper-nav {
    width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .content .swiper-nav {
    display: none;
  }
}
.home-secE .content .swiper-nav .swiper-prev, .home-secE .content .swiper-nav .swiper-next {
  cursor: pointer;
  background: var(--white);
}
.home-secE .content .swiper-nav .swiper-prev:hover, .home-secE .content .swiper-nav .swiper-next:hover {
  background: var(--primary);
}
.home-secE .testimonial-swiper {
  margin: 40px 0 80px;
}
@media only screen and (max-width: 768px) {
  .home-secE .testimonial-swiper {
    margin: 40px 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .testimonial-swiper {
    margin: 30px 0 20px;
  }
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide {
  height: -webkit-fill-available;
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card {
  background: var(--white);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  padding: 42px 130px 72px;
  height: -webkit-fill-available;
}
@media only screen and (max-width: 768px) {
  .home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card {
    padding: 42px 70px 72px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card {
    padding: 20px;
  }
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card::before {
  content: "";
  position: absolute;
  width: 134px;
  height: 134px;
  background-image: url(../../icon/quote-gray.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -24px;
  right: 60px;
}
@media only screen and (max-width: 540px) {
  .home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card::before {
    width: 54px;
    bottom: 0;
    height: 45px;
    right: 0;
  }
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card figure {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin-bottom: 24px;
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card figcaption {
  margin-bottom: 36px;
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card figcaption p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card figcaption p {
    font-size: 14px;
  }
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card .info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 540px) {
  .home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card .info h3 {
    font-size: 22px;
  }
}
.home-secE .testimonial-swiper .swiper-wrapper .swiper-slide .testimonial-card .info p {
  font-size: 15px;
}

.home-secF {
  background: var(--gray);
  padding: 70px var(--containerfluid);
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding: 40px 0;
  }
}
.home-secF .container .grid {
  display: grid;
  grid-template-columns: 481px 1fr;
  gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .home-secF .container .grid {
    grid-template-columns: 400px 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .container .grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .container .grid {
    gap: 20px;
  }
}
.home-secF .container .grid figure {
  overflow: hidden;
  line-height: 0;
}
.home-secF .container .grid figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .home-secF .container .grid figure video {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secF .container .grid .right .heading {
  max-width: 575px;
}
@media only screen and (max-width: 768px) {
  .home-secF .container .grid .right .heading {
    text-align: center;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .container .grid .right .heading h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
.home-secF .container .grid .form {
  margin-top: 32px;
}
.home-secF .container .grid .form-grid {
  --item: 2;
}
@media only screen and (max-width: 540px) {
  .home-secF .container .grid .form-grid {
    --item: 1;
  }
}
.home-secF .container .grid .form-grid .form-group.full, .home-secF .container .grid .form-grid .btn.full {
  grid-column: span 2;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secF .container .grid .form-grid .form-group.full, .home-secF .container .grid .form-grid .btn.full {
    grid-column: span 1;
  }
}
.home-secF .container .grid .form-grid .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 540px) {
  .home-secF .container .grid .form-grid .btn {
    margin: auto;
  }
}/*# sourceMappingURL=home.css.map */