.banner.home-banner {
  background: var(--prime);
}
.banner.home-banner .bg {
  width: 76%;
  aspect-ratio: 1.67272;
  margin-left: auto;
  border-radius: 0px 0px 0px 350px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .banner.home-banner .bg {
    aspect-ratio: 1.4;
    border-radius: 0px 0px 0px 235px;
  }
}
@media (max-width: 991px) {
  .banner.home-banner .bg {
    aspect-ratio: 0.9;
    max-width: 65%;
  }
}
@media (max-width: 675px) {
  .banner.home-banner .bg {
    aspect-ratio: 0.8;
    max-width: 100%;
    aspect-ratio: 1.3;
    width: 100%;
    border-radius: 0px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .bg {
    aspect-ratio: initial;
    height: 400px;
  }
}
.banner.home-banner .banner-wrapper {
  padding: 0 4rem;
  bottom: 20%;
}
@media (max-width: 1024px) {
  .banner.home-banner .banner-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper {
    padding: 0 15px;
    bottom: 13%;
  }
}
.banner.home-banner .banner-wrapper .content {
  max-width: 650px;
}
.banner.home-banner .banner-wrapper .content h1 {
  --font: 32px;
  font-size: var(--font);
  line-height: 1.4;
  color: var(--white);
}
@media (max-width: 1230px) {
  .banner.home-banner .banner-wrapper .content h1 {
    --font: 28px;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content h1 {
    --font: 24px;
  }
}
@media (max-width: 675px) {
  .banner.home-banner .banner-wrapper .content h1 {
    --font: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .banner.home-banner .banner-wrapper .content h1 {
    --font: 20px;
  }
}
@media only screen and (max-width: 365px) {
  .banner.home-banner .banner-wrapper .content h1 {
    --font: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .banner-wrapper .content h1 {
    --font: 16px;
  }
}
.banner.home-banner .banner-wrapper .content h1 span {
  display: block;
  font-size: calc(var(--font) * 2);
  line-height: 1;
  font-family: EmeraldeChamerions-Serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  text-transform: uppercase;
}
@media only screen and (max-width: 420px) {
  .banner.home-banner .banner-wrapper .content h1 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 365px) {
  .banner.home-banner .banner-wrapper .content h1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .banner-wrapper .content h1 span {
    font-size: 28px;
  }
}
.banner.home-banner .banner-wrapper .content .btm-wrp {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 675px) {
  .banner.home-banner .banner-wrapper .content .btm-wrp {
    margin-top: 40px;
  }
}
.banner.home-banner .banner-wrapper .content .btm-wrp .play-btn {
  height: 59px;
  width: 59px;
  border-radius: 59px;
  background: var(--white);
  position: relative;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .play-btn svg, .banner.home-banner .banner-wrapper .content .btm-wrp .play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  translate: -50% -50%;
  z-index: 1;
  animation: none;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  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;
  }
}
.banner.home-banner .banner-wrapper .content .btm-wrp .play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 17.7px;
  height: 17.7px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content .btm-wrp .play-btn {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: var(--white);
    position: relative;
  }
  .banner.home-banner .banner-wrapper .content .btm-wrp .play-btn svg, .banner.home-banner .banner-wrapper .content .btm-wrp .play-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    translate: -50% -50%;
    z-index: 1;
    animation: none;
  }
  .banner.home-banner .banner-wrapper .content .btm-wrp .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    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;
    }
  }
  .banner.home-banner .banner-wrapper .content .btm-wrp .play-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: none;
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  border: 1px solid var(--white);
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn::before, .banner.home-banner .banner-wrapper .content .btm-wrp .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn::before {
  background: none;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn::after {
  background: var(--white);
  opacity: 0;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn:hover::before {
  opacity: 0;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn:hover::after {
  opacity: 1;
}
.banner.home-banner .banner-wrapper .content .btm-wrp .btn:hover {
  color: var(--prime);
}

.home-secA {
  padding: 100px 0;
  background: var(--white);
}
@media (max-width: 1230px) {
  .home-secA {
    padding: 85px 0;
  }
}
@media (max-width: 1024px) {
  .home-secA {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .home-secA {
    padding: 48px 0 80px;
  }
}
@media (max-width: 675px) {
  .home-secA {
    padding: 15px 0 45px;
  }
}
.home-secA .flex {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-secA .flex {
    gap: 35px;
  }
}
.home-secA .flex .colA {
  flex: 0 1 41%;
}
@media (max-width: 1230px) {
  .home-secA .flex .colA {
    flex: 0 1 45%;
  }
}
@media (max-width: 991px) {
  .home-secA .flex .colA {
    flex: 0 1 100%;
    margin: 0 auto;
  }
}
.home-secA .flex .colA figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .home-secA .flex .colA figure img {
    aspect-ratio: 2;
  }
}
@media (max-width: 675px) {
  .home-secA .flex .colA figure img {
    aspect-ratio: 1.4;
  }
}
@media (max-width: 520px) {
  .home-secA .flex .colA figure img {
    aspect-ratio: 0.8;
  }
}
.home-secA .flex .colA .card {
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 675px) {
  .home-secA .flex .colA .card {
    border-radius: 0px;
  }
}
.home-secA .flex .colA .card::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.home-secA .flex .colA .card figcaption {
  padding: 0 35px 50px;
}
@media (max-width: 1230px) {
  .home-secA .flex .colA .card figcaption {
    padding: 0 25px 30px;
  }
}
@media (max-width: 520px) {
  .home-secA .flex .colA .card figcaption {
    padding: 0 20px 25px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secA .flex .colA .card figcaption {
    padding: 0 15px 20px;
  }
}
.home-secA .flex .colA .card figcaption h4 {
  color: var(--white);
  font-size: 28px;
}
@media (max-width: 1230px) {
  .home-secA .flex .colA .card figcaption h4 {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .home-secA .flex .colA .card figcaption h4 {
    font-size: 20px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 365px) {
  .home-secA .flex .colA .card figcaption h4 {
    font-size: 18px;
  }
}
.home-secA .flex .colA .card figcaption p {
  font-weight: 600;
}
.home-secA .flex .colA .card figcaption .size-pr {
  line-height: 1.875;
  color: rgba(255, 255, 255, 0.8);
}
.home-secA .flex .colA .card figcaption .btm-wrp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}
.home-secA .flex .colA .card figcaption .btm-wrp .amnt {
  flex: 1;
}
@media (max-width: 520px) {
  .home-secA .flex .colA .card figcaption .btm-wrp .amnt {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
  }
}
.home-secA .flex .colA .card figcaption .btm-wrp .amnt p, .home-secA .flex .colA .card figcaption .btm-wrp .amnt h5 {
  color: var(--primary);
}
.home-secA .flex .colA .card figcaption .btm-wrp .amnt p {
  line-height: 1.87;
  margin-bottom: 4px;
}
@media (max-width: 1230px) {
  .home-secA .flex .colA .card figcaption .btm-wrp .amnt p {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .home-secA .flex .colA .card figcaption .btm-wrp .amnt p {
    font-size: 16px;
    margin: 0;
  }
}
.home-secA .flex .colA .card figcaption .btm-wrp .amnt h5 {
  font-size: 32px;
  line-height: 0.9;
  font-weight: 600;
}
@media (max-width: 1230px) {
  .home-secA .flex .colA .card figcaption .btm-wrp .amnt h5 {
    font-size: 24px;
  }
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl {
  flex: 0 1 auto;
}
@media (max-width: 520px) {
  .home-secA .flex .colA .card figcaption .btm-wrp .scudl {
    flex: 0 1 100%;
  }
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 41px;
  line-height: 41px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn::before, .home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn::before {
  background: var(--gradient);
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn:hover::before {
  opacity: 0;
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl .btn:hover::after {
  opacity: 1;
}
.home-secA .flex .colA .card figcaption .btm-wrp .scudl p {
  font-size: 14px;
  color: var(--white);
}
@media (max-width: 520px) {
  .home-secA .flex .colA .card figcaption .btm-wrp .scudl p {
    text-align: center;
  }
}
.home-secA .flex .colB {
  flex: 0 1 53%;
  max-width: 53%;
  padding-top: 1rem;
}
@media (max-width: 1230px) {
  .home-secA .flex .colB {
    flex: 0 1 51%;
    max-width: 51%;
  }
}
@media (max-width: 991px) {
  .home-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.home-secA .flex .colB .heading {
  max-width: 630px;
}
@media (max-width: 520px) {
  .home-secA .flex .colB .heading {
    text-align: center;
  }
}
.home-secA .flex .colB .content {
  margin: 20px 0 40px;
}
.home-secA .flex .colB .content p {
  color: var(--text);
  text-align: justify;
}
.home-secA .flex .colB .content p:not(:last-child) {
  margin-bottom: 20px;
}
.home-secA .flex .colB .btm-wrp h5 {
  font-weight: 600;
  margin-bottom: 30px;
}
.home-secA .flex .colB .btm-wrp .banks-slider {
  width: 100%;
}
.home-secA .flex .colB .btm-wrp .banks-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.home-secA .flex .colB .btm-wrp .banks-slider .swiper-slide img {
  width: 100%;
}

.home-secB {
  position: relative;
  position: relative;
  line-height: 0;
}
.home-secB::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(180deg, rgba(0, 0, 0, 0) 0%, #002F28 100%);
}
.home-secB .bg {
  line-height: 0;
  height: calc(100vh - var(--headerheight));
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-secB .bg {
    height: auto;
  }
}
@media (max-width: 520px) {
  .home-secB .bg {
    height: 335px;
  }
}
.home-secB .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.home-secB .home-secB-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
@media (max-width: 991px) {
  .home-secB .home-secB-wrap {
    bottom: 22px;
  }
}
.home-secB .home-secB-wrap .heading {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .home-secB .home-secB-wrap .heading {
    max-width: 485px;
  }
}
.home-secB .home-secB-wrap .heading h3 {
  color: var(--white);
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrap .heading h3 {
    margin-bottom: 22px;
  }
}
.home-secB .home-secB-wrap .swiper-nav {
  --btn: 53px;
  text-align: right;
}
@media (max-width: 860px) {
  .home-secB .home-secB-wrap .swiper-nav {
    --btn: 46px;
  }
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrap .swiper-nav {
    --btn: 40px;
    text-align: center;
  }
}
.home-secB .home-secB-wrap .swiper-nav button {
  display: inline-flex;
  height: var(--btn);
  width: var(--btn);
  border: 1px solid var(--white);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.7s ease;
}
.home-secB .home-secB-wrap .swiper-nav button.prev-las {
  margin-right: 12px;
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrap .swiper-nav button.prev-las {
    margin-right: 6px;
  }
}
.home-secB .home-secB-wrap .swiper-nav button:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.home-secC {
  background: var(--prime);
  padding-top: 20px;
}
@media (max-width: 675px) {
  .home-secC {
    padding: 0;
  }
}
.home-secC .location-advantage-slider .swiper-slide {
  height: auto;
  background: var(--gradient);
  border-radius: 15px;
  padding: 1px;
}
.home-secC .location-advantage-slider .swiper-slide .card {
  height: 100%;
  background: var(--prime);
  border-radius: 15px;
  padding: 35px 25px 40px;
}
.home-secC .location-advantage-slider .swiper-slide .upper-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-secC .location-advantage-slider .swiper-slide .upper-ttl h5 {
  padding-right: 10px;
  line-height: 1.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
}
.home-secC .location-advantage-slider .swiper-slide .upper-ttl .ico {
  line-height: 0;
}
.home-secC .location-advantage-slider .swiper-slide ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-secC .location-advantage-slider .swiper-slide ul li:not(:last-child) {
  margin-bottom: 10px;
}
.home-secC .location-advantage-slider .swiper-slide ul li p {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.67);
}
.home-secC .location-advantage-slider .swiper-slide ul li p.place {
  flex: 1;
  padding-right: 10px;
}
.home-secC .location-advantage-slider .swiper-slide ul li p.distance {
  flex: 0 1 auto;
}
.home-secC .btm-btn-wrp {
  padding: 80px 0 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-secC .btm-btn-wrp {
    padding: 65px 0 85px;
  }
}
@media (max-width: 675px) {
  .home-secC .btm-btn-wrp {
    padding: 45px 0 55px;
  }
}
.home-secC .btm-btn-wrp li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 675px) {
  .home-secC .btm-btn-wrp li {
    display: block;
  }
}
@media (max-width: 675px) {
  .home-secC .btm-btn-wrp li:first-child a {
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
    color: var(--black);
    height: 44px;
    line-height: 44px;
    border-radius: 25px;
    overflow: hidden;
    background: none;
    padding: 0 28px;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    transition: 0.7s;
    font-weight: 500;
    border: 1px solid var(--white);
  }
  .home-secC .btm-btn-wrp li:first-child a::before, .home-secC .btm-btn-wrp li:first-child a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.7s;
    z-index: -1;
  }
  .home-secC .btm-btn-wrp li:first-child a::before {
    background: none;
  }
  .home-secC .btm-btn-wrp li:first-child a::after {
    background: var(--gradient2);
    opacity: 0;
  }
  .home-secC .btm-btn-wrp li:first-child a:hover::before {
    opacity: 0;
  }
  .home-secC .btm-btn-wrp li:first-child a:hover::after {
    opacity: 1;
  }
}
.home-secC .btm-btn-wrp li:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 675px) {
  .home-secC .btm-btn-wrp li:not(:last-child) {
    margin-right: 0;
    display: none;
  }
}
.home-secC .btm-btn-wrp li a:not(.wtsp) {
  color: var(--white);
  font-weight: 500;
  transition: 0.7s ease;
}
.home-secC .btm-btn-wrp li a:not(.wtsp):hover {
  color: var(--primary);
}
.home-secC .btm-btn-wrp li .wtsp {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--white);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
}
.home-secC .btm-btn-wrp li .wtsp::before, .home-secC .btm-btn-wrp li .wtsp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secC .btm-btn-wrp li .wtsp::before {
  background: var(--white);
}
.home-secC .btm-btn-wrp li .wtsp::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secC .btm-btn-wrp li .wtsp:hover::before {
  opacity: 0;
}
.home-secC .btm-btn-wrp li .wtsp:hover::after {
  opacity: 1;
}
.home-secC .btm-btn-wrp li .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
}
.home-secC .btm-btn-wrp li .btn::before, .home-secC .btm-btn-wrp li .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secC .btm-btn-wrp li .btn::before {
  background: var(--gradient);
}
.home-secC .btm-btn-wrp li .btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secC .btm-btn-wrp li .btn:hover::before {
  opacity: 0;
}
.home-secC .btm-btn-wrp li .btn:hover::after {
  opacity: 1;
}

.home-secD {
  position: relative;
}
.home-secD::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(270deg, rgba(0, 0, 0, 0) 4.89%, rgba(0, 0, 0, 0.95) 64.14%);
}
@media (max-width: 860px) {
  .home-secD::before {
    background: rgba(0, 0, 0, 0.69);
  }
}
.home-secD .bg {
  line-height: 0;
}
@media (max-width: 1300px) {
  .home-secD .bg {
    height: 645px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secD .bg {
    height: 695px;
  }
}
.home-secD .bg img, .home-secD .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secD .secD-wrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.home-secD .secD-wrapper .content {
  max-width: 600px;
}
@media (max-width: 675px) {
  .home-secD .secD-wrapper .content {
    text-align: center;
  }
}
.home-secD .secD-wrapper .content p, .home-secD .secD-wrapper .content li {
  color: var(--white);
}
.home-secD .secD-wrapper .content .advn li {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 345px) {
  .home-secD .secD-wrapper .content .advn li {
    font-size: 12px;
  }
}
.home-secD .secD-wrapper .content .advn li:not(:last-child) {
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
@media only screen and (max-width: 420px) {
  .home-secD .secD-wrapper .content .advn li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.home-secD .secD-wrapper .content h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  font-family: EmeraldeChamerions-Serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1;
  margin: 25px 0 20px;
}
@media (max-width: 1024px) {
  .home-secD .secD-wrapper .content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secD .secD-wrapper .content h2 {
    font-size: 34px;
  }
}
.home-secD .secD-wrapper .content .content-text p {
  text-align: justify;
}
.home-secD .secD-wrapper .content .content-text p:not(:last-child) {
  margin-bottom: 15px;
}
.home-secD .secD-wrapper .content .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin: 35px 0 40px;
}
.home-secD .secD-wrapper .content .btn::before, .home-secD .secD-wrapper .content .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secD .secD-wrapper .content .btn::before {
  background: var(--gradient);
}
.home-secD .secD-wrapper .content .btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secD .secD-wrapper .content .btn:hover::before {
  opacity: 0;
}
.home-secD .secD-wrapper .content .btn:hover::after {
  opacity: 1;
}
@media (max-width: 675px) {
  .home-secD .secD-wrapper .content .descip {
    text-align: left;
  }
}
.home-secD .secD-wrapper .content .descip li {
  font-size: 12px;
}
.home-secD .secD-wrapper .content .descip li:not(:last-child) {
  margin-bottom: 6px;
}

.home-secE {
  padding: 80px 0;
  background: var(--white);
}
@media (max-width: 1024px) {
  .home-secE {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .home-secE {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE {
    padding: 45px 0;
  }
}
.home-secE .heading {
  max-width: 615px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .home-secE .heading {
    max-width: 455px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .heading {
    padding-bottom: 35px;
  }
}
.home-secE .aesthetics-slider .swiper-slide {
  height: auto;
}
.home-secE .aesthetics-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secE .aesthetics-demo {
  position: relative;
}
.home-secE .aes-nav {
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  max-width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1230px) {
  .home-secE .aes-nav {
    max-width: 57%;
  }
}
@media (max-width: 767px) {
  .home-secE .aes-nav {
    max-width: 55%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .aes-nav {
    display: none;
  }
}
.home-secE .aes-nav button {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
@media (max-width: 767px) {
  .home-secE .aes-nav svg {
    width: 12px;
  }
}

.home-secF {
  background: var(--prime);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home-secF {
    padding: 55px 0;
  }
}
.home-secF .heading {
  max-width: 672px;
  margin: 0 auto;
}
.home-secF .heading .ico {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home-secF .heading .ico {
    max-width: 40px;
  }
}
.home-secF .heading h3 {
  max-width: 475px;
  margin: 0 auto;
  color: var(--white);
}
.home-secF .heading p {
  color: rgba(255, 255, 255, 0.7);
  margin: 22px 0 60px;
}
.home-secF .privilege-demo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 3rem;
  --figcaption: 62px;
}
@media (max-width: 767px) {
  .home-secF .privilege-demo {
    padding-left: 1rem;
  }
}
@media (max-width: 520px) {
  .home-secF .privilege-demo {
    padding-left: 15px;
    gap: 20px;
  }
}
.home-secF .privilege-demo video {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5574;
}
.home-secF .privilege-demo video, .home-secF .privilege-demo .item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home-secF .privilege-demo .colA {
  flex: 0 1 30%;
}
@media (max-width: 767px) {
  .home-secF .privilege-demo .colA {
    flex: 0 1 45%;
  }
}
@media (max-width: 520px) {
  .home-secF .privilege-demo .colA {
    flex: 0 1 100%;
    padding-right: 15px;
  }
}
.home-secF .privilege-demo .colB {
  flex: 0 1 68%;
  max-width: 68%;
  width: 100%;
}
@media (max-width: 767px) {
  .home-secF .privilege-demo .colB {
    flex: 0 1 53%;
    max-width: 53%;
  }
}
@media (max-width: 520px) {
  .home-secF .privilege-demo .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secF .privilege-demo .colB .privilege-slider .item {
  overflow: hidden;
}
.home-secF .privilege-demo .colB .privilege-slider .item.swiper-slide-next {
  margin-right: 35px !important;
}
.home-secF .privilege-demo .colB .privilege-slider .item figure {
  line-height: 0;
}
.home-secF .privilege-demo .colB .privilege-slider .item figure img {
  width: 100%;
  aspect-ratio: 1.4305;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secF .privilege-demo .colB .privilege-slider .item figcaption {
  background: var(--white);
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-secF .privilege-demo .privilege-nav {
  position: absolute;
  right: calc(9rem + 4px);
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
  --btn: 53px;
}
@media (max-width: 1536px) {
  .home-secF .privilege-demo .privilege-nav {
    right: calc(6rem + 10px);
  }
}
@media (max-width: 1440px) {
  .home-secF .privilege-demo .privilege-nav {
    right: calc(5rem + 14px);
  }
}
@media (max-width: 1367px) {
  .home-secF .privilege-demo .privilege-nav {
    right: calc(5rem + 6px);
  }
}
@media (max-width: 1300px) {
  .home-secF .privilege-demo .privilege-nav {
    right: calc(5rem + 0px);
  }
}
@media (max-width: 1230px) {
  .home-secF .privilege-demo .privilege-nav {
    right: calc(5rem - 10px);
  }
}
@media (max-width: 1152px) {
  .home-secF .privilege-demo .privilege-nav {
    right: calc(5rem - 22px);
  }
}
@media (max-width: 1024px) {
  .home-secF .privilege-demo .privilege-nav {
    --btn: 40px;
    right: calc(5rem - 22px);
  }
}
@media (max-width: 767px) {
  .home-secF .privilege-demo .privilege-nav {
    right: 40px;
  }
}
@media (max-width: 520px) {
  .home-secF .privilege-demo .privilege-nav {
    display: none;
  }
}
.home-secF .privilege-demo .privilege-nav button {
  height: var(--btn);
  width: var(--btn);
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s ease;
}
.home-secF .privilege-demo .privilege-nav button:first-child {
  margin-bottom: 13px;
}
.home-secF .privilege-demo .privilege-nav button svg {
  width: calc(var(--btn) * 0.4);
  height: calc(var(--btn) * 0.4);
}
.home-secF .privilege-demo .privilege-nav button path {
  fill: var(--black);
  transition: 0.7s ease;
}
.home-secF .privilege-demo .privilege-nav button:hover {
  background: var(--primary);
}
.home-secF .btm-btn-wrp {
  padding: 80px 0 0;
  text-align: center;
}
@media (max-width: 675px) {
  .home-secF .btm-btn-wrp {
    padding-top: 50px;
  }
}
.home-secF .btm-btn-wrp li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 675px) {
  .home-secF .btm-btn-wrp li {
    display: block;
  }
}
@media (max-width: 675px) {
  .home-secF .btm-btn-wrp li:first-child a {
    display: inline-flex;
    align-items: center;
    gap: 0 6px;
    color: var(--black);
    height: 44px;
    line-height: 44px;
    border-radius: 25px;
    overflow: hidden;
    background: none;
    padding: 0 28px;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    transition: 0.7s;
    font-weight: 500;
    border: 1px solid var(--white);
  }
  .home-secF .btm-btn-wrp li:first-child a::before, .home-secF .btm-btn-wrp li:first-child a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.7s;
    z-index: -1;
  }
  .home-secF .btm-btn-wrp li:first-child a::before {
    background: none;
  }
  .home-secF .btm-btn-wrp li:first-child a::after {
    background: var(--gradient2);
    opacity: 0;
  }
  .home-secF .btm-btn-wrp li:first-child a:hover::before {
    opacity: 0;
  }
  .home-secF .btm-btn-wrp li:first-child a:hover::after {
    opacity: 1;
  }
}
.home-secF .btm-btn-wrp li:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 675px) {
  .home-secF .btm-btn-wrp li:not(:last-child) {
    margin-right: 0;
    display: none;
  }
}
.home-secF .btm-btn-wrp li a:not(.wtsp) {
  color: var(--white);
  font-weight: 500;
  transition: 0.7s ease;
}
.home-secF .btm-btn-wrp li a:not(.wtsp):hover {
  color: var(--primary);
}
.home-secF .btm-btn-wrp li .wtsp {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--white);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
}
.home-secF .btm-btn-wrp li .wtsp::before, .home-secF .btm-btn-wrp li .wtsp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secF .btm-btn-wrp li .wtsp::before {
  background: var(--white);
}
.home-secF .btm-btn-wrp li .wtsp::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secF .btm-btn-wrp li .wtsp:hover::before {
  opacity: 0;
}
.home-secF .btm-btn-wrp li .wtsp:hover::after {
  opacity: 1;
}
.home-secF .btm-btn-wrp li .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
}
.home-secF .btm-btn-wrp li .btn::before, .home-secF .btm-btn-wrp li .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secF .btm-btn-wrp li .btn::before {
  background: var(--gradient);
}
.home-secF .btm-btn-wrp li .btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secF .btm-btn-wrp li .btn:hover::before {
  opacity: 0;
}
.home-secF .btm-btn-wrp li .btn:hover::after {
  opacity: 1;
}

.home-secG {
  padding: 80px 0;
  background: #F7F1EC;
}
@media (max-width: 1024px) {
  .home-secG {
    padding: 75px 0;
  }
}
@media (max-width: 675px) {
  .home-secG {
    padding: 55px 0;
  }
}
.home-secG .heading {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.home-secG .amenities-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 18px 15px;
}
@media (max-width: 1024px) {
  .home-secG .amenities-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 520px) {
  .home-secG .amenities-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secG .amenities-wrap .col {
  border: 1px solid var(--primary);
  border-radius: 15px;
  padding: 28px 20px;
}
.home-secG .amenities-wrap .col img {
  width: 40px;
  aspect-ratio: 1;
}
.home-secG .amenities-wrap .col p {
  padding-top: 20px;
  line-height: 1.3;
}

.home-secH {
  padding: 80px 0;
  background: var(--white);
}
@media (max-width: 1024px) {
  .home-secH {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .home-secH {
    padding: 55px 0;
  }
}
.home-secH .heading {
  margin-bottom: 50px;
}
@media (max-width: 675px) {
  .home-secH .heading {
    margin-bottom: 30px;
  }
}
.home-secH .floor-plan-slider .item {
  position: relative;
}
.home-secH .floor-plan-slider .item .click-to-zoom {
  --size: 70px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 675px) {
  .home-secH .floor-plan-slider .item .click-to-zoom {
    --size: 40px;
  }
}
.home-secH .floor-plan-slider .item .click-to-zoom svg {
  margin-left: 2px;
  width: calc(var(--size) * 0.5);
  height: calc(var(--size) * 0.5);
  animation: zoom 1s linear infinite alternate;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.home-secH .floor-plan-slider .item .click-to-zoom svg path, .home-secH .floor-plan-slider .item .click-to-zoom svg circle {
  stroke: var(--prime);
}
.home-secH .floor-plan-demo {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 520px) {
  .home-secH .floor-plan-demo {
    max-width: 80%;
  }
}
.home-secH .floor-plan-demo .floor-nav {
  --btn: 60px;
  --btnpos: -3%;
}
@media (max-width: 767px) {
  .home-secH .floor-plan-demo .floor-nav {
    --btn: 45px;
  }
}
@media (max-width: 675px) {
  .home-secH .floor-plan-demo .floor-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 0 20px;
  }
}
.home-secH .floor-plan-demo .floor-nav button.next-flr, .home-secH .floor-plan-demo .floor-nav button.prev-flr {
  height: var(--btn);
  width: var(--btn);
  border: 1px solid var(--primary);
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.7s ease;
}
@media (max-width: 675px) {
  .home-secH .floor-plan-demo .floor-nav button.next-flr, .home-secH .floor-plan-demo .floor-nav button.prev-flr {
    position: unset;
    translate: 0 0;
  }
}
.home-secH .floor-plan-demo .floor-nav button.next-flr:hover, .home-secH .floor-plan-demo .floor-nav button.prev-flr:hover {
  background: var(--primary);
}
.home-secH .floor-plan-demo .floor-nav button.next-flr:hover path, .home-secH .floor-plan-demo .floor-nav button.prev-flr:hover path {
  fill: var(--white);
  transition: 0.7s ease;
}
.home-secH .floor-plan-demo .floor-nav button.next-flr path, .home-secH .floor-plan-demo .floor-nav button.prev-flr path {
  fill: var(--primary);
}
.home-secH .floor-plan-demo .floor-nav button.next-flr {
  right: calc(var(--btn) / -2);
}
.home-secH .floor-plan-demo .floor-nav button.prev-flr {
  left: calc(var(--btn) / -2);
}

.home-secI {
  position: relative;
  position: relative;
}
.home-secI::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(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.home-secI .bg {
  line-height: 0;
  height: calc(100vh - var(--headerheight));
}
@media (max-width: 991px) {
  .home-secI .bg {
    height: 510px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secI .bg {
    height: 390px;
  }
}
.home-secI .bg img, .home-secI .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secI .secI-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-secI .secI-wrapper .content {
  max-width: 490px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.home-secI .secI-wrapper .content h3 {
  color: var(--white);
  margin: 30px 0 35px;
}
.home-secI .secI-wrapper .content .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
}
.home-secI .secI-wrapper .content .btn::before, .home-secI .secI-wrapper .content .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secI .secI-wrapper .content .btn::before {
  background: var(--gradient);
}
.home-secI .secI-wrapper .content .btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secI .secI-wrapper .content .btn:hover::before {
  opacity: 0;
}
.home-secI .secI-wrapper .content .btn:hover::after {
  opacity: 1;
}

.home-secJ {
  padding: 80px 0;
  background: var(--white);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-secJ {
    padding: 75px 0;
  }
}
@media (max-width: 675px) {
  .home-secJ {
    padding: 55px 0;
  }
}
.home-secJ .heading {
  max-width: 615px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.home-secJ .flex {
  --varpad: 60px;
}
@media (max-width: 1024px) {
  .home-secJ .flex {
    --varpad: 40px;
  }
}
@media (max-width: 767px) {
  .home-secJ .flex {
    --varpad: 20px;
  }
}
@media (max-width: 520px) {
  .home-secJ .flex {
    --varpad: 0;
    gap: 45px;
  }
}
.home-secJ .flex .colA, .home-secJ .flex .colB {
  flex: 1;
}
@media (max-width: 520px) {
  .home-secJ .flex .colA, .home-secJ .flex .colB {
    flex: 0 1 100%;
  }
}
.home-secJ .flex .colA {
  border-right: 1px solid var(--text);
  padding-right: var(--varpad);
}
@media (max-width: 520px) {
  .home-secJ .flex .colA {
    border: none;
  }
}
.home-secJ .flex .colB {
  padding-left: var(--varpad);
}
.home-secJ .flex .lgo {
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .home-secJ .flex .lgo {
    display: block;
    margin: 0 auto 20px;
  }
}
.home-secJ .flex .content p {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.07em;
}
.home-secJ .flex .content p:not(:last-child) {
  margin-bottom: 30px;
}

.home-secK {
  position: relative;
}
.home-secK::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(90deg, rgba(0, 0, 0, 0.6588235294) 45%, transparent 60%);
}
@media (max-width: 520px) {
  .home-secK::before {
    display: none;
  }
}
.home-secK .bg {
  line-height: 0;
}
@media (max-width: 991px) {
  .home-secK .bg {
    height: 500px;
  }
}
@media (max-width: 520px) {
  .home-secK .bg {
    height: auto;
  }
}
.home-secK .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secK .seck-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
@media (max-width: 520px) {
  .home-secK .seck-wrapper {
    position: unset;
    translate: 0 0;
    background: var(--prime);
    padding: 55px 0;
  }
}
.home-secK .seck-wrapper .heading {
  max-width: 500px;
}
@media (max-width: 1024px) {
  .home-secK .seck-wrapper .heading {
    max-width: 625px;
  }
}
@media (max-width: 520px) {
  .home-secK .seck-wrapper .heading {
    text-align: center;
  }
}
.home-secK .seck-wrapper .heading h3 {
  font-size: 42px;
  font-family: EmeraldeChamerions-Serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  text-transform: uppercase;
  max-width: 488px;
}
@media (max-width: 1024px) {
  .home-secK .seck-wrapper .heading h3 {
    font-size: 32px;
    max-width: 426px;
  }
}
@media (max-width: 520px) {
  .home-secK .seck-wrapper .heading h3 {
    font-size: 28px;
  }
}
.home-secK .seck-wrapper .heading p {
  color: var(--white);
  font-size: 14px;
  margin: 30px 0 50px;
}
.home-secK .seck-wrapper .heading .btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 28px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
}
.home-secK .seck-wrapper .heading .btn::before, .home-secK .seck-wrapper .heading .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.home-secK .seck-wrapper .heading .btn::before {
  background: var(--gradient);
}
.home-secK .seck-wrapper .heading .btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.home-secK .seck-wrapper .heading .btn:hover::before {
  opacity: 0;
}
.home-secK .seck-wrapper .heading .btn:hover::after {
  opacity: 1;
}

.home-sec-conter {
  padding: 100px 0;
  background: var(--prime);
}
@media (max-width: 675px) {
  .home-sec-conter {
    padding: 45px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.home-sec-conter .heading {
  margin-bottom: 75px;
}
@media (max-width: 675px) {
  .home-sec-conter .heading {
    margin-bottom: 45px;
  }
}
.home-sec-conter .heading h3 {
  color: var(--white);
  max-width: 575px;
  margin: 0 auto;
}
.home-sec-conter .counter_sec {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 675px) {
  .home-sec-conter .counter_sec {
    gap: 25px 0;
  }
}
.home-sec-conter .counter_sec .count-info {
  flex: 1;
}
@media (max-width: 675px) {
  .home-sec-conter .counter_sec .count-info {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.home-sec-conter .counter_sec .count-info h4 {
  font-size: 48px;
  font-family: Cinzel-regular;
  color: var(--primary);
  display: flex;
  justify-content: center;
}
@media (max-width: 675px) {
  .home-sec-conter .counter_sec .count-info h4 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 365px) {
  .home-sec-conter .counter_sec .count-info h4 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 345px) {
  .home-sec-conter .counter_sec .count-info h4 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 320px) {
  .home-sec-conter .counter_sec .count-info h4 {
    font-size: 32px;
  }
}
.home-sec-conter .counter_sec .count-info p {
  color: var(--white);
  margin-top: 21px;
}
@media (max-width: 675px) {
  .home-sec-conter .counter_sec .count-info p {
    margin-top: 15px;
  }
}

.home-secL {
  padding: 80px 0;
  background: var(--white);
}
@media (max-width: 1024px) {
  .home-secL {
    padding: 75px 0;
  }
}
@media (max-width: 675px) {
  .home-secL {
    padding: 55px 0;
  }
}
@media (max-width: 675px) {
  .home-secL .container {
    padding-right: 0;
  }
}
.home-secL .heading {
  max-width: 632px;
  margin: 0 auto;
  padding-bottom: 55px;
}
@media (max-width: 675px) {
  .home-secL .heading {
    padding-right: 15px;
  }
}
.home-secL .category-slider .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.home-secL .category-slider .item figure {
  line-height: 0;
  overflow: hidden;
}
.home-secL .category-slider .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 675px) {
  .home-secL .category-slider .item figure img {
    aspect-ratio: 0.8;
  }
}
.home-secL .category-slider .item figcaption {
  background: #f7f1ec;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding: 16px;
}

.home-secM {
  background: var(--prime);
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .home-secM {
    padding: 75px 0;
  }
}
@media (max-width: 675px) {
  .home-secM {
    padding: 55px 0;
  }
}
.home-secM .heading {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 55px;
}
.home-secM .heading .ico {
  margin-bottom: 25px;
}
@media (max-width: 675px) {
  .home-secM .heading .ico {
    margin-bottom: 16px;
    max-width: 45px;
  }
}
.home-secM .heading h3 {
  color: var(--white);
}
.home-secM .form {
  max-width: 750px;
  margin: 0 auto;
}





/*# sourceMappingURL=home.css.map */