:root {
  --black-color: #000;
  --white-color: #fff;
  --yellow-color: #DBB38C;
  --violet-color:#3F2B56;
  --light-yellow-color: #F6E3DD;
  --primary-font: "Aboreto", system-ui;
  --secondary-font: "Mulish", sans-serif;
}

/* Keyframes */
@keyframes goRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@keyframes goLeft {
  from {
    left: 100%;
    right: 0;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 0;
    right: 100%;
  }
}
@keyframes goTop {
  from {
    top: 100%;
    bottom: 0;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 0;
    bottom: 100%;
  }
}
@keyframes goBottom {
  from {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 100%;
    bottom: 0;
  }
}
@keyframes backRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 0;
    right: 100%;
  }
}
@keyframes backLeft {
  from {
    left: 100%;
    right: 0;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@keyframes backTop {
  from {
    top: 100%;
    bottom: 0;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 100%;
    bottom: 0;
  }
}
@keyframes backBottom {
  from {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 0;
    bottom: 100%;
  }
}
/* Masks sizes */
.revealedBox-in.goRight > span,
.revealedBox-in.goLeft > span,
.revealedBox-in.backRight > span,
.revealedBox-in.backLeft > span {
  height: 100%;
  top: 0;
}

.revealedBox-in.goRight.childrenSpan-2 > span,
.revealedBox-in.goLeft.childrenSpan-2 > span,
.revealedBox-in.backRight.childrenSpan-2 > span,
.revealedBox-in.backLeft.childrenSpan-2 > span {
  height: 50%;
}

.revealedBox-in.goRight.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-2 > span:nth-child(2) {
  top: 50%;
}

.revealedBox-in.goRight.childrenSpan-3 > span,
.revealedBox-in.goLeft.childrenSpan-3 > span,
.revealedBox-in.backRight.childrenSpan-3 > span,
.revealedBox-in.backLeft.childrenSpan-3 > span {
  height: 33.33333%;
}

.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(2) {
  top: 33.33333%;
}

.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(3) {
  top: 66.66666%;
}

.revealedBox-in.goRight.childrenSpan-4 > span,
.revealedBox-in.goLeft.childrenSpan-4 > span,
.revealedBox-in.backRight.childrenSpan-4 > span,
.revealedBox-in.backLeft.childrenSpan-4 > span {
  height: 25%;
}

.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(2) {
  top: 25%;
}

.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(3) {
  top: 50%;
}

.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(4) {
  top: 75%;
}

.revealedBox-in.goRight.childrenSpan-5 > span,
.revealedBox-in.goLeft.childrenSpan-5 > span,
.revealedBox-in.backRight.childrenSpan-5 > span,
.revealedBox-in.backLeft.childrenSpan-5 > span {
  height: 20%;
}

.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(2) {
  top: 20%;
}

.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(3) {
  top: 40%;
}

.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(4) {
  top: 60%;
}

.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(5) {
  top: 80%;
}

.revealedBox-in.goTop > span,
.revealedBox-in.goBottom > span,
.revealedBox-in.backTop > span,
.revealedBox-in.backBottom > span {
  width: 100%;
}

.revealedBox-in.goTop.childrenSpan-2 > span,
.revealedBox-in.goBottom.childrenSpan-2 > span,
.revealedBox-in.backTop.childrenSpan-2 > span,
.revealedBox-in.backBottom.childrenSpan-2 > span {
  width: 50%;
}

.revealedBox-in.goTop.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-2 > span:nth-child(2) {
  left: 50%;
}

.revealedBox-in.goTop.childrenSpan-3 > span,
.revealedBox-in.goBottom.childrenSpan-3 > span,
.revealedBox-in.backTop.childrenSpan-3 > span,
.revealedBox-in.backBottom.childrenSpan-3 > span {
  width: 33.33333%;
}

.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(2) {
  left: 33.33333%;
}

.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(3) {
  left: 66.66666%;
}

.revealedBox-in.goTop.childrenSpan-4 > span,
.revealedBox-in.goBottom.childrenSpan-4 > span,
.revealedBox-in.backTop.childrenSpan-4 > span,
.revealedBox-in.backBottom.childrenSpan-4 > span {
  width: 25%;
}

.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(2) {
  left: 25%;
}

.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(3) {
  left: 50%;
}

.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(4) {
  left: 75%;
}

.revealedBox-in.goTop.childrenSpan-5 > span,
.revealedBox-in.goBottom.childrenSpan-5 > span,
.revealedBox-in.backTop.childrenSpan-5 > span,
.revealedBox-in.backBottom.childrenSpan-5 > span {
  width: 20%;
}

.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(2) {
  left: 20%;
}

.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(3) {
  left: 40%;
}

.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(4) {
  left: 60%;
}

.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(5) {
  left: 80%;
}

/* Reveal the content */
.revealedBox .contentBox {
  opacity: 0;
}

.revealedBox > span {
  position: absolute;
  display: block;
  background: var(--violet-color);
}

.revealedBox-in > .contentBox {
  opacity: 1;
  transition-delay: 1.05s;
}

/* Assign animations */
.revealedBox-in.goRight > span {
  animation: goRight 1.4s;
}

.revealedBox-in.goLeft > span {
  animation: goLeft 1.4s;
}

.revealedBox-in.backRight > span {
  animation: backRight 1.4s;
}

.revealedBox-in.backLeft > span {
  animation: backLeft 1.4s;
}

.revealedBox-in.goTop > span {
  animation: goTop 1.4s;
}

.revealedBox-in.goBottom > span {
  animation: goBottom 1.4s;
}

.revealedBox-in.backTop > span {
  animation: backTop 1.4s;
}

.revealedBox-in.backBottom > span {
  animation: backBottom 1.4s;
}

/* Add delay */
.revealedBox-in > span {
  animation-delay: 0.1s;
}

.revealedBox-in > span:nth-child(2) {
  animation-delay: 0.2s;
}

.revealedBox-in > span:nth-child(3) {
  animation-delay: 0.3s;
}

.revealedBox-in > span:nth-child(4) {
  animation-delay: 0.4s;
}

.revealedBox-in > span:nth-child(5) {
  animation-delay: 0.5s;
}

@layer animation.reveal {
  .subject {
    opacity: 0;
    transform: translateY(0);
  }
  .reveal-up {
    animation: fade-in 660ms ease forwards, slide-up 1000ms cubic-bezier(0, 0, 0.1, 1) forwards;
  }
  .reveal-down {
    animation: fade-in 660ms ease forwards, slide-down 1000ms cubic-bezier(0, 0, 0.1, 1) forwards;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slide-up {
    from {
      transform: translateY(100px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes slide-down {
    from {
      transform: translateY(-100px);
    }
    to {
      transform: translateY(0);
    }
  }
}
.head__title span {
  animation: letter-glow 0.9s 0s ease both;
}

.head__title span:nth-child(1) {
  animation-delay: 0.05s;
}

.head__title span:nth-child(2) {
  animation-delay: 0.1s;
}

.head__title span:nth-child(3) {
  animation-delay: 0.15s;
}

.head__title span:nth-child(4) {
  animation-delay: 0.2s;
}

.head__title span:nth-child(5) {
  animation-delay: 0.25s;
}

.head__title span:nth-child(6) {
  animation-delay: 0.3s;
}

.head__title span:nth-child(7) {
  animation-delay: 0.35s;
}

.head__title span:nth-child(8) {
  animation-delay: 0.4s;
}

.head__title span:nth-child(9) {
  animation-delay: 0.45s;
}

.head__title span:nth-child(10) {
  animation-delay: 0.5s;
}

.head__title span:nth-child(11) {
  animation-delay: 0.55s;
}

.head__title span:nth-child(12) {
  animation-delay: 0.6s;
}

.head__title span:nth-child(13) {
  animation-delay: 0.65s;
}

.head__title span:nth-child(14) {
  animation-delay: 0.7s;
}

.head__title span:nth-child(15) {
  animation-delay: 0.75s;
}

.head__title span:nth-child(16) {
  animation-delay: 0.8s;
}

.head__title span:nth-child(17) {
  animation-delay: 0.85s;
}

.head__title span:nth-child(18) {
  animation-delay: 0.9s;
}

.head__title span:nth-child(19) {
  animation-delay: 0.95s;
}

.head__title span:nth-child(20) {
  animation-delay: 1s;
}

.head__title span:nth-child(21) {
  animation-delay: 1.05s;
}

.head__title span:nth-child(22) {
  animation-delay: 1.1s;
}

.head__title span:nth-child(23) {
  animation-delay: 1.15s;
}

.head__title span:nth-child(24) {
  animation-delay: 1.2s;
}

.head__title span:nth-child(25) {
  animation-delay: 1.25s;
}
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
body {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.container {
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  width: 100%;
  height: 100vh;
}
.header.homebg {
  background: url(../img/banner-1.webp) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .header.homebg {
    background-position: -187px 0px;
  }
}
@media screen and (max-width: 500px) {
  .header.homebg {
    background: url(../img/mb-banner-1.webp) center top no-repeat;
    background-size: cover;
  }
}
.header.aboutbg {
  background: url(../img/about-banner.webp) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .header.aboutbg {
    background-position: -196px 0px;
  }
}
@media screen and (max-width: 500px) {
  .header.aboutbg {
    background: url(../img/mb-about-banner.webp) center top no-repeat;
    background-size: cover;
  }
}
.header.schemsbg {
  background: url(../img/schems-banner.webp) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .header.schemsbg {
    background-position: -196px 0px;
  }
}
@media screen and (max-width: 500px) {
  .header.schemsbg {
    background: url(../img/mb-schems-banner.webp) center top no-repeat;
    background-size: cover;
  }
}
.header.contact-bg {
  background: url(../img/menu-bg.svg) center center no-repeat;
  background-size: cover;
  height: 400px;
}
.header.contact-bg .header-row .banner-row {
  justify-content: center;
  height: calc(100% + 95px);
}
@media screen and (max-width: 600px) {
  .header.contact-bg .header-row .banner-row {
    padding-bottom: 0 !important;
    align-items: center;
  }
}
.header .container {
  height: 100%;
}
.header .navigation-sec {
  position: fixed;
  transition: 0.5s;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header .navigation-sec.black {
  background: rgba(63, 43, 86, 0.9);
  height: 80px;
  padding: 10px 0px;
}
.header .navigation-sec.black .navigation {
  height: 100%;
}
.header .navigation-sec.black .navigation .logo {
  width: 100px;
}
.header .navigation-sec.black .navigation .logo svg {
  width: 100%;
}
.header .navigation-sec .navigation {
  width: 100%;
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  height: 152px;
}
@media screen and (max-width: 600px) {
  .header .navigation-sec .navigation {
    height: 114px;
  }
}
.header .navigation-sec .navigation .whatsapp {
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
}
.header .navigation-sec .navigation .whatsapp span {
  color: var(--violet-color);
  position: absolute;
  font-family: sans-serif;
  bottom: 0;
  left: 30px;
  padding: 5px 7px;
  z-index: -1;
  font-size: 14px;
  border-radius: 2px;
  background: var(--light-yellow-color);
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header .navigation-sec .navigation .whatsapp span:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  position: absolute;
  bottom: 8px;
  left: -5px;
  border-bottom: 5px solid transparent;
}
.header .navigation-sec .navigation .whatsapp:hover span {
  bottom: 5px;
  visibility: visible;
  opacity: 1;
  left: 30px;
}
@media screen and (max-width: 600px) {
  .header .navigation-sec .navigation .logo {
    width: 110px;
  }
  .header .navigation-sec .navigation .logo svg {
    width: 100%;
  }
}
.header .navigation-sec .navigation .menu-btn {
  cursor: pointer;
}
.header .header-row {
  width: 100%;
  height: 100%;
}
.header .header-row .banner-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .header .header-row .banner-row {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20%;
  }
}
.header .header-row .banner-row .banner-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: clamp(0rem, 28.57vw + -10.71rem, 12.5rem);
}
.header .header-row .banner-row .banner-text.contact {
  padding-right: 0;
}
.header .header-row .banner-row .banner-text span {
  padding: 16px 0;
}
.header .header-row .banner-row .banner-text span svg {
  animation: rotate 10s linear infinite;
}
.header .header-row .banner-row .banner-text h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--light-yellow-color);
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header .header-row .banner-row .banner-text h2 {
    font-size: 34px;
  }
}
.header .header-row .banner-row .banner-text p {
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--light-yellow-color);
  font-size: clamp(1.13rem, 0.29vw + 1.02rem, 1.25rem);
  font-weight: 200;
  padding-top: 10px;
}

.video-section {
  width: 100%;
  background: url(../img/bg.jpg) center center no-repeat var(--violet-color);
  background-size: cover;
}
.video-section .video-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: clamp(3.13rem, 12.86vw + -1.7rem, 8.75rem);
}
@media screen and (max-width: 600px) {
  .video-section .video-row .span img {
    width: 120px;
  }
}
.video-section .video-row .subject {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.video-section .video-row .subject h1 {
  font-family: var(--primary-font);
  color: var(--yellow-color);
  text-align: center;
  font-size: clamp(1.44rem, 3.14vw + 0.26rem, 2.81rem);
  font-weight: 500;
}
.video-section .video-row .subject p {
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--light-yellow-color);
  padding: 0 clamp(0rem, 57.14vw + -21.43rem, 25rem);
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}
.video-section .video-row .subject .readmore {
  font-size: 13px;
  color: var(--violet-color);
  font-family: var(--secondary-font);
  font-weight: 800;
  background: var(--yellow-color);
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--yellow-color);
}
.video-section .video-row .subject .readmore:hover {
  background: var(--violet-color);
  border: 1px solid var(--yellow-color);
  color: var(--yellow-color);
}
.video-section .video-row .video-container {
  padding-top: clamp(2.5rem, 5vw + 0.63rem, 4.69rem);
}
.video-section .video-row .video-container .video-outer-container {
  max-width: 970px;
  min-width: 100%;
  clear: both;
  overflow: hidden;
  display: block;
  position: relative;
}
.video-section .video-row .video-container .video-outer-container video {
  width: 100%;
  display: block;
}
.video-section .video-row .video-container .video-outer-container img {
  display: block;
}

.collection-section {
  background-color: var(--light-yellow-color);
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0;
}
.collection-section .collection-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .collection-section .collection-row {
    gap: 14px;
  }
}
.collection-section .collection-row .page-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: clamp(0.63rem, 12.86vw + -4.2rem, 6.25rem);
}
.collection-section .collection-row .page-head span svg {
  animation: rotate 10s linear infinite;
}
.collection-section .collection-row .page-head h2 {
  font-size: clamp(1.25rem, 3.57vw + -0.09rem, 2.81rem);
  font-weight: 300;
  color: var(--violet-color);
  text-align: center;
}
.collection-section .collection-row .collection-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .collection-section .collection-row .collection-box:nth-child(odd) {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 600px) {
  .collection-section .collection-row .collection-box {
    flex-direction: column;
    gap: 20px;
  }
}
.collection-section .collection-row .collection-box .box {
  width: 50%;
  clear: both;
  overflow: hidden;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .collection-section .collection-row .collection-box .box {
    width: 100%;
  }
}
.collection-section .collection-row .collection-box .box span svg {
  animation: rotate 10s linear infinite;
}
.collection-section .collection-row .collection-box .box img {
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
}
.collection-section .collection-row .collection-box .box img:hover {
  transform: scale(1.25);
}
.collection-section .collection-row .collection-box .box.box-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: url(../img/bg-sm.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .collection-section .collection-row .collection-box .box.box-content {
    width: 100%;
  }
}
.collection-section .collection-row .collection-box .box.box-content .subject {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.collection-section .collection-row .collection-box .box.box-content .subject h3 {
  font-family: var(--primary-font);
  font-size: clamp(1.25rem, 2.86vw + 0.18rem, 2.5rem);
  color: var(--violet-color);
  text-align: center;
  font-weight: 300;
}
.collection-section .collection-row .collection-box .box.box-content .subject p {
  font-family: var(--secondary-font);
  font-size: 18px;
  color: var(--violet-color);
  text-align: center;
  font-weight: 300;
}

.bnr_option {
  width: 100%;
  background-color: var(--light-yellow-color);
}
.bnr_option .bnr_option_row {
  width: 100%;
  background: url(../img/bg-btm.svg) center center no-repeat var(--violet-color);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem) 0;
}
.bnr_option .bnr_option_row .subject {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.bnr_option .bnr_option_row .subject span svg {
  animation: rotate 10s linear infinite;
}
.bnr_option .bnr_option_row .subject h3 {
  font-size: clamp(1.25rem, 3.57vw + -0.09rem, 2.81rem);
  font-weight: 300;
  color: var(--yellow-color);
  text-align: center;
}

.golden-plan {
  background-color: var(--light-yellow-color);
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0;
  width: 100%;
}
.golden-plan .golden-plan-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .golden-plan .golden-plan-row {
    gap: 30px;
  }
}
.golden-plan .golden-plan-row .page-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: clamp(1.25rem, 5.71vw + -0.89rem, 3.75rem);
}
.golden-plan .golden-plan-row .page-head span svg {
  animation: rotate 10s linear infinite;
}
.golden-plan .golden-plan-row .page-head h2 {
  font-size: clamp(1.5rem, 3vw + 0.38rem, 2.81rem);
  font-weight: 300;
  color: var(--violet-color);
  text-align: center;
  font-family: var(--primary-font);
}
.golden-plan .golden-plan-row .page-head p {
  font-size: 16px;
  font-weight: 300;
  color: var(--violet-color);
  text-align: center;
  font-family: var(--secondary-font);
}
.golden-plan .golden-plan-row .golden-plan-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .golden-plan .golden-plan-row .golden-plan-box {
    flex-direction: column;
  }
}
.golden-plan .golden-plan-row .golden-plan-box .img-box {
  width: 50%;
  height: 367px;
  clear: both;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 700px) {
  .golden-plan .golden-plan-row .golden-plan-box .img-box {
    width: 100%;
  }
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .subject {
  height: 100%;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .golden-plan-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .golden-plan-outer h3 {
  font-family: var(--primary-font);
  color: var(--light-yellow-color);
  text-align: center;
  font-size: clamp(1.5rem, 0.86vw + 1.18rem, 1.88rem);
  font-weight: 200;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .golden-plan-outer p {
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--light-yellow-color);
  font-size: 16px;
  font-weight: 200;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .banner {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .banner:hover .banner-1,
.golden-plan .golden-plan-row .golden-plan-box .img-box .banner:hover .banner-2 {
  transform: scale(1.25);
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .banner .banner-1 {
  background: url(../img/img-5.webp) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: absolute;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .banner .banner-2 {
  background: url(../img/img-6.webp) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: absolute;
}
.golden-plan .golden-plan-row .golden-plan-box .img-box .banner .banner-2:hover {
  transform: scale(1.25);
}

.btm-section {
  width: 100%;
  background-color: var(--light-yellow-color);
  padding: clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem) 0 clamp(3.13rem, 14.29vw + -2.23rem, 9.38rem) 0;
}
.btm-section .btm-section-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btm-section .btm-section-row span svg {
  animation: rotate 10s linear infinite;
}
.btm-section .btm-section-row h2 {
  font-size: clamp(1.38rem, 3.29vw + 0.14rem, 2.81rem);
  font-weight: 300;
  color: var(--violet-color);
  text-align: center;
  font-family: var(--primary-font);
}
.btm-section .btm-section-row p {
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  font-weight: 300;
  color: var(--violet-color);
  text-align: center;
  font-family: var(--secondary-font);
  padding: 0 clamp(0rem, 28.57vw + -10.71rem, 12.5rem);
  line-height: clamp(1.81rem, 1.86vw + 1.12rem, 2.63rem);
}
.btm-section .btm-section-row h6 {
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  font-weight: 500;
  color: var(--violet-color);
  text-align: center;
  font-family: var(--secondary-font);
}

.footer-section {
  background-color: var(--violet-color);
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .footer-section {
    padding: 60px 0 20px 0;
  }
}
.footer-section .footer-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.footer-section .footer-row .footer-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .footer-section .footer-row .footer-logo img {
    width: 120px;
  }
}
.footer-section .footer-row .footer-center {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .footer-section .footer-row .footer-center {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-section .footer-row .footer-center .footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.333%;
}
@media screen and (max-width: 700px) {
  .footer-section .footer-row .footer-center .footer-box {
    width: 100%;
  }
}
.footer-section .footer-row .footer-center .footer-box span svg {
  animation: rotate 10s linear infinite;
}
.footer-section .footer-row .footer-center .footer-box h4 {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--light-yellow-color);
  text-align: center;
  padding-bottom: 14px;
  padding-top: 10px;
}
.footer-section .footer-row .footer-center .footer-box p {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 300;
  color: var(--light-yellow-color);
  text-align: center;
}
.footer-section .footer-row .footer-center .footer-box a {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 300;
  color: var(--light-yellow-color);
  text-align: center;
  text-decoration: none;
}
.footer-section .footer-row .socialmedia {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 20px;
}
.footer-section .footer-row .socialmedia::after {
  width: 100%;
  height: 1px;
  background: var(--light-yellow-color);
  content: "";
  position: absolute;
  top: 8px;
}
.footer-section .footer-row .socialmedia ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  background: var(--violet-color);
}
.footer-section .footer-row .socialmedia ul li {
  list-style: none;
  background: var(--violet-color);
  padding: 0 13px;
}
.footer-section .footer-row .socialmedia ul li a {
  overflow: hidden;
}
.footer-section .footer-row .socialmedia ul li a svg {
  transition: all 0.3s ease;
}
.footer-section .footer-row .socialmedia ul li a:hover svg {
  transform: scale(1.25);
}
.footer-section .footer-row .socialmedia ul li a:hover path {
  fill: var(--yellow-color);
}
.footer-section .footer-row .socialmedia p {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 300;
  color: var(--light-yellow-color);
  text-align: center;
}

.about-section {
  width: 100%;
  background: url(../img/light-bg.png) center center no-repeat var(--violet-color);
  background-size: cover;
}
.about-section .about-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: clamp(3.13rem, 12.86vw + -1.7rem, 8.75rem) 0;
}
.about-section .about-row .span svg path {
  fill: var(--violet-color);
}
.about-section .about-row h1 {
  font-family: var(--primary-font);
  color: var(--violet-color);
  text-align: center;
  font-size: clamp(1.25rem, 3.57vw + -0.09rem, 2.81rem);
  font-weight: 500;
}
.about-section .about-row h6 {
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--violet-color);
  font-size: 16px;
  font-weight: 600;
}
.about-section .about-row p {
  font-family: var(--secondary-font);
  text-align: center;
  color: var(--violet-color);
  padding: 0 clamp(0rem, 42.86vw + -16.07rem, 18.75rem);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.about-section .about-row .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-weight: 600;
  background: #dbb591;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .about-section .about-row .btn {
    margin-top: 10px;
  }
}
.about-section .about-row .btn:hover {
  background: var(--violet-color);
  color: var(--yellow-color);
}

