@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Font-Gilroy/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Font-Gilroy/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Font-Gilroy/Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Font-Gilroy/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Font-Gilroy/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "silk-serif";
  src: url("../fonts/silk-serif/SilkSerif-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tomato";
  src: url("../fonts/tomato-font/TomatoGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tomato";
  src: url("../fonts/tomato-font/TomatoGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tomato";
  src: url("../fonts/tomato-font/TomatoGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tomato";
  src: url("../fonts/tomato-font/TomatoGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 600;
  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;
}

html {
  font-size: clamp(9px, 1.5vw, 10px);
}

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

body {
  background: #ffffff;
  font-family: "tomato", sans-serif;
  font-weight: 400;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #000000;
  font-family: "tomato", sans-serif;
  font-weight: 700;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.h1 {
  font-size: 4rem;
}
@media screen and (min-width: 480px) {
  .h1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 576px) {
  .h1 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .h1 {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1081px) {
  .h1 {
    font-size: 14rem;
  }
}
@media screen and (min-width: 1200px) {
  .h1 {
    font-size: 16rem;
  }
}
@media screen and (min-width: 1300px) {
  .h1 {
    font-size: 19rem;
  }
}
@media screen and (min-width: 1400px) {
  .h1 {
    font-size: 20.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .h1 {
    font-size: 21.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .h1 {
    font-size: 22.8rem;
  }
}

.h2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 480px) {
  .h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .h2 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .h2 {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1081px) {
  .h2 {
    font-size: 11rem;
  }
}
@media screen and (min-width: 1200px) {
  .h2 {
    font-size: 13rem;
  }
}
@media screen and (min-width: 1300px) {
  .h2 {
    font-size: 16rem;
  }
}
@media screen and (min-width: 1400px) {
  .h2 {
    font-size: 18rem;
  }
}
@media screen and (min-width: 1500px) {
  .h2 {
    font-size: 19rem;
  }
}
@media screen and (min-width: 1600px) {
  .h2 {
    font-size: 20rem;
  }
}

.h3 {
  font-size: 3rem;
}
@media screen and (min-width: 480px) {
  .h3 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .h3 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .h3 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1081px) {
  .h3 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .h3 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1300px) {
  .h3 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .h3 {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1500px) {
  .h3 {
    font-size: 9.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .h3 {
    font-size: 10.3rem;
  }
}

.h4 {
  font-size: 2.8rem;
}
@media screen and (min-width: 480px) {
  .h4 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .h4 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .h4 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .h4 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1081px) {
  .h4 {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .h4 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .h4 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .h4 {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .h4 {
    font-size: 9.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .h4 {
    font-size: 9.7rem;
  }
}

.h5 {
  font-size: 2.4rem;
}
@media screen and (min-width: 480px) {
  .h5 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 576px) {
  .h5 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .h5 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .h5 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1081px) {
  .h5 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .h5 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  .h5 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .h5 {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .h5 {
    font-size: 7.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .h5 {
    font-size: 8rem;
  }
}

.h6 {
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  .h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .h6 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1081px) {
  .h6 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .h6 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .h6 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .h6 {
    font-size: 5.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .h6 {
    font-size: 5.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .h6 {
    font-size: 6rem;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #000000;
}
p:last-child {
  margin-bottom: 0;
}

.small {
  font-size: 1.6rem;
}

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: 1.8rem;
}

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

span {
  display: inline-block;
}

.container {
  max-width: 1500px;
  padding: 0 1.2rem;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 5rem;
}

.btn-default {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  background: #E1AC5F;
  color: #ffffff;
  padding: 1.6rem 4.4rem;
  border-radius: 1.5rem;
  font-family: "tomato", sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-default .hover-bg {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  background: #73241D;
  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: 1rem;
}

section {
  overflow: hidden;
  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 {
  max-width: 100%;
}

.button-box {
  padding-top: 2rem;
}

.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: 5rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-button::after {
  display: none;
}
.swiper .swiper-button i {
  font-size: 3rem;
  color: #CE9D34;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #CE9D34;
}

.hamburger {
  cursor: pointer;
}
.hamburger .line {
  width: 3.5rem;
  height: 3px;
  border-radius: 7px;
  background-color: #CE9D34;
  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);
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.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: 2.6rem;
  cursor: pointer;
}

.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: #CE9D34;
  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 {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: #f4f4f4;
  padding: 1.6rem;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
}

/* Arrow Background */
.accordion-header::after {
  content: "&#xEA4E";
  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;
}

/* Rotate on active */
.accordion-item.active .accordion-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-body {
  display: none;
  background: #fff;
  padding: 1.4rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.lowercase {
  text-transform: lowercase;
}

.loader {
  position: fixed;
  inset: 0;
  background: #fbf3e8;
  z-index: 9999;
  clip-path: circle(150% at 50% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img {
  width: 140px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 16px;
}

.header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
  position: relative;
  z-index: 999;
}
.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: 8rem;
}
.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: 7rem;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap {
    position: static;
    transform: none;
    padding-left: 0;
    gap: 5rem;
    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: 2rem;
  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 {
    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 {
  position: relative;
  font-size: 1.8rem;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: "tomato", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .header .header-box .main-nav .nav-wrap nav ul li a {
    color: #CE9D34;
  }
}
.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: #CE9D34;
  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: #ffffff;
}
@media screen and (min-width: 992px) {
  .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: #CE9D34;
  }
}
.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: #CE9D34;
  }
}
@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%);
  }
}
.footer {
  padding: 8rem 0 0;
  font-family: "Gilroy", serif;
  font-weight: 500;
}
.footer .footer-top {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-top img {
  max-width: 20rem;
}
.footer .footer-bottom {
  flex-wrap: wrap;
  border-top: 1px solid #CE9D34;
  padding: 3rem 0;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}
.footer .footer-bottom a {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-bottom a i {
  color: #E1AC5F;
}
.footer .all-right {
  background-color: #000000;
  text-align: center;
  padding: 2rem 0;
}
.footer .all-right p {
  color: #ffffff;
}

.home-banner {
  min-height: 70vh;
  position: relative;
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: circle(0% at 50% 100%);
  webkit-clip-path: circle(0% at 50% 100%);
}
.home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 0;
}
.home-banner .container {
  height: 100%;
}
.home-banner .container .banner-box {
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-banner .container .banner-box .text-box {
  height: 100%;
  gap: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
@media screen and (min-width: 768px) {
  .home-banner .container .banner-box .text-box {
    gap: 100px;
  }
}
.home-banner .container .banner-box .text-box .banner-logo {
  margin-bottom: 3rem;
}
.home-banner .container .banner-box .text-box .banner-logo img {
  max-width: 14rem;
}
.home-banner .container .banner-box .text-box h1 {
  font-family: "silk-serif", serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-banner .container .banner-box .text-box .button-box {
  padding: 0;
}

.about-section {
  position: relative;
  background-color: #FFF7ED;
}
@media screen and (min-width: 992px) {
  .about-section {
    padding: 15rem 0;
  }
}
.about-section .about-bg {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  .about-section .about-bg {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.about-section .about-wrap {
  position: relative;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.about-section .about-wrap .h5 {
  color: #CE9D34;
  margin-bottom: 3rem;
  font-style: italic;
  font-family: "tomato", sans-serif;
  font-weight: 600;
}
.about-section .about-wrap .about-content p {
  font-size: 1.8rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .about-section .about-wrap .about-content p {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 992px) {
  .about-section .about-wrap .about-content p {
    font-size: 2rem;
  }
}

.residential-section {
  background-color: #73241D;
  position: relative;
}
@media screen and (min-width: 992px) {
  .residential-section {
    padding: 170px 0;
  }
}
.residential-section .om-bg-1 {
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (min-width: 768px) {
  .residential-section .om-bg-1 {
    max-width: 50%;
  }
}
.residential-section .residential-box .residential-text .h6 {
  text-align: center;
  color: #ffffff;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
  font-family: "tomato", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .residential-section .residential-box .residential-text .h6 {
    line-height: 1.2;
    max-width: 75%;
  }
}
.residential-section .residential-box .residential-text .h6 span {
  color: #E1AC5F;
}

.Projects {
  background: #FFF7ED;
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .Projects {
    padding-top: 140px;
  }
}
.Projects .Projects-box {
  border: 1px solid #FEEAD3;
  background: #73241D;
  align-items: center;
  border-radius: 4.9rem;
}
@media screen and (min-width: 992px) {
  .Projects .Projects-box {
    border-radius: 4.9rem;
    flex-direction: row;
    display: flex;
  }
}
.Projects .left-part {
  position: relative;
  background: #73241D;
  border-radius: 5rem;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .Projects .left-part {
    width: 50%;
  }
}
.Projects .left-part img {
  height: 100%;
  width: 100%;
}
.Projects .left-part .h3 {
  left: 6%;
  top: -52px;
  color: #CE9D34;
  position: absolute;
  z-index: 2;
  line-height: 1;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .Projects .left-part .h3 {
    font-size: 120px;
    top: -120px;
  }
}
.Projects .right-part {
  padding: 4rem 2rem;
  flex-direction: column;
  color: #ffffff;
  position: relative;
  gap: 20px;
  height: 100%;
  display: flex;
}
@media screen and (min-width: 992px) {
  .Projects .right-part {
    width: 50%;
    padding: 3rem 3rem;
    flex-direction: column;
    display: flex;
    gap: 40px;
  }
}
.Projects .right-part img {
  width: 130px;
}
.Projects .right-part p {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .Projects .right-part p {
    font-size: 2rem;
    max-width: 420px;
  }
}
.Projects .right-part .button-box .btn-default:hover {
  color: #CE9D34;
}
.Projects .right-part .button-box .btn-default .hover-bg {
  background-color: #ffffff;
}

.Connect {
  background-color: #FEEAD3;
}
.Connect .connect-box {
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .Connect .connect-box {
    flex-direction: row;
    gap: 40px;
  }
}
.Connect .connect-box .left-part {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Connect .connect-box .left-part {
    text-align: start;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .Connect .connect-box .left-part {
    width: calc(60% - 20px);
  }
}
.Connect .connect-box .left-part .h3 {
  line-height: 1.1;
  color: #E1AC5F;
}
.Connect .connect-box .left-part .h3 span {
  font-style: italic;
}
.Connect .connect-box .left-part p {
  font-family: "tomato", sans-serif;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .Connect .connect-box .left-part p {
    max-width: 80%;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .Connect .connect-box .left-part p {
    font-size: 2.8rem;
  }
}
.Connect .connect-box .right-part {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Connect .connect-box .right-part {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .Connect .connect-box .right-part {
    width: calc(40% - 20px);
  }
}
.Connect .connect-box .right-part form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.Connect .connect-box .right-part form br {
  display: none;
}
.Connect .connect-box .right-part form p {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin: 0;
}
.Connect .connect-box .right-part form input,
.Connect .connect-box .right-part form select,
.Connect .connect-box .right-part form textarea {
  font-family: "tomato", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 1.4rem 2.6rem;
  font-size: 1.6rem;
  border-radius: 2rem;
  border: 1px solid #E1AC5F;
  background-color: #ffffff;
  outline: none;
}
@media screen and (min-width: 992px) {
  .Connect .connect-box .right-part form input,
  .Connect .connect-box .right-part form select,
  .Connect .connect-box .right-part form textarea {
    font-size: 2.1rem;
    padding: 2.4rem 2.6rem;
  }
}
.Connect .connect-box .right-part form input::-moz-placeholder, .Connect .connect-box .right-part form select::-moz-placeholder, .Connect .connect-box .right-part form textarea::-moz-placeholder {
  color: #A3A3A3;
}
.Connect .connect-box .right-part form input::placeholder,
.Connect .connect-box .right-part form select::placeholder,
.Connect .connect-box .right-part form textarea::placeholder {
  color: #A3A3A3;
}
.Connect .connect-box .right-part form input:focus,
.Connect .connect-box .right-part form select:focus,
.Connect .connect-box .right-part form textarea:focus {
  border-color: #E1AC5F;
}
.Connect .connect-box .right-part form textarea {
  height: 120px;
  resize: none;
}
.Connect .connect-box .right-part form .row p {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}
.Connect .connect-box .right-part .button-box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Connect .connect-box .right-part .button-box {
    text-align: left;
  }
}
.Connect .connect-box .right-part .button-box .btn-default {
  background-color: #E1AC5F;
  width: -moz-max-content;
  width: max-content;
  padding: 1.6rem 4.4rem;
}

.why-om {
  position: relative;
}
.why-om .section-heading {
  margin-bottom: 1rem;
}
.why-om .section-heading .h1 {
  text-align: left;
  line-height: 1;
  color: #CE9D34;
}
.why-om .section-heading .h1 span {
  display: block;
  font-style: italic;
}
.why-om .why-box {
  position: relative;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  display: flex;
}
@media screen and (min-width: 992px) {
  .why-om .why-box {
    flex-direction: row;
    padding: 15rem 0;
  }
}
.why-om .why-box .why-banner {
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .why-om .why-box .why-banner {
    position: absolute;
    left: -13%;
    top: 0;
    border-radius: 0 50px 50px 0;
    width: 70%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1400px) {
  .why-om .why-box .why-banner {
    left: -17%;
  }
}
@media screen and (min-width: 992px) {
  .why-om .why-box .image-box {
    width: 60%;
  }
}
.why-om .why-box .image-box img {
  position: absolute;
  left: 0;
  border-radius: 0 50px 50px 0;
}
.why-om .why-box .image-box .h1 {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 0.9;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .why-om .why-box .image-box .h1 {
    left: unset;
  }
}
@media screen and (min-width: 992px) {
  .why-om .why-box .text-box {
    width: 40%;
  }
}
.why-om .why-box .text-box ul li {
  color: #000000;
  line-height: 1.7;
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: "tomato", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .why-om .why-box .text-box ul li {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .why-om .why-box .text-box ul li {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
}
.why-om .why-box .text-box ul li:last-child {
  margin: 0;
}
.why-om .why-box .text-box ul li span {
  color: #CE9D34;
}
.why-om .why-box .text-box ul li br {
  display: none;
}
@media screen and (min-width: 992px) {
  .why-om .why-box .text-box ul li br {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */