@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Nothing+You+Could+Do&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&family=Teko:wght@300..700&display=swap");

@font-face {
  font-family: HelveticaNeueThin;
  src: url(../Fonts/Helvetica/HelveticaNeueThin.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueThin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeueLight;
  src: url(../Fonts/Helvetica/HelveticaNeueLight.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueLight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeueMedium;
  src: url(../Fonts/Helvetica/HelveticaNeueMedium.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeueBold;
  src: url(../Fonts/Helvetica/HelveticaNeueBold.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeueBlack;
  src: url(../Fonts/Helvetica/HelveticaNeueBlack.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueBlack.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: HelveticaNeueThinItalic;
  src: url(../Fonts/Helvetica/HelveticaNeueThinItalic.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: HelveticaNeueLightItalic;
  src: url(../Fonts/Helvetica/HelveticaNeueLightItalic.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueLightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: HelveticaNeueMediumItalic;
  src: url(../Fonts/Helvetica/HelveticaNeueMediumItalic.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueMediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: HelveticaNeueBoldItalic;
  src: url(../Fonts/Helvetica/HelveticaNeueBoldItalic.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueBoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: HelveticaNeueBlackItalic;
  src: url(../Fonts/Helvetica/HelveticaNeueBlackItalic.otf) format("woff2"),
    url(../Fonts/Helvetica/HelveticaNeueBlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Dunking Grotesk;
  src: url(../Fonts/Dunken/dunkinggrotesk-bold.otf) format("woff2"),
    url(../Fonts/Helvetica/dunkinggrotesk-bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Dunking Grotesk;
  src: url(../Fonts/Dunken/dunkinggrotesk-regular.otf) format("woff2"),
    url(../Fonts/Helvetica/dunkinggrotesk-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Kalhen;
  src: url(../Fonts/Kelhan/Kalhen.otf) format("woff2"),
    url(../Fonts/Helvetica/Kalhen.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}

header {
  width: 100%;
  background-color: transparent;
  z-index: 999;
}

.nav-link.active {
  color: #c4302b !important;
}

.nav-link-2 {
  color: #fff;
  /* Default color - white */
}

.nav-link-2.scrolled {
  color: #000 !important;
  /* Color after scrolling - black */
}

#black-title {
  color: white;
  /* Default color for Night View */
  transition: color 0.5s ease;
  /* Smooth transition */
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}

.navbar-brand img {
  width: 110px;
}

.navbar-brand-hover {
  transition: all 0.3s ease-in-out;
}

.nav-link {
  padding-left: 10px !important;
  padding-right: 11px !important;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-nav li:nth-child(-n + 6):after {
  content: "";
  border-right: 2px solid #a0a1a8;
  display: block;
  width: 100%;
  height: 14px;
  margin-top: -28px;
}

.navbar-nav .dropdown li:nth-child(-n + 5):after {
  content: "";
  border-right: 2px solid rgb(165 41 44);
  display: none;
  width: 100%;
  height: 10px;
  margin-top: -30px;
}

.navbar-nav li a:hover {
  background-color: #a5292c;
  color: #fff;
  transition: all 0.5ms ease-in-out;
  transform: rotate(180);
}

.navbar-nav li a.active:hover {
  color: #fff !important;
}

/* From Uiverse.io by satyamchaudharydev */
.nav-item .button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-block: 0.5rem;
  padding-inline: 1.1rem;
  background-color: rgb(165 41 44);
  /* border-radius: 9999px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  margin-left: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-item .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.nav-item .button:hover {
  transform: scale(1.05);
  border-color: #fff9;
  color: #fff !important;
}

.nav-item.button:hover .icon {
  transform: translate(4px);
}

.nav-item .button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.nav-item .button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

#preloader {
  position: fixed;
  background: #fff url(../images/Location.gif);
  z-index: 9999999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.header .mobile-num a {
  text-decoration: none;
  color: rgb(165 41 44);
  font-size: 16px;
  /* font-weight: bold; */
}

.header .nav-top .mobile-num i {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  /* padding: 7px; */
  margin-right: 5px;
  /* border: 2px solid #000; */
  border-radius: 50%;
}

.header .nav-top .mobile-num .fa-envelope {
  margin-left: 20px;
}

.header .nav-top .mobile-num {
  margin-right: 20px;
}

.header .nav-top {
  justify-content: end;
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.social-media {
  text-align: center;
  margin-right: 10px;
}

.social-media i {
  font-size: 25px;
  margin-top: 20px;
}

.social-media .fa-facebook {
  color: #4267b2;
}

.social-media .fa-youtube {
  color: #c4302b;
}

.social-media .fa-instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .social-media i {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
}

.social-media i:hover {
  color: #f58324;
  transition: all 0.8ms ease-in-out;
}

.landing-page {
  position: relative;
  z-index: -1;
  margin-top: -35px;
}

/* .navbar-nav:hover> :not(:hover) {
  opacity: 0.4;
}


.navbar-nav .dropdown-menu:hover> :not(:hover) {
  opacity: 0.4;
} */

/* Bnaner */

.banner .banner-scroll-down {
  bottom: 120px;
}

.banner .banner-scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.banner .banner-scroll-down a {
  color: var(--tg-white);
  display: block;
  width: 30px;
  height: 50px;
  text-align: center;
}

.banner .banner-scroll-down a span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid rgb(165 41 44);
  border-right: 2px solid rgb(165 41 44);
  transform: rotate(45deg);
  margin: -10px 0 0 8px;
  animation: animate 2s infinite;
}

.banner .banner-scroll-down a span:nth-child(2) {
  animation-delay: -0.2s;
}

.banner .banner-scroll-down a span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-15px, -15px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(15px, 15px);
  }
}

/* .banner  #background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

.banner #background-video {
  position: relative;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  height: 118vh;
  margin-top: -245px;
}

.banner .content {
  position: relative;
  /* z-index: 1; */
  color: #a5292c;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  position: absolute;
  top: 55%;
  left: 0%;
  width: 100%;
  /* height: 100%; */
  /* transform: translate(-50%, -50%); */
}

.banner h1 {
  font-size: 2.6em;
  margin-bottom: 20px;
  color: rgb(165 41 44);
  font-family: fantasy;
  line-height: 50px;
  margin-bottom: 0;
  font-family: "HelveticaNeueBold";
}

.banner p {
  font-size: 1.5em;
}

.banner .banner-text {
  line-height: 40px;
  font-family: "Helvetica", sans-serif;
  position: relative;
}

.banner .banner-text h2 {
  font-size: 40px;
  color: #000;
  font-family: "HelveticaNeueBold";
}

/* BAck to TOP */

#topButton {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  background-color: #fff;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#topButton i {
  color: #a5292c;
}

#topButton:hover {
  background-color: #f492a7;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#topButton:hover i {
  color: #fff;
  transition: all 0.3s ease;
}

/* BAck to TOP */

.animated-btn {
  position: relative;
  display: inline-block;
  padding: 6px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #a5292c;
  border: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
  text-decoration: none;
  margin-top: 10px;
}

.animated-btn:hover {
  background-color: #000;
}

.animated-btn::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.animated-btn:hover::after {
  opacity: 1;
  transform: translate(8px, -50%);
}

/* Button */

.brocure {
  text-decoration: none;
  color: #a5292c;
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

.brocure i {
  color: #000;

  margin-right: 5px;
}

/* SIDE MENU */

section {
  padding: 50px 0px;
}

.title {
  margin-bottom: 30px;
}

.title p {
  margin-bottom: 0px;
  margin-bottom: 0px;
}

.title p span {
  border-bottom: 3px solid #d79e9e;
}

.title h1 {
  margin-bottom: 0px;
}

/* hover */

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hover-zoom {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1);
}

.hover-zoom img {
  transition: var(--mdb-image-hover-zoom-transition);
}

.hover-zoom:hover img,
.banner4-contanet:hover img {
  transform: var(--mdb-image-hover-zoom-transform);
}

/* hover */

.banner2 {
  position: relative;
}

.banner2 .title h1 {
  font-family: "HelveticaNeueBold";
  font-size: 44px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.banner2 .artistic-text {
  text-align: center;
  position: relative;
  top: -30px;
}

.banner2 .title {
  padding-right: 35px;
}

.banner2 .banner2-text p {
  padding-right: 38px;
  text-align: justify;
}

.sticky-banner .title {
  position: sticky;
  top: 165px;
  z-index: 1;
  background-color: #fff;
  padding: 10px 45px 10px 10px;
}

.sticky-banner .title p {
  text-align: justify;
}

.banner3 {
  background-image: url(../Images/svasti/Balcony.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  /* animation: zoomIn 15s infinite linear; */
  background-attachment: fixed;
}

.banner3-content-down {
  text-align: end;
  margin-top: 50px;
  color: #fff;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    /* Adjust the scale factor */
  }
}

.banner3 .row .title h1 {
  font-family: "HelveticaNeueBold";
  font-size: 80px;
  color: #fff;
}

.banner3-content {
  color: #fff;
  padding: 15px;
}

.banner3-content h4 {
  font-size: 28px;
}

.banner3-content p {
  margin-bottom: 0px;
  font-size: 17px;
}

.banner3-content-main {
  display: flex;
  justify-content: space-between;
}

/* .banner3-content-main .banner3-content {
  width: 49.99%;
} */

.banner3-content:nth-child(1) {
  border-right: 2px solid #fff;
}

.banner4 .title h1 {
  font-family: "HelveticaNeueBold";
  font-size: 44px;
  color: #000;
  line-height: 52px;
  margin: 10px 0px;
}

.banner4 .col-lg-8 .col-lg-4 {
  text-align: end;
  border-right: 1px solid #d79e9e;
  padding-right: 10px;
}

.banner5 .main-distances .main-dis {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 20px;
  padding-top: 5px;
  text-align: end;
  justify-content: end;
}

.banner5 .main-distances .main-dis::after {
  content: "";
}

.banner5 .main-distances .main-dis h5 {
  font-size: 22px;
  width: 225px;
  margin-bottom: 0;
}

.banner5 .main-distances .main-dis i {
  font-size: 22px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 8px;
  height: 35px;
  width: 35px;
  line-height: 15px;
}

.banner5 .main-distances .main-dis i::after {
  content: "";
  border-right: 250px solid #c5c5c7;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  position: relative;
  z-index: -1;
  margin-left: -70px;
}

.banner5 .main-distances .main-dis h6 {
  font-size: 31px;
  margin-bottom: 0;
  font-weight: bold;
  color: #a6292c;
  width: 105px;
}

.banner5 .title {
  padding-top: 50px;
}

.banner5 {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}

.banner5 .title h1 {
  margin-top: 10px;
}

.banner5 .main-dis {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 2s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Adding delay for each element */

.main-dis:nth-child(1) {
  animation-delay: 0s;
}

.main-dis:nth-child(2) {
  animation-delay: 0.5s;
}

.main-dis:nth-child(3) {
  animation-delay: 1s;
}

.main-dis:nth-child(4) {
  animation-delay: 1.5s;
}

.main-dis:nth-child(5) {
  animation-delay: 2s;
}

.main-dis:nth-child(6) {
  animation-delay: 2.5s;
}

.main-dis:nth-child(7) {
  animation-delay: 3s;
}

.main-dis:nth-child(8) {
  animation-delay: 3.5s;
}

.main-dis:nth-child(9) {
  animation-delay: 4s;
}

.main-dis:nth-child(10) {
  animation-delay: 4.5s;
}

.main-dis:nth-child(11) {
  animation-delay: 5s;
}

.main-dis:nth-child(12) {
  animation-delay: 5.5s;
}

.banner5::before {
  content: " ";
  border-top: 205vh solid rgb(224, 224, 224);
  border-left: 110vw solid transparent;
  width: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.banner5 .title {
  padding-top: 50px;
}

.banner5 .title p:nth-child(2) {
  text-align: justify;
}

.banner4 {
  background: url(../Images/S-bg.jpg);
  background-repeat: repeat;
  background-size: 50px 50px;
  padding-top: 60px;
}

.banner4 .title2 p span {
  font-size: 20px;
  color: #a5292c;
}

.banner4 .title2 p {
  font-weight: bold;
  color: #635f5f;
  font-size: 14px;
}

.banner4 .title2 p a {
  color: #01020a;
}

.banner4 .title2 h4 {
  color: #fff;
}

.banner4 .title2 h4 {
  border-bottom: 1px solid #000;
  padding: 5px 15px 10px;
  background-color: #959393;
}

.banner4 .banner4p1::after {
  content: "";
  position: absolute;
  background-color: #959393;
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: 14px;
  left: calc(95% - 0px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner4 .banner4p2::after {
  content: "";
  position: absolute;
  background-color: #959393;
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: 14px;
  left: calc(95% - 0px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner4 .banner4p3::after {
  content: "";
  position: absolute;
  background-color: #959393;
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: 14px;
  left: calc(96% - 0px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner4 .banner4p4::after {
  content: "";
  position: absolute;
  background-color: #959393;
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: 14px;
  left: calc(96% - 0px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner4 .banner4p5::after {
  content: "";
  position: absolute;
  background-color: #959393;
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: 28px;
  left: calc(96% - 0px);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* form */

form {
  padding: 5px;
  border: 1px solid #454343;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  font-weight: bold;
  color: #fff;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 4px;
  font-size: 1rem;
}

.form-control:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

textarea.form-control {
  resize: vertical;
}

.btn-primary {
  background-color: #a5292c;
  border-color: transparent;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #f492a7;
  border-color: #f492a7;
  color: #000;
}

.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* form */

.banner6-details-content h4 {
  font-size: 18px;
  margin-top: 10px;
}

.banner6-details-content {
  height: 170px;
  padding: 15px;
  margin-bottom: 15px;
}

.border-ban61 {
  border-right: 1px solid #ccc;
}

.footer {
  background-color: #e5e5e5;
}

.footer .footer-contact p {
  margin-left: 25px;
}

.footer .footer-contact .social-media {
  text-align: start;
}

.footer .footer-contact .social-media i {
  margin-top: 6px;
  font-size: 36px;
}

.footer .footer-contact .social-media .fa-square-x-twitter {
  color: #000;
}

.footer .footer-samukha-text p {
  text-align: justify;
}

.copy-right {
  padding: 15px 0px;
}

.copy-right a {
  text-decoration: none;
  color: #a5292c;
}

.copy-left-content {
  text-align: start;
}

.copy-right-content {
  text-align: end;
}

.disclaimer {
  background-color: #ccc;
  padding: 5px 0px;
}

.disclaimer p {
  font-size: 14px;
}

.about-banner1-project-details {
}

.about-banner2 {
  background-image: url(../Images/About/Construction-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.about-banner2 h1 {
  font-family: "HelveticaNeueBold";
  font-size: 50px;
}

.about-banner1 h3 {
  font-family: "HelveticaNeueBold";
}

.about-banner2 .promoters-details {
  display: flex;
  gap: 20px;
}

.about-banner2 .promoters-details img {
  width: 60px;
  height: 60px;
}

.about-banner2 .promoters-details h3 {
  color: #fff;
}

.about-banner2 .promoters-details p {
  color: #fff;
}

.about-banner3 h1 {
  font-family: "HelveticaNeueBold";
}

.about-banner4 {
  padding-top: 0px;
}

.about-banner4::before {
  content: " ";
  border-top: 150vh solid rgb(224, 224, 224);
  border-left: 105vw solid transparent;
  width: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow: hidden;
  margin-top: -175px;
}

.about-banner4 h1 {
  font-family: "HelveticaNeueBold";
  font-size: 50px;
  text-align: center;
}

.about-banner4 .about-banner4team {
  text-align: center;
}

.about-banner4 .about-banner4team img {
  width: 90px;
  border-radius: 50%;
}

.banner-5-new {
  padding: 15px 0px 50px;
}

.distance-banner-content {
  padding-top: 50px;
  text-align: center;
}

.banner5 .banner-5-new .main-distances .main-dis {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 27px;
  padding-top: 5px;
  text-align: end;
  justify-content: end;
}

/* FLOOR PLANS */

.floor-plans-banner .title h1 {
  font-family: "HelveticaNeueBold";
  font-size: 50px;
}

.floor-plans-banner .title h4 {
  font-family: "HelveticaNeueBold";
  font-size: 25px;
}

.floor-plans-banner2 {
  background-image: url(../Images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}

.floor-plans-banner2-inside {
  padding: 50px;
}

.floor-plans-banner2-inside .Areas {
  margin-left: 95px;
}

.unit-specifications {
  backdrop-filter: blur(2px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(224, 224, 224, 0.4);
  padding: 15px;
}

.Areas.unit-specificationsunit-2 {
  text-align: end;
}

.unit-specifications table th {
  color: #a5292c;
}

.unit-specifications h5 {
  font-size: 24px;
  color: #000;
}

.unit-specifications table {
  background-color: transparent !important;
}

.unit-specifications-main {
  display: flex;
  gap: 10px;
}

.unit-specifications .unit-specifications1 {
  width: 50%;
}

.unit-specifications .unit-specifications2 {
  width: 50%;
}

.unit-specifications .unit-specifications2 th {
  color: #000;
}

.floor-plans-banner3 {
  background-image: url(../Images/head-bdr-img.png);
  background-repeat: repeat;
  background-size: 50px 50px;
}

/* specifications of Svasti */

.specifications-of-svasti-content ul {
  list-style: url(../Images/Specifications/structural.png);
}

.specifications-of-svasti-content strong {
  text-transform: uppercase;
  color: #a5292c;
}

.specifications-of-svasti-content h5 {
  font-weight: bold;
}

.specifications-of-svasti-content {
  position: relative;
  z-index: 1;
  padding: 15px;
  background: aliceblue;
  margin-right: 20px;
  left: -75px;
}

.specifications-of-svasti-content img {
  width: 150px;
  height: 100px;
}

/* .specifications-of-svasti-content .specifications-of-svasti-content-inside {
  display: flex;
  gap: 10px;
} */

.specifications-of-svasti-ban2 {
  background-image: url(../Images/Specifications/flooring-dado.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}

/* .specifications-of-svasti-ban2 .specifications-of-svasti-ban2-content{
  text-align: center;
} */

.specifications-of-svasti-ban2 .specifications-of-svasti-ban2-content img {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.specifications-of-svasti-ban2 .specifications-of-svasti-ban2-content h5 {
  color: #fff;
}

.specifications-of-svasti-ban2 .specifications-of-svasti-ban2-content p {
  color: #e0e0e0;
}

.specifications-of-svasti-ban3 .specifications-of-svasti-ban3-content {
  display: flex;
  gap: 10px;
  border: 1px solid #ccc;
}

.specifications-of-svasti-ban3 .specifications-of-svasti-ban3-content img {
  width: 170px !important;
  background-color: #ccc;
}

.specifications-of-svasti-ban3 .specifications-of-svasti-ban3-content-text {
  width: 100%;
  text-align: center;
  height: 120px;
}

.specifications-of-svasti-ban3 .specifications-of-svasti-ban3-content-text h6 {
  color: #a5292c;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 25px;
}

/* hover */

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hover-zoom {
  --mdb-image-hover-zoom-transition: all 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.1);
}

.hover-zoom img {
  transition: var(--mdb-image-hover-zoom-transition);
}

.hover-zoom:hover img,
.banner4-contanet:hover img {
  transform: var(--mdb-image-hover-zoom-transform);
}

/* hover */

.specifications-of-svasti-ban4::before {
  content: " ";
  border-top: 185vh solid rgb(224, 224, 224);
  border-left: 475vw solid transparent;
  width: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow: hidden;
  margin-top: -50px;
}

.specifications-of-svasti-ban4-inside {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.beside-inside {
  width: 100%;
}

.specifications-of-svasti-ban4-inside-middle {
  margin-top: 50px;
}

.specifications-of-svasti-ban4-inside h6 {
  color: #a5292c;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* .specifications-of-svasti-ban5 {
  margin-top: -200px;
} */

.specifications-of-svasti-ban5-details .bg-image-content {
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(2px);
  height: 150px;
  padding: 15px;
  width: 75%;
  margin-left: 25%;
  color: #000000;
}

.specifications-of-svasti-ban5-details .bg-image-content h6 {
  font-weight: bold;
  text-transform: uppercase;
  color: #a6292c;
}

.paint-bg {
  background-image: url(../Images/Specifications/paint-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  height: 500px;
  margin-top: -200px;
}

/* Local Area */

.svasti-koramangala-ban .title h1 {
  font-family: "HelveticaNeueBold";
  font-size: 50px;
}

.svasti-koramangala-banner-text {
  padding-left: 50px;
  padding-right: 100px;
}

.svasti-koramangala-banner-text p span {
  font-size: 50px;
  font-weight: bold;
  line-height: 25px;
  color: #a5292c;
}

.svasti-koramangala-ban3 {
  background-color: #b8b8bb;
}

.svasti-koramangala-ban3 .svasti-koramangala-ban3-content {
  background-color: #b8b8bb;
  border-radius: 10px;
  padding: 15px;
}

.svasti-koramangala-ban4 .svasti-koramangala-ban4-content {
  padding: 0px 15px;
}

.svasti-koramangala-ban5 {
  background-image: url(../Images/Local_Area/connectivity.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  padding: 0px;
}

.svasti-koramangala-ban6-main-content {
  background-color: #fafaff;
  padding: 30px;
  border-radius: 30px;
}

.svasti-koramangala-ban6-main-content-inside {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.svasti-koramangala-ban7 {
  background-color: #b8b8bb;
  height: 34vh;
  margin-bottom: 34vh;
}

.svasti-koramangala-ban8 {
  margin-top: 27vh;
}

#loom-companion-mv3 {
  display: none !important;
}

.main-inside-banner .title h1 {
  font-family: "HelveticaNeueBold";
  font-size: 44px;
  color: #000;
  line-height: 52px;
  margin: 10px 0px;
}

.privacy-policy {
  list-style: url(../Images/lotus-style.png);
}

.terms-ofuse {
  list-style: url(../Images/list-style.png);
}

.banner-mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.milestone-desktop {
  display: block !important;
}

.milestone-mobile {
  display: none !important;
}

/* Milestone */
.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  position: absolute;
  background: #a5292c;
  border: 3px solid #fff;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 10;
}

.main-timeline-section .timeline-end {
  right: 0px;
}

.main-timeline-section .conference-center-line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #9e9e9e;
}

.timeline-article {
  width: 20%;
  position: relative;
  min-height: 300px;
  float: right;
}

.timeline-article .content-date {
  position: absolute;
  top: 35%;
  left: 32px;
  font-size: 18px;
}

.timeline-article .content-box {
  /*   box-shadow: 2px 2px 4px 0px #888; */
  box-shadow: 2px 2px 4px 0px #888;
  border: 3px solid #9e9e9e;
  border-radius: 5px;
  background-color: #fff;
  width: 70%;
  position: absolute;
  top: 60%;
  /* left: -80px; */
  padding: 10px;
  color: #1f1f1f;
  text-align: center;
}

.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #9e9e9e;
}

.timeline-article-bottom .content-date {
  top: 59%;
}

.timeline-article-bottom .content-box {
  top: 24%;
}

.box-active {
  border: 3px solid #a5292c !important;
}

.timeline-article-bottom .box-active:before {
  border-top-color: #a5292c !important;
}
.timeline-article-top .box-active:before {
  border-bottom-color: #a5292c !important;
}

.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #9e9e9e;
}

/* Pop-UP */
.popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999999;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 50%;
  position: relative;
}

.button-pop {
  background-color: #a5292c;
  border: 2px solid;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #fff9;
}

.popup-content h2 {
  margin-top: 0;
}

.popup-content ul {
  list-style-type: none;
  padding: 0;
}

.popup-content ul li {
  margin: 10px 0;
  text-align: left;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 30px;
  cursor: pointer;
}

.close-button:hover {
  color: #a5292c;
}

/* Custom Styles for Night and Day Modes */
body.night-mode {
  /* background-color: #121212; */
  color: #ffffff;
}

body.day-mode {
  background-color: #f8f9fa;
  color: #212529;
}

/* Navbar Styles */
.navbar {
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 10px 20px;
}

.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar.night-mode {
  /* background-color: #121212; */
}

.navbar.day-mode {
  /* background-color: #ffffff; */
}

.navbar.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.night-mode .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar.day-mode .navbar-nav .nav-link {
  color: #212529;
}

.navbar.scrolled .nav-link {
  color: #000 !important;
  /* White text on scroll */
}

.navbar.night-mode .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(./Assets/Images/Whiteicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar.day-mode .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(./Assets/Images/Blackicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar.scrolled .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(./Assets/Images/Blackicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Button Styles */
.mode-toggle-btn {
  margin: 10px;
}

/* Add padding to main content to avoid overlap with fixed navbar */
.content {
  padding-top: 180px;
}

.image-container {
  position: relative;
  margin-top: -230px;
}

.main-banner-content {
  position: relative;
  margin-top: -305px;
}

.btn.active {
  background: #a5292c;
  border: 3px solid #ffffff4d;
}

.mode-buttons button {
  color: #fff !important;
  font-size: 14px;
  background: #a5292c;
}

.mode-buttons button:hover {
  color: #a5292c !important;
  background-color: #fff !important;
  border: 1px solid #a5292c !important;
  transition: all 0.5ms ease-in-out;
}

/* Milestone-mobile */
.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50px;
  width: 4px;
  height: 100%;
  background-color: #999;
}

.timeline-event {
  position: relative;
  margin: 75px 0;
  padding-left: 60px;
}

.timeline-event::before {
  content: "";
  position: absolute;
  left: 44px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #a5292c;
}

.timeline-year {
  position: absolute;
  left: -40px;
  top: 0;
  width: 70px;
  text-align: right;
  font-size: 14px;
  color: #999;
}

.timeline-content {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.timeline-content {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  margin-left: 20px;
  border: 3px solid #a5292c !important;
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #9e9e9e;
}

.timeline-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.timeline-content p {
  font-size: 16px;
}

.milestone-mobile {
  margin: 50px 0;
  display: none;
}

/* gallery */

.gallery-box .box{
  margin-bottom: 20px;
}

.svasti-gallery {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-image {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.svasti-gallery .title-gallery h3 {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.gallery-images {
  text-align: center;
}
.gallery-images a {
  color: #a5292c;
  text-decoration: underline;
}

.infrastructure-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.infrastructure-card:hover {
  transform: translateY(-5px);
}

.infrastructure-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* ------------------------------------- */
@keyframes sonar {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.video-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #a5292c;
    opacity: 1;
    width: 70px;
    height: 70px;
    font-size: 30px;
    border: none;
}

.video-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #a5292c;
    animation: sonar 1.5s infinite ease-out;
}


.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 5px;
    transition: all 0.4s linear;
    color: #fff;
}

.title-for-video{
    color: #a5292c;
    text-align: center;
    margin-bottom: 30px;
}

.video_svasti{
    padding: 50px 0;
}













/* ------------------------------------------ */
@media only screen and (max-width: 768px) {
  .navbar-nav li:nth-child(-n + 9):after {
    content: "";
    border-right: 2px solid rgb(165 41 44);
    display: none;
    width: 100%;
    height: 10px;
    margin-top: -39px;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .nav-top {
    display: none !important;
  }

  .banner5 .main-distances .main-dis h5 {
    font-size: 14px;
    width: auto;
    margin-bottom: 0;
  }

  .banner5 .main-distances .main-dis {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: end;
    justify-content: end;
  }

  .banner5 .main-distances .main-dis i::after {
    content: "";
    border-right: 152px solid #c5c5c7;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 24px;
    position: relative;
    z-index: -1;
    margin-left: -133px;
  }

  .banner .banner-text h2 {
    font-size: 28px;
    color: #000;
    font-family: "HelveticaNeueBold";
  }

  .banner h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: rgb(165 41 44);
    font-family: fantasy;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "HelveticaNeueBold";
  }

  .sticky-banner .title {
    position: sticky;
    top: 100px;
    z-index: 1;
    background-color: #fff;
    padding: 0px;
  }

  .banner3 {
    background-image: url(../Images/svasti/Balcony.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .banner3-content-main {
    display: unset;
    justify-content: space-between;
  }

  .banner3-content:nth-child(1) {
    border-right: 2px solid transparent;
  }

  .copy-left-content {
    text-align: center;
  }

  .copy-right-content {
    text-align: center;
  }

  .border-ban61 {
    border-right: 1px solid transparent;
  }

  .banner2 {
    padding-top: 0;
  }

  .banner2 .title h1 {
    font-family: "HelveticaNeueBold";
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    text-align: center;
  }

  .banner2 .title h1 br {
    display: none;
  }

  .banner4 .title h1 {
    font-family: "HelveticaNeueBold";
    font-size: 30px;
    color: #000;
    line-height: 35px;
    margin: 10px 0px;
  }

  .banner2 .banner2-text p {
    padding-right: 0px;
    text-align: center;
    padding-top: 2px;
  }

  .banner4 .banner4p5::after {
    content: "";
    position: absolute;
    background-color: #959393;
    border-radius: 0;
    width: 16px;
    height: 16px;
    top: 16px;
    left: calc(97% - 0px);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .about-banner2 .promoters-details {
    display: unset;
    gap: 10px;
  }

  .about-banner2 {
    background-size: cover;
  }

  .about-banner3 h1 {
    font-family: "HelveticaNeueBold";
    text-align: center;
  }

  .footer-contact {
    padding-top: 10px;
  }

  .floor-plans-banner .title p {
    padding: 0px 15px;
  }

  .floor-plans-banner .title p br {
    display: none;
  }

  .floor-plans-banner2-inside .Areas {
    margin-left: 0;
  }

  .floor-plans-banner2-inside {
    padding: 50px 0px;
  }

  .floor-plans-banner {
    padding-bottom: 0;
  }

  .unit-title {
    text-align: center;
  }

  .Areas.unit-specificationsunit-2 {
    text-align: start;
  }

  .specifications-of-svasti .main-inside-banner .title h1 br {
    display: none;
  }

  .specifications-of-svasti-content {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: aliceblue;
    margin-right: 0px;
    left: 0;
  }

  .specifications-of-svasti-ban3 .container br {
    display: none;
  }

  .specifications-of-svasti-ban3 .specifications-of-svasti-ban3-content {
    display: flex;
    gap: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .specifications-of-svasti-ban5-details .bg-image-content {
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(2px);
    height: auto;
    padding: 15px;
    width: 100%;
    margin-left: 0%;
    color: #000000;
  }

  .titan-designers {
    padding-top: 0;
  }

  .svasti-koramangala-banner-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .svasti-koramangala-ban2-content {
    padding: 12px;
  }

  .svasti-koramangala-ban4-content-healthcare {
    margin-top: 10px;
  }

  .svasti-koramangala-ban5 {
    padding-top: 50px;
  }

  .svasti-koramangala-ban6-main-content {
    background-color: #fafaff;
    padding: 0px;
    border-radius: 30px;
  }

  .svasti-koramangala-ban7 {
    background-color: #b8b8bb;
    height: auto;
    margin-bottom: auto;
  }

  .main-inside-banner .title h1 {
    font-family: "HelveticaNeueBold";
    font-size: 30px;
    color: #000;
    line-height: 35px;
    margin: 10px 0px;
    text-align: center;
  }

  .main-inside-banner .title h1 br {
    display: none;
  }

  .text-container {
    font-size: 28px !important;
    color: #333;
    display: unset !important;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .banner #background-video {
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    height: 100vh;
    margin-top: -200px;
    display: none !important;
  }

  .banner {
    display: none !important;
  }

  .banner-mobile {
    display: block !important;
  }

  .banner-mobile p {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
  }

  .banner-mobile {
    background-image: url(../Images/Mobile/mobile-night-view.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 250px;
    margin-top: -200px;
    width: 100%;
    height: 520px;
  }

  .mobile-banner-main {
    margin-top: 150px;
  }

  .content {
    padding-top: 180px;
    display: none;
  }

  .banner-mobile .banner-text {
    line-height: 40px;
    font-family: "Helvetica", sans-serif;
    position: relative;
  }

  .banner-mobile h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: rgb(165 41 44);
    font-family: fantasy;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "HelveticaNeueBold";
    display: none;
  }

  .banner-mobile .banner-text h2 {
    font-size: 2.5em;
    color: #000;
    font-family: "HelveticaNeueBold";
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .banner2 .title {
    padding-right: 0px;
  }

  .main-read-more {
    text-align: center !important;
    padding: unset !important;
  }

  .banner3 .row .title h1 {
    font-family: "HelveticaNeueBold";
    font-size: 60px;
    color: #fff;
  }

  .banner6-details-content {
    height: auto;
    padding: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    text-align: center;
  }

  .banner3-content-down {
    text-align: end;
    margin-top: 50px;
    color: #fff;
  }

  .banner3-content-down p {
    font-size: 14px;
  }

  .about-banner1 h5 {
    text-align: center;
  }

  .banner5 .banner-5-new .main-distances .main-dis {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 27px;
    padding-top: 5px;
    text-align: end;
    justify-content: end;
  }

  .about-banner3-content {
    margin-top: 20px;
  }

  .about-banner3 .director {
    width: 50%;
  }

  .about-banner4::before {
    content: " ";
    border-top: 146vh solid rgb(224, 224, 224);
    border-left: 106vw solid transparent;
    width: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    overflow: hidden;
    margin-top: -25px;
  }

  .specifications-of-svasti-ban4 h5 {
    text-align: center;
  }

  .svasti-koramangala-banner-text {
    padding-top: 30px;
  }

  .mobile-banner-main .banner-text {
    margin-top: 20px;
    text-align: center;
    font-family: Nothing You Could Do;
  }

  .milestone-desktop {
    display: none !important;
  }

  .milestone-mobile {
    display: block !important;
    text-align: center;
    padding: 40px;
  }

  .mode-buttons {
    display: none !important;
  }

  .popup-content {
    width: unset !important;
    padding: 35px !important;
  }

  .popup-container {
    position: relative !important;
    z-index: 9999999 !important;
  }

  .banner-text {
    text-align: center;
    padding-top: 20px;
  }

  .banner-text h2 {
    color: #000;
    font-family: Nothing You Could Do;
  }

  .timeline-content {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    margin-left: 20px;
    border: 3px solid #a5292c !important;
  }
  .timeline-event::before {
    background-color: unset;
  }

  .timeline-event:nth-child(2) .timeline-content {
    border-color: #9e9e9e !important;
  }

  .timeline-event:nth-child(3) .timeline-content {
    border-color: #9e9e9e !important;
  }

  .timeline-event:nth-child(4) .timeline-content {
    border-color: #9e9e9e !important;
  }
  .image-container {
    position: relative;
    margin-top: 0px;
  }

  .navbar.night-mode .navbar-nav .nav-link {
    color: #000;
  }

  .main-banner-content {
    position: relative;
    z-index: 1;
    margin-top: 0px;
  }

      .video-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .title-for-video {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .modal-dialog {
        margin: 1rem;
    }
}

/* ---------------Upload above for general css------------- */

