@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #6F1D1D;
  --secondary: #BF9B5F;
  --body: #0D0D0D;
}

html,
body {
  font-family: "Cormorant Garamond", serif;
  color: var(--white);
  background-color: var(--body);
}
html a,
body a {
  text-decoration: none;
}

.menu-open {
  overflow: hidden;
}

.reach-us-sec .inner-wrapper .box-wrapper .icon {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .reach-us-sec .inner-wrapper .box-wrapper .icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .reach-us-sec .inner-wrapper .box-wrapper .icon {
    font-size: 20px;
  }
}

.products-sec .box-wrapper h4, .celebrate-sec .bottom-part .box-wrapper h3, .r-craft-hospitality-sec .cb-title h4, .crafted-in-r-sec .crafted-item .number, .social-sec .social-item .icon {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .products-sec .box-wrapper h4, .celebrate-sec .bottom-part .box-wrapper h3, .r-craft-hospitality-sec .cb-title h4, .crafted-in-r-sec .crafted-item .number, .social-sec .social-item .icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .products-sec .box-wrapper h4, .celebrate-sec .bottom-part .box-wrapper h3, .r-craft-hospitality-sec .cb-title h4, .crafted-in-r-sec .crafted-item .number, .social-sec .social-item .icon {
    font-size: 24px;
  }
}

.royal-gather-sec .content-wrapper h4, .distribution-sec .distribution-card .content h3 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .royal-gather-sec .content-wrapper h4, .distribution-sec .distribution-card .content h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .royal-gather-sec .content-wrapper h4, .distribution-sec .distribution-card .content h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .royal-gather-sec .content-wrapper h4, .distribution-sec .distribution-card .content h3 {
    font-size: 28px;
  }
}

.elevate-tastes-sec .content-wrapper h4, .toast-exce-sec .upper-wrapper .content-wrapper .content .text p {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .elevate-tastes-sec .content-wrapper h4, .toast-exce-sec .upper-wrapper .content-wrapper .content .text p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .elevate-tastes-sec .content-wrapper h4, .toast-exce-sec .upper-wrapper .content-wrapper .content .text p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .elevate-tastes-sec .content-wrapper h4, .toast-exce-sec .upper-wrapper .content-wrapper .content .text p {
    font-size: 30px;
  }
}

.header .navigation-wrapper ul li a {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .header .navigation-wrapper ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header .navigation-wrapper ul li a {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .header .navigation-wrapper ul li a {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .header .navigation-wrapper ul li a {
    font-size: 35px;
  }
}

.banner-sec .caption h3, .state-page-banner .caption h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail h6, .lifestyle-sec .slide-content-wrapper .content-wrapper .upper h3, .lifestyle-sec .bottom-part h4, .recognition-sec .slide-content-wrapper p {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .banner-sec .caption h3, .state-page-banner .caption h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail h6, .lifestyle-sec .slide-content-wrapper .content-wrapper .upper h3, .lifestyle-sec .bottom-part h4, .recognition-sec .slide-content-wrapper p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .banner-sec .caption h3, .state-page-banner .caption h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail h6, .lifestyle-sec .slide-content-wrapper .content-wrapper .upper h3, .lifestyle-sec .bottom-part h4, .recognition-sec .slide-content-wrapper p {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .banner-sec .caption h3, .state-page-banner .caption h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail h6, .lifestyle-sec .slide-content-wrapper .content-wrapper .upper h3, .lifestyle-sec .bottom-part h4, .recognition-sec .slide-content-wrapper p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-sec .caption h3, .state-page-banner .caption h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom h3, .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail h6, .lifestyle-sec .slide-content-wrapper .content-wrapper .upper h3, .lifestyle-sec .bottom-part h4, .recognition-sec .slide-content-wrapper p {
    font-size: 40px;
  }
}

.inspired-by-sec-rj .box-wrapper p, .crafted-in-r-sec h2, .raj-experience-sec h2 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .inspired-by-sec-rj .box-wrapper p, .crafted-in-r-sec h2, .raj-experience-sec h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .inspired-by-sec-rj .box-wrapper p, .crafted-in-r-sec h2, .raj-experience-sec h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .inspired-by-sec-rj .box-wrapper p, .crafted-in-r-sec h2, .raj-experience-sec h2 {
    font-size: 48px;
  }
}

.inti-g-cele-sec .title-wrapper h2, .royal-gather-spirit-sec .title h2, .start-a-convo-sec h2, .distribution-sec .left-content h2, .social-sec .title-wrapper h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .inti-g-cele-sec .title-wrapper h2, .royal-gather-spirit-sec .title h2, .start-a-convo-sec h2, .distribution-sec .left-content h2, .social-sec .title-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .inti-g-cele-sec .title-wrapper h2, .royal-gather-spirit-sec .title h2, .start-a-convo-sec h2, .distribution-sec .left-content h2, .social-sec .title-wrapper h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .inti-g-cele-sec .title-wrapper h2, .royal-gather-spirit-sec .title h2, .start-a-convo-sec h2, .distribution-sec .left-content h2, .social-sec .title-wrapper h2 {
    font-size: 60px;
  }
}

.contact-normal-cta-sec .inner-wrapper .title h2 {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    font-size: 64px;
  }
}

.invitation-sec .title-wrapper h2 {
  font-size: 36px;
}
@media screen and (min-width: 576px) {
  .invitation-sec .title-wrapper h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 992px) {
  .invitation-sec .title-wrapper h2 {
    font-size: 54px;
  }
}
@media screen and (min-width: 1400px) {
  .invitation-sec .title-wrapper h2 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1600px) {
  .invitation-sec .title-wrapper h2 {
    font-size: 80px;
  }
}

.banner-sec .caption h1, .state-page-banner .caption h1, .excellence-sec h2, .products-sec h2, .our-story-sec .inner-wrapper .caption-wrapper .caption h2, .celebrate-sec .upper-part h2, .lifestyle-sec .upper-part h2, .recognition-sec .slide-content-wrapper h2, .r-craft-hospitality-sec h2, .royal-gather-sec .title-wrapper h2, .elevate-tastes-sec h2, .toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  .banner-sec .caption h1, .state-page-banner .caption h1, .excellence-sec h2, .products-sec h2, .our-story-sec .inner-wrapper .caption-wrapper .caption h2, .celebrate-sec .upper-part h2, .lifestyle-sec .upper-part h2, .recognition-sec .slide-content-wrapper h2, .r-craft-hospitality-sec h2, .royal-gather-sec .title-wrapper h2, .elevate-tastes-sec h2, .toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .banner-sec .caption h1, .state-page-banner .caption h1, .excellence-sec h2, .products-sec h2, .our-story-sec .inner-wrapper .caption-wrapper .caption h2, .celebrate-sec .upper-part h2, .lifestyle-sec .upper-part h2, .recognition-sec .slide-content-wrapper h2, .r-craft-hospitality-sec h2, .royal-gather-sec .title-wrapper h2, .elevate-tastes-sec h2, .toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-sec .caption h1, .state-page-banner .caption h1, .excellence-sec h2, .products-sec h2, .our-story-sec .inner-wrapper .caption-wrapper .caption h2, .celebrate-sec .upper-part h2, .lifestyle-sec .upper-part h2, .recognition-sec .slide-content-wrapper h2, .r-craft-hospitality-sec h2, .royal-gather-sec .title-wrapper h2, .elevate-tastes-sec h2, .toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-sec .caption h1, .state-page-banner .caption h1, .excellence-sec h2, .products-sec h2, .our-story-sec .inner-wrapper .caption-wrapper .caption h2, .celebrate-sec .upper-part h2, .lifestyle-sec .upper-part h2, .recognition-sec .slide-content-wrapper h2, .r-craft-hospitality-sec h2, .royal-gather-sec .title-wrapper h2, .elevate-tastes-sec h2, .toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
    font-size: 90px;
  }
}

.distribution-sec .heading-wrapper, .social-sec .title-wrapper, .footer .footer-top {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .distribution-sec .heading-wrapper, .social-sec .title-wrapper, .footer .footer-top {
    padding-bottom: 60px;
  }
}

.recognition-sec, .inspired-by-sec-rj, .toast-exce-sec .upper-wrapper .content-wrapper .content {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .recognition-sec, .inspired-by-sec-rj, .toast-exce-sec .upper-wrapper .content-wrapper .content {
    padding-top: 80px;
  }
}

.excellence-sec, .royal-gather-sec, .toast-exce-sec .upper-wrapper .content-wrapper .content {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .excellence-sec, .royal-gather-sec, .toast-exce-sec .upper-wrapper .content-wrapper .content {
    padding-bottom: 80px;
  }
}

