@font-face {
  font-family: "SilkSerif-ExtraLight";
  src: url("../fonts/SilkSerif/SilkSerif-ExtraLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SilkSerif-Light";
  src: url("../fonts/SilkSerif/SilkSerif-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SilkSerif-Regular";
  src: url("../fonts/SilkSerif/SilkSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SilkSerif-Medium";
  src: url("../fonts/SilkSerif/SilkSerif-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SilkSerif-SemiBold";
  src: url("../fonts/SilkSerif/SilkSerif-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SilkSerif-Bold";
  src: url("../fonts/SilkSerif/SilkSerif-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Black";
  src: url("../fonts/CeraPro/CeraPro-Black.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Light";
  src: url("../fonts/CeraPro/CeraPro-Light.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Regular";
  src: url("../fonts/CeraPro/CeraPro-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Medium";
  src: url("../fonts/CeraPro/CeraPro-Medium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro-Bold";
  src: url("../fonts/CeraPro/CeraPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
}

body {
  font-family: "CeraPro-Regular";
  background: #ffffff;
  overscroll-behavior: contain;
}
body::-webkit-scrollbar {
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #E5B77D;
  border-radius: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SilkSerif-Bold";
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #000000;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 30px;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 76px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 22px;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}
p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 24px;
  }
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: unset;
}

span {
  display: inline-block;
}

.container {
  width: 95%;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.section-heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 50px;
  }
}
.section-heading h2 {
  font-family: "SilkSerif-Light";
  color: #E5B77D;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .section-heading h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 576px) {
  .section-heading h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .section-heading h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .section-heading h2 {
    font-size: 68px;
  }
}
@media screen and (min-width: 1600px) {
  .section-heading h2 {
    font-size: 76px;
  }
}

.btn-default {
  font-family: "CeraPro-Bold";
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 12px 24px;
  background: linear-gradient(225deg, #D89E5E 0%, #ECC68F 100%);
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 480px) {
  .btn-default {
    font-size: 16px;
    padding: 14px 30px;
  }
}
@media screen and (min-width: 768px) {
  .btn-default {
    font-size: 18px;
    padding: 16px 36px;
  }
}
@media screen and (min-width: 992px) {
  .btn-default {
    font-size: 20px;
    padding: 18px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-default {
    font-size: 22px;
    padding: 19px 46px;
  }
}
@media screen and (min-width: 1600px) {
  .btn-default {
    font-size: 24px;
    padding: 20px 50px;
  }
}
.btn-default .hover-bg {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  background: #6B0F01;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-default span {
  position: relative;
  z-index: 1;
}
.btn-default img {
  max-width: 30px;
  margin-right: 10px;
}
.btn-default.white {
  background: #ffffff;
  color: #181504;
}
.btn-default.white:hover {
  color: #ffffff;
}

section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}

.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop {
    display: block;
  }
}

img,
video {
  display: block;
  max-width: 100%;
}

.button-box {
  padding-top: 20px;
}

/* SWIPER */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-button {
  background-color: #000000;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-button::after {
  display: none;
}
.swiper .swiper-button i {
  font-size: 30px;
  color: #E5B77D;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #E5B77D;
}

/* HAMBURGER */
.hamburger {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  width: 35px;
  height: 3px;
  border-radius: 7px;
  background-color: #ffffff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
  z-index: 9999;
}
.hamburger.is-active .line:nth-child(2) {
  width: 0;
}
.hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateY(9px);
}
.hamburger.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}

/* POPUP */
.popup-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.7843137255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popup-modal .popup-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
.popup-modal .popup-box .popup-close button {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-modal .popup-box .popup-close button:hover {
  transform: scale(0.8);
}
.popup-modal .popup-box .popup-close button i {
  font-size: 26px;
  cursor: pointer;
}

/* NAV TABS */
.nav-tabs {
  width: 100%;
}
.nav-tabs .tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .nav-tabs .tab-buttons {
    gap: 16px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .nav-tabs .tab-buttons {
    gap: 20px;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs .tab-buttons {
    gap: 30px;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-tabs .tab-buttons {
    gap: 40px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .nav-tabs .tab-buttons {
    gap: 70px;
    margin-bottom: 80px;
  }
}
.nav-tabs .tab-buttons button {
  font-family: "CeraPro-Bold";
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 12px 16px;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
  border-radius: 12px;
  flex-direction: column;
  gap: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 480px) {
  .nav-tabs .tab-buttons button {
    font-size: 20px;
    padding: 13px 18px;
    border-radius: 14px;
  }
}
@media screen and (min-width: 768px) {
  .nav-tabs .tab-buttons button {
    width: calc(50% - 10px);
    font-size: 24px;
    padding: 14px 28px;
    gap: 4px;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs .tab-buttons button {
    width: calc(50% - 15px);
    font-size: 30px;
    padding: 15px 40px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-tabs .tab-buttons button {
    width: calc(50% - 20px);
    font-size: 34px;
    padding: 15px 48px;
    border-radius: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .nav-tabs .tab-buttons button {
    width: calc(50% - 35px);
    font-size: 40px;
    padding: 15px 60px;
    border-radius: 20px;
    gap: 5px;
  }
}
.nav-tabs .tab-buttons button.active {
  background: linear-gradient(225deg, #D89E5E 0%, #ECC68F 100%);
}
.nav-tabs .tab-buttons button span {
  font-family: "CeraPro-Medium";
  font-size: 13px;
  text-transform: capitalize;
}
@media screen and (min-width: 480px) {
  .nav-tabs .tab-buttons button span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .nav-tabs .tab-buttons button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .nav-tabs .tab-buttons button span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-tabs .tab-buttons button span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .nav-tabs .tab-buttons button span {
    font-size: 26px;
  }
}
.nav-tabs .tab-panel {
  width: 100%;
}

/* ACCORDION */
.accordion {
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion .accordion-item .accordion-header {
  background: #f4f4f4;
  padding: 16px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.accordion .accordion-item .accordion-header::after {
  background-image: url("https://cdn-icons-png.flaticon.com/512/130/130906.png");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion .accordion-item.active .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .accordion-item .accordion-body {
  display: none;
  background: #fff;
  padding: 14px;
  line-height: 1.5;
  font-size: 16px;
}

[data-aos=zoom-in-sm] {
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.96);
  transition-property: transform, opacity;
}

[data-aos=zoom-in-sm].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.contact-form {
  background-color: #F7F7F7;
}
.contact-form .contact-form-box .section-heading h2 {
  text-align: center;
  color: #000000;
  font-family: "SilkSerif-ExtraLight";
  font-size: 24px;
}
@media screen and (min-width: 480px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-form .contact-form-box .section-heading h2 {
    font-size: 56px;
  }
}
.contact-form .contact-form-box form span {
  width: 100%;
}
.contact-form .contact-form-box form .form-row:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form-box form .form-row:not(:last-child) {
    margin-bottom: 16px;
  }
}
.contact-form .contact-form-box form .form-row.half {
  gap: 14px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form-box form .form-row.half {
    gap: 16px;
    flex-direction: row;
  }
}
.contact-form .contact-form-box form .form-row.half .field-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form-box form .form-row.half .field-box {
    width: calc(50% - 8px);
  }
}
.contact-form .contact-form-box form input,
.contact-form .contact-form-box form textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  font-family: "CeraPro-Medium";
  font-size: 16px;
  padding: 16px;
}
.contact-form .contact-form-box form input::-moz-placeholder, .contact-form .contact-form-box form textarea::-moz-placeholder {
  color: #ababab;
}
.contact-form .contact-form-box form input::placeholder,
.contact-form .contact-form-box form textarea::placeholder {
  color: #ababab;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form-box form input,
  .contact-form .contact-form-box form textarea {
    font-size: 18px;
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form .contact-form-box form input,
  .contact-form .contact-form-box form textarea {
    font-size: 20px;
    padding: 20px;
  }
}
.contact-form .contact-form-box form textarea {
  min-height: 140px;
  resize: none;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form-box form textarea {
    min-height: 180px;
  }
}
.contact-form .contact-form-box form .button-box {
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .contact-form-box form .button-box button {
  padding: 15px 60px;
}

.header {
  background-image: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px 0;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .header {
    padding: 15px 0;
  }
}
.header .header-box {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}
.header .header-box .logo-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-box .logo-box a img {
  max-width: 90px;
}
@media screen and (min-width: 992px) {
  .header .header-box .logo-box a img {
    max-width: 100px;
  }
}
.header .header-box .main-nav {
  display: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav {
    display: block;
  }
}
.header .header-box .main-nav.show {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  overflow: hidden;
}
.header .header-box .main-nav .animated-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 300vw;
  height: 200vh;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background: transparent;
}
.header .header-box .main-nav .animated-box .box {
  width: 33.33%;
  height: 100%;
  opacity: 0;
  background-color: #000000;
}
.header .header-box .main-nav .animated-box .first-box {
  transform: translateX(-100%);
}
.header .header-box .main-nav .animated-box .second-box {
  transform-origin: center;
  transform: scaleX(0);
}
.header .header-box .main-nav .animated-box .third-box {
  transform: translateX(100%);
}
.header .header-box .main-nav .animated-box.open .first-box {
  animation: slideLeft 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.open .second-box {
  animation: slideMid 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.open .third-box {
  animation: slideRight 0.8s ease forwards;
}
.header .header-box .main-nav .animated-box.close .first-box {
  animation: slideLeftReverse 0.6s ease forwards;
}
.header .header-box .main-nav .animated-box.close .second-box {
  animation: slideMidReverse 0.6s ease forwards;
}
.header .header-box .main-nav .animated-box.close .third-box {
  animation: slideRightReverse 0.6s ease forwards;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .animated-box {
    display: none;
  }
}
.header .header-box .main-nav .nav-wrap {
  position: relative;
  top: 50%;
  z-index: 999;
  transform: translate(0px, -50%);
  padding-left: 70px;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap {
    position: static;
    transform: none;
    padding-left: 0;
    gap: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .header-box .main-nav .nav-wrap.show-items li {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap.show-items .button-box .btn-default {
  opacity: 1;
  transform: translateX(0);
}
.header .header-box .main-nav .nav-wrap nav ul {
  gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul {
    gap: 100px;
  }
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul {
    flex-direction: row;
  }
}
.header .header-box .main-nav .nav-wrap nav ul li {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(8) {
  transition-delay: 0.8s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(9) {
  transition-delay: 0.9s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(10) {
  transition-delay: 1s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(11) {
  transition-delay: 1.1s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(12) {
  transition-delay: 1.2s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(13) {
  transition-delay: 1.3s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(14) {
  transition-delay: 1.4s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(15) {
  transition-delay: 1.5s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(16) {
  transition-delay: 1.6s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(17) {
  transition-delay: 1.7s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(18) {
  transition-delay: 1.8s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(19) {
  transition-delay: 1.9s;
}
.header .header-box .main-nav .nav-wrap nav ul li:nth-child(20) {
  transition-delay: 2s;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul li {
    opacity: 1;
    transform: none;
  }
}
.header .header-box .main-nav .nav-wrap nav ul li a {
  font-family: "CeraPro-Bold";
  position: relative;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .header-box .main-nav .nav-wrap nav ul li a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -5px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .header-box .main-nav .nav-wrap nav ul li a.active, .header .header-box .main-nav .nav-wrap nav ul li a:hover {
  color: #E5B77D;
}
.header .header-box .main-nav .nav-wrap nav ul li a.active::after, .header .header-box .main-nav .nav-wrap nav ul li a:hover::after {
  width: 100%;
  background-color: #E5B77D;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap .button-box {
    padding: 0;
  }
}
.header .header-box .main-nav .nav-wrap .button-box .btn-default {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.7s;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap .button-box .btn-default {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideMid {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeftReverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes slideMidReverse {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
@keyframes slideRightReverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.site-footer {
  padding: 0;
}
.site-footer .site-footer-top {
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 28px 0;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer-top {
    padding: 34px 0;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top {
    padding: 30px 0;
  }
}
.site-footer .site-footer-top .footer-content {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content {
    gap: 0;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}
.site-footer .site-footer-top .footer-content .footer-left,
.site-footer .site-footer-top .footer-content .footer-contact {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left,
  .site-footer .site-footer-top .footer-content .footer-contact {
    width: 50%;
  }
}
.site-footer .site-footer-top .footer-content .footer-left {
  gap: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left {
    gap: 36px;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding-right: 36px;
  }
}
.site-footer .site-footer-top .footer-content .footer-left .footer-brand img {
  width: 112px;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left .footer-brand {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-footer .site-footer-top .footer-content .footer-left .footer-brand img {
    width: 132px;
  }
}
.site-footer .site-footer-top .footer-content .footer-left .devider {
  display: none;
  width: 2px;
  height: 150px;
  background: linear-gradient(225deg, #D89E5E 0%, #ECC68F 100%);
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left .devider {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left .footer-links {
    width: 50%;
    padding-left: 50px;
  }
}
.site-footer .site-footer-top .footer-content .footer-left .footer-links ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left .footer-links ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.site-footer .site-footer-top .footer-content .footer-left .footer-links ul li a {
  color: #ffffff;
  font-family: "CeraPro-Bold";
  font-size: 16px;
  line-height: 1.15;
  text-transform: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer-top .footer-content .footer-left .footer-links ul li a {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-left .footer-links ul li a {
    font-size: 19px;
  }
}
.site-footer .site-footer-top .footer-content .footer-left .footer-links ul li a:hover {
  color: #E5B77D;
}
.site-footer .site-footer-top .footer-content .footer-contact ul li {
  gap: 3px;
  color: #ffffff;
  font-family: "CeraPro-Bold";
  display: flex;
  justify-content: center;
}
.site-footer .site-footer-top .footer-content .footer-contact ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-contact ul li {
    gap: 14px;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
  }
}
.site-footer .site-footer-top .footer-content .footer-contact ul li img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer-top .footer-content .footer-contact ul li img {
    width: 25px;
    height: 25px;
  }
}
.site-footer .site-footer-top .footer-content .footer-contact ul li span,
.site-footer .site-footer-top .footer-content .footer-contact ul li a {
  color: #ffffff;
  font-family: "CeraPro-Bold";
  font-size: 16px;
  line-height: 1.3;
  text-transform: none;
  overflow-wrap: anywhere;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer .site-footer-top .footer-content .footer-contact ul li span,
  .site-footer .site-footer-top .footer-content .footer-contact ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-top .footer-content .footer-contact ul li span,
  .site-footer .site-footer-top .footer-content .footer-contact ul li a {
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
  }
}
.site-footer .site-footer-top .footer-content .footer-contact ul li a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer .site-footer-top .footer-content .footer-contact ul li a:hover {
  color: #E5B77D;
}
.site-footer .site-footer-bottom {
  padding: 12px 0;
}
.site-footer .site-footer-bottom p {
  color: #4B4B4B;
  margin: 0;
  text-align: center;
  font-family: "Gilroy-Regular";
  font-size: 14px;
}
.site-footer .site-footer-bottom p span {
  margin: 0 8px;
}
@media screen and (min-width: 992px) {
  .site-footer .site-footer-bottom p {
    font-size: 16px;
  }
}

.home-banner {
  position: relative;
  min-height: calc(100dvh - 122px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .home-banner {
    min-height: calc(100dvh - 144px);
  }
}
.home-banner .home-banner-box .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner .home-banner-box .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .home-banner-box .video-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(circle at center, rgba(3, 3, 3, 0.7) 50%, rgba(41, 41, 41, 0.7) 100%);
}
.home-banner .home-banner-box .text-box {
  position: relative;
  z-index: 9;
}
.home-banner .home-banner-box .text-box h1 {
  font-family: "SilkSerif-ExtraLight";
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .home-banner .home-banner-box .text-box h1 {
    margin-bottom: 50px;
  }
}
.home-banner .home-banner-box .text-box h3 {
  font-family: "SilkSerif-ExtraLight";
  font-weight: 100;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.home-banner .home-banner-box .text-box .button-box {
  padding: 0;
  margin-top: 80px;
  gap: 15px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .home-banner .home-banner-box .text-box .button-box {
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .home-stats {
    padding-bottom: 120px;
  }
}
.home-stats .stats-list {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .home-stats .stats-list {
    gap: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .home-stats .stats-list {
    gap: 30px;
  }
}
.home-stats .stats-list .stats-item {
  position: relative;
  width: 100%;
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .home-stats .stats-list .stats-item {
    width: calc(33.33% - 16px);
  }
}
@media screen and (min-width: 1300px) {
  .home-stats .stats-list .stats-item {
    width: calc(20% - 24px);
  }
}
.home-stats .stats-list .stats-item .image-box {
  height: 160px;
  background-image: url("../images/sun-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .home-stats .stats-list .stats-item .image-box {
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .home-stats .stats-list .stats-item .image-box {
    height: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .home-stats .stats-list .stats-item .image-box {
    height: 220px;
  }
}
.home-stats .stats-list .stats-item .image-box h2 {
  font-family: "SilkSerif-Medium";
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-stats .stats-list .stats-item .image-box h2 .plus__sign {
  font-size: 22px;
}
@media screen and (min-width: 480px) {
  .home-stats .stats-list .stats-item .image-box h2 {
    font-size: 44px;
  }
  .home-stats .stats-list .stats-item .image-box h2 .plus__sign {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .home-stats .stats-list .stats-item .image-box h2 {
    font-size: 52px;
  }
  .home-stats .stats-list .stats-item .image-box h2 .plus__sign {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .home-stats .stats-list .stats-item .image-box h2 {
    font-size: 60px;
  }
  .home-stats .stats-list .stats-item .image-box h2 .plus__sign {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .home-stats .stats-list .stats-item .image-box h2 {
    font-size: 68px;
  }
  .home-stats .stats-list .stats-item .image-box h2 .plus__sign {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .home-stats .stats-list .stats-item .image-box h2 {
    font-size: 76px;
  }
  .home-stats .stats-list .stats-item .image-box h2 .plus__sign {
    font-size: 50px;
  }
}
.home-stats .stats-list .stats-item .text-box {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .home-stats .stats-list .stats-item .text-box {
    margin-top: 10px;
  }
}
.home-stats .stats-list .stats-item .text-box h4 {
  text-transform: uppercase;
  text-align: center;
  font-family: "CeraPro-Bold";
}

.home-who {
  position: relative;
  background-image: url("../images/who-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .home-who {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-who {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1400px) {
  .home-who {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1600px) {
  .home-who {
    padding: 200px 0;
  }
}
.home-who .who-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .home-who .who-box {
    flex-direction: row;
    text-align: left;
  }
}
.home-who .who-box .text-box {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .home-who .who-box .text-box {
    width: 45%;
  }
}
.home-who .who-box .text-box .section-heading h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .home-who .who-box .text-box .section-heading h2 {
    text-align: left;
    margin-bottom: 50px;
  }
}
.home-who .who-box .text-box .section-heading p {
  color: #ffffff;
}
.home-who .who-box .image-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .home-who .who-box .image-box {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .home-who .who-box .image-box {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .home-who .who-box .image-box {
    width: 55%;
  }
}
@media screen and (min-width: 1300px) {
  .home-who .who-box .image-box {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .home-who .who-box .image-box {
    width: 47%;
  }
}
@media screen and (min-width: 1600px) {
  .home-who .who-box .image-box {
    width: 55%;
  }
}
@media screen and (min-width: 1800px) {
  .home-who .who-box .image-box {
    width: 45%;
  }
}
.home-who .who-box .image-box img {
  width: 100%;
  display: block;
  position: relative;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .home-who .who-box .image-box img {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .home-who .who-box .image-box img {
    max-width: none;
  }
}
.home-who .who-box .image-box img.sun-image {
  position: absolute;
  right: 50%;
  --sun-shift-x: 50%;
  transform: translate(var(--sun-shift-x), 0) scale(0.92);
  transform-origin: center;
  opacity: 0;
  z-index: 1;
  will-change: transform, opacity, filter;
}
@media screen and (min-width: 992px) {
  .home-who .who-box .image-box img.sun-image {
    right: 0;
    --sun-shift-x: 0%;
  }
}
.home-who .who-box .image-box img.family-image {
  z-index: 2;
  opacity: 0;
  transform: translateY(14px);
  will-change: transform, opacity;
}

.home-who.text-lines-ready .who-box .text-box .section-heading p .home-who-word {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 1.1em, 0);
  will-change: transform, opacity;
}

.home-who.is-visible .who-box .image-box img.sun-image {
  animation: homeWhoSunZoom 2.2s ease-out forwards, homeWhoSunGlow 7s ease-in-out 2.2s infinite;
}
.home-who.is-visible .who-box .image-box img.family-image {
  animation: homeWhoFamilyFade 1.4s ease-out 0.9s forwards;
}
.home-who.is-visible.text-lines-ready .who-box .text-box .section-heading p .home-who-word {
  animation: homeWhoTextLineReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--line-index, 0) * 0.14s + 0.35s);
}

@keyframes homeWhoSunZoom {
  from {
    opacity: 0;
    transform: translate(var(--sun-shift-x), 0) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translate(var(--sun-shift-x), 0) scale(1);
  }
}
@keyframes homeWhoFamilyFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes homeWhoTextLineReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 1.1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes homeWhoSunGlow {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(229, 183, 125, 0));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(229, 183, 125, 0.22));
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-who .who-box .image-box img.sun-image {
    animation: none;
    opacity: 1;
    transform: translate(var(--sun-shift-x), 0) scale(1);
    filter: none;
  }
  .home-who .who-box .image-box img.family-image {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .home-who.text-lines-ready .who-box .text-box .section-heading p .home-who-word {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.home-approach .approach-box .section-heading h2 {
  text-align: center;
}
.home-approach .approach-box .approach-list {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .home-approach .approach-box .approach-list {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .home-approach .approach-box .approach-list {
    gap: 25px;
  }
}
.home-approach .approach-box .approach-list .approach-item {
  width: 100%;
  max-width: 420px;
  padding: 24px 18px;
  text-align: center;
  border-radius: 20px;
  background-color: #F7F7F7;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  cursor: default;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.home-approach .approach-box .approach-list .approach-item:hover {
  transform: scale(1.02) translateY(-5px);
}
@media screen and (min-width: 992px) {
  .home-approach .approach-box .approach-list .approach-item {
    box-shadow: 0px 50px 25px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 480px) {
  .home-approach .approach-box .approach-list .approach-item {
    width: calc(50% - 12px);
    max-width: none;
    padding: 30px 25px;
  }
}
@media screen and (min-width: 992px) {
  .home-approach .approach-box .approach-list .approach-item {
    width: calc(33.33% - 16px);
    padding: 35px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home-approach .approach-box .approach-list .approach-item {
    width: calc(25% - 18.75px);
    padding: 70px 35px 40px 35px;
  }
}
.home-approach .approach-box .approach-list .approach-item:nth-child(odd) {
  background-color: #E5B77D;
  border-radius: 20px;
}
@media screen and (min-width: 1200px) {
  .home-approach .approach-box .approach-list .approach-item:nth-child(odd) {
    border-radius: 10px;
  }
}
.home-approach .approach-box .approach-list .approach-item:nth-child(odd) .text-box h4,
.home-approach .approach-box .approach-list .approach-item:nth-child(odd) .text-box p {
  color: #ffffff;
}
.home-approach .approach-box .approach-list .approach-item .icon-box {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-approach .approach-box .approach-list .approach-item .icon-box img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 480px) {
  .home-approach .approach-box .approach-list .approach-item .icon-box {
    margin-bottom: 32px;
  }
  .home-approach .approach-box .approach-list .approach-item .icon-box img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .home-approach .approach-box .approach-list .approach-item .icon-box {
    margin-bottom: 40px;
  }
  .home-approach .approach-box .approach-list .approach-item .icon-box img {
    width: 80px;
    height: 80px;
  }
}
.home-approach .approach-box .approach-list .approach-item .text-box h4 {
  font-family: "CeraPro-Medium";
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .home-approach .approach-box .approach-list .approach-item .text-box h4 {
    margin-bottom: 30px;
  }
}
.home-approach .approach-box .approach-list .approach-item .text-box p {
  margin: 0;
}

.project-slider {
  overflow: hidden;
}
.project-slider .project-slider-box .section-heading h2 {
  text-align: center;
}
.project-slider .project-slider-box .project-slider-swiper {
  overflow: visible;
}
.project-slider .project-slider-box .project-card {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04), 0 14px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.project-slider .project-slider-box .project-card:hover {
  transform: scale(1.02) translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08), 0 30px 60px rgba(0, 0, 0, 0.12);
}
.project-slider .project-slider-box .project-card:hover .image-box img {
  transform: scale(1.04);
}
.project-slider .project-slider-box .project-card .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.project-slider .project-slider-box .project-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.project-slider .project-slider-box .project-card .text-box {
  padding: 16px 14px;
  margin-top: -5px;
  text-align: center;
  background: linear-gradient(315deg, #D89E5E 0%, #ECC68F 100%);
}
@media screen and (min-width: 768px) {
  .project-slider .project-slider-box .project-card .text-box {
    padding: 20px 16px;
  }
}
.project-slider .project-slider-box .project-card .text-box h3 {
  color: #ffffff;
  font-family: "SilkSerif-Light";
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .project-slider .project-slider-box .project-card .text-box h3 {
    margin-bottom: 10px;
  }
}
.project-slider .project-slider-box .project-card .text-box h4 {
  margin: 0;
  color: #000000;
  font-family: "CeraPro-Medium";
}
.project-slider .project-slider-box .project-card .project-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-slider .project-slider-box .project-nav {
  margin-top: 30px;
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .project-slider .project-slider-box .project-nav {
    margin-top: 60px;
  }
}
.project-slider .project-slider-box .project-nav button {
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .project-slider .project-slider-box .project-nav button {
    width: 60px;
  }
}
.project-slider .project-slider-box .project-nav button img {
  -o-object-fit: contain;
     object-fit: contain;
}
.project-slider .project-slider-box .project-nav button:hover {
  transform: translateY(-2px);
}
.project-slider .project-slider-box .button-box {
  padding: 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .project-slider .project-slider-box .button-box {
    margin-top: 80px;
  }
}

.project-map .section-heading h2 {
  text-align: center;
}
.project-map .section-heading {
  margin-bottom: 80px;
}
.project-map .map-box {
  position: relative;
  --map-scale: 0.3;
  --map-stage-height: 740px;
  width: 100%;
  max-width: 1120px;
  height: calc(var(--map-stage-height) * var(--map-scale));
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.project-map .map-box .map-stage {
  position: absolute;
  left: 50%;
  width: 1120px;
  height: var(--map-stage-height);
  transform: translateX(-50%) scale(var(--map-scale));
  transform-origin: top center;
}
.project-map .map-box .image-box {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 343px;
  width: 620px;
  transform: translate(-50%, -50%);
  margin: 0;
}
.project-map .map-box .image-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.project-map .map-box .map-card {
  position: absolute;
  z-index: 2;
  width: 200px;
  margin: 0;
  border: 2px solid rgba(222, 137, 137, 0.9);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 24px rgba(61, 15, 3, 0.12);
  overflow: hidden;
}
.project-map .map-box .map-card h3 {
  margin: 0;
  padding: 10px 12px 9px;
  background: linear-gradient(180deg, #ddb26d 0%, #e8c07e 100%);
  color: #2a1208;
  text-align: center;
  font-family: "CeraPro-Bold";
  font-size: 20px;
  line-height: 1.1;
  text-transform: capitalize;
}
.project-map .map-box .map-card p {
  margin: 0;
  padding: 0 12px;
  color: #1f1510;
  text-align: center;
  font-family: "CeraPro-Bold";
  font-size: 16px;
  line-height: 1.2;
}
.project-map .map-box .map-card p:first-of-type {
  padding-top: 12px;
}
.project-map .map-box .map-card p:last-of-type {
  padding-bottom: 12px;
}
.project-map .map-box .map-card--mandav {
  top: 31px;
  left: 234px;
}
.project-map .map-box .map-card--ratlam {
  top: 178px;
  left: 148px;
}
.project-map .map-box .map-card--khalghat {
  top: 430px;
  left: 85px;
}
.project-map .map-box .map-card--barwaha {
  top: 635px;
  left: 329px;
}
.project-map .map-box .map-card--shajapur {
  top: 63px;
  left: 600px;
}
.project-map .map-box .map-card--sanawad {
  top: 176px;
  right: 117px;
}
.project-map .map-box .map-card--dewas {
  top: 0;
  right: 65px;
}
.project-map .map-box .map-card--indore {
  top: 560px;
  right: 279px;
}
@media screen and (min-width: 480px) {
  .project-map .map-box {
    --map-scale: 0.34;
  }
  .project-map .map-box .map-card {
    width: 200px;
  }
}
@media screen and (min-width: 576px) {
  .project-map .map-box {
    --map-scale: 0.45;
  }
  .project-map .map-box .map-card {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .project-map .map-box {
    --map-scale: 0.65;
    overflow: visible;
  }
  .project-map .map-box .map-stage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(var(--map-scale));
    transform-origin: top center;
  }
}
@media screen and (min-width: 992px) {
  .project-map .map-box {
    --map-scale: 0.85;
  }
}
@media screen and (min-width: 1200px) {
  .project-map .map-box {
    --map-scale: 1;
  }
}

.project-list {
  overflow: hidden;
  background-image: url("../images/project-list-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-list .development-slider {
  overflow: hidden;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .project-list .development-slider {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  .project-list .development-slider {
    padding: 0 40px;
  }
}
.project-list .development-slider .development-slider-swiper {
  overflow: visible;
  padding-left: 0;
}
.project-list .development-slider .development-slider-swiper .swiper-slide {
  height: auto;
}
.project-list .development-slider .development-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #E5B77D;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.project-list .development-slider .development-card:hover {
  transform: scale(1.02) translateY(-5px);
}
.project-list .development-slider .development-card:hover .image-box img {
  transform: scale(1.04);
}
.project-list .development-slider .development-card .image-box {
  overflow: hidden;
}
.project-list .development-slider .development-card .image-box img {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 576px) {
  .project-list .development-slider .development-card .image-box img {
    height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .project-list .development-slider .development-card .image-box img {
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .project-list .development-slider .development-card .image-box img {
    height: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .project-list .development-slider .development-card .image-box img {
    height: 400px;
  }
}
.project-list .development-slider .development-card .text-box {
  margin-top: -5px;
  text-align: center;
  padding: 16px 14px 18px;
  background: linear-gradient(225deg, #D89E5E 0%, #ECC68F 100%);
}
@media screen and (min-width: 768px) {
  .project-list .development-slider .development-card .text-box {
    padding: 18px 16px 20px;
  }
}
.project-list .development-slider .development-card .text-box h4 {
  color: #ffffff;
  font-family: "SilkSerif-Medium";
  text-transform: uppercase;
  margin-bottom: 8px;
}
.project-list .development-slider .development-card .text-box h5 {
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  font-family: "CeraPro-Medium";
}
.project-list .development-slider .development-card .development-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-list .development-slider .development-nav {
  gap: 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .project-list .development-slider .development-nav {
    margin-top: 48px;
  }
}
.project-list .development-slider .development-nav button {
  width: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .project-list .development-slider .development-nav button {
    width: 60px;
  }
}
.project-list .development-slider .development-nav button img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-list .development-slider .development-nav button:hover {
  transform: translateY(-2px);
}
.project-list .leading-projects-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 28px;
}
@media screen and (min-width: 768px) {
  .project-list .leading-projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 32px;
  }
}
@media screen and (min-width: 992px) {
  .project-list .leading-projects-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 38px;
  }
}
.project-list .leading-projects-grid .leading-projects-item h3 {
  color: #E5B77D;
  font-family: "CeraPro-Bold";
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5B77D;
}
.project-list .leading-projects-grid .leading-projects-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-list .leading-projects-grid .leading-projects-item li:not(:last-child) {
  margin-bottom: 8px;
}
.project-list .leading-projects-grid .leading-projects-item h5 {
  margin: 0;
  color: #ffffff;
}
.project-list .leading-projects-grid .leading-projects-item h5 a {
  font-family: "CeraPro-Medium";
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .project-list .leading-projects-grid .leading-projects-item h5 a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .project-list .leading-projects-grid .leading-projects-item h5 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .project-list .leading-projects-grid .leading-projects-item h5 a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .project-list .leading-projects-grid .leading-projects-item h5 a {
    font-size: 24px;
  }
}
.project-list .leading-projects-grid .leading-projects-item .leading-project-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.project-list .leading-projects-grid .leading-projects-item .leading-project-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #E5B77D;
  transition: width 0.3s ease;
}
.project-list .leading-projects-grid .leading-projects-item .leading-project-link:hover {
  color: #E5B77D;
  transform: translateX(4px);
}
.project-list .leading-projects-grid .leading-projects-item .leading-project-link:hover::after {
  width: 100%;
}

.about-banner {
  position: relative;
  overflow: hidden;
  min-height: calc(100dvh - 122px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .about-banner {
    min-height: calc(100dvh - 144px);
  }
}
.about-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #484848;
  mix-blend-mode: multiply;
}
.about-banner .about-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-banner .banner-box .image-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner .banner-box .image-box img {
  animation: aboutBannerRotate 60s linear infinite;
  width: 100%;
  height: 100%;
  max-width: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-banner .banner-box .text-box {
  position: relative;
  z-index: 9;
}
.about-banner .banner-box .text-box h1 {
  color: #E5B77D;
  text-align: center;
  text-transform: uppercase;
}

@keyframes aboutBannerRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.our-story .section-heading {
  text-align: center;
  margin-bottom: 0;
}
.our-story .section-heading h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .our-story .section-heading h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .our-story .section-heading h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .our-story .section-heading h2 {
    margin-bottom: 50px;
  }
}
.our-story .section-heading p {
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}
.our-story .section-heading p:not(:last-child) {
  margin-bottom: 15px;
}
.our-story .section-heading p span {
  font-family: "CeraPro-Bold";
}

.we-believe {
  background-image: url("../images/we-believe-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: calc(1 - var(--scroll-progress, 0) * 0.3);
  transform: translate3d(0, calc(var(--scroll-progress, 0) * -70px), 0);
  transition: opacity 0.18s linear, transform 0.18s linear;
}
.we-believe .section-heading h2 {
  text-align: center;
  opacity: 0;
  transform: translateY(42px);
}
.we-believe .believe-box {
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .we-believe .believe-box {
    gap: 36px 24px;
  }
}
.we-believe .believe-box .believe-item {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .we-believe .believe-box .believe-item {
    width: calc(25% - 18px);
  }
}
.we-believe .believe-box .believe-item .image-box {
  height: 150px;
  background-image: url("../images/sun-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: drop-shadow(0 0 0 rgba(229, 183, 125, 0));
  transform: translateY(24px) scale(0.86);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .we-believe .believe-box .believe-item .image-box {
    height: 165px;
  }
}
@media screen and (min-width: 768px) {
  .we-believe .believe-box .believe-item .image-box {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .we-believe .believe-box .believe-item .image-box {
    height: 200px;
  }
}
.we-believe .believe-box .believe-item .image-box img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 60px;
  opacity: 0;
  transform: scale(0.86);
}
@media screen and (min-width: 768px) {
  .we-believe .believe-box .believe-item .image-box img {
    max-width: 90px;
  }
}
.we-believe .believe-box .believe-item .text-box {
  margin-top: 12px;
}
.we-believe .believe-box .believe-item .text-box h4 {
  font-family: "CeraPro-Bold";
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(18px);
}
.we-believe .believe-box .believe-item .text-box p {
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(14px);
}

.we-believe.is-visible .section-heading h2 {
  animation: believeHeadingReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(1) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(1) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.02s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(1) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.2s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(1) .text-box p {
  animation: believeTextReveal 0.55s ease-out 1.7s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(2) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(2) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.22s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(2) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.4s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(2) .text-box p {
  animation: believeTextReveal 0.55s ease-out 1.9s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(3) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(3) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.42s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(3) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.6s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(3) .text-box p {
  animation: believeTextReveal 0.55s ease-out 2.1s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(4) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.6s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(4) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.62s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(4) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.8s forwards;
}
.we-believe.is-visible .believe-box .believe-item:nth-child(4) .text-box p {
  animation: believeTextReveal 0.55s ease-out 2.3s forwards;
}

@keyframes believeHeadingReveal {
  from {
    opacity: 0;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes believeIconPopGlow {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.86);
    filter: drop-shadow(0 0 0 rgba(229, 183, 125, 0));
  }
  65% {
    opacity: 1;
    transform: translateY(0) scale(1.04);
    filter: drop-shadow(0 0 18px rgba(229, 183, 125, 0.35));
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 10px rgba(229, 183, 125, 0.18));
  }
}
@keyframes believeIconImagePop {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }
  65% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes believeTextReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.our-reach .section-heading h2 {
  text-align: center;
}
.our-reach .section-heading {
  margin-bottom: 80px;
}
.our-reach .reach-map-box .reach-stage-box {
  position: relative;
  --reach-scale: 0.3;
  --reach-stage-height: 1100px;
  width: 100%;
  max-width: 1382px;
  height: calc(var(--reach-stage-height) * var(--reach-scale));
  margin: 0 auto;
  overflow: visible;
}
@media screen and (min-width: 480px) {
  .our-reach .reach-map-box .reach-stage-box {
    --reach-scale: 0.28;
  }
}
@media screen and (min-width: 576px) {
  .our-reach .reach-map-box .reach-stage-box {
    --reach-scale: 0.34;
  }
}
@media screen and (min-width: 768px) {
  .our-reach .reach-map-box .reach-stage-box {
    --reach-scale: 0.52;
  }
}
@media screen and (min-width: 992px) {
  .our-reach .reach-map-box .reach-stage-box {
    --reach-scale: 0.68;
  }
}
@media screen and (min-width: 1200px) {
  .our-reach .reach-map-box .reach-stage-box {
    --reach-scale: 0.75;
  }
}
@media screen and (min-width: 1400px) {
  .our-reach .reach-map-box .reach-stage-box {
    --reach-scale: 0.80;
  }
}
.our-reach .reach-map-box .reach-stage {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1382px;
  height: var(--reach-stage-height);
  transform: translateX(-50%) scale(var(--reach-scale));
  transform-origin: top center;
}
.our-reach .reach-map-box .image-box {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.our-reach .reach-map-box .image-box img {
  width: 100%;
  height: 900px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-reach .reach-map-box .reach-card {
  position: absolute;
  z-index: 2;
  height: 52px;
  border-radius: 10px;
  background-color: #e5b77d;
  color: #1f1510;
  box-shadow: 0 10px 22px rgba(168, 74, 59, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #A70000;
}
.our-reach .reach-map-box .reach-card span {
  display: block;
  width: 100%;
  padding: 0 18px;
  text-align: center;
  font-family: "CeraPro-Bold";
  font-size: 20px;
  line-height: 1.1;
  text-transform: capitalize;
  white-space: nowrap;
}
.our-reach .reach-map-box .reach-card--dewas {
  top: -30px;
  left: 1138px;
  width: 149px;
}
.our-reach .reach-map-box .reach-card--mandav {
  top: -26px;
  left: 146px;
  width: 162px;
}
.our-reach .reach-map-box .reach-card--shajapur {
  top: 72px;
  left: 778px;
  width: 182px;
}
.our-reach .reach-map-box .reach-card--tarana {
  top: 141px;
  left: 106px;
  width: 170px;
}
.our-reach .reach-map-box .reach-card--sanawad {
  top: 224px;
  left: 76%;
  width: 172px;
}
.our-reach .reach-map-box .reach-card--ratlam {
  top: 329px;
  left: 131px;
  width: 168px;
}
.our-reach .reach-map-box .reach-card--khalghat {
  top: 592px;
  left: 100px;
  width: 170px;
}
.our-reach .reach-map-box .reach-card--indore {
  top: 608px;
  left: 74%;
  width: 147px;
}
.our-reach .reach-map-box .reach-card--badnawar {
  top: 693px;
  left: 128px;
  width: 170px;
}
.our-reach .reach-map-box .reach-card--omkareshwar {
  top: 745px;
  left: 772px;
  width: 198px;
}
.our-reach .reach-map-box .reach-card--dhar {
  top: 775px;
  left: 219px;
  width: 105px;
}
.our-reach .reach-map-box .reach-card--khandwa {
  top: 870px;
  left: 869px;
  width: 153px;
}
.our-reach .reach-map-box .reach-card--barwani {
  top: 850px;
  left: 100px;
  width: 168px;
}
.our-reach .reach-map-box .reach-card--barwaha {
  top: 887px;
  left: 411px;
  width: 176px;
}
.our-reach .reach-map-box .text-box {
  margin: 0 0 60px;
}
.our-reach .reach-map-box .text-box h3 {
  color: #E5B77D;
  text-align: center;
  text-transform: uppercase;
}
.our-reach .reach-map-box .button-box {
  padding: 0;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .we-believe .section-heading h2,
  .we-believe .believe-box .believe-item .image-box,
  .we-believe .believe-box .believe-item .image-box img,
  .we-believe .believe-box .believe-item .text-box h4,
  .we-believe .believe-box .believe-item .text-box p {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
  .we-believe {
    opacity: 1;
  }
}
.project-banner {
  position: relative;
  padding: 0;
  height: calc(100dvh - 122px);
}
@media screen and (min-width: 992px) {
  .project-banner {
    height: calc(100dvh - 100px);
  }
}
.project-banner .project-banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-banner .desktop-img {
  display: none;
}
.project-banner .mobile-img {
  display: block;
}
@media screen and (min-width: 576px) {
  .project-banner .desktop-img {
    display: block;
  }
  .project-banner .mobile-img {
    display: none;
  }
}

.project-info .project-info-box {
  gap: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .project-info .project-info-box {
    gap: 36px;
  }
}
@media screen and (min-width: 992px) {
  .project-info .project-info-box {
    gap: 50px;
    align-items: center;
    flex-direction: row;
  }
}
.project-info .project-info-box .project-logo {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .project-info .project-info-box .project-logo {
    width: 34%;
  }
}
.project-info .project-info-box .project-logo img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .project-info .project-info-box .project-logo img {
    max-width: 400px;
  }
}
.project-info .project-info-box .project-content {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .project-info .project-info-box .project-content {
    width: 66%;
    text-align: left;
  }
}
.project-info .project-info-box .project-content strong p {
  text-align: left;
  margin-bottom: 0;
  font-weight: bold !important;
  line-height: 1.6;
  font-family: "CeraPro-Bold";
}
.project-info .project-info-box .project-content .project-info-divider {
  height: 3px;
  width: 100%;
  max-width: 280px;
  margin: 20px auto;
  background: linear-gradient(225deg, #D89E5E 0%, #ECC68F 100%);
}
@media screen and (min-width: 768px) {
  .project-info .project-info-box .project-content .project-info-divider {
    max-width: 400px;
    margin: 25px auto;
  }
}
@media screen and (min-width: 992px) {
  .project-info .project-info-box .project-content .project-info-divider {
    max-width: 500px;
    margin: 30px 0;
  }
}
.project-info .project-info-box .project-content .project-meta-list {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .project-info .project-info-box .project-content .project-meta-list {
    padding-top: 30px;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (min-width: 992px) {
  .project-info .project-info-box .project-content .project-meta-list {
    padding-top: 30px;
    align-items: flex-start;
  }
}
.project-info .project-info-box .project-content .project-meta-list .meta-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 22px;
}
.project-info .project-info-box .project-content .project-meta-list .meta-item {
  gap: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .project-info .project-info-box .project-content .project-meta-list .meta-item {
    gap: 14px;
  }
}
@media screen and (min-width: 992px) {
  .project-info .project-info-box .project-content .project-meta-list .meta-item {
    justify-content: flex-start;
  }
}
.project-info .project-info-box .project-content .project-meta-list .meta-item img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .project-info .project-info-box .project-content .project-meta-list .meta-item img {
    width: 35px;
    height: 35px;
  }
}
.project-info .project-info-box .project-content .project-meta-list .meta-item h4 {
  font-family: "CeraPro-Bold";
  text-transform: capitalize;
}

.project-info.text-lines-ready .project-info-box .project-content p .project-info-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.1em);
  will-change: opacity;
}

.project-info.is-visible.text-lines-ready .project-info-box .project-content p .project-info-word {
  animation: projectInfoTextLineReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--line-index, 0) * 0.14s + 0.2s);
}

@keyframes projectInfoTextLineReveal {
  from {
    opacity: 0;
    transform: translateY(1.1em);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.property-walkthrough {
  background-image: url("../images/walkthrough-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 0;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .property-walkthrough {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 992px) {
  .property-walkthrough {
    padding-bottom: 130px;
  }
}
.property-walkthrough .walkthrough-box {
  position: relative;
  margin: 0 auto;
}
.property-walkthrough .walkthrough-box .image-box {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-walkthrough .walkthrough-box .image-box .walkthrough-banner {
  width: 100%;
  height: auto;
}
.property-walkthrough .walkthrough-box .text-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: calc(100% - 24px);
  max-width: 500px;
}
.property-walkthrough .walkthrough-box .text-box a {
  color: #000000;
  width: 100%;
  justify-content: center;
}
.property-walkthrough .walkthrough-box .text-box a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.property-walkthrough .walkthrough-box .text-box a span svg {
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .property-walkthrough .walkthrough-box .text-box a span svg {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 992px) {
  .property-walkthrough .walkthrough-box .text-box a span svg {
    width: 50px;
    height: 50px;
  }
}
.property-walkthrough .walkthrough-box .text-box a span svg path {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.property-walkthrough .walkthrough-box .text-box a:hover {
  color: #ffffff;
}
.property-walkthrough .walkthrough-box .text-box a:hover span svg path {
  fill: #ffffff;
}

.gallery {
  padding-top: 20px;
}
.gallery .gallery-slider .gallery-slider-swiper {
  padding-left: 25px;
}
.gallery .gallery-slider .gallery-card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.gallery .gallery-slider .gallery-card:hover {
  transform: scale(1.02);
}
.gallery .gallery-slider .gallery-card:hover .image-box img {
  transform: scale(1.02);
}
.gallery .gallery-slider .gallery-card .image-box {
  overflow: hidden;
}
.gallery .gallery-slider .gallery-card .image-box img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 576px) {
  .gallery .gallery-slider .gallery-card .image-box img {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .gallery .gallery-slider .gallery-card .image-box img {
    height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .gallery .gallery-slider .gallery-card .image-box img {
    height: 450px;
  }
}
.gallery .gallery-slider .gallery-nav {
  gap: 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .gallery .gallery-slider .gallery-nav {
    margin-top: 48px;
  }
}
.gallery .gallery-slider .gallery-nav button {
  width: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (min-width: 992px) {
  .gallery .gallery-slider .gallery-nav button {
    width: 60px;
  }
}
.gallery .gallery-slider .gallery-nav button img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery .gallery-slider .gallery-nav button:hover {
  transform: translateY(-2px);
}

.popup-modal.gallery-lightbox-open .popup-box {
  width: 96vw;
  max-width: 1200px;
  background: transparent;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
}
.popup-modal.gallery-lightbox-open .popup-box .popup-close button {
  right: 6px;
  top: -36px;
}
.popup-modal.gallery-lightbox-open .popup-box .popup-close button i {
  color: #ffffff;
  font-size: 30px;
}
.popup-modal.gallery-lightbox-open .popup-content .gallery-lightbox-image {
  width: 100%;
}
.popup-modal.gallery-lightbox-open .popup-content .gallery-lightbox-image img {
  width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}

.amenities {
  padding-top: 0;
  opacity: calc(1 - var(--scroll-progress, 0) * 0.3);
  transform: translate3d(0, calc(var(--scroll-progress, 0) * -70px), 0);
  transition: opacity 0.18s linear, transform 0.18s linear;
}
.amenities .section-heading h2 {
  text-align: center;
  opacity: 0;
  transform: translateY(42px);
}
.amenities .amenities-box {
  gap: 24px 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .amenities .amenities-box {
    gap: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .amenities .amenities-box {
    gap: 35px 24px;
    flex-wrap: wrap;
  }
}
.amenities .amenities-box .amenities-item {
  width: calc(50% - 8px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .amenities .amenities-box .amenities-item {
    width: calc(33.33% - 14px);
  }
}
@media screen and (min-width: 1200px) {
  .amenities .amenities-box .amenities-item {
    width: calc(20% - 20px);
  }
}
.amenities .amenities-box .amenities-item .image-box {
  height: 150px;
  background-image: url("../images/sun-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  filter: drop-shadow(0 0 0 rgba(229, 183, 125, 0));
  transform: translateY(24px) scale(0.86);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .amenities .amenities-box .amenities-item .image-box {
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .amenities .amenities-box .amenities-item .image-box {
    height: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .amenities .amenities-box .amenities-item .image-box {
    height: 190px;
  }
}
.amenities .amenities-box .amenities-item .image-box img {
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transform: scale(0.86);
}
.amenities .amenities-box .amenities-item .text-box {
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.amenities .amenities-box .amenities-item .text-box h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "CeraPro-Bold";
  opacity: 0;
  transform: translateY(18px);
}
.amenities .amenities-box .amenities-item.is-visible .image-box {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: drop-shadow(0 10px 20px rgba(229, 183, 125, 0.4));
  transition: all 0.6s ease;
}
.amenities .amenities-box .amenities-item.is-visible .image-box img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s ease 0.1s;
}
.amenities .amenities-box .amenities-item.is-visible .text-box h4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 0.2s;
}

.amenities.is-visible .section-heading h2 {
  animation: believeHeadingReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(1) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(1) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.02s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(1) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.2s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(2) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(2) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.22s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(2) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.4s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(3) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(3) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.42s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(3) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.6s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(4) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.6s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(4) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.62s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(4) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 1.8s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(5) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.8s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(5) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.82s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(5) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 2s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(6) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(6) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.02s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(6) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 2.2s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(7) .image-box {
  animation: believeIconPopGlow 0.8s cubic-bezier(0.22, 1, 0.36, 1) 2.2s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(7) .image-box img {
  animation: believeIconImagePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.22s forwards;
}
.amenities.is-visible .amenities-box .amenities-item:nth-child(7) .text-box h4 {
  animation: believeTextReveal 0.55s ease-out 2.4s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .amenities .section-heading h2,
  .amenities .amenities-box .amenities-item .image-box,
  .amenities .amenities-box .amenities-item .image-box img,
  .amenities .amenities-box .amenities-item .text-box h4 {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
  .amenities {
    opacity: 1;
  }
}
.location {
  padding-top: 0;
}
.location .section-heading h2 {
  text-align: center;
}
.location .image-box iframe {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .location .image-box iframe {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .location .image-box iframe {
    height: 500px;
  }
}/*# sourceMappingURL=style.css.map */