:root {
  /* --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #404041;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Montserrat", serif !important;
  box-sizing: border-box;
}

@font-face {
  font-family: 'BentonSans';
  src: url('../font/BentonSans-Bold.woff2') format('woff2'),
    url('../font/BentonSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BentonSans';
  src: url('../font/BentonSans-Medium.woff2') format('woff2'),
    url('../font/BentonSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bakbakone';
  src: url('../font/BakbakOne-Regular.woff2') format('woff2'),
    url('../font/BakbakOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}



.header h1 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 6px;
  font-weight: 600;
  margin: 20px;
  color: #020202;
}

.logo {
  /* margin: 20px 0; */
  text-align: center;
  /* margin-bottom: -30px; */
}

.fest-section {
  background: #FFCC19;
  position: relative;
  /* min-height: 100vh; */
  /* padding: 40px 0; */
}

.form-btn {
  margin-top: 100px;
}

.fest-logo h1 {
  font-weight: 900;
  line-height: 1;
}

.fest-logo h1 span {
  display: block;
}

.tagline {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-text {
  font-size: 82px;
  color: #000;
}

.event-date {
  font-weight: 600;
  font-size: 34px;
  color: #020202;
  font-family: 'BentonSans' !important;
}

.location {
  font-size: 20px;
  color: #020202;
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: 'BentonSans' !important;
  font-weight: 500;
}

.location img {
  width: 18px;
}

.event-location {
  margin-top: 50px;
}

/* .qr-box {
  width: 90px;
  height: 90px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
} */
.logo img {
  max-width: 100%;
  width: 22%;
  height: auto;
}

.fest-logo {
  margin-bottom: 90px;
}

.pbt-80-120 {
  padding-top: 80px;
  padding-bottom: 120px;
}

.custom-text {
  color: #020202;
  font-size: 40px;
  padding: 5px;
  margin: 0;
  font-weight: bold;
  font-family: 'BentonSans' !important;
  text-align: center;
}

.custom-text span {
  font-size: 28px;
  font-family: 'BentonSans' !important;

}

.sub-title {
  color: #020202;
  font-size: 34px;
  padding: 5px;
  margin-top: 100px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'BentonSans' !important;
  text-align: center;
}

.property-logo {
  padding: 100px 0;
}

.custom-line {
  border-top: 2px solid #020202;
  width: 60%;
  margin: 0 auto;
}

.custom-icon {
  color: #020202;
  font-size: 24px;
}

/* .project-logo {
  max-height: 80px;
  max-width: 177px;
  margin: 20px 0;
} */
.project-logo {
  max-height: 80px;
  height: 80px;
  max-width: 177px;
  margin: 12px 0;
  /* width: 100%; */
  object-fit: contain;
}

.project-title {
  font-weight: bold;
  font-size: 24px;
}

.project-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #020202;
}

.project-status {
  font-size: 16px;
  color: #020202;
  font-weight: 500;
}

.project-box {
  border: none;
}

.project-box:nth-child(2) {
  border-left: 2px dashed #61606066;
  border-right: 2px dashed #61606066;
}
.project-box:nth-child(6) {
  border-left: 2px dashed #61606066; 
  border-right: 2px dashed #61606066;
}
.project-box:nth-child(9) {
  /* border-left: 2px dashed; */
  border-right: 2px dashed #61606066;
}



.red-underline {
  display: inline-block;
  width: 70px;
  height: 3px;
  background-color: #FFCC19;
  margin: 10px 0;
}

.dashed-line {
    border-top: 2px dashed #61606066;
    margin: 40px 0;
}
.font-hindi {
  font-family: 'Bakbakone' !important;
}

