.home-banner {
  display: flex;
  flex-wrap: wrap;
}
.home-banner .banner {
  flex: 1;
}
@media (max-width: 1007px) {
  .home-banner .banner {
    flex: 0 1 100%;
  }
}
.home-banner .banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.008) 33.24%, rgba(0, 0, 0, 0.8) 94.96%);
}
.home-banner .banner figure {
  height: 757px;
}
@media (max-width: 1366px) {
  .home-banner .banner figure {
    height: 100vh;
  }
}
@media (max-width: 1152px) {
  .home-banner .banner figure {
    height: 615px;
  }
}
@media (max-width: 675px) {
  .home-banner .banner figure {
    height: 400px;
  }
}
.home-banner .banner figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 3rem 4rem;
}
@media (max-width: 767px) {
  .home-banner .banner figcaption {
    padding: 0 25px 50px;
  }
}
@media (max-width: 675px) {
  .home-banner .banner figcaption {
    padding: 0 15px 60px;
    text-align: center;
  }
}
.home-banner .banner figcaption .content {
  flex: 1;
}
.home-banner .banner figcaption .content h5, .home-banner .banner figcaption .content h1 {
  color: var(--white);
}
.home-banner .banner figcaption .content h1 {
  line-height: 1;
}
.home-banner .banner figcaption .content h5 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
@media (max-width: 1152px) {
  .home-banner .banner figcaption .content h5 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 675px) {
  .home-banner .banner figcaption .content h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.home-banner .banner figcaption .play-btn {
  flex: 0 1 auto;
  height: 58px;
  width: 58px;
  border-radius: 58px;
  border: 1px solid var(--white);
  position: relative;
}
.home-banner .banner figcaption .play-btn svg, .home-banner .banner figcaption .play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14.5px;
  height: 14.5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 2.5px;
}
.home-banner .banner figcaption .play-btn svg path, .home-banner .banner figcaption .play-btn img path {
  fill: var(--white);
}
.home-banner .banner figcaption .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 0;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 675px) {
  .home-banner .banner figcaption .play-btn {
    position: absolute;
    bottom: calc(100% + 35px);
    left: 50%;
    translate: -50% 0;
  }
}
.home-banner .form-wrap {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  background: var(--brown);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 11rem;
}
@media (max-width: 1366px) {
  .home-banner .form-wrap {
    padding-bottom: 3rem;
  }
}
@media (max-width: 1280px) {
  .home-banner .form-wrap {
    flex: 0 1 36%;
    max-width: 36%;
  }
}
@media (max-width: 1007px) {
  .home-banner .form-wrap {
    display: block;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 65px 0;
  }
}
@media (max-width: 675px) {
  .home-banner .form-wrap {
    padding: 45px 0;
  }
}
.home-banner .form-wrap .logo-wrp {
  max-width: 200px;
  margin: 0 auto 10px;
}
.home-banner .form-wrap .logo-wrp img {
  width: 100%;
}
@media (max-width: 675px) {
  .home-banner .form-wrap .logo-wrp img {
    max-width: 120px;
    display: block;
    margin: 0 auto;
  }
}
.home-banner .form-wrap .logo-wrp p {
  text-align: center;
  color: var(--white);
}
.home-banner .form-wrap .form {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  gap: 18px 0;
  --bacground: var(--pink);
  --font: 400;
  --border: rgb(256 256 256 / .6);
}
@media (max-width: 675px) {
  .home-banner .form-wrap .form {
    max-width: 100%;
    padding: 0 25px;
  }
}
.home-banner .form-wrap .form .sbmit-btn {
  margin-top: 40px;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase;
  border-radius: 40px;
}
.home-banner .form-wrap .form .captcha-form {
  color: #fff;
}

