* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@font-face {
  font-family: SF_bold;
  src: url("../font/fontSF_bold.OTF") format("truetype");
}
.swiss_bold {
  font-family: SF_bold;
}

@font-face {
  font-family: SF_medium;
  src: url("../font/SF_medium.OTF") format("truetype");
}
.swiss_bold {
  font-family: SF_medium;
}

@font-face {
  font-family: SF_regular;
  src: url("../font/SF_regular.OTF") format("truetype");
}
.swiss_regular {
  font-family: SF_regular;
}

@font-face {
  font-family: SF_Pro_Display_Thin;
  src: url("../font/SF-Pro-Display-Thin.ttf") format("truetype");
}

@font-face {
  font-family: SF_Pro;
  src: url("../font/SF-Pro.ttf") format("truetype");
}

@font-face {
  font-family: Helvetica_Roman;
  src: url("../font/Helvetica_Roman.ttf") format("truetype");
}

@font-face {
  font-family: Galano_Grotesque_Extra_Light;
  src: url("../font/GalanoGrotesqueExtraLight.otf") format("opentype");
}

@font-face {
  font-family: Galano_Grotesque_Alt_Regular;
  src: url("../font/GalanoGrotesqueAltRegular.otf") format("opentype");
}

@font-face {
  font-family: Galano_Grotesque_Medium;
  src: url("../font/GalanoGrotesqueMedium.otf") format("opentype");
}

@font-face {
  font-family: SFNS-Display-Regular;
  src: url("../font/SFNS-Display-Regular.ttf") format("truetype");
}

body {
  font-family: "SF_Pro_Display_Thin", "SF_thin",
    "SF Pro Display Thin Placeholder", "-apple-system", "BlinkMacSystemFont",
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5b5b5b;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
  font-family: "SF_Pro_Display_Thin", "SF medium",
    "SF Pro Display Thin Placeholder", "-apple-system", "BlinkMacSystemFont",
    sans-serif;
  font-weight: 500;
  color: #000;
}

p {
  margin: 0px;
  padding: 0px;
}
body a,
button,
input {
  cursor: none !important;
}
body {
  cursor: none;
}
.headerlogo {
  filter: invert(1);
}
.headerlogo img {
  width: 200px !important;
}
.custom-cursor {
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
  display: flex;
  justify-content: center;
}

.custom2 {
  width: 4px;
  height: 4px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
}

/* Blinking animation */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
    border-color: black; /* Black color at start and end */
  }
  50% {
    opacity: 0;
    border-color: black; /* Maintain black color at halfway point */
  }
}

/* Blinking class applied on hover */
.blink-on-hover {
  animation: blink 0.7s ease-in-out infinite; /* 3 blinks */
  border-color: black;
}

/* Apply blinking to cursor2 */
.custom-cursor.blink-on-hover:hover,
.custom2.blink-on-hover:hover {
  animation: blink 0.7s ease-in-out infinite; /* 3 blinks */
  border-color: black;
}
.blink-on-hoverwhite {
  animation: blinkwhite 0.7s ease-in-out infinite; /* 3 blinks */
  border-color: #fff;
}
.custom-cursor.blink-on-hoverwhite:hover,
.custom2.blink-on-hoverwhite:hover {
  animation: blinkwhite 0.7s ease-in-out infinite; /* 3 blinks */
  border-color: #fff;
}
.custom-cursorwhite {
  border-color: #fff;
}
@keyframes blinkwhite {
  0%,
  100% {
    opacity: 1;
    border-color: #fff; /* Black color at start and end */
  }
  50% {
    opacity: 0;
    border-color: #fff; /* Maintain black color at halfway point */
  }
}

.clearfix {
  clear: both;
}

.colorBlack {
  color: #000;
}

.colorWhite {
  color: #ffffff;
}

.mt100 {
  margin-top: 30px;
}

.mb100 {
  margin-bottom: 20px;
}

.nav {
  width: 100%;
  position: fixed;
  z-index: 1;
}
/* .navpadding {
    padding-left: 25px;
} */

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.containerhomeimage {
  flex-wrap: nowrap;
}
.nav_menu {
  width: 61%;
  float: left;
  display: flex;
  align-items: end;
  padding-top: 8px;
}
.homevideo video {
  height: 100%;
}
.nav_menu p {
  color: #b3b3b3;
  font-size: 13px;
  margin-block-start: 0em;
  margin-block-end: 0rem;
  margin-bottom: -3px;
  transition: all 0.4s ease-in-out;
}

/* .logo {
    width: 35%;
    float: left;
    display: flex;
    align-items: end;
    transition: 1ll 0.4s ease-in-out;
    border-bottom: 1px solid transparent;
} */

.nav-logo-section {
  height: 100%;
  width: 40%;
  margin-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.logo-img {
  object-fit: contain; /* ensures it keeps aspect ratio */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo-img img {
  width: 85px;
  height: auto;
  display: block;
}

.logo-line-outer {
  height: 85%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.logo-line {
  background-color: #181818;
  height: 100%;
  padding-top: 10px;
  width: 1px;
  opacity: 1;
  align-self: flex-end;
}

.logo-line-animate {
  background-color: #181818;
  height: 100%;
  padding-top: 10px;
  width: 1px;
  opacity: 0;
  align-self: flex-end;
  transform: translateX(20px);
  transition: opacity 1s ease, transform 0.5s ease;
  pointer-events: none;
}

.logo-line-animate.show {
  opacity: 1;
  transform: translateX(0);
}

.tagline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.1;
}

.tagline-text {
  font-size: 20px;
  font-weight: 700;
}

.taglineheading {
  position: sticky;
  top: 0; /* Stick to the top of the viewport */
  z-index: 2;
  padding-top: 30px;
  margin-left: 15vw;
  transform-origin: top left;
  /* transition: padding 0.3s ease, font-size 0.3s ease; */
  transition: transform 0.3s ease-out, font-size 0.3s ease-out,
    padding 0.3s ease-out;
  font-size: 60px;
  font-weight: 600;
  max-width: 20vw;
  will-change: transform, font-size, padding;
  transform-origin: left center;
}

.taglineheading.shrunk {
  font-weight: 100 !important;
  font-family: "Helvetica";
  color: #4a4a4a;
}

/* White theme overrides */
.nav-logo-section.white-theme .logo-img img {
  filter: brightness(0) invert(1); /* converts black logo to white */
}

.nav-logo-section.white-theme .logo-line {
  background-color: #fff;
}

.nav-logo-section.white-theme .tagline-text {
  color: #fff;
  font-weight: 400;
}

.open-enquiry-popup-btn {
  background-color: black;
  color: white;
  padding: 10px;
  font-weight: 600;
  border-radius: 5px;
  position: fixed;
  top: 85vh;
  right: 5px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: subtlePopX 5s ease-in-out infinite;
  display: none;
}

.open-enquiry-popup-btn:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

@keyframes subtlePopX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3vw);
  }
  100% {
    transform: translateX(0);
  }
}

.projects {
  width: 40%;
  float: left;
  display: flex;
  align-items: end;
  transition: all 0.4s ease-in-out;
}

.projects:hover p {
  color: #000;
  transform: translate(0px, -15px);
}
.about {
  width: 33%;
  float: left;
  display: flex;
  align-items: end;
  transition: all 0.4s ease-in-out;
}
.nav_menu img {
  padding: 10px 10px 0 0;
  height: 60px;
  transition: all 0.4s ease-in-out;
}
.containerherosection {
  display: flex;
  column-gap: 5px;
}
.navbarmain {
  display: flex;
  justify-content: space-between;
}
.nav_contact {
  font-family: "Helvetica_Roman" !important;
  padding-right: 5%;
  width: 64%;
}

.contact_us a {
  width: 100%;
  height: 100%;
}
.contact_us {
  display: flex;
  align-items: end;
  justify-content: start;
  text-align: left;
  width: 530px;
  transition: all 0.4s ease-in-out;
}

.contact_us1 img {
  width: 100%;
  /* cursor: pointer; */
}
.contact_us1 {
  background-color: #00000063;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 3px;
  /* cursor: pointer; */
  margin-top: 10px;
  padding-left: 8px !important;
  padding-bottom: 6px !important;
}

.last {
  display: flex;
  align-items: end;
  justify-content: left;
}