.shop-view {
  width: 100%;
}
.shop-view img {
  display: block;
}

.aboutbtm-section {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0;
  background: var(--light-yellow-color);
}
.aboutbtm-section .aboutbtm-cont {
  display: flex;
  flex-direction: column;
  gap: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem);
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row {
  width: 100%;
  display: flex;
  gap: clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .aboutbtm-section .aboutbtm-cont .aboutbtm-row {
    flex-direction: column;
    text-align: center;
  }
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-left {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-left {
    width: 100%;
  }
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-left .subject {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 1.43vw + 0.71rem, 1.88rem);
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-left .subject span {
  padding: 16px 0;
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-left .subject span svg {
  animation: rotate 10s linear infinite;
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-left h3 {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: clamp(1.5rem, 0.86vw + 1.18rem, 1.88rem);
  font-weight: 400;
  text-align: center;
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-right .subject {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-right {
    width: 100%;
  }
}
.aboutbtm-section .aboutbtm-cont .aboutbtm-row .aboutbtm-right p {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: 14px;
  line-height: 22px;
}
.aboutbtm-section .aboutbtm-cont .our-story-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-top {
  background: var(--violet-color);
  padding: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem) clamp(1.25rem, 40vw + -13.75rem, 18.75rem);
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-top .subject {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-top .subject span svg {
  animation: rotate 10s linear infinite;
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-top .subject h2 {
  font-family: var(--primary-font);
  color: var(--yellow-color);
  font-size: clamp(1.56rem, 2.86vw + 0.49rem, 2.81rem);
  font-weight: 500;
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-top .subject p {
  font-family: var(--secondary-font);
  color: var(--light-yellow-color);
  font-size: 14px;
  line-height: 22px;
  font-weight: 200;
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-img {
  clear: both;
  overflow: hidden;
  display: block;
  position: relative;
}
.aboutbtm-section .aboutbtm-cont .our-story-row .our-story-img img {
  display: block;
  width: 100%;
}

.schems-section {
  width: 100%;
  background: var(--light-yellow-color);
}
.schems-section .schems-row {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 8.57vw + -0.71rem, 6.25rem);
}
.schems-section .schems-row .schems-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: clamp(1.25rem, 8.57vw + -1.96rem, 5rem);
}
@media screen and (max-width: 800px) {
  .schems-section .schems-row .schems-box {
    flex-direction: column;
  }
  .schems-section .schems-row .schems-box:nth-child(even) {
    flex-direction: column-reverse !important;
  }
}
.schems-section .schems-row .schems-box .img-box {
  width: 40%;
  clear: both;
  overflow: hidden;
  display: block;
  position: relative;
}
.schems-section .schems-row .schems-box .img-box img {
  transition: all 0.3s ease;
  display: block;
}
.schems-section .schems-row .schems-box .img-box img:hover {
  transform: scale(1.25);
}
@media screen and (max-width: 800px) {
  .schems-section .schems-row .schems-box .img-box {
    width: 100%;
  }
}
.schems-section .schems-row .schems-box .text-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: flex-start;
  gap: clamp(0.31rem, 0.71vw + 0.04rem, 0.63rem);
}
@media screen and (max-width: 800px) {
  .schems-section .schems-row .schems-box .text-box {
    width: 100%;
  }
}
.schems-section .schems-row .schems-box .text-box .subject {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.31rem, 0.71vw + 0.04rem, 0.63rem);
  width: 100%;
}
.schems-section .schems-row .schems-box .text-box .subject h3 {
  font-family: var(--primary-font);
  color: var(--violet-color);
  font-size: clamp(1.5rem, 2.29vw + 0.64rem, 2.5rem);
  font-weight: 500;
}
.schems-section .schems-row .schems-box .text-box .subject h5 {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: 20px;
}
.schems-section .schems-row .schems-box .text-box .subject h6 {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .schems-section .schems-row .schems-box .text-box .subject h6 {
    padding-top: 20px;
  }
}
.schems-section .schems-row .schems-box .text-box .subject p {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: 14px;
  line-height: 22px;
  padding-top: clamp(0.94rem, 2.14vw + 0.13rem, 1.88rem);
}
.schems-section .schems-row .schems-box .text-box .subject ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding-left: 18px;
}
.schems-section .schems-row .schems-box .text-box .subject ul li {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: 14px;
  line-height: 22px;
}
.schems-section .schems-row .schems-box .text-box .subject .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-weight: 600;
  background: #dbb591;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 30px;
}
.schems-section .schems-row .schems-box .text-box .subject .btn:hover {
  background: var(--violet-color);
  color: var(--yellow-color);
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/menu-bg.svg) center center no-repeat var(--violet-color);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .menu .container {
    height: 100%;
  }
}
.menu span {
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.menu .menu-content-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec {
    height: 100%;
  }
}
.menu .menu-content-sec .navigation {
  width: 100%;
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  height: 152px;
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .navigation {
    height: 114px;
  }
}
.menu .menu-content-sec .navigation .whatsapp {
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
}
.menu .menu-content-sec .navigation .whatsapp span {
  color: var(--violet-color);
  position: absolute;
  font-family: sans-serif;
  bottom: 0;
  left: 30px;
  padding: 5px 7px;
  z-index: -1;
  font-size: 14px;
  border-radius: 2px;
  background: var(--light-yellow-color);
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu .menu-content-sec .navigation .whatsapp span:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  position: absolute;
  bottom: 8px;
  left: -5px;
  border-bottom: 5px solid transparent;
}
.menu .menu-content-sec .navigation .whatsapp:hover span {
  bottom: 5px;
  visibility: visible;
  opacity: 1;
  left: 30px;
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .navigation .logo {
    width: 110px;
  }
  .menu .menu-content-sec .navigation .logo svg {
    width: 100%;
  }
}
.menu .menu-content-sec .navigation .menu-btn {
  cursor: pointer;
}
.menu .menu-content-sec .menu-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: calc(100vh - 152px);
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .menu-content {
    height: calc(100% - 114px);
    flex-direction: column;
  }
}
.menu .menu-content-sec .menu-content .support {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 33.333%;
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .menu-content .support {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .menu-content .support.none {
    display: none;
  }
}
.menu .menu-content-sec .menu-content .support h5 {
  font-family: var(--secondary-font);
  color: var(--light-yellow-color);
  font-size: 16px;
}
.menu .menu-content-sec .menu-content .support a {
  font-family: var(--secondary-font);
  color: var(--light-yellow-color);
  font-size: 14px;
  text-decoration: none;
}
.menu .menu-content-sec .menu-content .support .menu-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.menu .menu-content-sec .menu-content .support .menu-social li {
  list-style: none;
}
.menu .menu-content-sec .menu-content .support .menu-social li a {
  overflow: hidden;
}
.menu .menu-content-sec .menu-content .support .menu-social li a svg {
  transition: all 0.3s ease;
}
.menu .menu-content-sec .menu-content .support .menu-social li a:hover svg {
  transform: scale(1.25);
}
.menu .menu-content-sec .menu-content .support .menu-social li a:hover svg path {
  fill: var(--yellow-color);
}
.menu .menu-content-sec .menu-content .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0rem, 10vw + -3.75rem, 4.38rem);
  width: 33.333%;
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .menu-content .links-container {
    width: 100%;
  }
}
.menu .menu-content-sec .menu-content .links-container svg {
  animation: rotate 10s linear infinite;
}
.menu .menu-content-sec .menu-content .links-container li {
  position: relative;
}
.menu .menu-content-sec .menu-content .links-container li a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  display: block;
}
@media screen and (max-width: 600px) {
  .menu .menu-content-sec .menu-content .links-container li a {
    padding: 14px;
    display: block;
    height: auto;
  }
}
.menu .menu-content-sec .menu-content .links-container li:hover:before, .menu .menu-content-sec .menu-content .links-container li:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}
.menu .menu-content-sec .menu-content .links-container li:hover:before {
  transition-delay: 0s;
}
.menu .menu-content-sec .menu-content .links-container li:hover:after {
  transition-delay: 0.1s;
}
.menu .menu-content-sec .menu-content .links-container li:hover a {
  color: var(--yellow-color);
}
.menu .menu-content-sec .menu-content .links-container li:before, .menu .menu-content-sec .menu-content .links-container li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--yellow-color);
  pointer-events: none;
  opacity: 0;
  transform-origin: 50% 0%;
  transform: translate3d(0, 3px, 0);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
}
.menu .menu-content-sec .menu-content .links-container li:before {
  transition-delay: 0.1s;
}
.menu .menu-content-sec .menu-content .links-container li:after {
  content: "";
  top: calc(100% + 4px);
  width: 70%;
  left: 15%;
}