.home-secA {
  padding: 90px 0 140px;
  background: var(--white);
}
@media (max-width: 991px) {
  .home-secA {
    padding: 90px 0 100px;
  }
}
@media (max-width: 675px) {
  .home-secA {
    padding: 40px 0;
  }
}
.home-secA h2, .home-secA h4 {
  color: var(--black);
}
.home-secA p {
  color: var(--text);
}
.home-secA .heading h4 {
  margin-top: 20px;
}
.home-secA .content {
  text-align: center;
  position: relative;
}
.home-secA .content .heading, .home-secA .content .descrip {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.home-secA .content .descrip {
  line-height: 1.625;
  letter-spacing: 0.02em;
  margin-top: 40px;
  margin-bottom: 0px;
}
@media (max-width: 675px) {
  .home-secA .content .descrip {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.home-secA .content .counter_sec {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 0 70px;
}
@media (max-width: 767px) {
  .home-secA .content .counter_sec {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 30px;
  }
}
.home-secA .content .counter_sec .count-info {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .home-secA .content .counter_sec .count-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-secA .content .counter_sec .count-info:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 767px) {
  .home-secA .content .counter_sec .count-info:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 767px) {
  .home-secA .content .counter_sec .count-info:nth-child(4) {
    order: 4;
  }
}
.home-secA .content .counter_sec h4 {
  font-family: Antiga;
  font-size: 40px;
  line-height: 1;
  font-family: Antiga;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 991px) {
  .home-secA .content .counter_sec h4 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .content .counter_sec h4 {
    font-size: 24px;
  }
}
.home-secA .content .counter_sec p {
  text-transform: uppercase;
  margin-top: 10px;
}
.home-secA .content .btn {
  margin-top: 60px;
  margin-top: 30px;
}
.home-secA .content .boxes {
  left: calc(100% + 30px);
  top: 0;
}
@media (max-width: 1007px) {
  .home-secA .content .boxes {
    left: auto;
    right: 15%;
    top: -8%;
  }
}
@media (max-width: 675px) {
  .home-secA .content .boxes {
    right: 0;
  }
}

.home-secB .video-fram {
  position: relative;
  line-height: 0;
}
.home-secB .video-fram::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.home-secB .video-fram video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB figcaption {
  text-align: center;
  bottom: 100px;
}
@media (max-width: 991px) {
  .home-secB figcaption {
    bottom: 48px;
  }
}
@media (max-width: 675px) {
  .home-secB figcaption {
    bottom: auto;
    top: 50%;
    translate: 0 -50%;
  }
}

.siteplan-sec {
  background: var(--white);
  padding: 50px 0;
}
@media (max-width: 767px) {
  .siteplan-sec {
    padding: 35px 0;
  }
}
.siteplan-sec .heading {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .siteplan-sec .heading {
    margin-bottom: 35px;
  }
}
.siteplan-sec .flex {
  gap: 0 25px;
}
@media (max-width: 675px) {
  .siteplan-sec .flex {
    gap: 15px 0;
  }
}
.siteplan-sec .flex .colA, .siteplan-sec .flex .colB {
  flex: 1;
  cursor: pointer;
}
@media (max-width: 675px) {
  .siteplan-sec .flex .colA, .siteplan-sec .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.siteplan-sec .flex .colA::before, .siteplan-sec .flex .colB::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.8) 100%);
}
.siteplan-sec .flex .colA figcaption, .siteplan-sec .flex .colB figcaption {
  color: var(--white);
  text-align: center;
  padding: 0 20px 45px;
  font-size: 24px;
}

.home-secC {
  background: var(--purple) url(../../images/home/SecC.png) no-repeat;
  background-size: auto 100%;
  height: calc(100vh - var(--headerfixed));
  display: flex;
  align-items: center;
}
@media (max-width: 1152px) {
  .home-secC {
    height: 465px;
  }
}
@media (max-width: 860px) {
  .home-secC {
    align-items: flex-end;
    height: auto;
    padding-top: 100%;
    background-size: contain;
  }
}
@media (max-width: 860px) {
  .home-secC .container {
    margin-top: 11px;
    border-top: 1px solid rgba(0, 0, 0, 0.7);
  }
}
.home-secC .content-common-wrap {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1366px) {
  .home-secC .content-common-wrap {
    margin-right: 4rem;
  }
}
@media (max-width: 1152px) {
  .home-secC .content-common-wrap {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .home-secC .content-common-wrap {
    max-width: 100%;
    padding: 55px 0;
  }
}

.home-secD {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .home-secD {
    padding: 35px 0;
  }
}
.home-secD .flex {
  align-items: center;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .home-secD .flex {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .home-secD .flex {
    padding: 0;
  }
}
.home-secD .flex .heading {
  flex: 1;
  padding-right: 35px;
  border-right: 2px solid var(--black);
}
@media (max-width: 767px) {
  .home-secD .flex .heading {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    border-right: 0;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 365px) {
  .home-secD .flex .heading {
    padding-bottom: 0.8rem;
  }
}
.home-secD .logo1-slider {
  flex: 0 1 80%;
  max-width: 80%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  height: 110px;
}
@media (max-width: 991px) {
  .home-secD .logo1-slider {
    flex: 0 1 65%;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .home-secD .logo1-slider {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-secD .logo1-slider.reverse .track {
  animation-direction: reverse;
}
.home-secD .logo1-slider .track {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  line-height: 0;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.home-secD .logo1-slider .track img {
  width: 100px;
}
.home-secD .logo1-slider .track img:not(:last-child) {
  margin-right: 40px;
}

.home-secE {
  background: #fffeea;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .home-secE {
    padding: 0;
  }
}
@media (max-width: 1152px) {
  .home-secE {
    height: auto;
  }
}
@media (max-width: 675px) {
  .home-secE {
    padding-bottom: 40px;
  }
}
@media (max-width: 675px) {
  .home-secE .flex {
    display: block;
  }
}
.home-secE .colA, .home-secE .colB {
  flex: 1;
}
@media (max-width: 991px) {
  .home-secE .colA, .home-secE .colB {
    flex: 0 1 100%;
  }
}
.home-secE .colA {
  display: flex;
  align-items: center;
}
@media (max-width: 1152px) {
  .home-secE .colA .content-common-wrap {
    padding: 50px 40px 70px;
  }
}
@media (max-width: 675px) {
  .home-secE .colA .content-common-wrap {
    padding: 50px 25px;
  }
}
.home-secE .colA .content-common-wrap .btm-wrp .wtsp {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.home-secE .colA .content-common-wrap .btm-wrp .wtsp:hover {
  background: var(--white);
  color: var(--black);
}
.home-secE .colA .content-common-wrap .btm-wrp .wtsp:hover path {
  fill: var(--black);
}
.home-secE .colA .content-common-wrap p {
  color: var(--text);
}
.home-secE .heading h3 {
  color: var(--black);
}
.home-secE .colB {
  line-height: 0;
}
.home-secE .colB img {
  max-width: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.home-secF {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 4em;
  align-items: center;
}
@media (max-width: 991px) {
  .home-secF {
    padding: 40px 2rem;
  }
}
.home-secF .heading {
  flex: 1;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .home-secF .heading {
    flex: 0 1 100%;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.home-secF .logo2-slider {
  flex: 0 1 80%;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .home-secF .logo2-slider {
    flex: 0 1 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .home-secF .logo2-slider {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  .home-secF .logo2-slider .item {
    width: -moz-max-content;
    width: max-content;
  }
}
.home-secF .logo2-slider:not(.logo3-slider) .item {
  display: flex;
  flex-wrap: wrap;
}
.home-secF .logo2-slider:not(.logo3-slider) .item .ico {
  flex: 0 1 auto;
  font-size: 32px;
  font-weight: 600;
  color: var(--text);
}
@media only screen and (max-width: 365px) {
  .home-secF .logo2-slider:not(.logo3-slider) .item .ico {
    font-size: 24px;
  }
}
.home-secF .logo2-slider:not(.logo3-slider) .item .inf {
  flex: 1;
  border-left: 1px solid var(--text);
  padding-left: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 365px) {
  .home-secF .logo2-slider:not(.logo3-slider) .item .inf {
    padding: 0 15px;
  }
}
.home-secF .logo2-slider:not(.logo3-slider) .item .inf p {
  font-size: 14px;
  line-height: 1.4;
}

.home-secG {
  height: 700px;
}
@media (max-width: 1152px) {
  .home-secG {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .home-secG {
    height: 435px;
  }
}
.home-secG::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 45.19%);
}
.home-secG figure {
  height: 100%;
}
.home-secG figcaption {
  bottom: 100px;
}
@media (max-width: 991px) {
  .home-secG figcaption {
    padding: 0 25px;
    bottom: 40px;
  }
}

.home-secF.home-secH .logo2-slider .item {
  border-right: 1px solid var(--text);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
}
.home-secF.home-secH .logo2-slider .item .ico {
  flex: 0 1 auto;
}
.home-secF.home-secH .logo2-slider .item .ico span {
  font-size: 35px;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
  text-align: center;
}
@media (max-width: 675px) {
  .home-secF.home-secH .logo2-slider .item .ico span {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .home-secF.home-secH .logo2-slider .item .ico span {
    font-size: 20px;
  }
}
.home-secF.home-secH .logo2-slider .item .ico span em {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.home-secF.home-secH .logo2-slider .item .inf {
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 25px;
}
@media only screen and (max-width: 365px) {
  .home-secF.home-secH .logo2-slider .item .inf {
    padding: 0 20px;
  }
}
.home-secF.home-secH .logo2-slider .item .inf p {
  font-size: 14px;
  line-height: 1.4;
}

.home-secI {
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
}
@media (max-width: 1152px) {
  .home-secI {
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-secI {
    padding-top: 0;
  }
}
.home-secI .heading {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .home-secI .heading {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}
.home-secI .colA, .home-secI .colB {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .home-secI .colA, .home-secI .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secI .colA {
  line-height: 0;
}
@media (max-width: 991px) {
  .home-secI .colA {
    order: 1;
  }
}
.home-secI .colA video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secI .colB {
  display: flex;
  align-items: center;
  background: #fffeea;
}
@media (max-width: 991px) {
  .home-secI .colB {
    order: 2;
  }
}
.home-secI .content-common-wrap {
  max-width: 500px;
}
@media (max-width: 1152px) {
  .home-secI .content-common-wrap {
    max-width: 400px;
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .home-secI .content-common-wrap {
    max-width: 100%;
    padding: 45px 25px;
  }
}
.home-secI .content-common-wrap h3, .home-secI .content-common-wrap p {
  color: var(--blue);
}
.home-secI .content-common-wrap .btm-wrp .btn {
  background: var(--white);
  border: 1px solid #333;
}
.home-secI .content-common-wrap .btm-wrp .btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.home-secI .content-common-wrap .btm-wrp .wtsp {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.home-secI .content-common-wrap .btm-wrp .wtsp svg path {
  fill: var(--white);
}
.home-secI .content-common-wrap .btm-wrp .wtsp:hover {
  background: var(--white);
  border-color: var(--black);
  color: var(--black);
}
.home-secI .content-common-wrap .btm-wrp .wtsp:hover path {
  fill: var(--black);
}
.home-secI .content-common-wrap .btm-wrp .wtsp path {
  fill: var(--blue);
}
.home-secI .img {
  line-height: 0;
}
.home-secI .relative {
  position: relative;
}
.home-secI .relative::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: linear-gradient(to top, var(--black), transparent);
}
.home-secI .swiper-slide p {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 30px;
  text-align: center;
  color: var(--white);
  z-index: 1;
  font-size: 20px;
  text-transform: uppercase;
}

.home-secJ {
  background: var(--blue);
  padding: 100px 0 135px;
  position: relative;
}
.home-secJ::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 991px) {
  .home-secJ {
    padding: 75px 0;
  }
}
.home-secJ .flex {
  align-items: center;
}
@media (max-width: 991px) {
  .home-secJ .flex {
    gap: 65px 0;
    flex-direction: column-reverse;
  }
}
.home-secJ .flex .colA, .home-secJ .flex .colB {
  flex: 1;
}
@media (max-width: 991px) {
  .home-secJ .flex .colA, .home-secJ .flex .colB {
    flex: 0 1 100%;
  }
}
.home-secJ .flex .colB {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .home-secJ .flex .colB {
    padding: 0;
  }
}
.home-secJ .flex .advan-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem 0;
}
@media (max-width: 991px) {
  .home-secJ .flex .advan-wrap {
    grid-gap: 3rem;
  }
}
.home-secJ .flex .advan-wrap .col {
  text-align: center;
  color: var(--white);
}
.home-secJ .flex .advan-wrap .col h5 {
  margin: 10px 0 8px;
}
.home-secJ .flex .advan-wrap .col h6 {
  font-weight: 400;
}

@media (max-width: 767px) {
  .home-secK {
    padding-bottom: 3rem;
  }
}
.home-secK a {
  display: block;
  line-height: 0;
  height: 100%;
}
.home-secK a img {
  width: 100%;
  height: 100%;
}
.home-secK .heading {
  padding-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home-secK .heading {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}

.home-secL .heading {
  padding: 85px 0 75px;
  position: relative;
  max-width: 812px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .home-secL .heading {
    padding: 55px 0;
  }
}
@media (max-width: 675px) {
  .home-secL .heading {
    padding: 35px 0;
  }
}
.home-secL .heading h5 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}
@media (max-width: 675px) {
  .home-secL .heading h5 {
    font-size: 24px;
  }
}
.home-secL .heading .boxes {
  right: 0;
  bottom: 73px;
}
@media (max-width: 675px) {
  .home-secL .heading .boxes {
    display: none;
  }
}
.home-secL .functional-demo {
  position: relative;
}
@media (max-width: 675px) {
  .home-secL .functional-demo {
    padding-left: 15px;
  }
}
.home-secL .functional-demo .functional-slider .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.8) 100%);
}
.home-secL .functional-demo .functional-slider .item::after {
  content: "";
  top: auto;
  bottom: 0;
  height: 0px;
  background-image: url(../../images/strip.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.7s ease;
}
@media (max-width: 675px) {
  .home-secL .functional-demo .functional-slider .item figure img {
    aspect-ratio: 1.3;
  }
}
@media only screen and (max-width: 360px) {
  .home-secL .functional-demo .functional-slider .item figure img {
    aspect-ratio: 1.1;
  }
}
.home-secL .functional-demo .functional-slider .item figcaption {
  text-align: center;
  color: var(--white);
  max-width: 490px;
  margin: 0 auto;
  padding: 0 25px 75px;
}
@media (max-width: 991px) {
  .home-secL .functional-demo .functional-slider .item figcaption {
    padding: 0 25px 40px;
  }
}
@media (max-width: 675px) {
  .home-secL .functional-demo .functional-slider .item figcaption {
    padding: 0 15px 30px;
  }
}
.home-secL .functional-demo .functional-slider .item figcaption h5 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 1152px) {
  .home-secL .functional-demo .functional-slider .item figcaption h5 {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .home-secL .functional-demo .functional-slider .item figcaption h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secL .functional-demo .functional-slider .item figcaption h5 {
    font-size: 22px;
  }
}
.home-secL .functional-demo .functional-slider .item.swiper-slide-active::after {
  height: 16px;
}
.home-secL .functional-nav {
  max-width: 72%;
}
@media (max-width: 767px) {
  .home-secL .functional-nav {
    max-width: 73%;
  }
}
@media (max-width: 675px) {
  .home-secL .functional-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-secL .functional-nav svg {
    width: 12px;
  }
}

.home-secM {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 675px) {
  .home-secM {
    padding: 65px 0;
  }
}
.home-secM .content {
  max-width: 685px;
  margin: 0 auto;
}
.home-secM .content .ico {
  display: block;
  margin: 0 auto 25px;
}
@media (max-width: 675px) {
  .home-secM .content .ico {
    max-width: 150px;
  }
}
.home-secM .content p {
  letter-spacing: 0.02em;
  color: var(--text);
  text-align: center;
}
.home-secM .form {
  --bacground: var(--white);
  --theme: var(--text);
  --label: rgb(0 0 0 / .6);
  --color: var(--text);
  --font: 400;
  --border: var(--pink);
  margin-top: 65px;
}
.home-secM .form .sbmit-btn {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: var(--white);
  line-height: 40px;
  overflow: hidden;
  border-radius: 25px;
  background: var(--blue);
  border: 1px solid none;
  padding: 0 24px;
  position: relative;
  z-index: 0;
  text-transform: capitalize;
  transition: 0.7s;
  font-weight: 500;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.home-secM .form .sbmit-btn svg, .home-secM .form .sbmit-btn path {
  transition: 0.5s ease;
}
.home-secM .form .sbmit-btn:hover {
  background: var(--brown);
  color: var(--white);
  border-color: var(--brown);
}
@media (max-width: 675px) {
  .home-secM .boxes {
    display: none;
  }
}
.home-secM .boxes.box1 {
  right: -20px;
  top: 50px;
  --color1: var(--orange);
  --color2: var(--bluelight);
}
.home-secM .boxes.box2 {
  left: -20px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 991px) {
  .home-secM .boxes.box2 {
    top: 82%;
  }
}

.form-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--brown);
  padding: 14px 0 22px;
  z-index: 5;
  transition: 0.7s ease;
  transform: translateY(100%);
}
@media (max-width: 1007px) {
  .form-strip {
    display: none;
  }
}
.form-strip.active {
  transform: translateY(0%);
}
.form-strip .form {
  padding: 0 2rem;
  gap: 0 20px;
}
.form-strip .form .form-group {
  flex: 1;
}
.form-strip .form .form-group label {
  font-size: 14px;
}
.form-strip .form .sbmit-btn {
  flex: 0 1 200px;
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}

.home-secAd-a {
  padding: 60px 0;
}
.home-secAd-a .flex {
  align-items: center;
}
.home-secAd-a .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .home-secAd-a .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secAd-a .heading {
  max-width: 547px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.home-secAd-a .heading p {
  line-height: 1.625;
  letter-spacing: 0.02em;
  margin-top: 25px;
  margin-bottom: 65px;
  color: var(--text);
}
.home-secAd-a .item {
  position: relative;
}
.home-secAd-a .item .img {
  position: relative;
  line-height: 0;
}
@media (max-width: 675px) {
  .home-secAd-a .item .img {
    height: 320px;
    overflow: hidden;
  }
}
@media (max-width: 675px) {
  .home-secAd-a .item .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.home-secAd-a .item .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: linear-gradient(to top, var(--black), transparent);
  opacity: 0.6;
}
.home-secAd-a .item p {
  position: absolute;
  bottom: 12px;
  padding: 12px;
  left: 0;
  right: 0;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.home-secAd-a .swiper-button-next, .home-secAd-a .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: var(--brown);
  border-radius: 50px;
}
.home-secAd-a .swiper-button-next::after, .home-secAd-a .swiper-button-prev::after {
  font-size: 20px;
  color: var(--white);
}

.listCOl {
  margin: 2rem 0 3rem 0;
}
.listCOl ul {
  -moz-columns: 2;
       columns: 2;
}
.listCOl ul li {
  display: block;
  text-align: left;
  color: var(--text);
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
  line-height: 1.3;
  font-size: 14px;
}
.listCOl ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background: var(--brown);
  border-radius: 30px;
}

.home-secJ {
  padding: 5rem 0;
  background: #fffeea;
}
@media (max-width: 991px) {
  .home-secJ {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .home-secJ {
    padding-top: 0;
  }
}
.home-secJ .heading {
  max-width: 992px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
.home-secJ .heading h2 {
  margin-bottom: 15px;
}
.home-secJ .heading p {
  color: var(--text);
  line-height: 1.625;
  letter-spacing: 0.02em;
  margin-top: 25px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .home-secJ .heading p {
    margin-bottom: 25px;
  }
}
.home-secJ .img {
  background: #fffeea;
  padding: 10px;
}
.home-secJ .img img {
  mix-blend-mode: darken;
  width: auto;
  height: 70px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-secJ .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.captcha-form {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.property-sec-home {
  padding: 65px 0 30px;
  --btn: 60px;
}
@media (max-width: 1152px) {
  .property-sec-home {
    --btn: 50px;
  }
}
@media (max-width: 675px) {
  .property-sec-home {
    padding: 40px 0 20px;
  }
}
.property-sec-home .property-wrap {
  position: relative;
}
@media (max-width: 1366px) {
  .property-sec-home .property-wrap {
    margin: 0 2rem;
  }
}
@media (max-width: 1152px) {
  .property-sec-home .property-wrap {
    margin: 0 15px;
  }
}
@media (max-width: 675px) {
  .property-sec-home .property-wrap {
    margin: 0;
  }
}
@media (max-width: 675px) {
  .property-sec-home .container {
    padding-right: 0;
  }
}
.property-sec-home .heading {
  margin-bottom: 50px;
}
@media (max-width: 675px) {
  .property-sec-home .heading {
    padding-right: 15px;
  }
}
.property-sec-home .property-slider .item figure {
  line-height: 0;
}
.property-sec-home .property-slider .item figcaption {
  background: var(--secondary);
  padding: 15px 13px;
}
@media (max-width: 1152px) {
  .property-sec-home .property-slider .item figcaption {
    padding: 12px 13px;
  }
}
.property-sec-home .property-slider .item figcaption h6 {
  margin-bottom: 3px;
}
.property-sec-home .property-slider .item figcaption p {
  font-size: 14px;
}
.property-sec-home .property-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: var(--btn);
  width: var(--btn);
  border-radius: 50%;
  background: var(--brown);
  z-index: 2;
  transition: 0.6s ease;
}
@media (max-width: 675px) {
  .property-sec-home .property-nav {
    display: none;
  }
}
.property-sec-home .property-nav:hover {
  background: #000;
}
@media (max-width: 1152px) {
  .property-sec-home .property-nav svg {
    width: 10px;
  }
}
.property-sec-home .property-nav.property-next {
  right: calc(var(--btn) * -0.5);
}
.property-sec-home .property-nav.property-prev {
  left: calc(var(--btn) * -0.5);
  transform: scaleX(-1);
}/*# sourceMappingURL=home.css.map */