.nav_contact .line {
  height: 55px;
  width: 1px;
  margin-right: 0px;
  right: 45px;
}

.nav_contact p {
  text-align: left;
  color: #999898;
  font-size: 16px;
  width: 100%;
  font-weight: 200;
  margin-block-start: 0em;
  margin-block-end: 0rem;
  margin-bottom: 5px;
  padding-left: 8px;
  /* cursor: pointer; */
  transform: translateY(10px, 10px);
  transition: all 0.1s ease-in-out;
}
/* .logo {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .logo::before {
    content: "";
    display: block;
    width: 1px; 
    height: 50px;
    background-color: black;
    position: absolute;
    margin-left: 120px;
    margin-top: 20px;
    display: none;
  } */

.nav_contact p a {
  color: #999898;
}
.contact_us:hover {
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #000;
}
.tab-item:hover {
  box-shadow: 0px 6px 15px #ddd;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #000;
}
.tab-item:hover p {
  color: #000;
  transform: translate(0px, -15px);
}
.contact_us:hover p {
  transform: translate(0px, -15px);
  transition: all 0.1s ease-in-out;
  color: black;
}

/* .line {
    height: 33px;
    width: 1px;
    margin-right: 5px;
    background-color: white;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;    
} */

.plus {
  height: 33px;
  width: 1px;
  margin-right: 5px;
  position: absolute;
  transition: opacity 0.3s ease;
  opacity: 0;
}
/* assets/frontend/img/black_patch.jpg' */
.BgBlackForMobile {
  background-image: url(../img/black_patch.jpg);
  height: 100vh;
  width: 100wh;
  background-position: center;
  background-size: cover;
  margin-top: 200px;
  margin-bottom: 200px;
}

.recent_launch {
  width: 100%;
  display: flex;
  align-items: end;
  transition: all 0.4s ease-in-out;
}

.all_projects {
  width: 100%;
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}

.recent_launch p {
  color: #000;
  font-size: 12px;
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0rem;
  margin-bottom: -6px;
}

.recent_launches_img img {
  width: 100%;
  padding-right: 5px;
}
.recent_launches_vid_about {
  width: 69%;
}
.recent_launches_vid img {
  width: 100%;
  padding-left: 5px;
}

.recent_launches_img {
  width: 40%;
  float: left;
}
.recent_launches_imgherosection_right {
  width: 30%;
  background-color: #e8e7e6;
  text-align: center;
  padding-top: 15%;
  align-items: center;
  opacity: 0;
  transform-origin: 0 50%; /* Left edge is the pivot point */
  transform: rotate3d(0, 1, 0, 90deg); /* Flip around Y-axis */
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
}
.recent_launches_imgherosection_right.focused {
  transform: rotate3d(0, 1, 0, 0deg); /* Flip around Y-axis */
}
.recent_launches_imgherosection_left {
  width: 30%;
  /* float: left; */
  background-color: #e8e7e6;
  /* display: flex; */
  justify-content: center;
  text-align: center;
  padding-top: 20%;
  align-items: center;
  transform-origin: 100% 50%; /* Left edge is the pivot point */
  transform: rotate3d(0, 1, 0, 90deg); /* Flip around Y-axis */
  transition: transform 1s ease;
}
.recent_launches_imgherosection_right.focused,
.recent_launches_imgherosection_left.focused {
  transform: rotate3d(0, 1, 0, 0deg); /* Flip around Y-axis */
  opacity: 1;
  transform: translateY(0);
}
/* Dot element */
.dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  animation: all 0.5s ease-in-out;
  animation: all 0.5s ease-in-out;
}
.dotBottom {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  animation: all 0.5s ease-in-out;
}