.products-sec, .r-craft-hospitality-sec, .royal-gather-sec, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec, .footer .footer-top {
  padding-top: 40px;
}
@media screen and (min-width: 576px) {
  .products-sec, .r-craft-hospitality-sec, .royal-gather-sec, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec, .footer .footer-top {
    padding-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .products-sec, .r-craft-hospitality-sec, .royal-gather-sec, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec, .footer .footer-top {
    padding-top: 64px;
  }
}
@media screen and (min-width: 992px) {
  .products-sec, .r-craft-hospitality-sec, .royal-gather-sec, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec, .footer .footer-top {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .products-sec, .r-craft-hospitality-sec, .royal-gather-sec, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec, .footer .footer-top {
    padding-top: 100px;
  }
}

.r-craft-hospitality-sec, .inspired-by-sec-rj, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .r-craft-hospitality-sec, .inspired-by-sec-rj, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .r-craft-hospitality-sec, .inspired-by-sec-rj, .elevate-tastes-sec, .inti-g-cele-sec, .crafted-in-r-sec, .raj-experience-sec, .contact-normal-cta-sec {
    padding-bottom: 100px;
  }
}

.banner-sec .caption, .state-page-banner .caption, .excellence-sec, .our-story-sec, .lifestyle-sec, .distribution-sec, .location-sec, .social-sec, .invitation-sec {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .banner-sec .caption, .state-page-banner .caption, .excellence-sec, .our-story-sec, .lifestyle-sec, .distribution-sec, .location-sec, .social-sec, .invitation-sec {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-sec .caption, .state-page-banner .caption, .excellence-sec, .our-story-sec, .lifestyle-sec, .distribution-sec, .location-sec, .social-sec, .invitation-sec {
    padding-top: 120px;
  }
}

.banner-sec .caption, .state-page-banner .caption, .reach-us-sec, .start-a-convo-sec, .distribution-sec, .location-sec, .social-sec, .invitation-sec {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .banner-sec .caption, .state-page-banner .caption, .reach-us-sec, .start-a-convo-sec, .distribution-sec, .location-sec, .social-sec, .invitation-sec {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-sec .caption, .state-page-banner .caption, .reach-us-sec, .start-a-convo-sec, .distribution-sec, .location-sec, .social-sec, .invitation-sec {
    padding-bottom: 120px;
  }
}

.celebrate-sec .upper-part {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .celebrate-sec .upper-part {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .celebrate-sec .upper-part {
    padding-bottom: 130px;
  }
}

.royal-gather-spirit-sec {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .royal-gather-spirit-sec {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .royal-gather-spirit-sec {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .royal-gather-spirit-sec {
    padding-top: 160px;
  }
}

.royal-gather-spirit-sec {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .royal-gather-spirit-sec {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .royal-gather-spirit-sec {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .royal-gather-spirit-sec {
    padding-bottom: 160px;
  }
}

.celebrate-sec {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .celebrate-sec {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .celebrate-sec {
    padding-top: 250px;
  }
}

.header {
  padding: 20px 0 15px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 30px 0 20px;
  }
}
.header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  max-width: 100px;
}
@media screen and (min-width: 380px) {
  .header .logo {
    max-width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .header .logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .header .logo {
    max-width: 170px;
  }
}
.header .logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.header .navigation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu-open .header .navigation-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .navigation-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.menu-open .header .navigation-wrapper ul li {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: slideIn 0.6s ease-out forwards;
          animation: slideIn 0.6s ease-out forwards;
}
.menu-open .header .navigation-wrapper ul li:nth-child(1) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(2) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(3) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(4) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(5) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(6) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(7) {
  -webkit-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(8) {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(9) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}
.menu-open .header .navigation-wrapper ul li:nth-child(10) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.header .navigation-wrapper ul li a {
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  letter-spacing: 0.18em;
}
.header .navigation-wrapper ul li a:hover {
  color: var(--secondary);
}
.header .col-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header .inquire-btn-wrapper a {
  background-color: var(--primary);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 10px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 3.2px;
  font-size: 13px;
}
@media screen and (min-width: 380px) {
  .header .inquire-btn-wrapper a {
    height: 35px;
    padding: 12px 18px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header .inquire-btn-wrapper a {
    font-size: 16px;
    padding: 20px 30px;
    height: 45px;
  }
}
.header .inquire-btn-wrapper a:hover {
  background-color: var(--secondary);
}

.menu-toggle {
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 101;
  background-color: var(--white);
}
@media screen and (min-width: 380px) {
  .menu-toggle {
    width: 40px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    width: 60px;
    height: 45px;
  }
}
.menu-toggle span {
  width: 26px;
  border-bottom: 3px solid var(--primary);
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu-toggle span:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-toggle span:nth-child(1) {
  margin-top: -7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(1) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.menu-toggle span:nth-child(3) {
  margin-top: 7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(3) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.menu-open .menu-toggle span {
  border-color: var(--primary);
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer {
  color: var(--white);
  background-color: var(--body);
  border-top: 2px solid var(--secondary);
}
.footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.72px) {
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer-top {
  border-bottom: 1px solid var(--white);
}
.footer h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--secondary);
}
@media screen and (min-width: 992px) {
  .footer h4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991.72px) {
  .footer h4 {
    text-align: center;
  }
}
.footer p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 991.72px) {
  .footer p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .footer .logo-intro-wrapper {
    max-width: 300px;
  }
}
@media screen and (max-width: 991.72px) {
  .footer .logo-intro-wrapper {
    text-align: center;
  }
}
.footer .logo-intro-wrapper .logo {
  margin-bottom: 30px;
  max-width: 54px;
}
@media screen and (max-width: 991.72px) {
  .footer .logo-intro-wrapper .logo {
    margin-inline: auto;
  }
}
.footer .logo-intro-wrapper .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .logo-intro-wrapper h6 {
  font-size: 12px;
  color: var(--secondary);
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 992px) {
  .footer .inquiries-inner {
    max-width: 250px;
  }
}
@media screen and (max-width: 991.72px) {
  .footer .inquiries-inner {
    text-align: center;
  }
}
.footer .footer-links ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 991.72px) {
  .footer .footer-links ul {
    text-align: center;
  }
}
.footer .footer-links ul li {
  margin-bottom: 12px;
}
.footer .footer-links ul li a {
  color: var(--white);
  letter-spacing: 0.04em;
  font-size: 16px;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
}
.footer .footer-links ul li a:hover {
  color: var(--secondary);
}
.footer .email {
  margin-bottom: 18px;
}
.footer .email a {
  color: rgb(198, 165, 106);
  letter-spacing: 0.12em;
  font-size: 13px;
  border-bottom: 1px solid rgba(198, 165, 106, 0.2);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  padding-bottom: 2px;
  display: inline-block;
  margin-bottom: 8px;
}
.footer .email a:hover {
  border-color: rgb(198, 165, 106);
}
.footer .gst {
  margin-bottom: 18px;
}
.footer .social-links {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 991.72px) {
  .footer .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .social-links li a {
  color: var(--white);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .social-links li a:hover {
  color: var(--secondary);
}
.footer .footer-bottom {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 991.72px) {
  .footer .footer-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.18em;
}
.footer .footer-bottom h6 {
  margin-bottom: 0;
  font-size: 11px;
  color: var(--secondary);
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.18em;
}

.banner-sec {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  color: var(--white);
}
.banner-sec .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.banner-sec .banner-inner .image img,
.banner-sec .banner-inner .sub-title,
.banner-sec .banner-inner .title h1,
.banner-sec .banner-inner .link {
  will-change: transform, opacity;
}
.banner-sec .image-wrapper {
  margin-right: -100%;
  width: 100%;
}
.banner-sec .image-wrapper .image {
  max-width: 100%;
  position: relative;
}
.banner-sec .image-wrapper .image img {
  min-height: 45vw;
  height: 100vh;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-sec .image-wrapper .image::before, .banner-sec .image-wrapper .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-sec .image-wrapper .image::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  top: unset;
}
.banner-sec .caption-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.banner-sec .caption-wrapper .container {
  height: 100%;
}
@media screen and (max-width: 1399.72px) {
  .banner-sec .caption-wrapper .upper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767.72px) {
  .banner-sec .caption-wrapper .upper {
    padding-top: 45px;
  }
}
.banner-sec .caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.banner-sec .caption h6 {
  font-size: 14px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.45em;
}
@media screen and (min-width: 420px) {
  .banner-sec .caption h6 {
    font-size: 16px;
  }
}
.banner-sec .caption h3 {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.18em;
  max-width: 18em;
}
.banner-sec .caption h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.35em;
  max-width: 10em;
  margin-inline: auto;
}
@media screen and (max-width: 419.72px) {
  .banner-sec .caption h1 {
    font-size: 32px;
  }
}
.banner-sec .bottom .text {
  opacity: 0;
}
.banner-sec .bottom .text p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
  text-transform: capitalize;
  line-height: 1.3;
  text-align: center;
}
.banner-sec .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .banner-sec .link-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.banner-sec .link-wrapper .link a {
  min-width: 260px;
  padding: 12px 13px;
  font-size: 14px;
  color: var(--black);
  border: 1px solid var(--white);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  letter-spacing: 3.2px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .banner-sec .link-wrapper .link a {
    min-width: 320px;
    padding: 18px 25px;
  }
}
@media screen and (max-width: 767.72px) {
  .banner-sec .link-wrapper .link a {
    width: 100%;
  }
}
.banner-sec .link-wrapper .link a:hover {
  background-color: transparent;
  color: var(--white);
}
.banner-sec .link-wrapper .link-trans a {
  background-color: transparent;
  color: var(--white);
}
.banner-sec .link-wrapper .link-trans a:hover {
  background-color: var(--white);
  color: var(--black);
}

.state-page-banner {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  color: var(--white);
}
.state-page-banner .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.state-page-banner .banner-inner .image img,
.state-page-banner .banner-inner .sub-title,
.state-page-banner .banner-inner .title h1,
.state-page-banner .banner-inner .link {
  will-change: transform, opacity;
}
.state-page-banner .image-wrapper {
  margin-right: -100%;
  width: 100%;
}
.state-page-banner .image-wrapper .image {
  max-width: 100%;
  position: relative;
}
.state-page-banner .image-wrapper .image img {
  min-height: 45vw;
  height: 100vh;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.state-page-banner .image-wrapper .image::before, .state-page-banner .image-wrapper .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.state-page-banner .image-wrapper .image::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  top: unset;
}
.state-page-banner .caption-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.state-page-banner .caption-wrapper .container {
  height: 100%;
}
@media screen and (max-width: 1399.72px) {
  .state-page-banner .caption-wrapper .upper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767.72px) {
  .state-page-banner .caption-wrapper .upper {
    padding-top: 45px;
  }
}
.state-page-banner .caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.state-page-banner .caption h6 {
  font-size: 14px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.45em;
}
@media screen and (min-width: 420px) {
  .state-page-banner .caption h6 {
    font-size: 16px;
  }
}
.state-page-banner .caption h3 {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.18em;
  max-width: 18em;
  margin-inline: auto;
}
.state-page-banner .caption h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.35em;
  max-width: 10em;
  margin-inline: auto;
}
@media screen and (max-width: 419.72px) {
  .state-page-banner .caption h1 {
    font-size: 32px;
  }
}
.state-page-banner .bottom .text p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
  text-transform: capitalize;
  line-height: 1.3;
  text-align: center;
}
.state-page-banner .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .state-page-banner .link-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.state-page-banner .link-wrapper .link a {
  min-width: 260px;
  padding: 12px 13px;
  font-size: 14px;
  color: var(--black);
  border: 1px solid var(--white);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  letter-spacing: 3.2px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .state-page-banner .link-wrapper .link a {
    min-width: 320px;
    padding: 18px 25px;
  }
}
@media screen and (max-width: 767.72px) {
  .state-page-banner .link-wrapper .link a {
    width: 100%;
  }
}
.state-page-banner .link-wrapper .link a:hover {
  background-color: transparent;
  color: var(--white);
}
.state-page-banner .link-wrapper .link-trans a {
  background-color: transparent;
  color: var(--white);
}
.state-page-banner .link-wrapper .link-trans a:hover {
  background-color: var(--white);
  color: var(--black);
}

.state-page-banner .image-wrapper .image::after {
  height: 40%;
}

.excellence-sec .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.excellence-sec .caption {
  text-align: center;
}
.excellence-sec h6 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.45em;
}
@media screen and (min-width: 420px) {
  .excellence-sec h6 {
    font-size: 16px;
  }
}
.excellence-sec h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 419.72px) {
  .excellence-sec h2 {
    font-size: 32px;
  }
}
.excellence-sec h2 span {
  color: var(--secondary);
}
.excellence-sec p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.excellence-sec .image-wrapper {
  max-width: 1100px;
  margin-top: -30px;
}
@media screen and (min-width: 576px) {
  .excellence-sec .image-wrapper {
    margin-bottom: -30px;
    margin-top: -40px;
  }
}
@media screen and (min-width: 992px) {
  .excellence-sec .image-wrapper {
    margin-bottom: -40px;
    margin-top: -60px;
  }
}
.excellence-sec .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-position: center;
     object-position: center;
}
.excellence-sec .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .excellence-sec .link-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .excellence-sec .link-wrapper {
    gap: 30px;
  }
}
.excellence-sec .link-wrapper .link a {
  min-width: 260px;
  max-width: 260px;
  padding: 12px 13px;
  font-size: 14px;
  color: var(--black);
  border: 1px solid var(--secondary);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  letter-spacing: 3.2px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary);
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .excellence-sec .link-wrapper .link a {
    min-width: 320px;
    max-width: 320px;
    padding: 18px 25px;
  }
}
.excellence-sec .link-wrapper .link a:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.excellence-sec .link-wrapper .link-trans a {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.excellence-sec .link-wrapper .link-trans a:hover {
  background-color: var(--secondary);
  color: var(--black);
  border-color: var(--secondary);
}

.products-sec {
  position: relative;
  z-index: 2;
}
.products-sec .caption {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .products-sec .caption {
    padding-bottom: 45px;
  }
}
.products-sec h6 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.45em;
}
@media screen and (min-width: 420px) {
  .products-sec h6 {
    font-size: 16px;
  }
}
.products-sec h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 992px) {
  .products-sec h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 419.72px) {
  .products-sec h2 {
    font-size: 32px;
  }
}
.products-sec h2 span {
  color: var(--secondary);
}
.products-sec p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.products-sec .row {
  gap: 24px 0;
}
.products-sec .col-md-6 {
  height: auto;
}
.products-sec .box-wrapper {
  padding: 24px 16px;
  background-color: #111111;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(198, 165, 106, 0.1);
  border-top: 2px solid var(--secondary);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .products-sec .box-wrapper {
    padding: 28px 20px;
  }
}
@media screen and (min-width: 992px) {
  .products-sec .box-wrapper {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1400px) {
  .products-sec .box-wrapper {
    padding: 40px 32px;
  }
}
.products-sec .box-wrapper .bottle-image {
  max-width: 120px;
  height: 220px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .products-sec .box-wrapper .bottle-image {
    height: 280px;
  }
}
.products-sec .box-wrapper .bottle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.products-sec .box-wrapper .vol-cat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .products-sec .box-wrapper .vol-cat-wrapper {
    margin-bottom: 30px;
  }
}
.products-sec .box-wrapper .vol-cat-wrapper h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--secondary);
}
.products-sec .box-wrapper .vol-cat-wrapper p {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: var(--white);
}
.products-sec .box-wrapper h4 {
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.products-sec .box-wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
  margin-bottom: 18px;
}
.products-sec .box-wrapper .speci p {
  font-family: "Cormorant Garamond", serif;
  font-size: 11.2px;
  letter-spacing: 0.2em;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.products-sec .box-wrapper .ingre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.products-sec .box-wrapper .ingre span {
  font-size: 9.92px;
  letter-spacing: 0.18em;
  color: var(--secondary);
  border: 1px solid var(--secondary);
  padding: 3.2px 10px;
  text-transform: uppercase;
}
.products-sec .box-wrapper:hover {
  border: 1px solid rgba(198, 165, 106, 0.4);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 12px 50px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 12px 50px;
  border-top: 2px solid var(--secondary);
}
.products-sec .box-wrapper:hover .bottle-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.our-story-sec {
  position: relative;
  z-index: 2;
}
.our-story-sec .inner-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-story-sec .inner-wrapper .image-wrapper {
  margin-right: -100%;
  width: 100%;
}
.our-story-sec .inner-wrapper .image-wrapper .image {
  max-width: 100%;
  position: relative;
}
.our-story-sec .inner-wrapper .image-wrapper .image img {
  min-height: 40vw;
  height: 90vh;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 992px) {
  .our-story-sec .inner-wrapper .image-wrapper .image img {
    min-height: 45vw;
    height: 100vh;
  }
}
.our-story-sec .inner-wrapper .image-wrapper .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.our-story-sec .inner-wrapper .caption-wrapper {
  width: 100%;
  padding: 38px 16px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 420px) {
  .our-story-sec .inner-wrapper .caption-wrapper {
    padding: 38px 18px;
  }
}
@media screen and (min-width: 576px) {
  .our-story-sec .inner-wrapper .caption-wrapper {
    padding: 45px 24px;
  }
}
@media screen and (min-width: 768px) {
  .our-story-sec .inner-wrapper .caption-wrapper {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 992px) {
  .our-story-sec .inner-wrapper .caption-wrapper {
    padding: 80px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .our-story-sec .inner-wrapper .caption-wrapper {
    padding: 80px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .our-story-sec .inner-wrapper .caption-wrapper {
    padding: 80px;
  }
}
.our-story-sec .inner-wrapper .caption-wrapper .caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-story-sec .inner-wrapper .caption-wrapper .caption h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 11px;
  line-height: 1;
  letter-spacing: 0.3em;
}
.our-story-sec .inner-wrapper .caption-wrapper .caption h2 {
  font-weight: 500;
  text-transform: uppercase;
  max-width: 11em;
}
@media screen and (max-width: 419.72px) {
  .our-story-sec .inner-wrapper .caption-wrapper .caption h2 {
    font-size: 34px;
  }
}
.our-story-sec .inner-wrapper .caption-wrapper .bottom p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 15px;
  max-width: 30em;
}
.our-story-sec .inner-wrapper .caption-wrapper .bottom h3 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper {
    gap: 40px;
  }
}
.our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail h6 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--secondary);
}
.our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 576px) {
  .our-story-sec .inner-wrapper .caption-wrapper .bottom .details-wrapper .detail p {
    font-size: 16px;
  }
}

