@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  /* Colors */
  --primary-black: #000000;
  --secondary-black: #202020;
  --white: #ffffff;
  --primary-gold: #d3bc8a;
  --secondary-gold: #b19355;
  --text-gold: #9d916d;
  --sky-blue: #cdece6;
  --light-yellow: #fcf4c6;
  --yellow-bg: #d4bd8b;
  --yellow: #ffdf04;
  --gray: #777;
}

@font-face {
  font-family: "signatie";
  src: url("../fonts/signatie.ttf");
}

body {
  background-color: var(--primary-black);
  width: 100%;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  /* background: rgb(131,58,180);
background: linear-gradient(266deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
min-height: 100vh; */
  /* overflow-x: hidden !important; */
}

/* #navigation, */
/* #im-veer-sec, */
/* #as-see-on-sec, */
/* #sneak-peek-sec, */
/* #building-wellbeing-sec, */
/* #explore-sec, */
/* #wellness-sec, */
/* #articles, */
/* #last-sec, */
/* #footer  */
#testimonial-sec,
#hero-sec,
#legacy-sec {
  overflow-x: hidden !important;
}

#testimonial-sec::-webkit-scrollbar,
#hero-sec::-webkit-scrollbar,
#legacy-sec::-webkit-scrollbar {
  display: none;
}

#testimonial-sec,
#hero-sec,
#legacy-sec {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* #navigation, */
/* #hero-sec, */
/* #legacy-sec, */
/* #im-veer-sec, */
/* #as-see-on-sec, */
/* #sneak-peek-sec, */
/* #building-wellbeing-sec, */
/* #testimonial-sec, */
/* #explore-sec, */
/* #wellness-sec, */
/* #articles, */
/* #last-sec, */
/* #footer 
{
  display: none;
} */

/* Fonts */
.signatie {
  font-family: "signatie", sans-serif;
}

.bebas-neue {
  font-family: "Bebas Neue", sans-serif;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

/* End */

/* Colors */
.c_white {
  color: var(--white);
}

.c_black {
  color: var(--primary-black);
}

.c_primary_gold {
  color: var(--primary-gold);
}

.c_secondary_gold {
  color: var(--secondary-gold);
}

.c_sky_blue {
  color: var(--sky-blue);
}

.c_light_yellow {
  color: var(--light-yellow);
}

/*End Colors */

.common-btn {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary-black);
  background: #fff;
  width: fit-content;
  padding: 10px 50px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.common-btn:hover {
  background-color: var(--primary-black);
  color: var(--white);
  box-shadow: none;
}

/* Nav */
.navigation {
  position: relative;
  z-index: 1000;
}

/* End Nav */

/* Coming Soon */
#coming-soon #main-sec {
  /* padding: 30px; */
  min-height: 100vh;

  && .coming-soon-image {
    width: 100%;
    max-height: 100vh;
    object-fit: contain;
  }

  /* .vImg{
  width: 75%;
}
.shadowImg{
  width: 1200px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-270px, 90px);
}
.veer-cm{
  max-width: 280px;
  position: absolute;
  left: 0;
  transform: translate(220px, 20px);
}
.coming-text{
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}
.coming-soon-text{
  position: absolute;
  bottom: 0;
  max-width: 500px;
  left: 0;
  transform: translate(100px, 80px);
  &&
  p:first-child{
    font-size: 32px;
    text-align: end;
    margin-bottom: 5px;
  }
  p:last-child{
    font-size: 18px;
    text-align: end;
  }
} */
}

/* End Coming Soon */

/* 1st Section */
#hero-sec {

  overflow: hidden;
  min-height: 100vh;
}

.veerBox {
  position: absolute !important;
  transform: translate(120px, 50px) !important;
  z-index: 101 !important;
  width: 400px !important;
}

.veer {
  max-width: 370px;
  position: relative;
  z-index: 101;
}

.veerBox p {
  max-width: 380px;
  text-align: right;
  bottom: 0;
  font-size: 16px;
  position: absolute;
  transform: translateY(-75px);
}