.shotline {
  height: 2px;
  width: 28px;
  background-color: white;
  position: relative;
  top: 16px;
  left: 18%;
}
.shotline1 {
  height: 2px;
  width: 28px;
  background-color: white;
  position: relative;
  top: -9px;
  left: 65%;
}
/* Keyframes for animation */
@keyframes moveDot {
  0% {
    top: 10%;
    width: 25px;
    height: 25px;
    opacity: 0;
  }
  25% {
    opacity: 1;
    width: 15px;
    height: 15px;
  }
  35% {
    top: 35%;
    width: 0px;
    height: 0px;
  }
  65% {
    top: 65%;
    width: 0px;
    height: 0px;
  }
  75% {
    opacity: 1;
    width: 15px;
    height: 15px;
  }
  100% {
    top: 90%;
    width: 25px;
    height: 25px;
    opacity: 0;
  }
}
*/ .recent_launchestext {
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.recent_launches_vid {
  width: 60%;
  float: left;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20%;
}
.recent_launches_vidhome {
  width: 67%;
}
.about_stathome {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recent_launchestextp {
  background-color: #2e2e2e;
  color: white !important;
  padding: 5px 0px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.recent_launchestext h1 {
  color: rgb(71, 71, 71);
  font-size: 28px;
  font-weight: 400;
  font-family: SF_Pro_Display_Thin;
}
.recent_launches_vidherosection {
  width: 78%;
  float: left;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20%;
}
.earth_essence {
  align-items: center;
  float: right;
  margin-top: 30px;
  margin-right: 40px;
  display: flex;
  align-items: baseline;
}

.earth_essence img {
  width: 120px;
}

button {
  background: #fff;
  border: 0px solid #fff;
  /* margin-left: 25px; */
  font-size: 14px;
  font-weight: 500;
}

.project_two .recent_launches_vid img {
  padding-right: 5px;
  padding-left: 0px;
}

.project_two .earth_essence img {
  width: 75px;
}
.contact_us a {
  text-decoration: none;
}
.project_two .earth_essence {
  align-items: center;
  float: left;
  margin-top: 20px;
  margin-right: 40px;
  display: flex;
  align-items: end !important;
  margin-left: 50px;
}
.project_two .earth_essence button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 500;
}

.project_four {
  width: 100%;
}

.project_four .earth_essence img {
  width: 140px;
}

.project_two .earth_essence {
  display: flex;
  align-items: center;
}

.project_four .earth_essence button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 25px !important;
  font-size: 14px;
  font-weight: 500;
}

.black_patch {
  width: 100%;
}

.button_section {
  position: absolute;
  right: 3%;
  bottom: 3%;
}

.black_patch img {
  width: 100%;
}

.black_patch button {
  background-color: #2c2c2c;
  border-radius: 20px;
  border: 1px solid #5b5b5b;
  padding: 28px 10px;
  text-align: center;
  width: 280px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.patch_img {
  position: relative;
}

.about_us {
  width: 100%;
  margin-top: 12px;
  position: relative;
  display: flex;
  column-gap: 8px;
  height: 600px;
}

.about_wrap {
  width: 60%;
  float: left;
}

.about_wrap button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0px;
  width: 18%;
  text-align: right;
  margin-top: 20px;
}
.about_wrap button:focus {
  outline: 0;
}
.about_stat {
  width: 33%;
  /* height: 550px; */
  float: left;
  background-color: #2b2a2a;
  /* margin-left: 0.7%; */
}

.about_stat .sqftgridcount {
  font-family: "Galano_Grotesque_Alt_Regular" !important;
  font-size: 60px;
  font-weight: 400;
  line-height: 30px;
}

.about_stat .stat3 .sqftgridcount {
  margin-bottom: 15px;
}


.about_stat p {
  font-family: "Galano_Grotesque_Alt_Regular" !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.sqftgrid {
  display: grid;
  width: max-content;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
}
.gm-style-iw {
  display: flex !important;
  flex-direction: column;
}
.gm-style-iw-ch {
  display: none;
}
.gm-style-iw-chr {
  display: none;
}
.sqfttext {
  padding-left: 3px;
}
.stat1 {
  /* width: 90%; */
  /* margin: 0 auto;
    margin-top: 5%; */
  margin: 7%;
}

.stat1 h3 {
  font-size: 20px;
}

.stat1 p {
  display: inline;
  /* font-size: 12px; */
  font-weight: 400;
  letter-spacing: 0.5px;
  /* padding-left: 20%; */
  text-transform: uppercase;
}

.stat2 {
  width: 90%;
  margin: 0 auto;
  margin: 105px 0px;
  text-transform: uppercase;
}

.stat2 h2 {
  padding-left: 60%;
}

.stat2 p {
  padding-left: 60%;
}

.stat3 {
  width: 90%;
  margin: 0 auto;
  margin: 7%;
  text-transform: uppercase;
}
.stat3pera {
  text-align: end;
  text-transform: capitalize;
}
.key_highlights {
  /* width: 98%; */
  padding: 0 20px;
  overflow: hidden;
}

.key_highlights .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.key_highlights_txt {
  font-family: "Helvetica_Roman" !important;
  float: left;
  margin-right: 2%;
  color: #000000;
}
.sliderimage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.item .color_patches {
  min-height: 285px;
  transition: transform 0.3s ease;
}
.new_launch_color_patches {
  min-height: 350px;
  /* margin: 10px !important; */
}
.ProjectSliderText {
  font-family: "SFNS-Display-Regular" !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.projectslider {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.color_patches:hover {
  transform: scale(0.98);
}
.ProjectSliderTexttow {
  font-family: "SFNS-Display-Regular" !important;
  font-size: 11px;
  padding-top: 5px;
  text-transform: uppercase !important;
  color: #8b8b8b !important;
}
.color_patchesyear {
  color: #fff;
  padding: 17px 0px 10px 17px;
  font-family: SF_Pro;
  font-weight: 400;
  /* font-size: 14px; */
  line-height: 100%;
  text-transform: capitalize;
}
.title_event h3 {
  font-family: SF_regular !important;
  font-weight: 400 !important;
  /* font-size: 25px !important; */
  line-height: 100% !important;
  letter-spacing: 0%;
  text-transform: capitalize !important;
}
.color_patchesyearhome {
  font-family: SF_regular;
  font-weight: 400;
  font-size: 14.38px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.sub_titlehome {
  font-weight: 274 !important;
  font-size: 14.38px !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff !important;
  font-family: SF_regular !important;
}
.itemhome {
  font-family: SF_regular !important;
  font-weight: 274 !important;
  font-size: 13.42px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-transform: capitalize !important;
}
.sliderimage1 {
  background-image: url(../img/sliderimage1.png);
  background-size: cover;
}
.sliderimage2 {
  background-image: url(../img/sliderimage2.png);
}
.sliderimage3 {
  background-image: url(../img/sliderimage3.png);
}
.sliderimage4 {
  background-image: url(../img/sliderimage4.png);
}
.sliderimage5 {
  background-image: url(../img/sliderimage5.png);
}
.sliderimage6 {
  background-image: url(../img/sliderimage6.png);
}
.sliderimage7 {
  background-image: url(../img/sliderimage7.png);
}
.sliderimage8 {
  background-image: url(../img/sliderimage8.png);
}
.sliderimage9 {
  background-image: url(../img/sliderimage9.png);
}
.color_patches {
  width: 16.9%;
  float: left;
  margin: 0px 0.3%;
  min-height: 300px;
  position: relative;
}

.color_patches p {
  position: absolute;
  bottom: 50px;
  padding: 20px 5px 15px 17px;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-family: "SF_medium", sans-serif;
  font-weight: 400;
}
.itemp2 {
  position: absolute;
  top: 75%;
  padding: 20px 10px 5px 17px;
  font-size: 14px;
  color: #fff;
  /* line-height: 10px; */
  font-family: "SF_medium", sans-serif;
  font-weight: 400;
}
.itemp2 a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 100%;
  color: #ffffff;
  font-family: SF_regular;
}
.color_patches h3 {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Galano_Grotesque_Extra_Light;
}
.color_patches .title_event {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Galano_Grotesque_Extra_Light;
  font-size: 20px;
  letter-spacing: 0.02em;
  padding: 0px 10px 17px 17px;
  word-wrap: break-word;
}

.color_patches_last {
  width: 14.4%;
  float: left;
  margin: 0px 0.3%;
  background-color: #525252;
}

.patch2 {
  background-color: #1c1c1c;
}

.patch3 {
  background-color: #1c1c1c;
}

.patch4 {
  background-color: #1c1c1c;
}

.patch5 {
  background-color: #1c1c1c;
}
.patch6 {
  background-color: #1c1c1c;
}
.key_highlights_txt p {
  color: #000;
  font-size: 14px;
  font-weight: 200;
  font-family: Helvetica_Roman;
}
.key_highlights_txt .colorBlack {
  font-size: 14px;
  font-family: Helvetica_Roman !important;
  font-weight: 400;
  line-height: 1em;
  color: #000000;
}
.AnimatedSlideRighttoLeft p {
  color: #000000;
  font-size: 11px;
  font-weight: 400 !important;
  font-family: SF_regular !important;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.AnimatedSlideRighttoLeft a {
  text-decoration: none;
}
.ProjectSliderTextContent p {
  color: #000000;
  font-size: 11px;
  font-weight: 400 !important;
  font-family: SF_regular !important;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.two_fold {
  width: 100%;
}

.two_fold p {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 0px;
  margin-top: 40px;
  font-weight: 400;
  color: #000000;
}

.two_fold img {
  width: 100%;
}
.black_patchcount {
  padding: 0px 0px 120px 0;
}
.about_fold {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  /* border: 5px solid transparent; */
}
.earth_essencehome {
  margin-top: 0;
  padding-bottom: -100px;
}
.earth_essencehome button {
  color: #000;
  font-weight: 200;
}
.about_fold img {
  width: 100%;
  height: 100vh;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.lastAboutfold img {
  height: 85vh;
  object-fit: cover;
}
.enquiry_fold {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.about_testimonyBlog {
  display: flex;
  gap: 8px;
}
.hovericon {
  font-size: 200px;
  font-weight: 300;
  position: absolute;
  top: 40vh;
  left: 40%;
  color: #fff;
  display: none;
}
.hovericonContact {
  top: 25vh;
  left: 40%;
}
.hovericon1 {
  position: absolute;
  left: 40%;
}
.imageline {
  height: 100px !important;
  width: 100px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scaleY(1);
  filter: blur(0) !important;
  filter: invert(1) !important;
}
.about_fold:hover .line,
.enquiry_fold:hover .line {
  opacity: 1;
}

.about_fold:hover .imageline,
.enquiry_fold:hover .imageline {
  opacity: 1;
  animation: hovericonanimation-vertical 0.3s cubic-bezier(0.4, 0, 0.2, 1)
    forwards;
}

.about_fold:hover img,
.enquiry_fold:hover img {
  animation: imageBlurIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes hovericonanimation-vertical {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(10);
  }
  100% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes imageBlurIn {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}
.enquiry_fold img {
  width: 100%;
  height: 100vh;
  transition: transform 0.5s ease;
  object-fit: cover;
}

.d_hide {
  display: none !important;
}

.d_show {
  display: block !important;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: #7a7a7a; */
  background: linear-gradient(90deg, #b5b5b500 0%, #999494 64.3243%);
  overflow-y: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  z-index: 11;
  backdrop-filter: blur(8px);
}

.overlay-content {
  width: 100%;
  height: 100%;
}
.theme_white {
  width: 32px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.overlay a {
  padding: 18px 0;
  text-decoration: none;
  font-size: 52px;
  color: #fff;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  font-family: "SF_Pro_Display_Thin", "SF_medium", sans-serif;
  width: fit-content;
}

.overlay a:hover,
.overlay a:focus {
  color: #000000;
  /* border-bottom: 5px solid white; */
  text-decoration-color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 23px;
  padding: 0;
  /* font-size: 45px; */
}
.overlayimage {
  max-height: 520px;
  border-radius: 20px;
}
.overlay .logo_white {
  position: absolute;
  top: 0px;
  right: 105px;
  font-size: 45px;
  width: 60px;
}

.overlay .logo_white img {
  width: 90px;
  /* width: 200px; */
  padding-top: 15px;
}

.overlay_wrap {
  width: 100%;
}
.vid_bottom_content2nav {
  font-size: 16px;
}
.vid_bottom_content2navbutton button {
  font-size: 16px;
}
.overlay_wrap1 p {
  padding: 5px 0px 5px 0px;
  color: #000000;
  font-size: 16px;
}

.overlay_wrap1 h5 {
  padding: 0px 0px 5px 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: SF_Pro_Display_Thin;
}

.location_white {
  width: 15px !important;
}

.overlay_wrap1 {
  width: 50%;
  float: left;
}

.overlay_wrap1 img {
  width: 100%;
}

.overlay_wrap2 {
  width: 50%;
  float: left;
  flex-direction: column;
  display: flex;
  gap: 3vh;
  margin-top: 25vh;
  text-align: end;
}

.overlay_wrap2 h5 {
  font-weight: 400;
  padding: 0px 10px 0px 100px;
  font-size: 16px !important;
  line-height: 0.5em;
  display: flex;
  justify-content: end;
}

.overlay_wrap .container {
  width: 93%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
  /* text-align: end; */
}

.closebtn img {
  width: 35px;
  margin-top: 16px;
}

.vid_bottom_content {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.vid_bottom_content1 {
  width: 70%;
  float: left;
}

.vid_bottom_content2 {
  width: 30%;
  float: left;
}

.vid_bottom_content1 span {
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 16px;
}

.vid_bottom_content2 button {
  background-color: #292928;
  padding: 13px 12px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2.5px;
  font-size: 16px;
  border-radius: 3px;
  margin-left: 0px;
  float: right;
}

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(213, 213, 213, 0.9960784314);
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 3;
  display: flex;
  align-items: center;
}

.overlay-content1 {
  position: relative;
  width: 100%;
  /* margin-top: 10px; */
  margin-bottom: 100px;
  padding: 0 40px;
}

.overlay1 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  line-height: 0px;
}

.overlay1 a:hover,
.overlay1 a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn1 {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 60px;
  z-index: 8888;
}

.closebtn1 img {
  width: 35px;
  margin-top: 20px;
}

.white_wrap {
  width: 100%;
}

.overlay-content1 .container {
  padding: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.form_wrapper {
  width: 100%;
  display: flex;
  gap: 80px;
}

.form_wrapper1 {
  width: 50%;
  float: left;
  /* padding: 30px 3%; */
  font-size: 16px;
  color: black;
}

.form_wrapper2 {
  width: 50%;
  float: left;
}

.form_wrapper1 h3 {
  font-size: 60px;
  color: #000;
  font-weight: 400;
  font-family: SF_regular;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#contact-form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  font-family: SF_Pro_Display_Thin;
}
.form_wrapper1 p {
  font-size: 16px;
  font-family: SF_Pro_Display_Thin;
  font-weight: 400;
  line-height: 1.2em;
}
.purposename {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 0em;
}
.emailpadding {
  margin-bottom: 16px;
}
#map {
  width: 100%;
  height: 400px; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#map iframe {
  height: 100%;
}
.gm-style .place-card-large {
  padding: 9px 4px 9px 11px;
  display: none !important;
}

.form_wrappe2 {
  width: 50%;
  float: left;
}

.form_div {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_button_send {
  font-family: "SF_regular";
  font-size: 14px;
  letter-spacing: 0.3em !important;
}

.form_div select,
input,
textarea {
  width: 100%;
  padding: 10px;
  color: 828282;
  background-color: #fff;
  border: 1px solid #88888880;
}

.form_div button {
  width: 160px;
  text-align: right;
  width: 100%;
  text-align: left;
  background: #656565;
  margin-left: 0px;
  margin-top: 5px;
  text-align: center;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.3em;
  font-family: SF_regular;
}
.form_div button:hover {
  background-color: #000;
  color: #fff;
}
.successbold {
  font-weight: 600;
}
.form_div .resume {
  width: 160px;
  text-align: right;
  width: 100%;
  text-align: left;
  background: #656565;
  margin-left: 0px;
  margin-top: 5px;
  text-align: center;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.3em;
  font-family: SF_regular;
}

.plusiconimage img {
  height: 100%;
  width: 100%;
}
.phone {
  width: 33.33%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.phone p {
  font-size: 12px;
  font-weight: 400;
}

.phone h6 {
  font-size: 14px;
  margin: 0px;
}

/* .phone1 {
    width: 25%;
    float: left;
} */

.phone1 img {
  width: 41px;
  padding-right: 5px;
}
.submenu {
  display: flex;
  background-color: #454545;
  justify-content: center;
  gap: 30px;
  color: #999999;
  padding: 10px;
}
.menuitems a {
  color: #999999;
  text-decoration: none;
  font-size: 15px;
  font-family: SF_regular;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.menuitems a:hover {
  color: #ffffff;
  /* cursor: pointer; */
}
.phone2 {
  width: 75%;
  float: left;
}
.phone2 h6 {
  color: #999999;
  font-size: 12px;
  font-family: SF_regular;
  font-weight: 600;
  line-height: 1.2em;
}
.phone2 p,
.phone2 a {
  font-size: 16px;
  font-family: SF_regular;
  font-weight: 400;
  color: #999999;
}
.form_wrapper2 img {
  width: 100%;
}

.theme_white {
  display: block;
}
.theme_whitelogo img {
  position: absolute;
  left: 42px;
  top: 3.25px;
  height: 40px;
  width: 70px;
  padding-bottom: 4px;
}
.theme_black {
  display: none;
}

.ddd {
  width: 80%;
  margin: 0 auto;
}

.slider img {
  width: 200px;
  margin: 0 auto;
}
/* .map_wrapperhome {
    padding-top: 130px;
} */
.slider1 img {
  width: 50%;
  margin: 0 auto;
}
.AnimatedSlideRighttoLeftslider p {
  color: #ffff;
  font-weight: 300;
  line-height: 100%;
  text-transform: capitalize;
  font-family: SF_regular;
}
.awardshome {
  padding: 120px 20px 10px 20px;
}
.slick-dots li button::before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: ".";
  text-align: center;
  opacity: 0.5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: red;
  border-radius: 25px;
}

.slick-dots li button::after {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: none;
  text-align: center;
  opacity: 10;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: green;
  border-radius: 25px;
}

.slick-dots {
  display: none !important;
}

/************Start New CSS***************************/
.nav_menu li a {
  text-decoration: none;
}

.FullWidthSet {
  width: 100%;
  /* width: 270px; */
}

.nav_menu a {
  text-decoration: none;
}

a.LearnMoreButtonSet {
  color: #fff;
  text-decoration: none;
}

.LearnMoreButtonSet {
  border: solid 2px rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  color: #ffffff !important;
}

.ViewAllProjectsButton {
  border: solid 2px rgba(38, 38, 38, 0.5) !important;
  font-size: 14px !important;
  color: #000000 !important;
}

.NavbarFixedHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: #ffffffe6;
  backdrop-filter: blur(4px);
  height: 80px;
}
.SetPsitionWiseRecentLaunchesRight {
  position: absolute;
  right: 0;
}
.footer_inside button {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 33px 55px;
  border-radius: 16px;
}
.footer_insidebutton {
  text-align: end;
}
.subfooterlogo img {
  width: 250px;
}
.subfooter {
  text-align: end;
}
.footer_Inside_last {
  /* flex: 2;  */
  /* text-align: end; */
  margin-top: 50px;
}
.footerdropdown {
  /* display: flex; */
  padding: 0 68px;
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.downarows {
  margin-left: 10px;
  font-size: 10px;
  font-weight: 100;
}
.project_two {
  padding-top: 50px;
  padding-bottom: 90px;
  overflow: hidden;
}
.footerdropdowntext {
  flex: 1;
  color: #ffffff99;
  font-family: Helvetica_Roman;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  /* cursor: pointer; */
  letter-spacing: 0.08em;
}
.dropdown-content {
  display: none;
  position: relative;
  min-width: 150px;
  z-index: 1;
  border-radius: 5px;
}
@keyframes dropAnimation {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.drop {
  animation: dropAnimation 0.3s ease-in-out;
}

.dropdown-content a {
  color: #ffffff99;
  padding: 7px 0;
  text-decoration: none;
  display: block;
}
.drop {
  /* height: 260px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.drop a {
  font-size: 10px;
  color: #ffffff80;
}
.footer_sub_links a {
  font-weight: 400;
  font-size: 10px;
  font-family: Helvetica_Roman;
  color: #ffffff99;
  text-decoration: none;
  padding: 10px 0px;
}
.subfootermenu {
  display: flex;
  padding: 0 68px;
  justify-content: space-between;
  margin-top: 80px;
}
.subfootertext {
  flex: 1;
  color: #ffffff80;
  font-family: Helvetica_Roman;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.subfootertext a {
  text-decoration: none;
  color: #ffffff80;
  padding: 10px 0;
}
.footermain {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  grid-template-areas: "section1 section2 section3";
}
.footer_inside {
  grid-area: section1;
}

.footer_insidetwo {
  grid-area: section2;
}

.footer_Inside_last {
  grid-area: section3;
}
.AboutPageRecentButton {
  font-family: "Helvetica_Roman" !important;
  font-weight: 400 !important;
  font-size: 10px;
}
.newLaunchesDetails {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounce-right {
  animation: bounceInRight 2s ease-in-out both;
}
.recent_launches_vid video {
  width: 100%;
}
.SetPsitionWiseRecentLaunchesLeft {
  position: absolute;
  left: 0;
}
.logo a {
  width: 100%;
}
.projects a {
  width: 100%;
}
.about a {
  width: 100%;
}
.AboutLeftSideContent {
  background: #94aaae;
  padding: 100px 0;
  position: sticky;
  top: 100px;
}
.HomePageTestimonyContent {
  margin-top: 20px;
  width: 70%;
}
.HomePageTestimonyContentHeading {
  font-size: 16px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}
.HomePageTestimonyContentPera {
  font-family: "Inter", sans-serif;
  font-size: 12px !important;
  color: #a1a1a1 !important;
  font-weight: 400;
  margin-top: 0px !important;
  line-height: 1.2em;
}
.blogimage {
  width: 50%;
  position: relative;
}
.viewimage {
  width: 50%;
}
.earth_essenceblogimage {
  float: left;
}
.blogimagetext {
  position: relative;
  bottom: 80px;
}
.blogimagetext p {
  width: 60%;
  font-family: "Galano_Grotesque_Medium", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 40px;
  letter-spacing: 0em;
  line-height: 1.1em;
}
.AboutLeftSideContentview {
  display: flex;
  padding-top: 10px;
  padding-bottom: 120px;
  justify-content: center;
}
.SetAboutLearnMoreButtonview {
  align-items: center;
  display: flex;
  margin-left: 85px;
  margin: auto;
}
.AboutLeftSideContentview button {
  /* background-color: rgba(44, 44, 44, 0.2588235294); */
  border-radius: 16px;
  border: 1px solid #26262680;
  padding: 30px 10px;
  text-align: center;
  width: 310px !important;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin-left: 110px;
}
.AboutLeftPlusButton {
  position: absolute;
  bottom: -5%;
}

.AboutLeftPlusButton button {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0px;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  background: transparent;
  border: none;
  margin-left: 50px;
}

.AboutLeftPlusButton button:focus {
  outline: 0;
}
.AboutLeftSideContent p {
  width: 55%;
  margin: auto;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 2%;
  font-family: SF_regular;
  font-feature-settings: "ss07" on, "ss06" on, "ss03" on, "ss02" on, "ss01" on;
  margin-bottom: 40px;
}
.SetAboutLearnMoreButton {
  width: 70%;
  align-items: center;
  display: flex;
  margin-left: 85px;
  margin: auto;
  font-family: SFNS-Display-Regular;
}
.recent_launches_vidhomeimage img {
  height: 80vh;
  object-fit: cover !important;
  object-position: center center !important;
}

.AboutLeftSideContent button {
  background-color: rgba(44, 44, 44, 0.2588235294);
  border-radius: 20px;
  border: 1px solid #5b5b5b;
  padding: 23px 10px;
  text-align: center;
  width: 250px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
}
@keyframes hovericonanimation {
  0% {
    opacity: 0;
    transform: scale(-20);
  }
  100% {
    opacity: 0.9;
    transform: scale(1);
    animation: hovericonanimation 1s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.SetAboutLearnMoreButtonhome button {
  background-color: transparent;
  padding: 8px 10px;
  width: 120px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.AboutLeftSideContent button:focus {
  outline: 0;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.AnimatedSlideRighttoLeft .item {
  opacity: 1; /* Items will be hidden initially */
  transform: translateX(100%); /* Position items off-screen (right) */
}

.AnimatedSlideRighttoLeft .item.animated {
  opacity: 1;
  animation: slideInRight 0.5s ease forwards;
}
button:focus {
  outline: 0;
}
/************End New CSS**************************/
.owl-stage {
  padding-left: 0 !important; /* Remove left padding */
}
.tab-item {
  width: 25%;
  height: 9vh;
  position: relative;
  font-size: 16px;
  color: black; /* Text color */
  border-left: 1px solid #000;
  float: left;
  display: flex;
  align-items: end;
  transition: all 0.4s ease-in-out;
  /* cursor: pointer; */
}
.key_highlights_txtcard {
  padding-left: 0% !important;
}
.tab-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Height of the black border */
  background-color: transparent; /* Hidden initially */
  transition: background-color 0.3s ease-in-out;
}

.about_foldhome:hover .hovericon {
  display: block;
  animation: hovericonanimation 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: O.9;
}
.about_foldhomeMapSection {
  height: 85vh;
}
.key_highlights_txtNew {
  margin-right: 6.4% !important;
}
.about_foldhomeMapSection:hover img {
  filter: blur(0px) !important;
}
.about_foldhome:hover img {
  filter: blur(3px); /* Blur effect on hover */
}

.tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2%; /* Width of the white moving border */
  height: 2px; /* Height of the white border */
  background-color: white;
  transition: transform 0.3s ease-in-out;
}

.tab-item:hover::before {
  background-color: black; /* Show black border on hover */
}

.tab-item:hover::after {
  animation: slide 1s infinite alternate ease-in-out;
}
.bottom_contact {
  display: flex;
  gap: 10px;
}

.linehome {
  position: absolute;
  top: 18px;
  background-color: #ababab;
  height: 35px;
  width: 1.5px;
  left: 7%;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease, transform 0.5s ease;
  pointer-events: none;
}

.linehome.show {
  opacity: 1;
  left: 7%;
  transform: translateX(0);
}

/* Keyframes for the white moving border */
@keyframes slide {
  0% {
    transform: translateX(0); /* Start at the left */
  }
  100% {
    transform: translateX(5000%); /* Move to the right */
  }
}
/* ----- */
.enquirepopupsections {
  display: flex;
  flex-direction: column;
  width: 40vw;
  margin: 0 auto;
  gap: 5vh;
  font-family: SF_regular;
  background-color: #ffffff;
  padding: 4vh 5vw;
  visibility: hidden; /* Initially hidden */
  position: fixed;
  z-index: 10;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enquirepopupsections.active {
  visibility: visible;
}
.enquirepopupform input {
  border-radius: 12px;
  height: 30px;
  /* margin-bottom: 5px; */
  border: 1px solid #66666659;
}
.enquirepopupform label {
  color: #666666;
}
.agreeformlabel {
  color: #000000 !important;
}
.enquirepopupbutton {
  background-color: #fff;
  display: flex;
  gap: 12px;
}
.enquirepopupbuttonenquiry {
  height: 35px;
  background-color: transparent;
  font-family: SF Pro Display;
  color: #000;
  padding: 0px 37px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #000000;
}
.enquirepopupbuttonennri {
  background-color: transparent;
  gap: 10px;
  border-radius: 12px;
  padding: 0px 37px;
  height: 35px;
  border-width: 1px;
  color: #000;
  line-height: 100%;
  border: 1px solid #000000;
}
.enquirepopupbutton button.active {
  background-color: #000000;
  font-family: SF Pro Display;
  color: #fff;
  height: 35px;
}
.projectform {
  width: 100%;
  height: 30px;
  border-radius: 12px;
  border: 1px solid #66666659;
  padding-left: 2vw;
  margin-bottom: 2vh;
}
.checkboxform {
  display: flex;
  align-items: self-end;
}
.agreeform {
  width: 20px;
  margin-right: 10px;
}
.submitbutton {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background-color: #000;
  color: #ffffff;
  height: 35px;
  padding: 0vh 8vw;
  border-radius: 10px;
}
.closebuttonhome {
  font-size: 30px;
  background-color: transparent;
}
.enquirepopupsections {
  gap: 1vh;
}
@media screen and (max-width: 1920px) {
  .recent_launches_imgherosection_right {
    width: 20%;
    padding-top: 20%;
  }
  .recent_launches_vidherosection {
    width: 85%;
  }
  .recent_launches_imgherosection_left {
    width: 21%;
  }
  .SetAboutLearnMoreButton {
    width: 54%;
  }
  .recent_launches_vidhome {
    width: 67%;
  }
  /* .about_stat {
        width: 32%;
    } */
  .shotline {
    left: 27%;
  }
  .tab-item {
    height: 7vh;
  }
}
@media screen and (max-width: 1600px) {
  .recent_launches_imgherosection_right {
    width: 21%;
  }
  .recent_launches_vidherosection {
    width: 85%;
  }
  .shotline {
    left: 23%;
  }
  .shotline1 {
    left: 68%;
  }
  .linehome,
  .linehome.show {
    left: 7.5%;
  }
}
@media screen and (max-width: 1440px) {
  .recent_launches_imgherosection_right {
    width: 23%;
  }
  .recent_launches_imgherosection_left {
    width: 23%;
  }
  .SetAboutLearnMoreButton {
    width: 54%;
  }
  .blogimagetext {
    bottom: 90px;
  }
  .blogimagetext p {
    width: 380px;
  }
  .stat2 h2 {
    padding-left: 80%;
  }
  .stat2 p {
    padding-left: 80%;
  }
  .recent_launches_vidhome {
    width: 67%;
  }
  /* .about_stat {
        width: 32%;
    } */
  .AboutLeftSideContent {
    padding: 100px 0;
  }
  .shotline {
    left: 21%;
  }
  .linehome,
  .linehome.show {
    left: 8%;
  }
  .tab-item {
    height: 9vh;
  }
  .theme_whitelogo img {
    left: 52px;
    top: 1.5px;
  }
}
@media screen and (max-width: 1366px) {
  .AboutLeftSideContent {
    padding: 70px 0;
  }
  .recent_launches_imgherosection_right {
    width: 25%;
    padding-top: 18%;
  }
  .recent_launches_imgherosection_left {
    width: 25%;
    padding-top: 18%;
  }
  .blogimagetext {
    bottom: 120px;
  }
  .blogimagetext p {
    width: 300px;
    font-size: 18px;
  }
  .overlayimage {
    max-height: 300px;
  }
  .shotline {
    left: 23%;
  }
  .linehome,
  .linehome.show {
    left: 9%;
  }
  .hovericonContact {
    top: 15vh;
    left: 42%;
  }
  .enquirepopupsections {
    top: 50%;
  }
}

@media screen and (max-width: 1250px) {
  .overlay_wrap1 {
    width: 60%;
  }
  /* .overlay_wrap2 {
        width: 40%;
    } */
  .about_fold img {
    height: 59vh;
  }
  .hovericon {
    top: 20vh;
  }
  .hovericonContact {
    top: 8vh;
    left: 42%;
  }
  .enquiry_fold img {
    height: 59vh;
  }
  .about_foldhomeMapSection {
    height: 59vh;
  }
  .bottom_contact {
    flex-direction: column;
  }
  .linehome,
  .linehome.show {
    left: 9%;
  }
  .theme_whitelogo img {
    left: 52px;
    top: 1.5px;
  }
}

@media screen and (max-width: 1150px) {
  .stat2 h2 {
    padding-left: 50%;
  }
  .stat2 p {
    padding-left: 50%;
  }
  /* .overlay a {
        font-size: 35px;
        padding: 12px 0;
    } */
  .AboutLeftSideContent p {
    width: 75%;
  }
  .SetAboutLearnMoreButton {
    width: 75%;
  }
  .AboutLeftSideContent {
    padding: 45px 0;
  }
  .linehome,
  .linehome.show {
    left: 11%;
  }
  /* .enquirepopupform input{
        height: 40px;
    } */
  /* .projectform{
        height: 45px;
    } */
  .enquirepopupbuttonenquiry {
    padding: 0px 37px;
  }
  .imageline {
    top: 45% !important;
  }
}
@media screen and (max-width: 1024px) {
  .recent_launches_imgherosection_right {
    width: 34%;
    padding-top: 15%;
  }
  .recent_launches_imgherosection_left {
    width: 34%;
    padding-top: 15%;
  }
  .recent_launches_vidhome {
    width: 56%;
  }
  .about_stathome {
    width: 43%;
  }
  .stat2 p {
    padding-left: 85%;
  }
  .stat2 h2 {
    padding-left: 85%;
  }
  .stat3 h2 {
    font-size: 35px;
    font-weight: 200;
  }
  .footer_inside button {
    padding: 30px 50px;
  }
  .stat1 h2 {
    font-size: 35px;
    font-weight: 200;
  }
  .stat2 h2 {
    font-size: 35px;
    font-weight: 200;
  }
  .blogimagetext {
    bottom: 115px;
  }
  .blogimagetext p {
    width: 265px;
    font-size: 18px;
  }
  .color_patches h3 {
    font-size: 12px;
    /* padding: 10px 0px 0px 15px; */
  }
  /* .color_patches p {
        margin-bottom: 20px;
    } */
  .black_patchcount {
    padding: 0px 0px 60px 0;
  }
  .project_two {
    padding-bottom: 40px;
  }
  .AboutLeftSideContentview {
    padding-bottom: 80px;
  }
  .awardshome {
    padding: 80px 20px;
  }
  .form_wrapper {
    gap: 20px;
  }
  .linehome,
  .linehome.show {
    left: 11%;
  }
  .custom-cursor {
    display: none !important;
  }
  .stat1 p {
    /* padding-left: 12%; */
  }
  .theme_whitelogo img {
    left: 52px;
    top: 1.5px;
  }
}
@media screen and (max-width: 1000px) {
  .black_patch button {
    padding: 20px 10px;
    width: 200px;
    font-size: 14px;
    border-radius: 15px;
  }
  .mb100 {
    margin-bottom: 40px;
  }
  #map iframe {
    /* height: 400px; */
  }
  .mt100 {
    margin-top: 50px;
  }
  .all_projects {
    margin-bottom: 15px;
  }
  .about_stat .sqftgridcount {
    font-size: 30px;
    font-weight: 200;
  }
  .stat2 h2 {
    padding-left: 55%;
  }
  .stat2 p {
    padding-left: 55%;
  }
  .stat2 {
    margin: 150px 0px;
  }
  .color_patches h3 {
    font-size: 18px;
    line-height: 10px;
    /* padding: 12px 0px 17px 12px; */
  }
  /* .overlay a {
        font-size: 30px;
    } */
  .form_wrapper1 {
    width: 100%;
  }
  .form_wrapper2 {
    width: 100%;
  }
  .form_wrapper2 img {
    width: 100%;
  }
  .overlay-content1 {
    /* margin-top: 70px; */
  }
  .form_wrapper1 h3 {
    font-size: 25px;
  }
  .form_div {
    margin: 20px 0px;
  }
  .form_div button {
    margin-top: 10px;
  }
  .phone {
    margin-top: 20px;
  }
  /* .form_wrapper2 {
        padding: 20px 3%;
    } */
  .overlay1 .closebtn1 {
    top: 10px;
    right: 10px;
  }
  .closebtn1 img {
    margin-top: 0px;
  }
  /* .subfooterlogo img{
        width: 358px;
    } */
  .footerdropdowntext {
    font-size: 10px;
  }
  .black_patch button {
    padding: 15px 10px;
    width: 145px;
  }
  .overlay-content1 .container {
    padding: 20px;
  }
  .linehome,
  .linehome.show {
    left: 12%;
  }
  .enquirepopupsections {
    width: 50vw;
  }
}
@media screen and (max-width: 850px) {
  .overlay-content1 {
    overflow-y: auto;
    height: 90%;
  }
  .AboutPageLastBottomPTagRight {
    position: unset;
    margin-top: -30%;
  }
  .AboutPageLastBottomPTagLeft {
    position: unset;
    margin-top: -30%;
  }
  .recent_launches_imgherosection_right {
    width: 30%;
  }
  .recent_launches_imgherosection_left {
    width: 30%;
  }
  .AboutSectionSticky {
    position: unset !important;
  }
  .linehome,
  .linehome.show {
    left: 12.5%;
  }
  .about_wrap {
    width: 100%;
  }
  .about_stat {
    margin-left: 0%;
  }
  .about_wrap button {
    margin-left: 0px !important;
  }
  .txt_left {
    text-align: left !important;
    margin-left: 0px !important;
    padding: 10px 50px;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
  }
  .about_stat {
    width: 100%;
  }
  .stat2 h2 {
    padding-left: 6%;
  }
  .stat2 p {
    padding-left: 6%;
  }
  .about_stat p {
    font-size: 20px;
  }
  .about_stat .sqftgridcount {
    line-height: 10px;
  }
  .AboutLeftSideContentview button {
    margin: 50px 0;
  }
  .AboutLeftSideContentview {
    padding-bottom: 0;
  }
  .awardshome {
    padding: 0 20px;
  }
  .two_foldlast {
    margin-bottom: 50px !important;
  }
  .stat2 {
    margin: 80px 0px;
  }
  .overlay .logo_white img {
    /* width: 90px; */
    /* padding-top: 0px; */
  }
  .overlay a {
    padding: 0px;
  }
  .overlay .logo_white {
    /* display: none; */
    padding-left: 100px;
  }
  .overlay_wrap .container {
    width: 98%;
  }
  .overlay h5 {
    line-height: 35px;
  }
  /* .overlay a {
        font-size: 22px;
    } */
  .key_highlights_txt {
    float: none;
    margin-bottom: 15px;
  }
  .AboutLeftPlusButton {
    position: unset;
  }
  .recent_launches_vid {
    position: unset;
  }
  .SetPsitionWiseRecentLaunchesRight {
    position: unset;
  }
  .recent_launches_img img {
    padding-right: 0px;
  }
  .recent_launches_vid {
    width: 100%;
  }

  .spealist1 button {
    margin-top: 40px;
  }
  .about_stat .sqftgridcount {
    font-size: 26px;
  }
  .two_fold p {
    margin-top: 20px;
  }
  .AboutLeftSideContent p {
    width: 80%;
  }
  .SetAboutLearnMoreButton {
    width: 80%;
  }
  .AboutLeftSideContent {
    padding: 45px 0;
  }
  .hovericon {
    left: 30%;
    top: 10vh;
  }
  .hovericonContact {
    top: 0vh;
    left: 40%;
  }
  .imageline {
    top: 45% !important;
  }
}
@media screen and (max-width: 800px) {
  .key_highlights_txt {
    float: none;
  }
  .AboutLeftPlusButton {
    position: unset;
  }
  .recent_launches_vid {
    position: unset;
  }
  .SetPsitionWiseRecentLaunchesRight {
    position: unset;
  }
  .recent_launches_img img {
    padding-right: 0px;
  }
  .recent_launches_vid {
    width: 100%;
  }
  .recent_launches_vid img {
    padding-left: 0px;
    padding-top: 10px;
  }
  .d_hide {
    display: block !important;
  }
  .d_show {
    display: none !important;
  }
  .earth_essence {
    float: left;
  }
  .project_two .recent_launches_img img {
    padding-left: 0px;
    /* padding-top: 10px; */
  }
  .project_two .recent_launches_vid img {
    padding-right: 0px;
  }
  .project_two .earth_essence {
    margin-left: 0px;
  }
  .about_wrap button {
    bottom: 4%;
    right: 3%;
  }
  .black_patch button {
    padding: 10px 2px;
    width: 100px;
    border-radius: 10px;
  }
  .key_highlights_txt {
    width: 100%;
  }
  .key_highlights {
    margin: 0 auto;
    overflow: hidden;
  }
  .form_wrapper1 {
    padding: 30px 3%;
  }
  /* .form_wrapper2 {
        padding: 20px 3%;
    } */
  .blogimagetext {
    bottom: 40px;
  }
  .blogimagetext p {
    width: 100%;
    font-size: 18px;
    padding-left: 15px;
  }
  .linehome,
  .linehome.show {
    left: 13%;
  }
  .hovericon {
    left: 35%;
  }
  .hovericonContact {
    top: 0vh;
  }
}
@media screen and (max-width: 768px) {
  .recent_launches_imgherosection_right {
    width: 50%;
    padding-top: 11%;
  }
  .recent_launches_imgherosection_left {
    width: 50%;
    padding-top: 11%;
  }
  .newLaunchesDetails {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .recent_launches_vidhome {
    width: 58%;
  }
  .about_stathome {
    width: 40%;
    margin-left: 0.7%;
  }
  .AboutLeftSideContenthome p {
    width: 85%;
  }
  .SetAboutLearnMoreButtonhome {
    width: 85%;
  }
  .vid_bottom_content2 {
    width: 34%;
  }
  .shotline {
    left: 19%;
  }
  .shotline1 {
    left: 71%;
  }
  .nav_contact {
    width: 60%;
    padding-right: 10%;
  }
  .project_two {
    padding-bottom: 0;
  }
  .about_stathome .stat2 {
    text-align: end;
  }
  .linehome,
  .linehome.show {
    left: 15%;
  }

  .enquirepopupsections {
    width: 70vw;
    top: 55%;
    padding: 2vh 5vw;
  }
  .submitbutton {
    /* height: 50px; */
  }
  .color_patchesyearhome {
    font-size: 12px;
  }
  .theme_whitelogo img {
    left: 52px;
    top: 1.5px;
  }
}
@media screen and (max-width: 720px) {
  .SetAboutLearnMoreButton {
    position: unset;
  }
  .containerherosection {
    flex-direction: column;
  }
  .containerherosectiontow {
    flex-direction: column-reverse;
  }
  .recent_launches_imgherosection_right {
    /* display: none; */
    width: 100%;
  }
  .recent_launches_imgherosection_left {
    /* display: none; */
    width: 100%;
  }
  .recent_launches_imgherosection_right.focused {
    height: 20vh;
    padding-top: 0;
  }
  .recent_launches_imgherosection_left.focused {
    height: 20vh;
    padding-top: 0;
  }
  .recent_launchestexthome {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 20vh;
    gap: 2vh;
  }
  .AboutLeftSideContent {
    padding: 50px 20px;
  }
  .AboutLeftSideContent p {
    width: 100%;
  }
  .vid_bottom_content {
    display: block;
  }
  .vid_bottom_content1 {
    width: 100%;
  }
  .vid_bottom_content2 {
    width: 100%;
  }
  .vid_bottom_content2 button {
    float: left;
    margin-top: 0px;
  }
  .overlay_wrap1 h5 {
    padding: 0px 0px 0px 0px;
    /* font-size: 14px; */
    line-height: 35px;
  }
  .overlay_wrap1 {
    width: 100%;
    padding-bottom: 10px;
  }
  .vid_bottom_content {
    margin-top: 3px;
  }
  .overlay_wrap2 {
    width: 100%;
    /* padding-top: 130px; */
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: end;
    /* gap: 1px; */
  }
  .overlay .logo_white {
    left: 0px;
    padding-left: 10px;
  }
  .overlay_wrap2 h5 {
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    font-size: 50px;
    text-align: end;
    line-height: 20px;
  }
  .overlay a {
    font-size: 24px;
  }
  .overlay_wrap2 h5 {
    padding: 0 0 0 0;
  }
  .overlay_wrap1P {
    width: 100%;
  }
  .overlay_wrap1 p {
    padding: 0;
  }
  .overlay_wrap .container {
    flex-wrap: wrap-reverse;
  }
  .overlayimage {
    width: 60% !important;
    margin-left: 15%;
  }
  .overlay_wrap1imagemain img {
    margin-left: 20%;
  }
  /* .overlayimage {
        max-height: 120px;
    } */
  .vid_bottom_content2 button {
    margin-bottom: 30px;
    padding: 12px 12px;
    font-size: 16px;
  }
  .subfooter {
    align-items: center;
  }
  .taglineheading {
    font-size: 30px;
    margin-left: 16vw;
  }
  .linehome,
  .linehome.show {
    left: 15%;
  }
  .tab-item {
    /* display: none; */
    visibility: hidden;
  }
  .form_wrapper {
    flex-direction: column;
  }
  .submenu {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .overlay-content1 {
    padding: 0 10px;
  }
  .overlay-content1 {
    margin-bottom: 70px;
  }
  .phone2 {
    width: 95%;
  }
  .phone2 p,
  .phone2 a {
    word-wrap: break-word;
    font-size: 14px;
  }
  .hovericon {
    left: 30%;
    top: 10vh;
  }
  .hovericonContact {
    top: 0vh;
    left: 35%;
  }
  .subfooterlogo img {
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .stat2 h2 {
    padding-left: 6%;
  }
  .stat2 p {
    padding-left: 6%;
  }
  .taglineheading {
    margin-left: 16vw;
  }
  .linehome,
  .linehome.show {
    left: 27%;
  }
  .project_two {
    padding-top: 10px;
  }
  .theme_whitelogo img {
    left: 52px;
    top: 1.5px;
  }
  .hovericonContact {
    left: 30%;
  }
}
@media screen and (max-width: 500px) {
  .phone {
    width: 100%;
  }
  .stat1 .sqftgridcount {
    margin-bottom: 5px;
  }
  .recent_launch owl-carousel {
    height: 448px;
  }
  .logo {
    width: 30%;
  }
  .projects {
    width: 35%;
  }
  .contact_us {
    width: 100px;
  }
  .nav_menu img {
    width: 100px;
  }
  .nav_menu {
    width: 70%;
  }
  .nav_contact {
    width: 30%;
  }
  .nav-logo-section {
    width: 63%;
    margin-left: 0;
  }
  .logo-img {
    justify-content: flex-start;
  }
  .logo-img img {
    width: 74px;
  }
  .tagline-text {
    font-size: 14px;
  }

  .stat2 h2 {
    padding-left: 6%;
  }
  .stat2 p {
    padding-left: 6%;
  }
  .footer_inside {
    width: 100% !important;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .navbarmain {
    height: 5.5em;
  }
  .last .contact_us .line {
    visibility: hidden;
  }
  .SetAboutLearnMoreButtonhome {
    width: 100%;
  }
  .blogimagetext {
    bottom: 70px;
  }
  .blogimagetext p {
    width: 100%;
    font-size: 18px;
    padding-left: 15px;
  }
  .recent_launches_vidhomeimage img {
    height: 350px;
  }
  .two_fold p {
    margin-top: 15px;
  }
  .about_ushome {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .recent_launches_vidhome {
    width: 100%;
  }
  .about_stathome {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .about_testimonyBlog {
    flex-direction: column;
  }
  .enquiry_fold {
    width: 100%;
  }
  .about_fold {
    width: 100%;
  }
  /* .key_highlights{
        padding: 30px 0;
    } */
  .map_wrapperhome {
    padding: 30px 0;
  }
  .AboutLeftSideContentview button {
    width: 300px !important;
  }
  .taglineheading {
    margin-left: 33vw;
  }
  .hovericon {
    left: 37%;
    top: 10vh;
  }
  .hovericonContact {
    top: 0vh;
    left: 37%;
  }
  /* .overlay_wrap1 {
        visibility: visible;
    } */
  .overlay_wrap2 {
    gap: 4vh;
  }
  .overlay_wrap2 {
    margin-top: 14vh;
  }
  .vid_bottom_content2 button {
    font-size: 11px;
  }
  .overlayimage {
    width: 90vw !important;
    margin-left: 0%;
  }
  .footermain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
  }
  .footermain > :nth-child(3) {
    grid-column: 1 / span 2;
    /* justify-self: center;  */
  }
  .footerdropdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
    row-gap: 20px;
    padding: 0 68px;
  }
  .footerdropdowntext {
    font-size: 8px;
  }
  .subfootermenu {
    margin-top: 8vh;
  }
  .footer_Inside_last {
    margin-top: 10px;
  }
  .footer_sub_links a {
    font-size: 9px;
  }
  .theme_whitelogo img {
    left: 42px;
    top: 3.25px;
    height: 40px;
    width: 70px;
  }
  .taglineheading.shrunk {
    font-size: 16px !important;
    line-height: 1.1;
    
  }
  /* .linehome, .linehome.show{
        height: 40px;
        left: 21%;
    } */
  .closebtn {
    margin-top: 15px;
  }
  .footermain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vh;
    grid-template-areas:
      "section3 ."
      "section1 section2";
  }

  .footer_Inside_last {
    grid-area: section3;
    justify-self: start; /* Left-align the content */
  }

  .footer_inside {
    grid-area: section1;
  }

  .footer_insidetwo {
    grid-area: section2;
  }
  .subfootertext {
    font-size: 5px;
  }
  .enquirepopupsections {
    top: 55%;
  }
  .enquirepopupbuttonenquiry {
    padding: 0 17px;
  }
  .color_patches h3 {
    font-size: 15px;
  }
  .new_launch_color_patches {
    min-height: 250px;
  }
  .taglineheading {
    padding-top: 0px;
  }
  .imageline {
    height: 10vh;
  }
  .horizontal-line {
    width: 10vh;
  }
}

@media screen and (max-width: 480px) {
  /* .linehome, .linehome.show {
        left: 23%
    } */
  .theme_whitelogo img {
    left: 48px;
    top: 1.25px;
  }
}

@media screen and (max-width: 440px) {
  .recent_launch owl-carousel {
    height: 440px;
  }
  .color_patches h3 {
    font-size: 11px;
  }
  .enquirepopupbuttonenquiry {
    font-size: 18px;
  }
  .itemp2text {
    display: flex !important;
    align-items: start !important;
  }
  /* .open-enquiry-popup-btn{
        top: 20vh;
    } */
  .about_stat p {
    font-size: 12px;
  }
  /* .stat1 p{
        padding-left: 12%;
    } */
  .itemp2 {
    line-height: 10px;
  }
}
@media screen and (max-width: 425px) {
  .enquirepopupsections {
    width: 90vw;
  }
  .enquirepopupbuttonenquiry {
    padding: 0 17px;
  }
  .enquirepopupbuttonennri {
    padding: 0 17px;
    /* height: 45px; */
  }
  .submitbutton {
    /* height: 45px; */
  }
  .contact_us1 {
    margin-top: 15px;
  }
  .about_testimonyBlog {
    gap: 18px;
  }
  .logo-line-outer {
    height: 80%;
  }
}
@media screen and (max-width: 420px) {
  /* .footer_inside{
        text-align: center;
    } */
  .footermain {
    flex-direction: column;
  }
  .subfooter {
    text-align: center;
  }
  .footer_Inside_last {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* .footerdropdown{
        flex-direction: column;
        gap: 12px;
        text-align: center;
    } */
  .subfootermenu {
    /* margin-top: 25px; */
    /* flex-direction: column; */
    gap: 12px;
    text-align: center;
  }
  /* .linehome, .linehome.show {
        left: 25%
    } */
}
@media screen and (max-width: 375px) {
   .navbarmain {
    height: 5.5em;
  }
  .nav-logo-section {
    width: 69%;
  }

  .taglineheading {
    margin-left: 30vw;
  }
  .taglineheading.shrunk {
    font-size: 14px !important;
  }
  .recent_launch owl-carousel {
    height: 448px;
  }
  .stat2 {
    margin: 125px 0;
  }
  .new_launch_color_patches {
    min-height: 200px;
  }

  .blogimagetext {
    bottom: 90px;
  }
  .blogimagetext p {
    width: 80%;
    font-size: 18px;
    padding-left: 15px;
  }
  .recent_launches_vidhomeimage img {
    height: 350px;
  }

  .color_patches h3 {
    font-size: 11px;
  }
  .two_fold p {
    margin-top: 10px;
  }
  .hovericon {
    left: 32%;
    top: 10vh;
  }
  .hovericonContact {
    top: 0vh;
    left: 32%;
  }
  .overlay_wrap2 {
    margin-top: 16vh;
  }
  /* .linehome, .linehome.show {
        left: 27%
    } */
  .theme_whitelogo img {
    left: 40px;
    top: 1px;
  }
}
@media screen and (max-width: 320px) {
  .blogimagetext {
    bottom: 90px;
  }
  .blogimagetext p {
    width: 85%;
    font-size: 18px;
    padding-left: 15px;
  }
  .new_launch_color_patches {
    max-height: 300px;
  }
  .color_patches p {
    margin-bottom: 20px;
  }
  .color_patches h3 {
    font-size: 11px;
  }
  .itemp2 {
    margin-bottom: 0px;
  }
  .hovericon {
    left: 30%;
    top: 10vh;
  }
  .hovericonContact {
    top: 0vh;
    left: 30;
  }
  .overlay_wrap .container {
    gap: 20px;
  }
  .overlay_wrap2 {
    margin-top: 14vh;
  }
  .theme_whitelogo img {
    left: 34px;
    top: 0.8px;
  }
}

/* New CSS */
#myNav {
  background: #2e2e2e;
}