.about-us-description {
  background: url(../img/element.png);
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-description .header-text {
  font-size: 27px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.about-us-description .main-title {
  font-size: 40px;
  font-weight: 600;
  color: #FFCC19;
  margin-bottom: 10px;
}

.about-us-description .content-text {
  font-size: 20px;
  margin-bottom: 20px;
  color: #020202;
  font-weight: 500;
}

.about-us-description .footer-text {
  font-size: 36px;
  color: #020202;
  margin-top: 40px;
  margin-bottom: 0;
}

.inquiry-form {
  max-width: 1150px;
}

.submit-btn:hover {
  background-color: #FFCC19;
  /* color: #fff; */
}


.form-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-label {
  font-weight: 500;
  font-size: 18px;
  color: #020202;
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
  background: #a9a9a963;
  height: 30px;
}

.form-check-label {
  margin-left: 10px;
  font-weight: 500;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #ddd;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-line {
  background: #971b1e;
  height: 40px;
  margin: 0;
  opacity: 1;
  border: none;
}


.units .row .card-box {
  padding: 0;
}

.units {
  text-align: left;
  /* padding: 20px; */
}

.units .row {
  margin: 0;
}

.units h2 {
  font-size: 18px;
  font-weight: bold;
  /* border-bottom: 3px solid red; */
  display: inline-block;
  /* padding-bottom: 5px; */
  /* margin-bottom: 30px; */
  margin: 7px 0;
}

.units .custom-line {
  border-top: 2px solid #8B0000;
  width: 3%;
  margin: 0;
}

.unit-card {
  padding: 20px;
  color: white;
  text-align: center;
  /* margin-bottom: 20px; */
}

.unit-card.red {
  background-color: #971b1e;
}

.unit-card.blue {
  background-color: #1e3767;
}

.unit-card h3 {
  font-size: 28px;
  font-weight: bold;
}

.unit-card p {
  font-size: 26px;
  margin: 5px 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
}

.unit-card .tsf-title,
.tsf-price {
  font-weight: bold !important;
}

.unit-card p.tilted-strikethrough {
  margin: 0;
}


.tilted-strikethrough {
  position: relative;
  display: inline-block;
}

.tilted-strikethrough::after {
  content: "";
  position: absolute;
  left: 19%;
  top: 45%;
  width: 60%;
  height: 4px;
  background-color: #ffc300;
  transform: rotate(5deg);
  /* transform: translate(-50%, -50%); */
}

.unit-card.red .red-underline {
  background-color: #fff;
  margin: 2px 0;
}

.unit-card.blue .red-underline {
  background-color: #fff;
  margin: 2px 0;
}

.bg-element {
  position: relative;
  padding: 100px 0;
}

.bg-element .bg-icon-1 {
  width: 80%;
  top: 0;
  left: -30%;
  position: absolute;
  z-index: -1;
}

.bg-element .bg-icon-2 {
  width: 13%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.bg-element .bg-icon-3 {
  width: 50%;
  bottom: 0;
  position: absolute;
  z-index: -1;
  right: 0;
}



.unit-card-box {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.main-grid-box {
  margin-top: 6rem !important;
}

.pbt-100 {
  padding: 100px 0;
}



.thankyou-img {
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 100px;
  /* justify-content: center; */
}

.thankyou-img h1 {
  font-size: 100px;
  font-family: 'BentonSans' !important;
  color: #020202;
  font-weight: 700;
  margin-bottom: 80px;
}

.thankyou-img h2 {
  font-family: 'BentonSans' !important;
  color: #020202;
}

.bg-thankyou-2 {
  display: none;
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1400px) {

  .main-text{
    font-size: 60px;
  }
  .event-date{
    font-size: 24px;
  }
  .location{
    font-size: 18px;
  }
  .event-location {
    margin-top: 44px;
}
}
@media only screen and (max-width: 1200px) {
  .units .row .card-box {
    padding: 2px;
  }

  .bg-thankyou-1 {
    display: none;

  }

  .bg-thankyou-2 {
    display: block;
  }



  .swiper-container {
    height: 60vh;
    margin-top: 76px;
  }

  .logo img {
    width: 25%;
  }

  .unit-card-box {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 4px;
  }

}
@media only screen and (max-width: 991px) {
.main-text{
  font-size: 44px;
}
.main-text br{
  display: none;
}
.event-date{
  font-size: 20px;
}
.qr-code img{
width: 90%;
}
.location{
  font-size: 14px;
}
}

.radio-btn {
  height: 22px;
  width: 35px;
  margin: 5px;
  vertical-align: middle;
}

.copy-right {
  padding: 10px;
  background-color: #FFCC19;
  color: #020202;
  font-weight: 500;
  text-align: center;
}

.copy-right p {
  margin: 0;
  font-size: 14px;
}

/* .copy-right a {
  opacity: 0;
} */

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgb(234 13 19 / 30%), 0 0 0 0 rgb(234 13 19 / 20%), 0 0 0 0 rgb(234 13 19 / 20%)
  }

  40% {
    box-shadow: 0 8px 10px rgb(234 13 19 / 30%), 0 0 0 15px rgb(234 13 19 / 20%), 0 0 0 0 rgb(234 13 19 / 20%)
  }

  80% {
    box-shadow: 0 8px 10px rgb(234 13 19 / 30%), 0 0 0 30px rgb(234 13 19 / 0%), 0 0 0 26.7px rgb(234 13 19 / 7%)
  }

  100% {
    box-shadow: 0 8px 10px rgb(234 13 19 / 30%), 0 0 0 30px rgb(234 13 19 / 0%), 0 0 0 40px rgb(234 13 19 / 0%)
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-call {
  background: rgb(234 13 19);
  border: 2px solid rgb(234 13 19);
  border-radius: 50%;
  /* box-shadow: 0 8px 10px rgb(200 29 28 / 50%); */
  cursor: pointer;
  height: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 50px;
  text-align: center;
  position: fixed;
  font-size: 23px;
  color: #fff;
  right: 24px;
  bottom: 110px;
  z-index: 99999;
  transition: .3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 24px;
  font-size: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}

.video-section .slider .swiper-container {
  width: 100%;
  margin: 0;
  height: 100%;
}

.anniversary-text {
  letter-spacing: 3px;
  font-size: 20px;
  color: #000000;
}

@media only screen and (max-width: 1400px) {
  .thankyou-img {
    padding-left: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 1250px) {
  .thankyou-img h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  /* .project-box:not(:nth-child(1)):not(:nth-child(6)) {
    border: 1px dashed !important;
  } */
  .project-box:nth-child(2) {
  border-left: 1px dashed #61606066;
  border-right: 1px dashed #61606066;
}
.project-box:nth-child(6) {
  border-left: 1px dashed #61606066; 
  border-right: 1px dashed #61606066;
}
.project-box:nth-child(9) {
  /* border-left: 2px dashed; */
  border-right: 1px dashed #61606066;
}


  .thankyou-img h1 {
    font-size: 50px;
  }

  .pbt-100 {
    padding: 50px 0;
  }

  .bg-element .bg-icon-3 {
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: -1;
    right: 0;
  }

  .bg-element .bg-icon-2 {
    width: 20%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }

  .bg-element .bg-icon-1 {
    width: 100%;
    top: 0;
    left: -30%;
    position: absolute;
    z-index: -1;
  }

  .project-box {
    border: 1px dashed #61606066;
    height: 195px;
  }

  .main-grid-box .dashed-line {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .main-grid-box .dashed-line {
    display: none;
  }

  .thankyou-img h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .thankyou-img h2 {
    font-size: 20px;
  }

  .thankyou-img h1 br {
    display: none;
  }

  .thankyou-img {
    padding: 30px;
  }

  .main-text {
    font-size: 50px;
    margin-top: 20px;
  }

  .event-location {
    margin-top: 20px;
  }

  .event-date {
    font-size: 24px;
  }

  .location {
    font-size: 16px;
  }

  .about-us-description {
    padding: 50px 0;
  }

  .event-location {
    justify-content: center;
    align-items: center !important;
  }

  .main-grid-box {
    margin-top: 3rem !important;
  }

  .project-subtitle {
    font-size: 14px;
  }

  .form-label {
    font-size: 16px;
    margin: 8px 0;
  }

  .project-status {
    font-size: 12px;
  }

  .radio-btn {
    height: 16px;
    width: 30px;
    margin: 5px;
    vertical-align: middle;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .form-btn {
    margin-top: 50px;
  }

  .form-check {
    padding-left: 0;
  }

  .project-logo {
    max-width: 120px;
  }

  .swiper-container {
    height: 40vh;
  }


  .logo img {
    width: 40%;
  }

  .project-box {
    border: 1px dashed #61606066;
    height: 225px;
  }


  .custom-text {
    font-size: 18px;
  }

  .custom-text br {
    display: none;
  }

  .pbt-80-120 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .property-logo {
    padding: 50px 0;
  }

  .property-logo .my-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .main-grid-box {
    margin-bottom: 0 !important;
    width: 100%;
    margin: auto;
    gap: 10px;
  }

  .about-us-description .header-text {
    font-size: 22px;
  }

  .about-us-description .main-title {
    font-size: 30px;
  }

  .about-us-description .footer-text {
    font-size: 22px;
    margin-top: 28px;
  }

  .about-us-description .content-text {
    font-size: 14px;
  }


  .col-sm-4 {
    width: 31.333333%;
  }

  .inquiry-box {
    padding: 0 !important;
  }

  .form-title {
    font-size: 22px;
  }

  .custom-text span {
    font-size: inherit;
    font-family: 'BentonSans' !important;
  }

  .bg-element {
    background-image: none;
    padding: 50px 0;
  }

  .popup-header img {
    margin-top: 0;
    max-width: 150px;
  }

  .popup-header {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .units .custom-line {
    width: 14%;
  }

  .inquiry-form {
    width: 100%;
    max-width: 100%;
  }

  .unit-card-box {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 4px;
  }

  .btn-call {
    height: 40px;
    width: 40px;
    bottom: 89px;
    font-size: 20px;
    right: 22px;
  }

  .btn-whatsapp-pulse {
    font-size: 20px;
    padding: 20px;
    right: 22px;
  }

  .anniversary-text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.8;
  }

  .sub-title {
    font-size: 22px;
    margin-top: 28px;
  }
}

@media only screen and (max-width: 576px) {
  .col-6 {
    width: 48%;
  }
}

@media only screen and (max-width: 600px) {
  .swiper-container {
    height: 25vh;
    margin-top: 76px;
  }

  .tilted-strikethrough::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 45%;
    width: 80%;
    height: 4px;
    background-color: #ffc300;
    transform: rotate(5deg);
    /* transform: translate(-50%, -50%); */
  }

  .event-date {
    font-size: 20px;
  }

  .main-text {
    font-size: 34px;
  }

  .location {
    font-size: 14px;
  }

  .custom-line {
    width: 45%;
  }

  .sub-title {
    font-size: 16px;
  }

  .about-us-description .header-text {
    font-size: 18px;
  }

  .sub-title img {
    width: 10px;
    display: none;
  }

  .location img {
    width: 14px;
  }

  .unit-card-box {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 6px;
  }

  .unit-card p {
    font-size: 22px;
  }

  .unit-card h3 {
    font-size: 24px;
  }

  .project-box {
    border: 1px dashed #61606066;
    height: 210px;
  }

  .header h1 {
    font-size: 11px;
  }

  .form-btn {
    margin-top: 30px;
  }

  .logo img {
    width: 50%;
  }
}

#projects {
  width: 100%;
  height: 30px;
  background: #dedede;
  border: 0;
}

.fest-section::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 36px;
  height: 36px;
  background: #FFD11A;
}