.vBox {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.vBox img:nth-child(1) {
  position: relative;
  max-width: 500px;
  z-index: 100;
}

.vBox img:nth-child(2) {
  position: relative;
  width: 1000px;
  left: 40px;
  position: relative;
  z-index: 100;
}

.heroTag {
  position: absolute;
  right: 2%;
  top: 150px;
}

.heroTag p span:nth-child(1) {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  line-height: 60px;
}

.heroTag p span:nth-child(2) {
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.heroTag p span:nth-child(3) {
  /* line-height: 90px; */
  font-size: 80px;
  display: block;
}

.heroTag p span:nth-child(4) {
  line-height: 80px;
  font-size: 80px;
  display: block;
}

/* End */

/* Legacy Section */
#legacy-sec {
  background-image: url("../images/legacy/bg-pattern.webp");
  min-height: 100vh;
  background-size: 90%;
  background-repeat: no-repeat;
  margin-top: 0px;
  background-position: -50px 0;
  /* padding-bottom: 50px; */
}

.legacy-bg {
  /* opacity: 0;
  scale: 0.8; */
}

#legacy-sec .row {
  padding-top: 150px;
  padding-bottom: 150px;
}

.veer-legacy {
  width: 700px;
  position: absolute;
  transform: translate(-140px, -80px) !important;
  /* opacity: 0;
  scale: 0.5; */
}

#legacy-sec .contentBlock {
  position: absolute;
  /* right: 0; */
  /* opacity: 0;
  scale: 0.5; */

  && p {
    text-align: center;
    position: absolute;
    right: 10%;
    /* top: -50%; */
    transform: translateY(15%);
    max-width: 50%;
  }

  && p span:nth-child(1) {
    font-size: 150px;
    display: block;
  }

  && p span:nth-child(2) {
    font-size: 28px;
    display: block;
    text-transform: uppercase;
  }

  && p span:nth-child(3) {
    font-size: 48px;
    display: block;
  }
}

/* End Legacy Section */

/* I'm Veer Section */
#im-veer-sec {
  padding: 130px 0 80px;

  && .bg-img {
    position: absolute;
    z-index: 100;
    width: 100%;
  }

  && .contentBlock {
    padding: 40px 80px;
    position: relative;
    z-index: 101;

    && p {
      text-align: justify;
      font-size: 14px;
    }
  }

  && .contentBlock p:nth-child(1) {
    && span:nth-child(1) {
      display: block;
      font-size: 36px;
      line-height: 36px;
    }

    && span:nth-child(2) {
      display: block;
      font-size: 100px;
      line-height: 80px;
    }

    && span:nth-child(3) {
      display: block;
      font-size: 100px;
      line-height: 80px;
    }
  }

  && .contentBlock p:nth-child(2) {
    font-size: 16px;
  }

  && .im-veer-img {
    width: 100%;
    position: absolute;
    bottom: 5px;
    max-width: 325px;
    z-index: 101;
    right: 45px;
  }
}

/*End I'm Veer Section */

/* As see on section */

#as-see-on-sec {
  padding: 0 0 50px 0;

  && .top-titles {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 30px;
  }

  && .logoBlock img {
    height: 100px;
    width: 200px;
    object-fit: contain;
  }

  && .logoFlex {
    display: flex;
    flex-wrap: wrap;

    && div {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    && div {
      border: 1px solid white;
    }

    && div:nth-child(1) {
      border-left: 0px;
      border-bottom: 0px;
    }

    && div:nth-child(2) {
      border-left: 0px;
      border-right: 0px;
      border-bottom: 0px;
    }

    && div:nth-child(3) {
      border-left: 0px;
      border-bottom: 0px;
    }

    && div:nth-child(4) {
      border-left: 0px;
      border-right: 0px;
      border-bottom: 0px;
    }
  }

  && .bottomLogo div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 40px 0;
    border-left: 0px;
  }

  && .bottomLogo div:nth-child(3) {
    border-left: 0px;
    border-top: 0px;
  }

  && .bottomLogo div:nth-child(4) {
    border-top: 0px;
    border-right: 0px;
  }
}