.contact-section {
  width: 100%;
  background: var(--light-yellow-color);
  background-size: cover;
}
.contact-section .contact-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: clamp(3.13rem, 12.86vw + -1.7rem, 8.75rem) 0 clamp(0rem, 7.14vw + -2.68rem, 3.13rem) 0;
}
.contact-section .contact-row.thankyou {
  padding: clamp(3.13rem, 12.86vw + -1.7rem, 8.75rem) 0;
}
.contact-section .contact-row .span svg path {
  fill: var(--violet-color);
}
.contact-section .contact-row h1 {
  font-family: var(--primary-font);
  color: var(--violet-color);
  text-align: center;
  font-size: clamp(1.25rem, 3.57vw + -0.09rem, 2.81rem);
  font-weight: 500;
}
.contact-section .contact-row p {
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.contact-field-section {
  width: 100%;
  background: var(--light-yellow-color);
  padding: 50px 0 clamp(3.13rem, 12.86vw + -1.7rem, 8.75rem) 0;
}
.contact-field-section .container {
  max-width: 900px;
  min-width: 300px;
  margin: 0 auto;
}
.contact-field-section .container .contact-field-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-field-section .container .contact-field-row .contact-field-box {
  display: flex;
  width: 100%;
  gap: clamp(1.56rem, 3.57vw + 0.22rem, 3.13rem);
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .contact-field-section .container .contact-field-row .contact-field-box {
    flex-direction: column;
  }
}
.contact-field-section .container .contact-field-row .contact-field-box .btn {
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  color: var(--violet-color);
  font-weight: 800;
  background: #dbb591;
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.contact-field-section .container .contact-field-row .contact-field-box .btn:hover {
  background: var(--violet-color);
  color: var(--yellow-color);
}

textarea {
  font-size: 16px;
  padding: 12px 16px 14px 3px;
  border: none;
  border-bottom: 1px solid #dbb38c;
  border-radius: 0px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  background: var(--light-yellow-color);
  height: 47px;
  outline: none;
}

textarea:focus {
  outline: none;
  caret-color: #6200ee;
  caret-color: var(--mdc-theme-primary, #6200ee);
  box-sizing: border-box;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.group {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .group {
    width: 100%;
  }
}

input {
  font-size: 16px;
  padding: 12px 16px 14px 3px;
  border: none;
  border-bottom: 1px solid #dbb38c;
  border-radius: 0px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  background: var(--light-yellow-color);
}

input:focus {
  outline: none;
  caret-color: #6200ee;
  caret-color: var(--mdc-theme-primary, #6200ee);
  box-sizing: border-box;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 14px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

/* active state */
input:focus ~ label,
input:valid ~ label,
input:active ~ label {
  top: -10px;
  left: 0px;
  font-size: 12px;
  padding: 4px;
  color: var(--violet-color);
  background-color: var(--light-yellow-color);
}

/* active state */
textarea:focus ~ label,
textarea:valid ~ label,
textarea:active ~ label {
  top: -10px;
  left: 0px;
  font-size: 12px;
  padding: 4px;
  color: var(--violet-color);
  background-color: var(--light-yellow-color);
}/*# sourceMappingURL=style.css.map */