:root {
  --primary-color: #066633;
  --secondary-color: #dfb66c;
  --text-color: #e3e3c4;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Quattrocento", serif;
  background: #f7f7ee;
}

@font-face {
  font-family: "Loubag";
  src: url("../fonts/Loubag-Thin.eot");
  src: url("../fonts/Loubag-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Loubag-Thin.woff2") format("woff2"),
    url("../fonts/Loubag-Thin.woff") format("woff"),
    url("../fonts/Loubag-Thin.ttf") format("truetype"),
    url("../fonts/Loubag-Thin.svg#Loubag-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cupola";
  src: url("../fonts/Cupola.eot");
  src: url("../fonts/Cupola.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cupola.woff2") format("woff2"),
    url("../fonts/Cupola.woff") format("woff"),
    url("../fonts/Cupola.ttf") format("truetype"),
    url("../fonts/Cupola.svg#Cupola") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ------------- Container Start ---------------------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  padding: 0 4.5%;
}

.container-narrow {
  padding: 0 8.3%;
}

.smooth-scroll {
  overflow-y: hidden !important;
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
}

.loader.is-opened {
  rotate: 180deg;
}

.loader path {
  opacity: 1;
  transform: translateY(-50%);
}

/* ------------- Container End ---------------------- */

/* ------------- Section Start ---------------------- */
section.section {
  padding: 160px 0px;
}

/* ------------- Section End ---------------------- */

/* ------------- Section Separator Start ---------------------- */
.section-separator-wave {
  height: 160px;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}

.section-separator-wave.top {
  margin-bottom: -1px;
  transform: rotate(180deg);
}

.section-separator-wave .section-separator-main,
.section-separator-wave .section-separator-secondary {
  width: auto;
  height: 100%;
  display: block;
  grid-area: 1 / 1;
  margin-bottom: -1px;
}

.section-separator-wave .section-separator-main {
  position: relative;
  z-index: 2;
}

.section-separator-wave .section-separator-main path {
  fill: var(--secondary-color);
}

.section-separator-wave .section-separator-secondary {
  position: relative;
  z-index: 1;
}

.section-separator-wave .section-separator-secondary path {
  fill: #e3e3c4;
}

.section-separator-wave.green {
  margin-top: -1px;
}

.section-separator-wave.green .section-separator-main path {
  fill: var(--primary-color);
}

/* ------------- Section Separator End ---------------------- */

/* ------------------ Header Start -------------------- */
header {
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.25s ease-in-out;
}

header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  z-index: -2;
}

header .logo img {
  width: auto;
  height: 60px;
  transform: translate(0%, 34px) scale(2);
  transition: all 0.25s ease-in-out;
}

body.home-page header .logo img {
  filter: brightness(0) invert(1);
}

body.white-logo header .logo img {
  filter: brightness(0) invert(1);
}

body.brands-page-body header .logo img {
  filter: brightness(0) invert(1);
}

header .hamburger-wrapper button {
  background: none;
  border: none;
  /* transition: all .25s ease-in-out; */
  cursor: pointer;
}

header .hamburger-wrapper .hamburger-box {
  width: 40px;
  height: 14px;
  display: inline-block;
  position: relative;
  /* transform: scale(1.4); */
}