/* End As see on section */

/* Sneak Peek Section */
#sneak-peek-sec {
  padding: 30px 0 50px 0;

  && .row {
    padding: 40px;
  }

  && .bg-secondary-black {
    background-color: var(--secondary-black);
  }

  && .rounded-40 {
    border-radius: 40px;
  }

  && .textContent {
    padding: 0 70px 0 0;

    && h3:first-child {
      font-size: 16px;
      color: var(--white);
      font-weight: 400;
    }

    && h3:nth-child(2) {
      font-size: 20px;
      color: var(--white);
      font-weight: 400;
    }

    && h2 {
      font-size: 36px;
      color: var(--white);
      font-weight: 600;
      max-width: 250px;
      margin-bottom: 20px;
    }

    && p {
      font-size: 14px;
      color: var(--white);
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      text-align: justify;
    }
  }

  && .badgeImg {
    position: absolute;
    width: 180px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

    .book {
      max-width: 55%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 25%);
    }

    .circle {
      width: 100%;
      position: absolute;
      /* left: 50%; */
      transform: translateX(-50%);
      /* Ensure it's applied initially */
      animation: rotateImg 10s linear infinite;
    }
  }
}

@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
    /* Apply both translate and rotate */
  }

  100% {
    transform: rotate(360deg);
    /* Keep both */
  }
}

/* End Sneak Peek Section */

/* Start Article Section  */

.owl-nav {
  button {
    position: absolute;
    top: 50%;
    background-color: var(--primary-black);
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;

    &.owl-prev {
      left: 0;
    }

    &.owl-next {
      right: 0;
    }
  }
}

.owl-dots {
  text-align: center;
  padding-top: 15px;

  button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;

    &.active {
      background-color: var(--primary-black);
    }

    &:focus {
      outline: none;
    }
  }
}

#articles .article-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

#articles .img-div {
  position: relative;
}
#articles  .item a{
  text-decoration: none !important;
}
#articles .content {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
}

#articles .content .article-text{
  width: 160px;
}

#articles .content h5.sub-title {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  letter-spacing: 2px;
  word-spacing: 1px;
  color: var(--primary-black);
  text-transform: uppercase;
}

#articles .content .design-title {
  font-size: 28px;
  font-style: italic;
  line-height: 28px;
  font-weight: 500;
}

#articles .content .empty-p10 {
  padding: 12px;
}

#articles .content h2.title {
  font-size: 52px;
  font-weight: 700;
  color: var(--primary-black);
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#articles .para {
  color: var(--white);
  padding: 20px 25px;
}

/* End Article Section  */

/* Start Header Section */

#navigation .navbar {
  background: url("../images/nav/topbar.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -12px;
  padding: 0;
}

#navigation .navbar .navbar-brand .logo {
  width: 180px;
}

#navigation .navbar .navbar-nav .nav-item .nav-link {
  color: var(--gray);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-right: 1px solid var(--gray);
  padding: 0 25px;
  letter-spacing: 1px;
}

#navigation .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--secondary-gold);
}

#navigation .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary-gold);
}

#navigation .navbar .navbar-nav .nav-item:last-child .nav-link {
  border-right: none;
}

/* End Header Section */

/*  Start Building Wellbeing Section */
#building-wellbeing-sec {
  padding-block-start: 60px;
  padding-block-end: 80px;
}

#building-wellbeing-sec .container {
  position: relative;
}

#building-wellbeing-sec img.patch {
  width: 100%;
}

#building-wellbeing-sec .building-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

#building-wellbeing-sec .building-content .right .top-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

#building-wellbeing-sec .building-content .right .sub-title {
  color: var(--white);
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
}

#building-wellbeing-sec .building-content .right .title {
  color: var(--white);
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#building-wellbeing-sec .building-content .right p.para {
  width: 90%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