.celebrate-sec {
  position: relative;
}
.celebrate-sec::before {
  content: "";
  background-image: url("../images/celebrate-eclipse.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 130%;
  left: 50%;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .celebrate-sec::before {
    top: 70%;
  }
}
.celebrate-sec .inner-wrapper {
  position: relative;
  z-index: 2;
}
.celebrate-sec .upper-part {
  position: relative;
}
.celebrate-sec .upper-part h6 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 420px) {
  .celebrate-sec .upper-part h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec .upper-part h6 {
    font-size: 16px;
  }
}
.celebrate-sec .upper-part h6 span {
  color: var(--secondary);
}
.celebrate-sec .upper-part h2 {
  text-align: center;
  color: var(--white);
  font-weight: 500;
  max-width: 14em;
  margin-inline: auto;
  line-height: 1;
  letter-spacing: 0.35em;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 419.72px) {
  .celebrate-sec .upper-part h2 {
    font-size: 32px;
  }
}
.celebrate-sec .upper-part h2 span {
  color: var(--secondary);
}
.celebrate-sec .upper-part h2.up-title {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}
.celebrate-sec .upper-part p {
  text-align: right;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  font-size: 16px;
}
.celebrate-sec .upper-part .bottle-image {
  max-width: 180px;
  height: 220px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 100px;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 420px) {
  .celebrate-sec .upper-part .bottle-image {
    max-width: 190px;
    height: 260px;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec .upper-part .bottle-image {
    max-width: 220px;
    height: 330px;
  }
}
@media screen and (min-width: 1400px) {
  .celebrate-sec .upper-part .bottle-image {
    max-width: 290px;
    height: 530px;
  }
}
.celebrate-sec .upper-part .bottle-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.celebrate-sec .upper-part .sub-title {
  text-align: left;
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 576px) {
  .celebrate-sec .upper-part .sub-title {
    margin-right: 35%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .celebrate-sec .upper-part .sub-title {
    margin-right: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .celebrate-sec .upper-part .sub-title {
    margin-right: 25%;
  }
}
.celebrate-sec .upper-part .text.right {
  margin-left: auto;
  position: relative;
  text-align: right;
  max-width: 150px;
  margin-right: 0;
}
@media screen and (min-width: 420px) {
  .celebrate-sec .upper-part .text.right {
    max-width: 200px;
  }
}
@media screen and (min-width: 576px) {
  .celebrate-sec .upper-part .text.right {
    margin-right: 10%;
  }
}
@media screen and (min-width: 768px) {
  .celebrate-sec .upper-part .text.right {
    margin-right: 14%;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec .upper-part .text.right {
    margin-right: 17%;
    max-width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .celebrate-sec .upper-part .text.right {
    max-width: 300px;
    margin-right: 21%;
  }
}
@media screen and (min-width: 1600px) {
  .celebrate-sec .upper-part .text.right {
    margin-right: 14%;
  }
}
.celebrate-sec .upper-part .text.right p {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .celebrate-sec .upper-part .text.right p {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec .upper-part .text.right p {
    font-size: 16px;
  }
}
.celebrate-sec .bottom-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
@media screen and (min-width: 568px) {
  .celebrate-sec .bottom-part {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .celebrate-sec .bottom-part {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1400px) {
  .celebrate-sec .bottom-part {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1199.72px) {
  .celebrate-sec .bottom-part {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.celebrate-sec .bottom-part .box-wrapper {
  border: 1px solid rgba(198, 165, 106, 0.1);
  border-top: 2px solid var(--secondary);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #090909;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .celebrate-sec .bottom-part .box-wrapper {
    padding: 30px 20px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec .bottom-part .box-wrapper {
    padding: 35px 28px;
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .celebrate-sec .bottom-part .box-wrapper {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  .celebrate-sec .bottom-part .box-wrapper {
    padding: 35px 40px;
  }
}
.celebrate-sec .bottom-part .box-wrapper .image {
  max-width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .celebrate-sec .bottom-part .box-wrapper .image {
    margin-bottom: 28px;
  }
}
.celebrate-sec .bottom-part .box-wrapper .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
}
.celebrate-sec .bottom-part .box-wrapper h3 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}
.celebrate-sec .bottom-part .box-wrapper .b-title h6 {
  font-size: 12px;
  margin-bottom: 20px;
  font-style: italic;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) {
  .celebrate-sec .bottom-part .box-wrapper .b-title h6 {
    margin-bottom: 30px;
  }
}
.celebrate-sec .bottom-part .box-wrapper p {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0;
}
.celebrate-sec .bottom-part .box-wrapper .d-text {
  padding-top: 30px;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .celebrate-sec .bottom-part .box-wrapper .d-text {
    padding-top: 45px;
  }
}
@media screen and (min-width: 992px) {
  .celebrate-sec .bottom-part .box-wrapper .d-text {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .celebrate-sec .bottom-part .box-wrapper .d-text {
    padding-top: 80px;
  }
}
.celebrate-sec .bottom-part .box-wrapper .d-text h6 {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 1;
  letter-spacing: 0.2em;
}
.celebrate-sec .bottom-part .box-wrapper:hover .image img {
  -webkit-transform: translateY(-8px) scale(1.05);
          transform: translateY(-8px) scale(1.05);
}

.lifestyle-sec {
  position: relative;
}
.lifestyle-sec::before {
  content: "";
  background-image: url(../images/life-ecli.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -25%;
  width: 100%;
  height: 130%;
  display: block;
  z-index: 1;
}
.lifestyle-sec .inner-wrapper {
  position: relative;
  z-index: 2;
}
.lifestyle-sec .upper-part {
  text-align: center;
  padding-bottom: 30px;
}
.lifestyle-sec .upper-part h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 11px;
  line-height: 1;
  letter-spacing: 0.3em;
}
.lifestyle-sec .upper-part h2 {
  font-weight: 500;
  text-transform: uppercase;
  max-width: 11em;
  margin-inline: auto;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 419.72px) {
  .lifestyle-sec .upper-part h2 {
    font-size: 34px;
  }
}
.lifestyle-sec .upper-part h2 span {
  color: var(--secondary);
}
.lifestyle-sec .upper-part p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.lifestyle-sec .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (min-width: 576px) {
  .lifestyle-sec .slider-nav {
    left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-sec .slider-nav {
    left: 45px;
  }
}
@media screen and (min-width: 992px) {
  .lifestyle-sec .slider-nav {
    left: 60px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .lifestyle-sec .slider-nav {
    left: 80px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lifestyle-sec .slider-nav {
    left: 100px;
    bottom: 80px;
  }
}
.lifestyle-sec .swiper-button-prev,
.lifestyle-sec .swiper-button-next {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  color: var(--black);
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: var(--white);
  height: unset;
  width: unset;
}
@media screen and (min-width: 992px) {
  .lifestyle-sec .swiper-button-prev,
  .lifestyle-sec .swiper-button-next {
    padding: 16px;
  }
}
.lifestyle-sec .swiper-button-prev::after,
.lifestyle-sec .swiper-button-next::after {
  display: none;
}
.lifestyle-sec .swiper-slide {
  height: auto;
}
.lifestyle-sec .slide-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.lifestyle-sec .slide-content-wrapper .image-wrapper {
  margin-right: -100%;
  width: 100%;
}
.lifestyle-sec .slide-content-wrapper .image-wrapper .image {
  max-width: 100%;
  position: relative;
}
.lifestyle-sec .slide-content-wrapper .image-wrapper .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.lifestyle-sec .slide-content-wrapper .image-wrapper .image img {
  width: 100%;
  height: 60vh;
  min-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (min-width: 576px) {
  .lifestyle-sec .slide-content-wrapper .image-wrapper .image img {
    height: 80vh;
    min-height: 75vh;
  }
}
.lifestyle-sec .slide-content-wrapper .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 40px 20px 80px;
}
@media screen and (min-width: 576px) {
  .lifestyle-sec .slide-content-wrapper .content-wrapper {
    padding: 60px 30px 80px;
  }
}
@media screen and (min-width: 768px) {
  .lifestyle-sec .slide-content-wrapper .content-wrapper {
    padding: 60px 45px 80px;
  }
}
@media screen and (min-width: 992px) {
  .lifestyle-sec .slide-content-wrapper .content-wrapper {
    padding: 80px 60px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .lifestyle-sec .slide-content-wrapper .content-wrapper {
    padding: 80px 80px 130px;
  }
}
@media screen and (min-width: 1400px) {
  .lifestyle-sec .slide-content-wrapper .content-wrapper {
    padding: 100px 100px 160px;
  }
}
.lifestyle-sec .slide-content-wrapper .content-wrapper .upper h3 {
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.lifestyle-sec .slide-content-wrapper .content-wrapper .upper h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.2em;
  color: var(--secondary);
}
.lifestyle-sec .slide-content-wrapper .content-wrapper .bottom p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  max-width: 21.5em;
}
.lifestyle-sec .slide-content-wrapper .content-wrapper .upper,
.lifestyle-sec .slide-content-wrapper .content-wrapper .bottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.lifestyle-sec .swiper-slide.swiper-slide-active .slide-content-wrapper .content-wrapper .upper,
.lifestyle-sec .swiper-slide.swiper-slide-active .slide-content-wrapper .content-wrapper .bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lifestyle-sec .swiper-slide.swiper-slide-active .slide-content-wrapper .content-wrapper .bottom {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lifestyle-sec .bottom-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .lifestyle-sec .bottom-part {
    padding-top: 40px;
  }
}
.lifestyle-sec .bottom-part h4 {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.lifestyle-sec .bottom-part .link a {
  min-width: 260px;
  max-width: 260px;
  padding: 12px 13px;
  font-size: 14px;
  color: var(--black);
  border: 1px solid var(--white);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  letter-spacing: 3.2px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .lifestyle-sec .bottom-part .link a {
    min-width: 320px;
    max-width: 320px;
    padding: 18px 25px;
  }
}
.lifestyle-sec .bottom-part .link a:hover {
  background-color: transparent;
  color: var(--white);
}

.recognition-sec {
  position: relative;
}
.recognition-sec::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/reco-ecli.webp);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -50%;
  width: 80%;
  height: 150%;
  display: block;
  z-index: 1;
}
.recognition-sec .inner-wrapper {
  position: relative;
  z-index: 2;
}
.recognition-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.72px) {
  .recognition-sec .row {
    gap: 30px;
  }
}
.recognition-sec .image-wrapper {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 95%;
}
@media screen and (min-width: 992px) {
  .recognition-sec .image-wrapper {
    padding: 0 0 102.59%;
  }
}
.recognition-sec .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.recognition-sec .recognition-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .recognition-sec .recognition-navigation {
    margin-top: 50px;
  }
}
.recognition-sec .swiper-button-prev,
.recognition-sec .swiper-button-next {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  color: var(--black);
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: var(--white);
  height: unset;
  width: unset;
}
@media screen and (min-width: 992px) {
  .recognition-sec .swiper-button-prev,
  .recognition-sec .swiper-button-next {
    padding: 16px;
  }
}
.recognition-sec .swiper-button-prev::after,
.recognition-sec .swiper-button-next::after {
  display: none;
}
.recognition-sec .slide-content-wrapper .quote {
  max-width: 50px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .recognition-sec .slide-content-wrapper .quote {
    margin-bottom: 35px;
    max-width: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .recognition-sec .slide-content-wrapper .quote {
    max-width: 80px;
  }
}
.recognition-sec .slide-content-wrapper .quote img {
  height: auto;
  width: 100%;
  display: block;
}
.recognition-sec .slide-content-wrapper h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.3em;
}
.recognition-sec .slide-content-wrapper h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  font-style: italic;
  max-width: 7em;
}
@media screen and (min-width: 992px) {
  .recognition-sec .slide-content-wrapper h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 419.72px) {
  .recognition-sec .slide-content-wrapper h2 {
    font-size: 32px;
  }
}
.recognition-sec .slide-content-wrapper p {
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.recognition-sec .slide-content-wrapper p span {
  color: var(--secondary);
}
.recognition-sec .slide-content-wrapper {
  height: 100%;
}
.recognition-sec .slide-content-wrapper .quote,
.recognition-sec .slide-content-wrapper h6,
.recognition-sec .slide-content-wrapper h2,
.recognition-sec .slide-content-wrapper p {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.recognition-sec .swiper-slide {
  height: auto;
}
.recognition-sec .swiper-slide-active .slide-content-wrapper .quote {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.recognition-sec .swiper-slide-active .slide-content-wrapper h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.recognition-sec .swiper-slide-active .slide-content-wrapper h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.recognition-sec .swiper-slide-active .slide-content-wrapper p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.r-craft-hospitality-sec {
  color: var(--black);
}
.r-craft-hospitality-sec .title {
  padding-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .r-craft-hospitality-sec .title {
    padding-bottom: 45px;
  }
}
.r-craft-hospitality-sec h2 {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 12em;
  margin-inline: auto;
  color: #F0EDE6;
}
.r-craft-hospitality-sec h2 span {
  color: #D4B483;
}
@media screen and (max-width: 419.72px) {
  .r-craft-hospitality-sec h2 {
    font-size: 32px;
  }
}
.r-craft-hospitality-sec .row {
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .r-craft-hospitality-sec .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.r-craft-hospitality-sec .image {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 0 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .r-craft-hospitality-sec .image {
    max-width: 616px;
  }
}
.r-craft-hospitality-sec .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.r-craft-hospitality-sec .desc {
  border-bottom: 1px solid #D4B483;
}
.r-craft-hospitality-sec .desc p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #A09880;
}
@media screen and (min-width: 992px) {
  .r-craft-hospitality-sec .desc p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 34em;
  }
}
.r-craft-hospitality-sec .cb-title {
  padding-top: 18px;
}
@media screen and (min-width: 992px) {
  .r-craft-hospitality-sec .cb-title {
    padding-top: 24px;
  }
}
.r-craft-hospitality-sec .cb-title h4 {
  color: #D4B483;
  line-height: 1.3;
  font-weight: 600;
}

.single-state img {
  width: 100%;
  height: auto;
  display: block;
}

.royal-gather-sec {
  background-color: #141414;
}
.royal-gather-sec .title-wrapper {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .royal-gather-sec .title-wrapper {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .royal-gather-sec .title-wrapper {
    padding-bottom: 50px;
  }
}
.royal-gather-sec .title-wrapper h2 {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 10em;
  margin-inline: auto;
  margin-bottom: 20px;
  color: #F0EDE6;
}
.royal-gather-sec .title-wrapper h2 span {
  color: #D4B483;
}
@media screen and (max-width: 419.72px) {
  .royal-gather-sec .title-wrapper h2 {
    font-size: 32px;
  }
}
.royal-gather-sec .title-wrapper p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
  color: #A09880;
}
@media screen and (min-width: 992px) {
  .royal-gather-sec .title-wrapper p {
    font-size: 18px;
  }
}
.royal-gather-sec .row {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .royal-gather-sec .row {
    gap: 20px;
  }
}
.royal-gather-sec .row .col-lg-3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .royal-gather-sec .row .col-lg-3 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .royal-gather-sec .row .col-lg-3 {
    width: calc(25% - 15px);
  }
}
.royal-gather-sec .content-wrapper {
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.royal-gather-sec .content-wrapper .image {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 115%;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .royal-gather-sec .content-wrapper .image {
    padding: 0 0 135.13%;
  }
}
@media screen and (min-width: 992px) {
  .royal-gather-sec .content-wrapper .image {
    margin-bottom: 20px;
  }
}
.royal-gather-sec .content-wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.royal-gather-sec .content-wrapper h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #F0EDE6;
}
@media screen and (max-width: 767.72px) {
  .royal-gather-sec .content-wrapper h4 {
    font-size: 20px;
  }
}
.royal-gather-sec .content-wrapper p {
  color: #8A8078;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .royal-gather-sec .content-wrapper p {
    font-size: 18px;
  }
}
.royal-gather-sec .content-wrapper:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.royal-gather-sec .content-wrapper:hover .image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.inspired-by-sec-rj {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0.98)), color-stop(18%, rgba(13, 13, 13, 0.85)), color-stop(50%, rgba(13, 13, 13, 0.6)), color-stop(82%, rgba(13, 13, 13, 0.85)), to(rgba(13, 13, 13, 0.98))), radial-gradient(circle at center, rgba(13, 13, 13, 0.35) 15%, rgba(13, 13, 13, 0.75) 100%), url("../images/ins-bg-img.jpeg");
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.98) 0%, rgba(13, 13, 13, 0.85) 18%, rgba(13, 13, 13, 0.6) 50%, rgba(13, 13, 13, 0.85) 82%, rgba(13, 13, 13, 0.98) 100%), radial-gradient(circle at center, rgba(13, 13, 13, 0.35) 15%, rgba(13, 13, 13, 0.75) 100%), url("../images/ins-bg-img.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.inspired-by-sec-rj .box-wrapper {
  position: relative;
  z-index: 2;
  max-width: 896px;
  margin-inline: auto;
  border: 2px solid #cba670;
  background-color: #0D0D0D;
  padding: 25px 16px;
}
@media screen and (min-width: 576px) {
  .inspired-by-sec-rj .box-wrapper {
    padding: 28px 20px;
  }
}
@media screen and (min-width: 768px) {
  .inspired-by-sec-rj .box-wrapper {
    padding: 32px;
  }
}
@media screen and (min-width: 992px) {
  .inspired-by-sec-rj .box-wrapper {
    padding: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .inspired-by-sec-rj .box-wrapper {
    padding: 64px;
  }
}
.inspired-by-sec-rj .box-wrapper .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.inspired-by-sec-rj .box-wrapper .lines .line {
  width: 4px;
  height: 45px;
  background-color: #d4b483;
}
@media screen and (min-width: 768px) {
  .inspired-by-sec-rj .box-wrapper .lines .line {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .inspired-by-sec-rj .box-wrapper .lines .line {
    height: 80px;
  }
}
.inspired-by-sec-rj .box-wrapper .lines .line.l-2 {
  background-color: #D89B2B;
}
.inspired-by-sec-rj .box-wrapper .content-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .inspired-by-sec-rj .box-wrapper .content-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.inspired-by-sec-rj .box-wrapper p {
  margin-bottom: 0;
  color: #F0EDE6;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  max-width: 12em;
  margin-inline: auto;
}

.elevate-tastes-sec .title-wrapper {
  padding-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .elevate-tastes-sec .title-wrapper {
    padding-bottom: 45px;
  }
}
.elevate-tastes-sec h2 {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 11em;
  margin-inline: auto;
  color: #F0EDE6;
}
.elevate-tastes-sec h2 span {
  color: #D4B483;
}
@media screen and (max-width: 419.72px) {
  .elevate-tastes-sec h2 {
    font-size: 32px;
  }
}
.elevate-tastes-sec .row {
  gap: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .elevate-tastes-sec .row {
    gap: 0;
  }
}
.elevate-tastes-sec .row .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .elevate-tastes-sec .row .col-lg-4 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .elevate-tastes-sec .row .col-lg-4 {
    width: 33.333%;
  }
}
.elevate-tastes-sec .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.elevate-tastes-sec .content-wrapper .image {
  min-width: 145px;
  height: 145px;
  max-width: 145px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .elevate-tastes-sec .content-wrapper .image {
    min-width: 160px;
    height: 160px;
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .elevate-tastes-sec .content-wrapper .image {
    min-width: 180px;
    height: 180px;
    max-width: 180px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .elevate-tastes-sec .content-wrapper .image {
    min-width: 220px;
    height: 220px;
    max-width: 220px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .elevate-tastes-sec .content-wrapper .image {
    min-width: 256px;
    height: 256px;
    max-width: 256px;
  }
}
.elevate-tastes-sec .content-wrapper .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.elevate-tastes-sec .content-wrapper h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #F0EDE6;
}
@media screen and (max-width: 767.72px) {
  .elevate-tastes-sec .content-wrapper h4 {
    font-size: 20px;
  }
}
.elevate-tastes-sec .content-wrapper p {
  color: #8A8078;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .elevate-tastes-sec .content-wrapper p {
    font-size: 18px;
  }
}
.elevate-tastes-sec .content-wrapper:hover .image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.inti-g-cele-sec {
  overflow: hidden;
  background-color: #141414;
}
.inti-g-cele-sec .title-wrapper {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .inti-g-cele-sec .title-wrapper {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .inti-g-cele-sec .title-wrapper {
    padding-bottom: 50px;
  }
}
.inti-g-cele-sec .title-wrapper h2 {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  max-width: 11em;
  margin-inline: auto;
  margin-bottom: 20px;
  color: #F0EDE6;
}
.inti-g-cele-sec .title-wrapper h2 span {
  color: #D4B483;
}
@media screen and (max-width: 419.72px) {
  .inti-g-cele-sec .title-wrapper h2 {
    font-size: 32px;
  }
}
.inti-g-cele-sec .title-wrapper p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .inti-g-cele-sec .title-wrapper p {
    font-size: 18px;
  }
}
.inti-g-cele-sec .row {
  gap: 24px 0;
}
.inti-g-cele-sec .row .col-md-6 {
  height: auto;
}
.inti-g-cele-sec .image-wrapper {
  height: 100%;
}
.inti-g-cele-sec .image-wrapper .image {
  height: 100%;
  max-width: 100%;
}
.inti-g-cele-sec .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.inti-g-cele-sec .image-wrapper.images .image {
  height: unset;
}
.inti-g-cele-sec .image-wrapper.images .image img {
  height: auto;
}
.inti-g-cele-sec .image-wrapper.images .image.image-s {
  margin-top: 24px;
}

.crafted-in-r-sec .title-wrapper {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .crafted-in-r-sec .title-wrapper {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .crafted-in-r-sec .title-wrapper {
    padding-bottom: 50px;
  }
}
.crafted-in-r-sec h2 {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  max-width: 15em;
  margin-inline: auto;
  text-transform: uppercase;
  color: #F0EDE6;
}
.crafted-in-r-sec h2 span {
  color: #D4B483;
}
.crafted-in-r-sec .crafted-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .crafted-in-r-sec .crafted-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767.72px) {
  .crafted-in-r-sec .crafted-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.crafted-in-r-sec .crafted-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.crafted-in-r-sec .crafted-item .number {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border: 2px solid #D4B483;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #D4B483;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .crafted-in-r-sec .crafted-item .number {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .crafted-in-r-sec .crafted-item .number {
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .crafted-in-r-sec .crafted-item .number {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .crafted-in-r-sec .crafted-item .number {
    width: 80px;
    height: 80px;
  }
}
.crafted-in-r-sec .crafted-item .number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 20px);
  width: calc(100% + 105px);
  height: 2px;
  background: rgba(191, 155, 95, 0.35);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .crafted-in-r-sec .crafted-item .number::after {
    left: calc(100% - 15px);
    width: calc(100% + 35px);
  }
}
@media screen and (min-width: 992px) {
  .crafted-in-r-sec .crafted-item .number::after {
    left: calc(100% - 18px);
    width: calc(100% + 62px);
  }
}
@media screen and (min-width: 1200px) {
  .crafted-in-r-sec .crafted-item .number::after {
    left: calc(100% - 18px);
    width: calc(100% + 90px);
  }
}
@media screen and (min-width: 1400px) {
  .crafted-in-r-sec .crafted-item .number::after {
    left: calc(100% - 20px);
    width: calc(100% + 105px);
  }
}
@media screen and (max-width: 767.72px) {
  .crafted-in-r-sec .crafted-item .number::after {
    display: none;
  }
}
.crafted-in-r-sec .crafted-item:last-child .number::after {
  display: none;
}
.crafted-in-r-sec .crafted-item p {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  color: #A09880;
}

.raj-experience-sec {
  background-color: #141414;
  overflow: hidden;
}
.raj-experience-sec .title-wrapper {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .raj-experience-sec .title-wrapper {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .raj-experience-sec .title-wrapper {
    padding-bottom: 50px;
  }
}
.raj-experience-sec h2 {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  max-width: 15em;
  margin-inline: auto;
  text-transform: uppercase;
  color: #F0EDE6;
}
.raj-experience-sec h2 span {
  color: #D4B483;
}
.raj-experience-sec .row {
  gap: 24px 0;
}
.raj-experience-sec .image {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0 0 76.92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raj-experience-sec .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.raj-experience-sec .image img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.royal-gather-spirit-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url("../images/gds-bg-img.jpeg");
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../images/gds-bg-img.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #272116;
  overflow: hidden;
}
.royal-gather-spirit-sec .line {
  width: 94px;
  height: 4px;
  margin-inline: auto;
  background-color: #d4b483;
}
.royal-gather-spirit-sec .title {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 992px) {
  .royal-gather-spirit-sec .title {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .royal-gather-spirit-sec .title {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.royal-gather-spirit-sec .title h2 {
  line-height: 1;
  font-weight: 600;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 0;
  max-width: 14em;
  color: #F0EDE6;
}

.toast-exce-sec {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  color: var(--white);
}
.toast-exce-sec .upper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.toast-exce-sec .upper-wrapper .image-wrapper {
  margin-right: -100%;
  width: 100%;
}
.toast-exce-sec .upper-wrapper .image-wrapper .image {
  max-width: 100%;
  position: relative;
}
.toast-exce-sec .upper-wrapper .image-wrapper .image img {
  min-height: 45vw;
  height: 100vh;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.toast-exce-sec .upper-wrapper .image-wrapper .image::before, .toast-exce-sec .upper-wrapper .image-wrapper .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.toast-exce-sec .upper-wrapper .image-wrapper .image::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  top: unset;
  height: 30%;
}
.toast-exce-sec .upper-wrapper .content-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.toast-exce-sec .upper-wrapper .content-wrapper .content {
  text-align: center;
}
.toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.35em;
  max-width: 13em;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 419.72px) {
  .toast-exce-sec .upper-wrapper .content-wrapper .content h2 {
    font-size: 32px;
  }
}
.toast-exce-sec .upper-wrapper .content-wrapper .content .text p {
  color: var(--white);
  line-height: 1.36;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  max-width: 25em;
  margin-inline: auto;
}
.toast-exce-sec .upper-wrapper .content-wrapper .content .link {
  padding-top: 24px;
}
@media screen and (min-width: 992px) {
  .toast-exce-sec .upper-wrapper .content-wrapper .content .link {
    padding-top: 32px;
  }
}
.toast-exce-sec .upper-wrapper .content-wrapper .content .link a {
  min-width: 260px;
  padding: 12px 13px;
  font-size: 14px;
  color: var(--black);
  border: 1px solid var(--white);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  letter-spacing: 3.2px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .toast-exce-sec .upper-wrapper .content-wrapper .content .link a {
    min-width: 320px;
    padding: 18px 25px;
  }
}
@media screen and (max-width: 767.72px) {
  .toast-exce-sec .upper-wrapper .content-wrapper .content .link a {
    width: 100%;
  }
}
.toast-exce-sec .upper-wrapper .content-wrapper .content .link a:hover {
  background-color: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.state-page-banner.contact-us-banner .caption h1 {
  text-transform: unset;
  letter-spacing: unset;
  font-weight: 500;
}
.state-page-banner.contact-us-banner .link-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-normal-cta-sec .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.contact-normal-cta-sec .inner-wrapper .sub-title {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .contact-normal-cta-sec .inner-wrapper .sub-title {
    padding-bottom: 30px;
  }
}
.contact-normal-cta-sec .inner-wrapper .sub-title h6 {
  margin-bottom: 0;
  font-size: 14px;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.35em;
  color: #b89a5a;
}
@media screen and (min-width: 420px) {
  .contact-normal-cta-sec .inner-wrapper .sub-title h6 {
    font-size: 16px;
  }
}
.contact-normal-cta-sec .inner-wrapper .title {
  padding-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .contact-normal-cta-sec .inner-wrapper .title {
    padding-bottom: 32px;
  }
}
.contact-normal-cta-sec .inner-wrapper .title h2 {
  font-weight: 300;
  color: #f5f5f5;
  line-height: 1;
  max-width: 10em;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-normal-cta-sec .inner-wrapper .title h2 {
    margin-bottom: 40px;
  }
}
.contact-normal-cta-sec .inner-wrapper .title h2 span {
  color: #b89a5a;
}
.contact-normal-cta-sec .inner-wrapper .title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #B89A5A), to(transparent));
  background: linear-gradient(to right, transparent 0%, #B89A5A 50%, transparent 100%);
}
.contact-normal-cta-sec .inner-wrapper .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #f5f5f5;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 32em;
}
@media screen and (min-width: 992px) {
  .contact-normal-cta-sec .inner-wrapper .text p {
    font-size: 18px;
  }
}

.reach-us-sec .title h4 {
  font-size: 16px;
  color: #b89a5a;
  letter-spacing: 0.35em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .reach-us-sec .title h4 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.reach-us-sec .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .reach-us-sec .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.reach-us-sec .inner-wrapper .box-wrapper {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .reach-us-sec .inner-wrapper .box-wrapper {
    width: 33.333%;
  }
}
.reach-us-sec .inner-wrapper .box-wrapper .box {
  border: 1px solid rgba(184, 154, 90, 0.25);
  padding: 20px 16px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .reach-us-sec .inner-wrapper .box-wrapper .box {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 992px) {
  .reach-us-sec .inner-wrapper .box-wrapper .box {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .reach-us-sec .inner-wrapper .box-wrapper .box {
    padding: 40px;
  }
}
@media screen and (max-width: 991.72px) {
  .reach-us-sec .inner-wrapper .box-wrapper .box {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reach-us-sec .inner-wrapper .box-wrapper .icon {
  color: #b89a5a;
  padding-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .reach-us-sec .inner-wrapper .box-wrapper .icon {
    padding-bottom: 24px;
  }
}
.reach-us-sec .inner-wrapper .box-wrapper .icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.reach-us-sec .inner-wrapper .box-wrapper .text h5 {
  margin-bottom: 16px;
  font-size: 16px;
  color: #B89A5A;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.5;
}
.reach-us-sec .inner-wrapper .box-wrapper p {
  color: #F5F5F5;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .reach-us-sec .inner-wrapper .box-wrapper p {
    font-size: 18px;
  }
}
.reach-us-sec .inner-wrapper .box-wrapper p a {
  display: block;
  color: #f5f5f5;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  text-decoration: none;
}
.reach-us-sec .inner-wrapper .box-wrapper p a:hover {
  text-decoration: underline;
}

.start-a-convo-sec .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec .contact-inner {
    gap: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec .contact-inner {
    gap: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .start-a-convo-sec .contact-inner {
    gap: 80px;
  }
}
.start-a-convo-sec .contact-left {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec .contact-left {
    width: 40%;
  }
}
.start-a-convo-sec .contact-right {
  width: 100%;
  position: relative;
  padding: 25px 16px;
  background: rgba(17, 17, 17, 0.85);
  border: 1px solid rgba(184, 154, 90, 0.2);
  backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 0 60px rgba(184, 154, 90, 0.05);
          box-shadow: 0 0 60px rgba(184, 154, 90, 0.05);
}
@media screen and (min-width: 576px) {
  .start-a-convo-sec .contact-right {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .start-a-convo-sec .contact-right {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec .contact-right {
    width: 60%;
    padding: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec .contact-right {
    padding: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .start-a-convo-sec .contact-right {
    padding: 70px;
  }
}
.start-a-convo-sec .sub-title {
  font-size: 16px;
  color: #b89a5a;
  letter-spacing: 0.35em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec .sub-title {
    font-size: 18px;
  }
}
.start-a-convo-sec h2 {
  line-height: 1.1;
  font-weight: 300;
  color: #F5F5F5;
  margin-bottom: 40px;
}
.start-a-convo-sec h2 span {
  color: #B89A5A;
  font-style: italic;
}
.start-a-convo-sec .divider {
  width: 120px;
  height: 1px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#B89A5A), to(transparent));
  background: linear-gradient(to right, transparent, #B89A5A, transparent);
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec .divider {
    margin-bottom: 40px;
  }
}
.start-a-convo-sec .desc {
  color: #f5f5f5;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec .desc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec .desc {
    margin-bottom: 50px;
  }
}
.start-a-convo-sec .info-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.start-a-convo-sec .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec .info-list li {
    margin-bottom: 20px;
  }
}
.start-a-convo-sec .info-list span {
  width: 140px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #B89A5A;
}
.start-a-convo-sec .info-list p {
  color: #F5F5F5;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 0;
}
.start-a-convo-sec form p {
  margin-bottom: 0;
  position: relative;
}
.start-a-convo-sec form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.start-a-convo-sec form .contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .start-a-convo-sec form .contact-form-row {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec form .contact-form-row {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec form .contact-form-row {
    gap: 40px;
  }
}
.start-a-convo-sec form .form-group.half {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .start-a-convo-sec form .form-group.half {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec form .form-group.half {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec form .form-group.half {
    width: calc(50% - 20px);
  }
}
.start-a-convo-sec form .form-group.full {
  width: 100%;
}
.start-a-convo-sec form input,
.start-a-convo-sec form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(184, 154, 90, 0.3);
  background: none;
  color: #fff;
  padding: 15px 0;
  outline: none;
}
.start-a-convo-sec form input::-webkit-input-placeholder, .start-a-convo-sec form textarea::-webkit-input-placeholder {
  color: #F5F5F5;
}
.start-a-convo-sec form input::-moz-placeholder, .start-a-convo-sec form textarea::-moz-placeholder {
  color: #F5F5F5;
}
.start-a-convo-sec form input:-ms-input-placeholder, .start-a-convo-sec form textarea:-ms-input-placeholder {
  color: #F5F5F5;
}
.start-a-convo-sec form input::-ms-input-placeholder, .start-a-convo-sec form textarea::-ms-input-placeholder {
  color: #F5F5F5;
}
.start-a-convo-sec form input::placeholder,
.start-a-convo-sec form textarea::placeholder {
  color: #F5F5F5;
}
.start-a-convo-sec form input:focus,
.start-a-convo-sec form textarea:focus {
  border-color: #B89A5A;
}
.start-a-convo-sec form textarea {
  height: 120px;
  resize: none;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec form textarea {
    height: 140px;
  }
}
.start-a-convo-sec form .submit-btn input {
  width: 100%;
  height: 38px;
  border: 1px solid #B89A5A;
  background: none;
  color: #B89A5A;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  padding: 0 8px;
}
@media screen and (min-width: 992px) {
  .start-a-convo-sec form .submit-btn input {
    height: 45px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .start-a-convo-sec form .submit-btn input {
    height: 60px;
  }
}
.start-a-convo-sec form .submit-btn input:hover {
  background: #B89A5A;
  color: #111;
}

.distribution-sec {
  border-top: 1px solid rgba(184, 154, 90, 0.12);
}
.distribution-sec .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .distribution-sec .heading-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.distribution-sec .left-content .sub-title {
  font-size: 16px;
  color: #b89a5a;
  letter-spacing: 0.35em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
@media screen and (min-width: 992px) {
  .distribution-sec .left-content .sub-title {
    font-size: 18px;
  }
}
.distribution-sec .left-content h2 {
  line-height: 1.1;
  font-weight: 300;
  color: #f5f5f5;
}
.distribution-sec .left-content h2 span {
  color: #B89A5A;
  font-style: italic;
}
.distribution-sec .right-content {
  max-width: 320px;
}
.distribution-sec .right-content p {
  color: #f5f5f5;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .distribution-sec .right-content p {
    font-size: 18px;
  }
}
.distribution-sec .distribution-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(184, 154, 90, 0.1);
}
@media screen and (max-width: 767.72px) {
  .distribution-sec .distribution-wrapper {
    grid-template-columns: 1fr;
  }
}
.distribution-sec .distribution-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  background: #0b0b0b;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .distribution-sec .distribution-card {
    padding: 28px 20px;
    gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .distribution-sec .distribution-card {
    padding: 32px;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .distribution-sec .distribution-card {
    padding: 45px;
  }
}
.distribution-sec .distribution-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#B89A5A), to(transparent));
  background: linear-gradient(to bottom, transparent, #B89A5A, transparent);
}
.distribution-sec .distribution-card .number {
  min-width: 35px;
  color: rgba(184, 154, 90, 0.45);
  font-size: 15px;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
}
.distribution-sec .distribution-card .content h3 {
  color: #f5f5f5;
  margin-bottom: 20px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  line-height: 1.2;
}
.distribution-sec .distribution-card .content p {
  color: #f5f5f5;
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .distribution-sec .distribution-card .content p {
    font-size: 18px;
  }
}
.distribution-sec .distribution-card:hover {
  background: #111;
}
.distribution-sec .distribution-card:hover .number {
  color: rgb(184, 154, 90);
}
.distribution-sec .distribution-card:hover .content h3 {
  color: #B89A5A;
}
.distribution-sec .distribution-card:hover::before {
  opacity: 1;
}

.location-sec {
  border-top: 1px solid rgba(184, 154, 90, 0.12);
}
.location-sec .sub-title {
  font-size: 16px;
  color: #b89a5a;
  letter-spacing: 0.35em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
@media screen and (min-width: 992px) {
  .location-sec .sub-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.location-sec .map-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 154, 90, 0.25);
  -webkit-box-shadow: 0 0 40px rgba(184, 154, 90, 0.05);
          box-shadow: 0 0 40px rgba(184, 154, 90, 0.05);
}
.location-sec .map-wrapper .corner {
  position: absolute;
  z-index: 5;
}
.location-sec .map-wrapper .corner::before, .location-sec .map-wrapper .corner::after {
  content: "";
  position: absolute;
  background: #B89A5A;
  opacity: 0.7;
}
.location-sec .map-wrapper .corner.top-left {
  top: 0;
  left: 0;
}
.location-sec .map-wrapper .corner.top-left::before {
  width: 45px;
  height: 1px;
}
.location-sec .map-wrapper .corner.top-left::after {
  width: 1px;
  height: 45px;
}
.location-sec .map-wrapper .corner.top-right {
  top: 0;
  right: 0;
}
.location-sec .map-wrapper .corner.top-right::before {
  right: 0;
  width: 45px;
  height: 1px;
}
.location-sec .map-wrapper .corner.top-right::after {
  right: 0;
  width: 1px;
  height: 45px;
}
.location-sec .map-wrapper .corner.bottom-left {
  bottom: 0;
  left: 0;
}
.location-sec .map-wrapper .corner.bottom-left::before {
  bottom: 0;
  width: 45px;
  height: 1px;
}
.location-sec .map-wrapper .corner.bottom-left::after {
  bottom: 0;
  width: 1px;
  height: 45px;
}
.location-sec .map-wrapper .corner.bottom-right {
  bottom: 0;
  right: 0;
}
.location-sec .map-wrapper .corner.bottom-right::before {
  right: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
}
.location-sec .map-wrapper .corner.bottom-right::after {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 45px;
}
.location-sec .map-wrapper .location-tag {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.location-sec .map-wrapper .location-tag .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B89A5A;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
.location-sec .map-wrapper .location-tag p {
  margin: 0;
  color: #B89A5A;
  font-size: 14px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .location-sec .map-wrapper .location-tag p {
    font-size: 16px;
  }
}
.location-sec .map-wrapper .map {
  position: relative;
  height: 320px;
}
@media screen and (min-width: 576px) {
  .location-sec .map-wrapper .map {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .location-sec .map-wrapper .map {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .location-sec .map-wrapper .map {
    height: 500px;
  }
}
.location-sec .map-wrapper .map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 13, 0.55);
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
}
.location-sec .map-wrapper .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-filter: grayscale(100%) invert(90%) sepia(20%) hue-rotate(180deg) brightness(0.35) contrast(1.2);
          filter: grayscale(100%) invert(90%) sepia(20%) hue-rotate(180deg) brightness(0.35) contrast(1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.social-sec {
  border-top: 1px solid rgba(184, 154, 90, 0.12);
}
.social-sec .inner-wrapper {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.social-sec .sub-title {
  font-size: 16px;
  color: #b89a5a;
  letter-spacing: 0.35em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
@media screen and (min-width: 992px) {
  .social-sec .sub-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.social-sec .title-wrapper h2 {
  color: #F5F5F5;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 0;
}
.social-sec .title-wrapper h2 span {
  color: #B89A5A;
  font-style: italic;
}
.social-sec .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .social-sec .social-wrapper {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .social-sec .social-wrapper {
    gap: 40px;
  }
}
.social-sec .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #B89A5A;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.social-sec .social-item:hover {
  opacity: 1;
}
.social-sec .social-item:hover .icon {
  -webkit-box-shadow: 0 0 20px rgba(184, 154, 90, 0.25);
          box-shadow: 0 0 20px rgba(184, 154, 90, 0.25);
}
.social-sec .social-item .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(184, 154, 90, 0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .social-sec .social-item .icon {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .social-sec .social-item .icon {
    width: 70px;
    height: 70px;
  }
}
.social-sec .social-item .icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.social-sec .social-item span {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.invitation-sec {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid rgba(184, 154, 90, 0.12);
}
.invitation-sec .bg-circle {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(184, 154, 90, 0.08) 0%, rgba(184, 154, 90, 0.03) 45%, transparent 75%);
}
.invitation-sec canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.invitation-sec .inner-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.invitation-sec .sub-title {
  font-size: 16px;
  color: #b89a5a;
  letter-spacing: 0.35em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
@media screen and (min-width: 992px) {
  .invitation-sec .sub-title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.invitation-sec .title-wrapper {
  margin-bottom: 50px;
}
.invitation-sec .title-wrapper h2 {
  color: #F5F5F5;
  line-height: 1.1;
  font-weight: 300;
}
.invitation-sec .title-wrapper h2 span {
  color: #B89A5A;
  font-style: italic;
}
.invitation-sec .divider {
  width: 260px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#B89A5A), to(transparent));
  background: linear-gradient(to right, transparent, #B89A5A, transparent);
  opacity: 0.5;
  margin-bottom: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .invitation-sec .divider {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .invitation-sec .divider {
    margin-bottom: 60px;
  }
}
.invitation-sec .common-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B89A5A;
  color: #B89A5A;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 30px;
}
@media screen and (min-width: 992px) {
  .invitation-sec .common-btn {
    padding: 18px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .invitation-sec .common-btn {
    padding: 18px 60px;
  }
}
.invitation-sec .common-btn:hover {
  background: #B89A5A;
  color: #f5f5f5;
}/*# sourceMappingURL=soyuzprod.css.map */