header .hamburger-wrapper .hamburger-inner {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

header .hamburger-wrapper .hamburger-inner .hamburger-inner-line1,
header .hamburger-wrapper .hamburger-inner .hamburger-inner-line2 {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

header .hamburger-wrapper .hamburger-inner .hamburger-inner-line1 {
  top: 6px;
}

header .hamburger-wrapper .hamburger-inner .hamburger-inner-line2 {
  top: 12px;
}

header .social-icons ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

header .social-icons ul li {
  font-size: 25px;
  color: #fff;
}

header .social-icons ul li a {
  color: #fff;
}

header .hamburger-wrapper button.is-active .hamburger-inner-line1 {
  background-color: green !important;
  transform: rotate(-45deg) translate(-4px, 5px);
}

header .hamburger-wrapper button.is-active .hamburger-inner {
  background-color: transparent !important;
}

header .hamburger-wrapper button.is-active .hamburger-inner-line2 {
  background-color: green !important;
  transform: rotate(45deg);
}

header .header-details-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 100px;
  padding-top: 100px;
  padding-inline: 4.5%;
  height: calc(100vh - 51px);
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  /* display: none; */
}

header .header-details-wrapper h2 {
  font-size: 230%;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  position: absolute;
  left: 4.5%;
  top: 50px;
  visibility: hidden;
  opacity: 0;
}

header .header-details-wrapper h2 span {
  font-weight: 400;
}

header .header-details-wrapper .menu {
  flex: 0 0 80%;
  top: -40px;
  visibility: hidden;
  opacity: 0;
  position: relative;
}

header .header-details-wrapper .menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

header .header-details-wrapper .menu li {
  flex: 0 0 25%;
  height: 300px;
  position: relative;
  display: flex;
  margin-bottom: -1px;
  margin-right: -1px;
  font-size: 4vw;
}

header .header-details-wrapper .menu li a {
  padding: 32px;
  border: solid 1px var(--primary-color);
  width: 100%;
  font-size: 50%;
  text-decoration: none;
  color: var(--primary-color);
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

header .header-details-wrapper .menu li a:hover {
  background: var(--primary-color);
  color: #fff;
}

header .header-details-wrapper .menu li a:hover i {
  opacity: 1;
}

header .header-details-wrapper .menu li:nth-child(2) a {
  border-top-left-radius: 20px;
}

header .header-details-wrapper .menu li:nth-child(4) a {
  border-top-right-radius: 20px;
}

header .header-details-wrapper .menu li:nth-child(5) a {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

header .header-details-wrapper .menu li:last-child a {
  border-bottom-right-radius: 20px;
}

header .header-details-wrapper .menu li a i {
  background: #fff;
  position: absolute;
  padding: 0px 18px;
  height: 28px;
  border-radius: 50px;
  display: flex;
  top: 33px;
  right: 33px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

header .header-details-wrapper .menu li a i svg {
  width: 17px;
}

header .header-details-wrapper .menu li a i svg path {
  fill: var(--primary-color);
}

/* ------------------ Header End -------------------- */

/* ------------------ Home Banner Start -------------------- */
.hero-banner {
  width: 100%;
  height: 100vh;
  /* transition: all 0.45s ease; */
}

.hero-banner .hero-text {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  color: var(--secondary-color);
  font-size: 4vw;
}

.hero-banner .hero-text h1 {
  font-size: 60%;
  margin-bottom: 14px;
}

.hero-banner .hero-text p {
  font-size: 25%;
  line-height: 1.5;
}

.hero-banner img,
.hero-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------ Home Banner End -------------------- */

/* ------------------ Home Matrix Start -------------------- */
.matrix {
  background: #fff;
  padding: 90px 0px;
  position: relative;
}

.matrix .matrix-container {
  display: flex;
  justify-content: space-between;
}

.matrix .matrix-container .matrix-data {
  font-size: 4vw;
  position: relative;
  text-align: center;
  flex: 1;
}

/* .matrix-data + .matrix-data {
  border-left: solid 1px black;
} */
.matrix .matrix-container .matrix-data:after {
  content: "/";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 150%;
}

.matrix .matrix-container .matrix-data:last-child::after {
  display: none;
}

.matrix .matrix-container .matrix-data p {
  font-size: 100%;
}

.matrix .matrix-container .matrix-data p span {
  display: block;
  font-size: 30%;
}

/* ------------------ Home Matrix End -------------------- */

/* ------------------ Home Hero Text Start -------------------- */
.home-hero-text .animate-text {
  max-width: 100% !important;
}

.home-hero-text .animate-text p {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 700;
}

.home-hero-text .section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

/* ------------------ Home Hero Text End -------------------- */

/* ------------------ World Of Glamour Start -------------------- */
.world-of-glamour .animate-text-area p {
  line-height: 1.1;
}

.world-of-glamour .glamour-images {
  display: flex;
  gap: 20px;
}

.world-of-glamour .glamour-images>div {
  flex: 1;
}

.world-of-glamour .glamour-images img {
  width: 100%;
  opacity: 0;
  margin-top: 60px;
}

.world-of-glamour .world-of-glamour-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------ World Of Glamour End -------------------- */

/* ------------------ Discover Brands Board Start -------------------- */
.discover-brands-on-board .discover-brands-image {
  font-size: 4vw;
}

.discover-brands-on-board .discover-brands-image h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 150%;
  text-align: center;
  color: #fff;
  margin-top: 200px;
}

.discover-brands-on-board .discover-brands-image h4 span {
  font-size: 23%;
  display: block;
}

.discover-brands-on-board .discover-brands-image img {
  width: 100%;
  margin-bottom: -18px;
}

.discover-brands-on-board .discover-brands-image {
  position: relative;
}

.discover-brands-on-board .discover-brands-image a {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #dfb66c;
}

.discover-brands-on-board .discover-brands-image a:hover {
  background: #fff;
  color: #dfb66c;
  border-color: #dfb66c;
}

/* ------------------ Discover Brands Board End -------------------- */

/* ------------------ Place Of Alluring Start -------------------- */
.place-of-alluring .section-innner {
  padding: 90px 0 0 0 !important;
  font-size: 4vw;
  background: var(--secondary-color) !important;
}

.place-of-alluring img {
  width: 100%;
  display: flex;
}

.place-of-alluring .section-innner .animate-text-area {
  padding-bottom: 56px;
}

.place-of-alluring .section-innner .container .description {
  font-size: 1.5vw;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 70px;
  color: white;
}

.place-of-alluring .animate-text-area {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 136px;
  font-size: 4.46vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.place-of-alluring .animate-text-area p {
  font-size: 100%;
}

.place-of-alluring .animate-text-area p>span {
  background: linear-gradient(to right, var(--primary-color) 50%, #af8f50 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.place-of-alluring .section-separator .section-separator-main path {
  fill: var(--secondary-color) !important;
}

/* .place-of-alluring .section-innner p {
  font-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: right;
  line-height: 1.1;
}
.place-of-alluring .section-innner p span {
  font-size: 20%;
  display: block;
  padding-top: 10px;
  line-height: 1.5;
} */
/* ------------------ Place Of Alluring End -------------------- */

/* ------------------ Home Chart Start -------------------- */
.home-chart {
  padding: 200px 0;
}

.home-chart .animate-text-area {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 136px;
  font-size: 4.46vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.home-chart .animate-text-area p {
  font-size: 100%;
}

.home-chart .animate-text-area p>span {
  background: linear-gradient(to right, var(--primary-color) 50%, #e3e3c4 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.home-chart .chart-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-chart .chart-img img {
  max-width: 700px;
  width: 100%;
}

/* ------------------ Home Chart End -------------------- */

/* ------------------ Supporting Our Community Start -------------------- */
.supporting-our-community {
  position: relative;
  margin-bottom: -250px;
  z-index: 9;
}

.supporting-our-community .animate-text {
  max-width: 920px;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 800;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #af8f50;
}

.supporting-our-community .animate-text p>span {
  background: linear-gradient(to right, #e3e3c4 50%, #034f27 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
}

.supporting-our-community .animate-text.heading p {
  font-size: 90%;
}

.supporting-our-community .animate-text.text {
  margin-top: 40px;
}

.supporting-our-community .animate-text.text p {
  font-size: 53%;
  line-height: 1.4;
  font-weight: 500;
}

.supporting-our-community .section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.supporting-our-community .section-button a {
  background: #dfb66c;
}

.supporting-our-community .section-button a:hover {
  background: #fff;
  border-color: #dfb66c;
  color: #dfb66c;
}

.supporting-our-community .animate-text.text p:last-child {
  margin-top: 40px;
}

.supporting-our-community img {
  width: 100%;
  display: flex;
}

.supporting-our-community .supporting-our-community-text-area {
  padding: 150px 0;
  background: var(--primary-color);
}

/* ------------------ Supporting Our Community End -------------------- */

/* ------------------ Footer Image Start -------------------- */
.footer-image {
  padding: 200px 0 0;
}

.footer-image img {
  width: 100%;
  display: flex;
  height: 1000px;
  object-fit: cover;
  object-position: top;
}

/* ------------------ Footer Image End -------------------- */

/* ------------------ Curated Journey Start -------------------- */
.curated-journey .animate-text-area {
  max-width: 960px !important;
}

.curated-journey .animate-text-area p {
  line-height: 1.1;
}

.curated-journey .curated-journey-images {
  display: flex;
  gap: 20px;
}

.curated-journey .curated-journey-images>div {
  flex: 1;
}

.curated-journey .curated-journey-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  margin-top: 60px;
}

.curated-journey .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------ Curated Journey End -------------------- */

/* ------------------ Testimonials Start -------------------- */
.testimonials {
  /* background-color: rebeccapurple; */
  /* margin-bottom: -45%; */
  height: 100vh;
  /* padding-bottom: 100px; */
}

.testimonials .testimonials-wrapper {
  display: flex;
  justify-content: space-between;
}

/* .testimonials .testimonial-fixed {
  position: fixed;
  background-color: red;
  width: 100%;
  height: 20px;
} */
.testimonials .testimonials-wrapper .heading {
  font-size: 4vw;
}

.testimonials .testimonials-wrapper h3 {
  font-size: 110%;
}

.testimonials .testimonial-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.testimonials .testimonial-wrapper .testimonial {
  padding: 24px;
  max-width: 650px;
  border: solid 1px #000;
  border-radius: 10px;
  font-size: 2vw;
}

.testimonials .testimonial-wrapper .testimonial h4 {
  font-size: 80%;
  margin-bottom: 20px;
}

.testimonials .testimonial-wrapper .testimonial p {
  font-size: 55%;
  line-height: 1.5;
}

.testimonials .testimonial-wrapper .testimonial svg {
  width: 40px;
  height: 40px;
  margin-top: -7px;
}

/* ------------------ Testimonials End -------------------- */

/* ------------------ Brand Here Banner Start -------------------- */
.brand-hero {
  width: 100%;
  height: 100vh;
  /* transition: all 0.45s ease; */
}

.brand-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------ Brand Here Banner End -------------------- */

/* ------------------ Brand Text Start -------------------- */
.brand-text .section-innner {
  padding: 200px 0px;
  background: var(--secondary-color);
  position: relative;
}

.brand-text.home-brands-text .section-innner {
  padding: 130px 0px;
}

.brand-text .section-innner .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.brand-text .section-innner .bg-shape svg {
  display: block;
  width: 100%;
  height: auto;
}

.brand-text .section-innner .animate-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 800;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #af8f50;
  font-family: "Loubag";
}

.brand-text .section-innner .animate-text p>span {
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, #af8f50 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
}

.brand-text .section-separator {
  height: 160px;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}

.brand-text .section-separator .section-separator-main,
.brand-text .section-separator .section-separator-secondary {
  width: auto;
  height: 100%;
  display: block;
  grid-area: 1 / 1;
  margin-bottom: -1px;
}

.brand-text .section-separator .section-separator-main {
  position: relative;
  z-index: 2;
}

.brand-text .section-separator .section-separator-main path {
  fill: var(--secondary-color);
}

.brand-text .section-separator .section-separator-secondary {
  position: relative;
  z-index: 1;
}

.brand-text .section-separator .section-separator-secondary path {
  fill: #e3e3c4;
}

/* ------------------ Brand Text End -------------------- */

/* ------------------ Brand Images Start -------------------- */
.brand-images {
  padding: 160px 0px;
}

.brand-images.no-brand-text {
  background: #f7f7ee;
  position: relative;
}

.brand-images .section-innner .animate-text-area {
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 36px;
  font-size: 4.46vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.brand-images .section-innner .animate-text-area p {
  font-size: 100%;
}

.brand-images .section-innner .animate-text-area p>span {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  background: linear-gradient(to right, var(--primary-color) 50%, #f7f7ee 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.brand-images .section-innner .brand-logo {
  margin-bottom: 40px;
}

.brand-images .section-innner .row {
  display: flex;
  gap: 20px;
}

.brand-images .section-innner .row.images-row {
  flex-direction: column;
}

.brand-images .section-innner .row.content-row {
  align-items: center;
  justify-content: center;
}

.brand-images .section-innner .row .content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.brand-images .section-innner .row .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  margin-bottom: 50px;
  align-items: center;
}

.brand-images .section-innner .row .content p {
  max-width: 380px;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  opacity: 0;
}

.brand-images .section-innner .row .content a {
  display: flex;
  gap: 20px;
  font-size: 24px;
  color: var(--primary-color);
  text-decoration: none;
  align-items: center;
  opacity: 0;
}

.brand-images .section-innner .row .content a .icon {
  background-color: var(--primary-color);
  color: #fff;
  padding: 0px 13px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 14px;
}

.brand-images .section-innner .row .brand-image img {
  width: 100%;
  height: 800px;
  border-radius: 20px;
  opacity: 0;
  object-fit: cover;
}

.brand-images .section-innner .row .images-col {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.brand-images .section-innner .row .images-col img {
  width: calc(50% - 10px);
  border-radius: 20px;
  opacity: 0;
}

.brand-images .section-innner .row .images-col img:last-child {
  /* width: 280px;
  height: 280px; */
  object-fit: cover;
}

.best-known-for.brand-known-for .section-innner .text-wrapper .animate-text-area h2 {
  font-weight: 400 !important;
  line-height: 1.3;
}

.brands-col .event-col {
  position: relative;
}

.brands-col .event-col a:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.brands-col .event-col a .logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  width: 40%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brands-col .event-col a .logo img {
  height: auto !important;
}

.brands-col .event-col a .logo.grayscale img {
  filter: brightness(0) invert(1);
}

.brands-col .event-col a:hover .logo {
  opacity: 1;
  visibility: visible;
}

.brands-col .event-col a:hover:before {
  opacity: 1;
  visibility: visible;
}

.brands-page .description {
  max-width: 1200px;
  font-size: 30%;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
}

.brands-page .animate-text {
  max-width: 100%;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 800;
  text-align: center;
  z-index: 2;
  position: relative;
  padding-bottom: 60px;
}

.brands-page .animate-text p>span {
  background: linear-gradient(to right, var(--primary-color) 50%, #e3e3c4 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
}

/* ------------------ Brand Images End -------------------- */

/* ------------------ Best Known For Start -------------------- */
.best-known-for .section-innner {
  padding: 200px 0px;
  background: var(--primary-color);
  position: relative;
}

.best-known-for .section-innner .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 120px;
}

.best-known-for .section-innner .text-wrapper .animate-text-area {
  max-width: 100%;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.best-known-for .section-innner .text-wrapper.brand-text-head h2 {
  color: #fff;
}

.best-known-for .section-innner .text-wrapper.brand-text-head .brand-image-divider {
  width: 100%;
  height: 700px;
  border-radius: 50px;
  object-fit: cover;
  margin-top: 30px;
}

.best-known-for .section-innner .text-wrapper .animate-text-area h2>span {
  background: linear-gradient(to right, #ffffff 50%, #257249 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.best-known-for .section-innner .text-wrapper .animate-text-area h2 {
  font-size: 70%;
}

.best-known-for .section-innner .text-wrapper.best-known-for-heading .animate-text-area h2>span {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #ffffff;
  background: linear-gradient(to right, #ffffff 50%, #066633 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.best-known-for .section-innner .text-wrapper.best-known-for-heading h2 {
  font-size: 60%;
}

.best-known-for .section-innner .text-wrapper.best-known-for-heading.w-list {
  padding-bottom: 60px;
}

.best-known-for .section-innner .text-wrapper .description-text {
  max-width: 480px;
  margin: 0 auto;
  color: #f7f7ee;
  font-size: 16px;
  text-align: center;
}

.best-known-for .section-innner .text-wrapper .description-text p {
  font-size: 100%;
  line-height: 1.5;
}

.best-known-for .section-innner .cards-list {
  display: flex;
  justify-content: space-between;
}

.best-known-for .section-innner .cards-list.w-list {
  align-items: center;
  justify-content: center;
}

.best-known-for .section-innner .cards-list.beer-cafe {
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

.best-known-for .section-innner .cards-list.beer-cafe .inner {
  text-align: center;
}

.best-known-for .section-innner .cards-list.cdh {
  align-items: flex-start;
  justify-content: center;
}

.best-known-for .section-innner .cards-list.cdh .inner {
  text-align: center;
  max-width: 770px !important;
}

.best-known-for .section-innner .cards-list.cdh .inner p {
  margin-bottom: 20px;
}

.best-known-for .section-innner .cards-list.pure-home {
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

.best-known-for .section-innner .cards-list.geetanjali {
  align-items: center;
  justify-content: center;
}

.best-known-for .section-innner .cards-list.geetanjali .inner {
  max-width: 700px !important;
  text-align: center;
}

.best-known-for .section-innner .cards-list.studio-xo {
  align-items: center;
  justify-content: center;
}

.best-known-for .section-innner .cards-list.studio-xo .inner {
  text-align: center;
}

.best-known-for .section-innner .cards-list.daryaganj {
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.best-known-for .section-innner .cards-list.daryaganj .inner {
  text-align: center;
}

.best-known-for .section-innner .cards-list.w-list .card .inner {
  max-width: 570px;
  text-align: center;
}

.best-known-for .section-innner .cards-list.fat-lulus {
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.best-known-for .section-innner .cards-list.fat-lulus .inner {
  text-align: center;
}

.best-known-for .section-innner .cards-list>div {
  /* flex: 1; */
}

.best-known-for .section-innner .cards-list .card-wrapper {
  display: flex;
}

.best-known-for .section-innner .cards-list .card-wrapper>div {
  flex: 1;
}

.best-known-for .section-innner .cards-list .card-wrapper .card:first-child {
  margin-top: 160px;
}

.best-known-for .section-innner .cards-list .card .inner {
  max-width: 370px;
}

.best-known-for .section-innner .cards-list .card .inner img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.best-known-for .section-innner .cards-list .card .inner h3 {
  font-size: 38px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 10px;
}

.best-known-for .section-innner .cards-list .card .inner p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.best-known-for .section-separator {
  height: 160px;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  margin-top: -1px;
}

.best-known-for .section-separator.top {
  margin-bottom: -1px;
  transform: rotate(180deg);
}

.best-known-for .section-separator .section-separator-main,
.best-known-for .section-separator .section-separator-secondary {
  width: auto;
  height: 100%;
  display: block;
  grid-area: 1 / 1;
}

.best-known-for .section-separator .section-separator-main {
  position: relative;
  z-index: 2;
}

.best-known-for .section-separator .section-separator-main path {
  fill: var(--primary-color);
}

.best-known-for .section-separator .section-separator-secondary {
  position: relative;
  z-index: 1;
}

.best-known-for .section-separator .section-separator-secondary path {
  fill: #e3e3c4;
}

.best-known-for #top-wave-two-best-known {
  margin-left: 0px;
}

/* ------------------ Best Known For End -------------------- */

/* ------------------ Brand Contact Start -------------------- */
.brand-contact {
  padding: 200px 0;
}

.brand-contact.pt-0 {
  padding-top: 0;
}

.brand-contact .row {
  display: flex;
}

.brand-contact .row .col {
  flex: 1;
}

.brand-contact .row .col .small-text {
  font-size: 16px;
  text-align: left;
}

.brand-contact .row .col .small-text p {
  font-size: 100%;
}

.brand-contact .row .col .heading {
  font-size: 62px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 40px;
}

.brand-contact .row .col .heading h2 {
  font-size: 100%;
}

.brand-contact .row .col .heading h2 span {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  background: linear-gradient(to right, var(--primary-color) 50%, #f7f7ee 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.brand-contact .row .col p.sub-text {
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 60px;
}

.brand-contact .row .col ul {
  border-top: solid 1px #acacac;
}

.brand-contact .row .col ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #acacac;
  color: #000;
  padding: 20px 0;
}

/* ------------------ Brand Contact End -------------------- */

/* ------------------ Contact us Page Start -------------------- */
.contact-us-text .section-innner {
  background: #000;
}

.contact-us-text .bg-shape {
  display: none;
}

.contact-us-text .section-separator .section-separator-main path {
  fill: #000;
}

.contact-us-text .animate-text {
  max-width: 100% !important;
  text-align: left !important;
}

.contact-us-text .animate-text p {
  font-size: 5vw;
}

.contact-us-text .address-wrapper {
  display: flex;
  position: relative;
  gap: 100px;
  z-index: 2;
  font-size: 2vw;
  margin-top: 50px;
  margin-bottom: 140px;
}

.contact-us-text .address-wrapper .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-us-text .address-wrapper .contact-info a {
  color: #fff;
}

.contact-us-text .address-wrapper:last-child {
  margin-bottom: 0;
}

.contact-us-text .address-wrapper p {
  color: #fff;
  font-size: 100%;
}

.contact-form-section .animate-text-area {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.5;
}

.contact-form-section .animate-text-area p {
  font-size: 100%;
  text-transform: uppercase;
}

.contact-form-section .animate-text-area p>span {
  background: linear-gradient(to right, var(--primary-color) 50%, #e3e3c4 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.contact-form-section .contact-form-wrapper {
  display: flex;
  gap: 100px;
}

.contact-form-section .contact-form-wrapper>div {
  flex: 1;
}

.contact-form-section .contact-form-wrapper form>div {
  margin-bottom: 20px;
  font-size: 1.2vw;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form-section .contact-form-wrapper .form label {
  display: block;
  font-size: 100%;
  padding-bottom: 10px;
}

.contact-form-section .contact-form-wrapper .form :is(input, textarea) {
  width: 100%;
  resize: none;
  padding: 12px 12px;
  border: solid 1px rgb(210, 210, 210);
  border-radius: 5px;
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  outline: none;
  font-family: "Quattrocento", serif;
  font-size: 1.2vw;
}

.contact-form-section .contact-form-wrapper .form :is(input, textarea):hover {
  border-color: var(--primary-color);
}

.contact-form-section .contact-form-wrapper .form textarea {
  height: 100px;
}

.contact-form-section .contact-form-wrapper .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.contact-form-section .contact-form-wrapper input.error,
.contact-form-section .contact-form-wrapper textarea.error {
  border-color: #dc3545;
}

.contact-form-section .contact-form-wrapper #form-messages {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.contact-form-section .contact-form-wrapper .form-errors {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.contact-form-section .contact-form-wrapper .form-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.contact-form-section .contact-form-wrapper button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ------------------ Contact us Page End -------------------- */

/* ------------------ About Us Page Start -------------------- */
.brand-text.about-text .section-innner {
  padding: 130px 0px;
}

.brand-text.about-text .section-innner .animate-text {
  max-width: 100%;
}

.about-text .small-text {
  padding-top: 50px;
}

.about-text .small-text p {
  font-size: 100%;
  line-height: 1.5;
}

.about-image-section-1 {
  padding-bottom: 0px;
  margin-bottom: -4px;
}

.about-image-section-1 img {
  width: 100%;
}

.about-image-section-1 .text-1 {
  max-width: 1000px !important;
  padding: 100px 0;
}

.about-image-section-1 .text-1 p {
  font-size: 80% !important;
  line-height: 1.3;
}

.about-image-section-1 .text-2 {
  max-width: 1633px !important;
  padding: 100px 0 !important;
}

.about-image-section-1 .text-2 p {
  font-size: 68% !important;
  font-weight: 400;
}

.about-image-section-1 .section-innner .animate-text-area.text-2 p>span {
  -webkit-text-stroke: 0px;
  color: var(--primary-color);
}

.about-image-section-1 .text-1 p {
  font-size: 80% !important;
  line-height: 1.3;
}

.about-image-section-1 .about-image-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.about-image-section-1 .about-image-row:last-child {
  margin-bottom: 0;
}

.about-image-section-1 .about-image-row .about-image-col {
  flex: 1;
}

.about-image-section-1 .about-image-row .about-image-col img {
  width: 100%;
}

.gallery-sec-about {
  margin-bottom: -50px;
  position: relative;
  z-index: 99;
}

.gallery-sec-about .section-innner {
  padding: 150px 0 !important;
}

.gallery-sec-about .text-wrapper {
  padding-bottom: 0 !important;
}

.gallery-sec-about .animate-text-area {
  max-width: 100% !important;
  line-height: 1.3 !important;
}

.gallery-sec-about .animate-text-area h2 {
  font-size: 80% !important;
  font-weight: 400;
}

.gallery-sec-about .animate-text-area h2>span {
  background: none !important;
  color: #fff !important;
}

.gallery-sec-about .button-wrapper a {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.gallery-sec-about .button-wrapper a:hover {
  background: #fff;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.discover-brands a {
  background: var(--secondary-color);
  border-color: var(--secondary-color) !important;
  color: #fff;
}

.discover-brands a:hover {
  background: #fff;
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.discover-brands {
  position: relative;
  font-size: 4vw;
}

.discover-brands h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 150%;
  text-align: center;
  color: #fff;
  margin-top: 130px;
}

.discover-brands h4 span {
  font-size: 23%;
  display: block;
}

.discover-brands img {
  width: 100%;
  display: flex;
}

.discover-brands .button-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.discover-brands .button-wrapper button {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.discover-brands .button-wrapper button:hover {
  background: #fff;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.wish-to-join {
  padding: 100px 0;
}

.wish-to-join .animate-text-area {
  padding-bottom: 50px !important;
}

.brand-text.other-brands .section-innner {
  padding: 130px 0;
}

.brand-text.other-brands .section-innner .animate-text {
  max-width: 100%;
  font-size: 2.5vw;
  text-align: left;
  margin-bottom: 50px;
}

.brand-text.other-brands .section-innner .animate-text p>span {
  color: #fff;
}

.brand-text.other-brands .brands-page .section-innner {
  padding-top: 0px;
  background: none;
}

.brand-text.other-brands .brands-page .section-innner .container {
  padding: 0;
}

/* ------------------ About Us Page End -------------------- */

/* ------------------ Events Page Start -------------------- */
section.events .section-innner h1 {
  margin-bottom: 60px !important;
}

section.events .event-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

section.events .event-row .event-col {
  flex: 0 0 calc(33% - 15px);
  position: relative;
}

section.events .event-row .event-col a:hover .event-name {
  opacity: 0;
}

section.events .event-row .event-col img {
  width: 100%;
  height: 392px;
  object-fit: cover;
  display: flex;
}

section.events .event-row .event-col .event-name {
  position: absolute;
  width: calc(100% - 40px);
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}

section.events .event-row.event-details .event-col {
  flex: 0 0 calc(25% - 15px) !important;
}

section.events .event-row.event-details .event-col img {
  height: 350px;
  object-fit: cover;
}

.event-banner {
  width: 100%;
  position: relative;
}

.event-banner::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 41%,
      rgba(0, 0, 0, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.event-banner h1 {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 500%;
  text-shadow: 5px 8px 11px rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

/* ------------------ Events Page End -------------------- */

/* ------------------ Form Elements Start -------------------- */
.button {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
  font-size: 1.2vw;
  font-weight: 400;
  border: solid 1px transparent;
  font-family: "Quattrocento", serif;
  text-decoration: none;
}

.button.rounded {
  border-radius: 20px;
}

.button:hover {
  background: #fff;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
}

/* ------------------ Form Elements End -------------------- */

/* ------------------ Gallery Start -------------------- */
.gallery .section-innner {
  padding: 200px 0;
  /* background: #1D1D1D; */
  background: #f7f7ee;
  position: relative;
  font-size: 4vw;
}

.gallery .animate-text {
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 4.46vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.gallery .animate-text p {
  font-size: 100%;
}

.gallery .animate-text p>span {
  background: linear-gradient(to right, var(--primary-color) 50%, #e3e3c4 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.gallery .section-innner h1 {
  font-size: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.gallery .section-innner .filters-wrapper {
  padding-top: 6rem;
  position: relative;
  margin-bottom: 90px;
}

.gallery .section-innner .filters-wrapper .category-list {
  display: flex;
  font-size: 60%;
  align-items: center;
  justify-content: center;
  gap: 120px;
}

.gallery .section-innner .filters-wrapper .category-list .category {
  padding-top: 20px;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  color: #bababa;
}

.gallery .section-innner .filters-wrapper .category-list .category.active {
  color: var(--primary-color);
}

.gallery .section-innner .filters-wrapper .category-list .category.active .line:after {
  height: 100%;
}

.gallery .section-innner .filters-wrapper .category-list .category:hover {
  color: var(--primary-color);
}

.gallery .section-innner .filters-wrapper .category-list .category:hover .line:after {
  height: 100%;
}

.gallery .section-innner .filters-wrapper .category-list .line {
  position: absolute;
  top: 0;
  left: 49.5%;
  height: 6rem;
  width: 1px;
  background: #bababa;
  transform: translate(-50%, 0%) scaleY(1);
  transform-origin: top;
  transition-duration: 1.5s !important;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1) !important;
  transition-delay: 0.6s !important;
}

.gallery .section-innner .filters-wrapper .category-list .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: var(--primary-color);
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.gallery .section-innner .filters-wrapper .category-list .day-shots .line {
  height: 20rem;
  transform: translate(-50%, 0%) rotate(72.6deg) scaleY(1);
}

/* .gallery .section-innner .filters-wrapper .category-list .all-shots .line {
  height: 9rem;
  transform: translate(-50%, 0%) rotate(-46.4deg) scaleY(1);
}
.gallery .section-innner .filters-wrapper .category-list .night-shots .line {
  height: 8.7rem;
  transform: translate(-50%, 0%) rotate(42.4deg) scaleY(1);
} */
.gallery .section-innner .filters-wrapper .category-list .drone-shots .line {
  height: 20rem;
  transform: translate(-50%, 0%) rotate(-72.6deg) scaleY(1);
}

.gallery .masonry {
  column-count: 3;
  column-gap: 15px;
  display: none;
}

.gallery .masonry.active {
  display: block;
}

.gallery .masonry .item {
  display: inline-block;
  width: 100%;
  /* margin-bottom: 10px; */
}

.gallery .masonry .item img {
  display: block;
  width: 100%;
}

/* .item1 { grid-row: span 15; background-color: #ff6f61; }
    .item2 { grid-row: span 20; background-color: #6b5b95; }
    .item3 { grid-row: span 10; background-color: #88b04b; }
    .item4 { grid-row: span 25; background-color: #d65076; }
    .item5 { grid-row: span 30; background-color: #ffb347; }
    .item6 { grid-row: span 15; background-color: #45b8ac; }
    .item7 { grid-row: span 20; background-color: #e94b3c; }
    .item8 { grid-row: span 10; background-color: #6c5b7b; }
    .item9 { grid-row: span 25; background-color: #00a86b; }
    .item10 { grid-row: span 30; background-color: #b565a7; } */
/* ------------------ Gallery End -------------------- */

/* ------------------ Footer Section Start -------------------- */
footer {
  background: var(--primary-color);
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

footer .container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

footer .address {
  color: #fff;
  display: flex;
  gap: 20px;
  flex-direction: column;
  line-height: 1.5;
}

footer .address a {
  color: #fff;
  text-decoration: underline;
}

footer .links-wrapper {
  display: flex;
  gap: 100px;
}

footer .links-wrapper .items h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

footer .links-wrapper .items ul li {
  margin-bottom: 10px;
}

footer .links-wrapper .items a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.25s ease-in-out;
}

footer .links-wrapper .items a:hover {
  color: #dfb66c;
}

footer .copyright {
  padding: 0 4.5%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/* ------------------ Footer Section End -------------------- */


/* ------------------ Website Popup Start -------------------- */
.website-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  /* 	max-width: 320px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
  left: 0;
  top: 0;
  text-align: center;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none
}

.website-popup .image {
  width: 600px;
  height: auto;
  z-index: 9;
  position: relative;
}

.website-popup img {
  width: 100%;
  border: solid 7px #fff;
}

.website-popup .close {
  position: absolute;
  font-size: 30px;
  top: -10px;
  right: -24px;
  background: #000;
  border-radius: 100%;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 0.77;
  border: solid 1px #fff;
  cursor: pointer;
}

.website-popup:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
}

/* ------------------ Website Popup End -------------------- */



@media (min-width: 1920px) {
  .brand-text .section-innner .animate-text {
    max-width: 40%;
  }

  .brand-text .section-separator {
    height: 8.3333333333vw;
  }

  .brand-images .section-innner .animate-text-area {
    max-width: 60%;
  }

  .best-known-for .section-innner .text-wrapper .animate-text-area {
    max-width: 35.78125vw;
    font-size: 3.5vw;
  }

  .best-known-for .section-innner .text-wrapper .description-text {
    max-width: 25vw;
    font-size: 0.8333333333vw;
  }

  .best-known-for .section-innner .text-wrapper {
    padding-bottom: 6.25vw;
  }
}

@media (max-width: 990px) {
  .hero-banner .hero-text h1 {
    font-size: 90%;
  }

  .hero-banner .hero-text p {
    font-size: 35%;
  }

  .brand-text .section-innner {
    padding: 100px 0px;
    margin-bottom: -65px;
  }

  .brand-text .section-separator .section-separator-main,
  .brand-text .section-separator .section-separator-secondary {
    grid-area: 2 / 1;
  }

  .discover-brands-on-board .discover-brands-image {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .section-separator-wave .section-separator-main,
  .section-separator-wave .section-separator-secondary {
    grid-area: 2 / 1;
  }

  .discover-brands-on-board .discover-brands-image h4 {
    margin-top: 60px;
  }

  .best-known-for .section-innner {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .best-known-for .section-separator .section-separator-main,
  .best-known-for .section-separator .section-separator-secondary {
    grid-area: 2 / 1;
  }

  .supporting-our-community .supporting-our-community-text-area {
    margin-bottom: -65px;
  }
}

@media (max-width: 767px) {

  /* .hero-banner {
    height: 400px;
  } */
  header .header-details-wrapper {
    height: calc(100vh - 80px);
  }

  header .header-details-wrapper .menu {
    flex: 1;
    margin-top: 80px;
  }

  header .header-details-wrapper .menu li:first-child {
    display: none;
  }

  header .header-details-wrapper .menu li {
    flex: auto;
    width: 50%;
    height: 140px;
    font-size: 46px;
  }

  header .header-details-wrapper h2 {
    font-size: 26px;
  }

  header .header-details-wrapper .menu li a {
    padding: 11px;
  }

  header .header-details-wrapper .menu li:nth-child(3) a {
    border-top-right-radius: 20px;
  }

  header .header-details-wrapper .menu li:nth-child(4) a {
    border-top-right-radius: 0px;
  }

  header .header-details-wrapper .menu li:nth-child(5) a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  header .header-details-wrapper .menu li:last-child {
    flex: 0 0 calc(50% + 1px);
  }

  .website-popup .image {
    width: 85%;
  }

  .hero-banner .hero-text {
    width: 95%;
    top: 22%;
  }

  .hero-banner .hero-text h1 {
    font-size: 180%;
  }

  .hero-banner .hero-text p {
    font-size: 77%;
  }

  .matrix {
    padding: 40px 0px;
  }

  .matrix .matrix-container {
    flex-direction: column;
    gap: 40px;
  }

  .matrix .matrix-container .matrix-data {
    font-size: 47px;
  }

  .matrix .matrix-container .matrix-data:after {
    display: none;
  }

  .brand-text .section-innner {
    padding: 50px 0px;
    margin-bottom: -104px;
  }

  .brand-text .section-innner .animate-text {
    font-size: 24px;
  }

  .home-hero-text .animate-text p {
    font-size: 100%;
    line-height: 1.9;
  }

  .brand-text .section-innner .animate-text p>span {
    display: inline-block;
  }

  .brand-text .section-separator .section-separator-main,
  .brand-text .section-separator .section-separator-secondary {
    grid-area: 3 / 1;
  }

  .button {
    font-size: 14px;
    text-align: center;
  }

  .brand-images {
    padding: 60px 0px;
  }

  .brand-images .section-innner .animate-text-area {
    font-size: 35px;
  }

  .world-of-glamour .glamour-images {
    gap: 10px;
    flex-direction: column;
    margin-top: 60px;
  }

  .world-of-glamour .glamour-images img {
    margin-top: 0px;
  }

  .world-of-glamour .world-of-glamour-button {
    margin-top: -40px;
  }

  .world-of-glamour .world-of-glamour-button button {
    font-size: 12px;
  }

  .section-separator-wave .section-separator-main,
  .section-separator-wave .section-separator-secondary {
    grid-area: 3 / 1;
  }

  .discover-brands-on-board .discover-brands-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .discover-brands-on-board .discover-brands-image img {
    height: 510px;
    object-fit: cover;
  }

  .discover-brands-on-board .discover-brands-image {
    font-size: 60px;
  }

  .discover-brands-on-board .discover-brands-image h4 {
    font-size: 100%;
  }

  .discover-brands-on-board .discover-brands-image a {
    bottom: 34px;
    width: 70%;
  }

  .curated-journey .curated-journey-images {
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }

  .curated-journey .curated-journey-images img {
    margin-top: 0px;
  }

  .curated-journey .button-wrapper {
    margin-top: 0;
  }

  .best-known-for .section-separator .section-separator-main,
  .best-known-for .section-separator .section-separator-secondary {
    grid-area: 3 / 1;
  }

  .place-of-alluring img {
    height: 450px;
    object-fit: cover;
  }

  .best-known-for.place-of-alluring .section-separator.top {
    margin-bottom: -111px;
  }

  .best-known-for.place-of-alluring .section-innner {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .place-of-alluring .section-innner .animate-text-area {
    padding-bottom: 28px;
  }

  .place-of-alluring .section-innner .container .description {
    font-size: 20px;
  }

  .place-of-alluring .section-innner p span {
    font-size: 34px;
  }

  .best-known-for .section-innner {
    margin-top: -99px;
    margin-bottom: -99px;
  }

  .place-of-alluring .section-innner {
    font-size: 30px;
  }

  .home-chart {
    padding: 60px 0px;
  }

  .home-chart .animate-text-area {
    font-size: 30px;
    padding-bottom: 46px;
  }

  .home-chart .chart-img img {
    width: 80%;
  }

  .testimonials {
    height: auto;
  }

  .testimonials .testimonials-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .testimonials .testimonials-wrapper .heading {
    font-size: 48px;
  }

  .testimonials .testimonials-wrapper h3 {
    font-size: 100%;
  }

  .testimonials .testimonials-wrapper .heading .button {
    font-size: 12px;
    padding: 8px 21px;
  }

  .testimonials .testimonial-wrapper .testimonial {
    font-size: 26px;
  }

  .testimonials .testimonial-wrapper .testimonial h4 {
    font-size: 100%;
  }

  .testimonials .testimonial-wrapper .testimonial p {
    font-size: 16px;
  }

  .testimonials .testimonial-wrapper .testimonial svg {
    width: 30px;
    height: 30px;
  }

  .supporting-our-community .supporting-our-community-text-area {
    padding: 40px 0px;
    margin-bottom: -107px;
  }

  .supporting-our-community .animate-text {
    font-size: 24px;
  }

  .supporting-our-community .animate-text.heading p {
    font-size: 100%;
  }

  .supporting-our-community .animate-text.text {
    margin-top: 20px;
    font-size: 15px;
  }

  .supporting-our-community .animate-text.text p {
    font-size: 100%;
  }

  .supporting-our-community .animate-text.text p:last-child {
    margin-top: 20px;
  }

  .supporting-our-community .section-button {
    margin-top: 30px;
  }

  .supporting-our-community .section-button button {
    padding: 9px 16px;
  }

  .brand-hero {
    height: 500px;
  }

  .brand-images .section-innner .brand-logo {
    width: 45%;
  }

  .brand-images .section-innner .row .brand-image img {
    height: 300px;
  }

  .best-known-for.brand-known-for .section-innner {
    padding: 60px 0;
  }

  .best-known-for.brand-known-for .section-innner .text-wrapper {
    gap: 30px;
  }

  .best-known-for.brand-known-for .section-innner .text-wrapper .animate-text-area h2 {
    font-size: 20px;
  }

  .best-known-for.brand-known-for .section-innner .text-wrapper {
    padding-bottom: 50px !important;
  }

  .best-known-for.brand-known-for .section-innner .text-wrapper.best-known-for-heading {
    padding-bottom: 40px !important;
  }

  .best-known-for.brand-known-for .section-innner .text-wrapper.best-known-for-heading h2 {
    font-size: 40px;
  }

  .best-known-for.brand-known-for .section-innner .text-wrapper.brand-text-head .brand-image-divider {
    height: 300px;
    border-radius: 20px;
    margin-top: 10px;
  }

  .best-known-for.brand-known-for .section-innner .cards-list {
    flex-direction: column;
    gap: 20px;
  }

  .brand-contact .row .col .heading {
    padding-bottom: 14px;
  }

  .brand-contact .row .col .heading h2 {
    font-size: 35px;
  }

  .brand-contact .row {
    flex-direction: column;
  }

  .brand-contact .row .brand-logo {
    width: 30%;
    margin-bottom: 40px;
  }

  .brand-contact {
    padding: 50px 0px;
  }

  .gallery .section-innner {
    padding: 50px 0px;
    font-size: 35px;
  }

  section.events .section-innner h1 {
    margin-bottom: 20px !important;
  }

  .brands-page .description {
    font-size: 17px;
    margin-bottom: 30px;
  }

  section.events .event-row {
    flex-direction: column;
  }

  section.events .event-row .event-col {
    flex: 1;
  }

  .gallery .section-innner .filters-wrapper {
    margin-bottom: 30px;
  }

  .gallery .masonry {
    column-count: 1;
  }

  .gallery .section-innner .filters-wrapper .category-list {
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .gallery .section-innner .filters-wrapper .category-list .day-shots .line {
    height: 11rem;
    transform: translate(-50%, 0%) rotate(51.6deg) scaleY(1);
  }

  .gallery .section-innner .filters-wrapper .category-list .drone-shots .line {
    height: 11rem;
    transform: translate(-50%, 0%) rotate(-51.6deg) scaleY(1);
  }

  .gallery .section-innner .filters-wrapper .category-list .line {
    height: 6.7rem;
  }

  .event-banner h1 {
    bottom: 30px;
    font-size: 40px;
  }

  .brand-text.about-text .section-innner .animate-text {
    font-size: 36px;
  }

  .brand-text.about-text .section-innner .animate-text.small-text {
    padding-top: 23px;
  }

  .about-image-section-1 .text-1,
  .about-image-section-1 .text-2 {
    padding: 56px 0 !important;
  }

  .about-image-section-1 .about-image-row {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
  }

  .discover-brands img {
    height: 620px;
    object-fit: cover;
  }

  .discover-brands h4 {
    font-size: 60px;
    margin-top: 74px;
  }

  .discover-brands .button-wrapper {
    width: 100%;
  }

  .discover-brands .button-wrapper button {
    width: 90%;
  }

  .best-known-for.gallery-sec-about .section-innner {
    padding: 60px 0 !important;
  }

  .gallery-sec-about .animate-text-area h2 {
    font-size: 17px !important;
  }

  .contact-us-text .animate-text p {
    font-size: 25px;
  }

  .contact-us-text .address-wrapper {
    flex-direction: column;
    gap: 20px;
    font-size: 21px;
    margin-bottom: 40px;
  }

  section.section.contact-form-section {
    padding: 60px 0px;
  }

  .contact-form-section .animate-text-area p {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .contact-form-section .contact-form-wrapper {
    gap: 20px;
    flex-direction: column;
  }

  .contact-form-section .contact-form-wrapper .form label {
    font-size: 20px;
  }

  .contact-form-section .contact-form-wrapper .form :is(input, textarea) {
    width: calc(100% - 27px);
  }

  .brand-text.other-brands .section-innner {
    padding: 60px 0px;
    margin-bottom: 0px !important;
  }

  .brand-text.other-brands .section-innner .animate-text {
    font-size: 5vw;
    margin-bottom: 20px;
  }

  .brands-page .animate-text {
    padding-bottom: 20px;
  }

  .gallery .animate-text {
    font-size: 7vw;
  }

  .footer-image img {
    height: 450px;
  }

  footer .container .wrapper {
    flex-direction: column;
  }

  footer .links-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  footer .links-wrapper .items {
    width: calc(50% - 5px);
  }
}