#building-wellbeing-sec .building-content .left {
  position: relative;
  width: 600px;
  margin-left: 20px;
}

#building-wellbeing-sec .building-content .left img {
  width: 100%;
}

/*  End Building Wellbeing Section */

/* Start Testimonial Section */
#testimonial-sec {
  position: relative;
}

#testimonial-sec .testimonial-carousel {
  position: relative;
  text-align: center;
  height: 700px;
  background: url("../images/testimonial/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#testimonial-sec .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

#testimonial-sec .main-image {
  width: 330px;
  position: absolute;
  bottom: 0px;
}

#testimonial-sec .testimonial-content {
  display: flex;
  /* align-items: center; */
  position: relative;
  height: 700px;
  margin-inline: 6%;
}

.testimonial-desc {
  position: absolute;
  text-align: left;
  left: 350px;
  width: 65%;
  top: 20%;
}

.testimonial-desc #testimonialText {
  font-size: 24px;
  color: var(--white);
  font-family: "Poppins";
  font-weight: 600;
}

.testimonial-desc #testimonialName {
  font-size: 24px;
  color: var(--white);
  font-family: "Poppins";
  font-weight: 600;
  margin-top: 30px;
}

.testimonial-desc .testimonialRole {
  font-size: 18px;
  color: var(--white);
  margin: 0;
  line-height: 22px;
  font-weight: 300;
  font-family: "Poppins";
}

#testimonial-sec .user-thumbnails {
  position: absolute;
  left: 440px;
  bottom: 60px;
  width: 65%;
  z-index: 9;
}

#testimonial-sec .user-content {
  cursor: pointer;
}

#testimonial-sec .user-content .user-para p {
  font-size: 14px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 15px;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}

#testimonial-sec .user-thumbnail {
  width: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  margin-bottom: 10px;
}

#testimonial-sec .user-content:hover .user-thumbnail {
  transform: scale(1.1);
}

#testimonial-sec .user-thumbnails .owl-carousel.owl-drag .owl-item {
  width: 200px !important;
}

#testimonial-sec .user-thumbnails .user-content.active-user img {
  opacity: 1;
}

#testimonial-sec .user-thumbnails .user-content img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* #testimonial-sec .user-thumbnails .owl-item .user-thumbnail{
  opacity: 0.5;
}
#testimonial-sec .user-thumbnails .owl-item.active .user-thumbnail{
  opacity: 1;
} */

/* End Testimonial Section */

/* Start Explore Real Section */
#explore-sec {
  margin-block: 40px;
}

#explore-sec .top-titles {
  margin-bottom: 30px;
}

#explore-sec .top-titles h3 {
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
}

#explore-sec .top-titles h2 {
  font-size: 28px;
  color: var(--white);
  font-weight: 600;
}

#explore-sec .content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}

#explore-sec .content-row .image-div.two-img {
  display: flex;
  gap: 10px;
}

#explore-sec .content-row .image-div.two-img img {
  height: 220px;
  width: 350px;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  transition:all 0.5s ease;
}
#explore-sec .content-row:hover .image-div.two-img img,
#explore-sec .content-row:hover .image-div.one-img img {
  filter: grayscale(1);
}

#explore-sec .content-row .image-div.one-img img {
  height: 220px;
  width: 560px;
  object-fit: cover;
  border-radius: 20px;
}

#explore-sec .content-row .content {
  background: var(--yellow-bg);
  height: 220px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

#explore-sec .gap-10 {
  gap: 10px;
}

#explore-sec .content-row .content p.desc {
  margin: 0;
  font-weight: 500;
}

#explore-sec .content-row .content p.desc:first-child {
  font-weight: 700;
  margin-bottom: 6px;
}

#explore-sec .content-row .content .sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.explore-modal .modal-header {
  flex-direction: column;
  align-items: self-start;
  border: none;
}

.explore-modal .modal-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}

.explore-modal .modal-sub-title {
  font-size: 20px;
  font-weight: 600;
}

.explore-modal .content {
  display: flex;
  gap: 30px;
}

