@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;
}
* {
  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;
}
.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.5019607843);
  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%;
  max-width: 700px;
  margin: auto;
}
.nav-tabs .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
}
.nav-tabs .tab-buttons button {
  flex: 1;
  padding: 12px 0;
  border: none;
  background: #eaeaea;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.nav-tabs .tab-buttons button.active {
  background-color: #E5B77D;
  color: #fff;
}
.nav-tabs .tab-panel {
  display: none;
  padding: 25px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #ddd;
  border-top: 0;
}
.nav-tabs .tab-panel.active {
  display: block;
}

/* 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;
}

.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;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.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: #ffffff;
}
@media screen and (min-width: 992px) {
  .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 {
    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: 10px;
  color: #ffffff;
  font-family: "CeraPro-Bold";
  display: flex;
  align-items: center;
  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 {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.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 {
  background-color: #efefef;
  padding: 12px 0;
}
.site-footer .site-footer-bottom p {
  color: #8a8a8a;
  margin: 0;
  text-align: center;
  font-family: "CeraPro-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: 140px;
  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: 160px;
  }
}
@media screen and (min-width: 768px) {
  .home-stats .stats-list .stats-item .image-box {
    height: 180px;
  }
}
@media screen and (min-width: 1300px) {
  .home-stats .stats-list .stats-item .image-box {
    height: 200px;
  }
}
.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 span {
  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 span {
    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 span {
    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 span {
    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 span {
    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 span {
    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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .home-who .who-box .image-box {
    width: 50%;
  }
}
.home-who .who-box .image-box img {
  width: 100%;
  position: relative;
  max-width: 400px;
}
@media screen and (min-width: 992px) {
  .home-who .who-box .image-box img {
    max-width: none;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .home-who .who-box .image-box img {
    width: 45%;
  }
}

.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);
  transition: all 0.3s ease-in-out;
}
@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: 0px 50px 25px rgba(0, 0, 0, 0.05);
}
.project-slider .project-slider-box .project-card .image-box {
  position: relative;
}
.project-slider .project-slider-box .project-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-slider .project-slider-box .project-card .text-box {
  padding: 16px 14px;
  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;
  }
}

.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 {
  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;
}
@media screen and (min-width: 992px) {
  .contact-form .contact-form-box form .button-box {
    margin-top: 50px;
  }
}
.contact-form .contact-form-box form .button-box button {
  padding: 15px 60px;
}/*# sourceMappingURL=style.css.map */