.explore-modal .right-content img {
  width: 450px;
}

.explore-modal .link {
  font-size: 10px;
  margin-top: 10px;
}

.explore-modal .link a {
  color: #000;
  text-decoration: none;
}

.explore-modal .modal-content {
  border-radius: 30px;
  padding: 10px 30px;
}

.explore-modal .btn-close {
  border: 1px solid;
  font-size: 10px;
}

/* End Explore Real Section */

/* Start Wellness Section */
#wellness-sec {
  min-height: 100vh;
  background-size: 90%;
  background-repeat: no-repeat;
  margin-top: -100px;
  background-position: -50px 0;
}

#wellness-sec .row {
  padding-top: 250px;
  padding-bottom: 100px;
}

#wellness-sec .mob-image {
  width: 320px;
  position: absolute;
  transform: translate(35px, -65px);
}

#wellness-sec .contentBlock {
  position: absolute;
  right: 8%;
  top: 200px;
  transform: translateY(10%);
  max-width: 60%;
  padding: 20px;
}

#wellness-sec .contentBlock p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--primary-black);
  margin-bottom: 10px;
}

#wellness-sec .common-btn {
  margin-top: 20px;
  background: var(--yellow);
}

#wellness-sec .common-btn:hover {
  background: var(--primary-black);
}

#wellness-sec .wellness-logo {
  width: 140px;
  height: auto;
  margin-block: 30px;
}

#wellness-sec h3.title {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

/* End Wellness Section */

/* Start Last Section */
#last-sec {
  background-image: url("../images/legacy/bg-pattern.webp");
  min-height: 100vh;
  background-size: 90%;
  background-repeat: no-repeat;
  margin-top: -100px;
  background-position: -50px 0;
}

#last-sec .row {
  padding-top: 250px;
  padding-bottom: 100px;
}

.veer-last {
  width: 650px;
  position: absolute;
  transform: translate(0px, -58px);
}

#last-sec .contentBlock {
  position: absolute;
}

#last-sec .contentBlock p {
  position: absolute;
  right: 10%;
  top: 200px;
  transform: translate(50px, -32%);
  max-width: 50%;
  text-align: left;
  font-size: 28px;
  display: block;
  text-transform: uppercase;
}

#last-sec .common-btn {
  margin-top: 10px;
}

/* End Last Section */

/* Start Footer Section */
#footer {
  padding-block: 20px;
}

#footer .f-logo img {
  width: 200px;
}

#footer .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#footer .social-icon img {
  width: 35px;
  transition: all 0.3s ease-in-out;
}

#footer .social-icon img:hover {
  transform: scale(1.2);
}

#footer .website-link {
  margin-top: 30px;
}

#footer .website-link a {
  font-family: "Poppins", sans-serif;
  color: var(--text-gold);
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 22px;
}

#footer p.para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--text-gold);
  letter-spacing: 1px;
  text-align: end;
  font-weight: 400;
  margin: 0;
}

#footer p.para a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-gold);
  letter-spacing: 1px;
}

/* End Footer Section */

/*  ===================== Start Thank You Page Style ===================== */

/* thank you page */

.thankyou-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.overlay-card {
  background-image: url("../images/thank-you/overlay.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 40px;
}

.left-glitter {
  position: absolute;
  height: 100vh;
  width: auto;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.right-glitter {
  position: absolute;
  height: 100vh;
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.king-icon {
  height: 280px;
  width: auto;
  margin-top: -140px;
  margin-bottom: 0;
}

.thankyou-main h4.sub-title {
  font-weight: 800;
  letter-spacing: 4px;
  color: #000;
}

.thankyou-main .tp-title {
  font-family: "signatie", sans-serif;
  letter-spacing: 4px;
  font-weight: 800;
  margin: 30px;
  color: var(--primary-gold);
}

.thankyou-main .para {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width: 600px) {
  .overlay-card {
    width: 60%;
    margin: 30px auto;
  }

  .left-glitter,
  .right-glitter {
    height: 100%;
    aspect-ratio: 0;
  }
}

@media only screen and (max-width: 600px) {
  .overlay-card {
    width: 90%;
    padding: 20px;
    margin: 20px auto;
  }

  .thankyou-main {
    height: 100%;
    padding-top: 120px;
  }

  .right-glitter {
    right: -40px;
  }

  .left-glitter {
    left: -40px;
  }

  .king-icon {
    height: 200px;
  }
}

/*  ===================== End Thank You Page Style ===================== */

/* About Page  */
#about-us {
  && #about-hero {
    && .bg-pattern {
      width: 100%;
    }

    .veer-text {
      position: absolute;
      max-width: 85%;
      left: 50%;
      top: 30%;
      transform: translate(-50%, -30%);
    }

    .veer-photo {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 28%;
    }

    .veer-sign {
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%);
      width: 50%;
    }
  }

  #about-entrepreneur {
    background-image: url("../images/legacy/bg-pattern.webp");
    background-size: 70%;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-position: 30% 0;
    padding: 100px 0;

    && .title {
      font-size: 24px;
      color: var(--white);
      text-align: center;
    }

    .subPara {
      font-size: 16px;
      color: var(--white);
      text-align: center;
      font-weight: 300;
      margin-bottom: 5px;
    }

    /* 
    .row{
      background-color: #202020;
      border-radius: 30px;
    } */
  }

  #about-doshi {
    margin-bottom: 80px;

    && .aboutVeer {
      background-color: var(--secondary-black);
      padding: 50px;
      border-radius: 30px;

      && p {
        font-size: 16px;
        color: var(--white);
        font-weight: 300;
        text-align: justify;
      }

      && p:last-child {
        font-size: 28px;
        padding-top: 20px;
      }

      && p:nth-last-child(2) {
        font-style: italic;
      }
    }

    .veer-img-2 {
      position: absolute;
      max-width: 25%;
      bottom: 0;
      right: 2%;
    }
  }
}

/* End About Page  */

/* Free-book-copy page*/
#free-book-copy {
  && #free-book-hero {
    margin-bottom: 60px;
    && .bgrowpt {
      background-color: var(--secondary-black);
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;
      z-index: 1;
    }

    .bgbookrow {
      z-index: 2;
      position: relative;
      min-height: 100vh;
    }

    .bg-pattern {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      height: 95vh;
    }

    .bookImg {
      position: relative;
      z-index: 3;
      width: 100%;
    }

    .title {
      position: relative;
      z-index: 3;
      font-size: 72px;
      color: var(--primary-black);
      line-height: 80px;

      && span:first-child {
        font-weight: 800;
        display: block;
      }
    }

    .formContent {
      padding: 0 50px 50px;

      p {
        color: var(--white);
        margin-bottom: 5px;
        font-size: 16px;
        text-align: justify;
      }

      p:nth-child(2) {
        font-size: 24px;
        font-weight: 600;
      }
    }

    .form {
      padding: 0 50px 50px;

      .inlineField {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
        align-items: center;

        label {
          width: 20%;
          color: var(--white);
          font-size: 16px;
          text-align: right;
        }

        input[type="text"] {
          width: 100%;
          border-radius: 8px;
          padding: 8px 16px;
        }
        select {
          padding: 8px 16px;
          width: 100%;
          border-radius: 8px;
        }
        textarea {
          width: 100%;
          border-radius: 8px;
          padding: 8px 16px;
        }
      }
      .inlineField1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        label {
          width: 100%;
          color: var(--white);
          font-size: 16px;
          text-align: start;
        }
      }
    }
  }
}
/*End  free-book-copy page*/

/* Free-book-copy page*/
#free-wellness-app {
  && #free-wellness-app-hero {
    margin-bottom: 60px;
    && .bgrowpt {
      background-color: var(--secondary-black);
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;
      z-index: 1;
    }
    .common-btn {
      background-color: var(--yellow);
    }
    .common-btn:hover {
      background-color: var(--primary-black);
      border-color: var(--primary-black);
      background: var(--primary-black);
    }
    .bgbookrow {
      z-index: 2;
      position: relative;
      min-height: 100vh;
    }
    .wellness-logo {
      max-width: 150px;
      margin-bottom: 30px;
    }
    .bottomPara {
      color: var(--white);
      font-size: 16px;
      font-weight: 300;
      padding-top: 40px;
      margin-bottom: 0;
    }
    .bg-pattern {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      height: 95vh;
    }

    .bookImg {
      position: relative;
      z-index: 3;
      width: 100%;
    }

    .title {
      position: relative;
      z-index: 3;
      font-size: 72px;
      color: var(--primary-black);
      line-height: 80px;

      && span:first-child {
        font-weight: 800;
        display: block;
      }
    }

    .formContent {
      padding: 0 50px 50px;

      p {
        color: var(--white);
        margin-bottom: 5px;
        font-size: 16px;
        text-align: justify;
      }

      p:nth-child(2) {
        font-size: 24px;
        font-weight: 600;
      }
    }

    .form {
      padding: 0 50px 50px;

      .inlineField {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
        align-items: center;

        label {
          width: 20%;
          color: var(--white);
          font-size: 16px;
          text-align: right;
        }

        input[type="text"] {
          width: 100%;
          border-radius: 8px;
          padding: 8px 16px;
        }
        select {
          padding: 8px 16px;
          width: 100%;
          border-radius: 8px;
        }
        textarea {
          width: 100%;
          border-radius: 8px;
          padding: 8px 16px;
        }
      }
      .inlineField1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        label {
          width: 100%;
          color: var(--white);
          font-size: 16px;
          text-align: start;
        }
      }
    }
  }
}
/*End  free-book-copy page*/

/* Article details page */
#articleDetails {
  && #content {
    padding-bottom: 60px;
    && h1 {
      color: var(--white);
      font-size: clamp(18px, 2.5vw, 36px);
      margin: 4vh 0;
    }
    h2 {
      color: var(--white);
      font-size: clamp(16px, 2.5vw, 24px);
      margin: 3vh 0;
    }
    img {
      width: 100%;
      border-radius: 30px;
    }
    p {
      font-size: clamp(12px, 2.5vw, 16px);
      color: var(--white);
      text-align: justify;
      margin-bottom: 30px;
      font-weight: 300;
      span {
        font-weight: 700;
      }
    }
    ol li {
      color: var(--white);
    }
  }
}
/* End Article details page */

/* Start Contact page */

.contact {
  .vBox {
    left: 40%;
  }
  #hero-sec {
    overflow: hidden;
    && .veerBox {
      transform: translate(100px, 50px) !important;
    }
    .heroTag span.title {
      font-size: 64px !important;
      text-transform:none !important;
    }
    .heroTag p.para {
      font-size: 24px !important;
    }
  }

  .form-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -40px 0 80px;
    padding: 120px 50px 50px;
    background-color: #333;
    border-radius: 20px;
  }
  
  /* .form-left,
  .form-right {
    width: 50%;
    padding: 20px;
  } */
  .form-left {
    border-right: 1px solid var(--white);
    padding-right: 60px !important;
  }
  .form-container .form-grp {
    display: flex;
    gap: 10px;
}
  

  .form-container .form-grp label {
    color: var(--white);
    width: 100px;
    text-align: end;
    font-size: 18px;
    margin-right: 10px;
}
  
  .form-left input,
  .form-left textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: none;
  }

  .form-left input {
    height: 40px;
  }

  .form-left textarea {
    height: 120px;
  }

  .form-left .submit-btn {
    text-align: center;
    margin: 20px auto;
}
  .form-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: center;
  }

  .form-right p {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
    color: var(--white);
}
  .form-right a {
    color: #fff;
    text-decoration: none;
  }

  .curve-top {
    width: 100%;
    height: 50px;
    position: absolute;
    background-color: #000000;
    border-radius: 0 0 60px 60px;
    left: 0;
    top: 0px;
}
}
/* End Contact page */
