/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: var(--Century-Gothic);
  src: url("../assets/font/century-gothic/CenturyGothic.ttf");
}

@font-face {
  font-family: "Optima";
  src: url("../assets/font/optima/Optima\ Medium.ttf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary: #d3ad61;
  --light: #ffffff;
  --Century-Gothic: "Century Gothic";
  --Optima: "Optima";
  --Montserrat: "Montserrat", sans-serif;
  --text-dark: #4d4d4e;
  --text-mute: #6b6b6b;
  --Questrial: "Questrial", sans-serif;
  --Poppins: "Poppins", sans-serif;
  --Lora: "Lora", serif;
  --Raleway: "Raleway", sans-serif;
}

html {
  font-size: 16px !important;
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem !important;
}

ul {
  padding-left: 0rem !important;
  margin-bottom: 0rem !important;
}

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

nav {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.dropped {
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #9c4665; */
  padding: 0.5rem 6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clo {
  font-size: 20px;
}

.navi-li {
  font-size: 20px;
  line-height: 50px;
}

.mob-nav-css {
  height: 393px;
  border-radius: 15px;
  width: 71% !important;
}

.navi-li a {
  color: #000;
}

/* .offcanvas-body{
  background-color: #000;
}

.offcanvas-header{
  background-color: #000;
} */

.amansara-logo {
  width: 150px;
  opacity: 0;
}

.aman-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-container .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-container .navbar-logo {
  width: 160px;
}

.navbar-container .navbar-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-container .navbar-logo-2 {
  width: 85px;
}

.navbar-container .navbar-logo-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-container .navbar-content .navLinks .navLink {
  font-family: var(--Montserrat);
  color: var(--light);
  font-weight: 400;
  font-size: 0.8rem;
}

.navbar-container .navbar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.navbar-container .navbar-contact .navbar-contact-button .btn-contact {
  background: var(--primary);
  border-radius: 0.5rem;
  color: var(--light);
  font-family: var(--Montserrat);
  font-weight: 400;
  font-size: 0.875rem;
  border: none;
  outline: none;
  padding: 0.55rem 1rem;
}

.nav-menu {
  width: 80px;
  height: auto;
  /* background: antiquewhite; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menubar {
  display: none !important;
}

.menutoggle {
  width: 80px !important;
  /* height: 30px !important; */
}

.amenities-navtab-container {
  margin: auto auto 2.5rem auto;
}

.avatar {
  width: 40vw;
  margin: auto;
}

.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.amenties-header {
  margin: 3.5rem auto 2.5rem auto;
}

.amenties-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amenties-head-txt {
  font-family: var(--Optima);
  color: var(--text-dark);
  font-size: 3rem;
  font-weight: 400;
  line-height: 5.125rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.0575rem;
  text-wrap: nowrap;
}

.amenties-head-img {
  width: 200px;
}

.amenties-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.amenties-desc {
  font-family: var(--Montserrat);
  color: var(--text-mute);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.amenities-nav {
  margin: 1rem auto 1.75rem auto;
}

.spacious-overlay-container {
  position: absolute;
  z-index: 2;
  bottom: 23px;
  width: 2vw;
  left: -25px;
}

.spacious-overlay-container.new-spac-con {
  bottom: 70px;
}

.spacious-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.75rem;
}

.spacious-overlay.new-spacious {
  gap: 3.75rem;
}

.spacious-overlay-img {
  width: 10px;
}

.spacious-overlay-txt {
  color: #0c5b47;
  font-family: var(--Optima);
  font-size: 1rem;
  font-style: italic;
  font-weight: 5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 1.5625rem;
  /* 156.25% */
  letter-spacing: 0.01rem;
  text-wrap: nowrap;
}

.spacious-overlay-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-pills.custom-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #dadada;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50vw;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-pills.custom-pills .nav-link {
  background: transparent;
  font-family: var(--Montserrat);
  color: #ababab;
  font-size: 1.25rem;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
  position: relative;
  line-height: 1.875rem;
}

.nav-pills.custom-pills .nav-link.active {
  background: transparent;
  color: #b88c43;
  border-bottom: transparent;
}

.nav-pills.custom-pills .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  border-bottom: 1px solid #b88c43;
}

.vr-line-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vr-line {
  height: 100px;
  width: 1px;
  background-color: #0c5b47;
  margin-top: 10px;
}

.vr-line-text {
  color: #0c5b47;
  font-family: "Crimson Text";
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0.01rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.custom-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-rows: repeat(5, 1fr);
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr
    1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  grid-auto-flow: dense;
}

.custom-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.custom-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.custom-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.custom-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.custom-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.custom-grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.custom-grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.custom-grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}

.custom-grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.custom-grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.custom-grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.custom-grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.custom-grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.custom-grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.custom-grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.custom-grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}

.custom-grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.custom-grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.custom-grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.custom-grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.custom-grid > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.custom-grid > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.custom-grid > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}

.custom-grid > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}

.custom-grid > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.custom-grid > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.custom-grid > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.custom-grid > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.custom-grid > *:nth-child(29) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.custom-grid > *:nth-child(30) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}

.custom-grid > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}

.custom-grid > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 15;
}

.custom-grid > *:nth-child(33) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.custom-grid > *:nth-child(34) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.custom-grid > *:nth-child(35) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.custom-grid > *:nth-child(36) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}

.custom-grid > *:nth-child(37) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}

.custom-grid > *:nth-child(38) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}

.custom-grid > *:nth-child(39) {
  -ms-grid-row: 9;
  -ms-grid-column: 13;
}

.custom-grid > *:nth-child(40) {
  -ms-grid-row: 9;
  -ms-grid-column: 15;
}

.custom-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-img {
  position: relative;
}

.grid-img .grid-subtitle {
  position: absolute;
  bottom: 2vw;
  left: 1.75vw;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: balance;
  font-family: var(--Optima);
  font-weight: 400;
  color: var(--light);
  font-size: 1.5rem;
}

.img-1x1 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.img-1x2 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.img-2x1 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.img-2x2 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.iconic-earthstart-content {
  /* background: url("../assets/images/earthstart-overlay.jpg") lightgray 0% 0% / 100px 100px repeat; */
  background-image: url(../assets/images/sec-1.png);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 3rem 1rem 3rem 3.5rem;
}

.custom-table {
  background: transparent !important;
}

.custom-table th,
.custom-table td {
  text-wrap: nowrap;
  background: transparent !important;
  border-bottom: 1px solid #aec2bd;
}

.earthstart-title {
  color: #0c5b47;
  font-family: var(--Optima);
  font-weight: 400;
  line-height: 3.295rem;
  /* 114.609% */
  letter-spacing: 0.0575rem;
  font-size: 2.25rem;
}

.earthstart-subtitle {
  color: #1b745e;
  font-family: var(--Montserrat);
  font-weight: 400;
  line-height: 3.295rem;
  /* 114.609% */
  letter-spacing: 0.0575rem;
  font-size: 0.9rem;
}

.table-heading {
  color: #0c5b47 !important;
  font-family: var(--Montserrat);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75813rem;
}

.plot-txt {
  color: #232323;
  font-family: var(--Montserrat);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.75813rem;
  /* 175.812% */
  text-transform: uppercase;
}

.build-txt {
  color: #232323;
  font-family: var(--Montserrat);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.64063rem;
}

.plot-icon-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.iconic-earthstart {
  height: 620px;
  margin: 1.5rem auto;
}

.iconic-earthstart-img {
  position: relative;
  width: 100%;
  height: 560px;
  top: 40px;
}

.iconic-earthstart-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-section {
  position: relative;
}

.gallery-overlay {
  position: absolute;
  width: 45vw;
  top: 0;
  right: 0;
  z-index: -1;
}

.gallery-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1.5rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  grid-auto-flow: dense;
}

.gallery-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.gallery-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.gallery-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.gallery-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.gallery-img {
  width: 100%;
  height: 100%;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-title {
  color: #4d4d4e;
  font-family: var(--Optima);
  font-size: 3rem;
  font-weight: 400;
  line-height: 54px;
  /* 107.813% */
  letter-spacing: 0.0575rem;
}

.gallery-grid .img-4x1 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.gallery-grid .img-2x1 {
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.gallery-grid .img-3x1 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.gallery-explore {
  margin: 1.75rem auto auto auto;
  text-align: center;
}

.btn-explore {
  border: none;
  outline: none;
  padding: 1rem 3rem;
  line-height: 0.875rem;
  font-weight: 600;
  background: transparent;
  font-family: var(--Montserrat);
  color: #4d4d4e;
  border: 1px solid rgba(35, 35, 35, 0.5);
}

.btn-explore.btn-explore-green {
  color: #0c5b47;
  margin: 1.5rem auto auto auto;
  border: 1px solid #0c5b47;
}

.connect-map {
  margin: 2.5rem auto 2rem auto;
}

.connect-div {
  /* background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(46.92%, rgba(235, 237, 236, 0)),
    to(#ebedec)
  );
  background: -o-linear-gradient(
    right,
    rgba(235, 237, 236, 0) 46.92%,
    #ebedec 100%
  );
  background: linear-gradient(
    270deg,
    rgba(235, 237, 236, 0) 46.92%,
    #ebedec 100%
  ); */
  height: 100%;
}

.gallery-main-title {
  color: #4d4d4e;
  text-align: center;
  font-family: var(--Optima);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 125% */
  margin: 2rem 0rem 2.2rem auto !important;
  letter-spacing: 0.02rem;
  display: none;
}

.locale-title {
  color: #333;
  font-family: var(--Optima);
  font-size: 2.5rem;
  padding: 2rem 0rem 0rem 0rem;
  font-weight: 400;
}

.pune-mumbai-connectivity .connectivity-tabs li {
  width: 50%;
}

.pune-mumbai-connectivity li:not(:last-child) {
  margin-bottom: 0.75rem;
  color: #000;
  font-family: Montserrat;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pune-mumbai-connectivity li button.nav-link {
  width: 100%;
}

.pune-mumbai-connectivity .connectivity-tabs .nav-link.active,
.connectivity-tabs .show > .nav-link {
  border-bottom: 1px solid #b88c43 !important;
  color: #b88c43 !important;
  background-color: transparent !important;
  border-radius: unset;
  border-top: none;
  border-left: none;
  border-right: none;
}

.pune-mumbai-connectivity .connectivity-tabs .nav-link {
  border-bottom: 1px solid #dadada !important;
  color: #ababab !important;
  background-color: transparent !important;
  border-radius: unset;
}

.accordion-item {
  background: transparent;
}

.accordion-button {
  background: transparent;
}

.pune-mumbai-connectivity .connectivity-tabs .nav-link {
  border-radius: unset !important;
  border: none;
  min-height: 45px;
}

.pune-mumbai-connectivity .connectivity-tabs .tab-content {
  border-top: none !important;
}

.pune-mumbai-connectivity .accordion-item {
  border: none !important;
}

.pune-mumbai-connectivity .accordion-button {
  border-bottom: 1px solid #000 !important;
  padding-left: 0px;
  color: #312c2b;
  font-family: var(--Montserrat);
  font-size: 1rem;
  font-weight: 600;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  color: #312c2b;
  font-family: var(--Montserrat);
  font-size: 1rem;
  font-weight: 600;
}

.pune-mumbai-connectivity .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: transparent !important;
}

.pune-mumbai-connectivity .accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pune-mumbai-connectivity .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%);
}

.pune-mumbai-connectivity .accordion-button::after {
  -webkit-filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%);
}

.pune-mumbai-connectivity ul {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}

.pune-mumbai-connectivity .icon-location img {
  width: 20px;
}

.pune-mumbai-connectivity .icon-location {
  display: inline-block;
  margin-right: 1rem;
}

.pune-mumbai-connectivity .accordion-body {
  padding-left: 0px !important;
}

.form-control.custom-input {
  border: none;
  background: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0;
}

.form-select.custom-input {
  border: none;
  position: relative;
  background: transparent;
  border-bottom: 2px solid #232323;
  border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

::-webkit-input-placeholder {
  font-family: var(--Montserrat);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

::-moz-placeholder {
  font-family: var(--Montserrat);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

:-ms-input-placeholder {
  font-family: var(--Montserrat);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

::-ms-input-placeholder {
  font-family: var(--Montserrat);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

::placeholder {
  font-family: var(--Montserrat);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

.contact-title h3 {
  color: #333;
  font-family: var(--Optima);
  font-size: 4rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-style: normal;
  font-weight: 550;
  line-height: 8.52rem;
}

.contact-subtitle {
  font-family: var(--Montserrat);
  color: #333;
  line-height: 2.10938rem;
  font-size: 0.95rem;
  text-align: center;
  font-weight: 400;
}

.section-amenities {
  margin: 1.5rem auto auto auto;
}

section.section-contact {
  position: relative;
  padding: 8rem 0rem 5rem 0rem;
}

.contact-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-overlay {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 15vw;
  top: 50px;
}

.contact-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-container {
  width: 80%;
  margin: 2.5rem auto 1rem auto;
}

.fly-section {
  position: relative;
}

.fly-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  /* background: blue; */
  height: 550px;
  position: relative;
  margin: 3rem auto;
}

.fly-overlay {
  top: 10vw;
  transform: translate(-50%, -50%);
  left: 40%;
  position: absolute;
  width: 55vw;
  z-index: 2;
}

.fly-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly-container .fly1 {
  width: 45vw;
  height: 350px;
  margin: auto auto;
  z-index: 1;
  position: absolute;
  top: 50%;
  background-color: #b88c43;
  transform: translate(0, -50%);
  background: url("../assets/images/fly1.jpg") no-repeat center center/cover;
}

.fly-container .fly2 {
  width: 60vw;
  height: 500px;
  position: absolute;
  top: 50%;
  background-color: #b88c43;
  right: 0;
  transform: translate(0, -50%);
  background: url("../assets/images/fly2.jpg") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.airport-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.airport-avtar {
  width: 35vw;
  margin: auto;
}

.airport-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airport-title {
  color: #4d4d4e;
  text-align: center;
  font-family: var(--Optima);
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.3125rem;
  /* 107.813% */
  letter-spacing: 0.0575rem;
}

.airport-subtitle {
  color: #4d4d4e;

  text-align: center;
  font-family: var(--Optima);
  font-size: 1rem;
  font-weight: 500;
  line-height: 4.3125rem;
  /* 287.5% */
  letter-spacing: 0.0575rem;
}

.custom-modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

iframe {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

footer {
  background: #000;
  padding: 2rem 1rem 1rem 1rem;
}

.gallery-container {
  max-width: 90%;
  margin: 0rem auto 0rem 2rem;
}

.footer-rera {
  color: var(--light);
  font-family: var(--Questrial);
  text-align: center;
  font-size: 0.725rem;
  font-weight: 400;
  margin: 0.5rem auto 1rem auto;
}

.footer-copy {
  color: var(--light);
  font-family: var(--Questrial);
  text-align: center;
  margin: 1.5rem auto auto auto;
  font-size: 0.825rem;
  font-weight: 500;
}

.floating-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
}

.floating-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 0.75rem;
}

.floating-button .btn-float {
  height: 45px;
  background-color: #b88c43;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-button.hide {
  display: none !important;
}

.floating-chat .btn-chat {
  background-color: #b88c43;
  display: flex;
  font-family: var(--Raleway);
  align-items: center;
  gap: 0.35rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--light);
  padding: 0.35rem 0.65rem;
}

.btn-download-div {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 0;
}

.btn-download {
  background-color: #b88c43;
  font-family: var(--Raleway);
  transform: translateX(-61px) rotate(270deg);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light);
  border: none;
  border-radius: 4px 4px 0px 0px;
  outline: none;
  padding: 0.45rem 0.8rem;
}

/* media queries */

@media only screen and (max-width: 1400px) {
  .nav-pills.custom-pills {
    width: 70vw;
  }
}

@media only screen and (max-width: 1280px) {
  .grid-img .grid-subtitle {
    font-size: 1.25rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-title {
    font-size: 2.5rem;
  }

  .amansara-logo {
    width: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  .amenties-head-txt {
    font-size: 2.5rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .gallery-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1080px) {
  .grid-img .grid-subtitle {
    font-size: 1rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 991px) {
  .amenties-head-txt {
    font-size: 2.25rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .nav-pills.custom-pills {
    width: 85%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .iconic-earthstart {
    height: 100%;
  }

  .iconic-earthstart-img {
    margin: 2rem 0rem 0rem auto;
    width: 85vw;
    top: 0px;
  }

  /* .iconic-earthstart-content {
    background: none;
  } */

  .custom-grid {
    gap: 1rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .gallery-title {
    display: none;
  }

  .gallery-main-title {
    display: block;
    margin: -3rem 0rem 2.2rem auto !important;
  }

  .fly-overlay {
    top: 15vw;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 80vw;
  }

  .fly-container .fly1 {
    width: 50vw;
    height: 300px;
    margin: auto auto;
    z-index: 1;
    position: absolute;
    top: 34%;
    background-color: #b88c43;
    transform: translate(0, -50%);
  }

  .fly-container .fly2 {
    width: 60vw;
    height: 400px;
    position: absolute;
    top: 70%;
    background-color: #b88c43;
    right: 0;
    transform: translate(0, -50%);
  }

  .airport-title {
    font-size: 2rem;
  }

  .locale-title {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .amenties-head-txt {
    font-size: 2rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .vr-line {
    height: 74px;
  }

  .btn-download {
    transform: translateX(61px) rotate(270deg);
  }

  .btn-download-div {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    left: unset;
  }

  .nav-pills.custom-pills {
    width: 90%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .nav-pills.custom-pills .nav-link {
    font-size: 1rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .amenties-desc {
    text-align: center;
    text-wrap: pretty;
  }

  .iconic-earthstart-img {
    height: 350px;
    position: relative;
    top: -85px;
  }

  .iconic-earthstart-content {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 1.5rem 0.5rem 5rem 0.5rem;
  }

  .contact-title h3 {
    font-size: 3rem;
    line-height: 6.52rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .contact-subtitle {
    line-height: 1.10938rem;
    font-size: 0.9rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .grid-img .grid-subtitle {
    font-size: 0.85rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .custom-grid {
    gap: 0.5rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .earthstart-title {
    line-height: 3rem;
    font-size: 2.2rem;
    text-align: center;
  }

  .earthstart-subtitle {
    line-height: 1.295rem;
    margin: 1rem auto 1.5rem auto !important;
    text-align: center;
  }

  .locale-title {
    font-size: 2rem;
  }

  .airport-title {
    font-size: 1.5rem;
  }

  .airport-title {
    line-height: 1.3125rem;
  }

  .airport-subtitle {
    font-size: 1rem;
    line-height: 1.3125rem;
  }

  .fly-container {
    margin: 3rem auto auto auto;
  }

  .fly-overlay {
    top: 16vw;
  }

  .fly-container .fly2 {
    height: 270px;
    position: absolute;
    top: 60%;
    width: 60vw;
  }

  .sec-4-ext-img {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    top: -186px;
  }

  .fly-container {
    height: 500px;
    margin: 3rem auto 0rem auto;
  }

  .fly-container .fly1 {
    width: 52vw;
    height: 270px;
  }

  iframe {
    display: block;
    max-width: 95%;
    margin: auto;
    height: 300px;
  }

  .avatar {
    width: 80vw;
  }

  .amenties-header {
    margin: 2rem auto 2.5rem auto;
  }

  .contact-overlay {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 22vw;
    top: 50px;
  }

  .floating-container {
    bottom: 1rem;
    right: 0rem;
  }
}

@media only screen and (max-width: 576px) {
  .amenties-head-txt {
    font-size: 1.5rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .amenties-head-img {
    width: 125px;
  }

  .contact-title h3 {
    font-size: 2.5rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .contact-subtitle {
    text-wrap: balance;
    font-size: 0.8rem;
  }

  .grid-img .grid-subtitle {
    font-size: 0.75rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* .earthstart-title {
    font-size: 2rem;
  } */

  .sec-4-ext-img {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    top: -186px;
  }

  .sec-4-ext-img img {
    width: 46vw !important;
  }

  .fly-container {
    height: 400px;
    margin: 3rem auto 0rem auto;
  }

  .fly-container .fly1 {
    width: 56vw;
    height: 150px;
    top: 25%;
  }

  .fly-overlay {
    width: 90vw;
    top: 18vw;
  }

  .fly-container .fly2 {
    height: 220px;
    position: absolute;
    top: 60%;
    width: 70vw;
  }

  .gallery-overlay {
    width: 55vw;
  }

  .gallery-container {
    max-width: 100%;
    margin: auto;
  }

  .locale-title {
    font-size: 1.75rem;
    margin: 0rem 0rem 1rem 0rem !important;
  }
}

/* media queries */

/* prasad css */

.sec-1-div {
  width: 61.875rem;
  height: 31.1125rem;
  /* background-image: url(../assets/images/sec-1.png); */
  background: #e6e8e3;
  margin: 0px auto;
}

.bakcolor {
  background: #e6e8e3;
  margin: auto;
}

.sec-1-text-main {
  color: #4d4d4e;
  text-align: center;
  font-family: Optima;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.295rem;
  /* padding-top: 80px; */
  letter-spacing: 0.0575rem;
}

.sec-1-divi {
  text-align: center;
}

.sec-1-para {
  color: #1b745e;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  padding: 25px 100px;
}

.sec-1-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sec-1-list ul li {
  list-style: disc !important;
  color: #4d4d4e;
  font-family: Optima;
  font-size: 1.17825rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5625rem;
  letter-spacing: 0.02375rem;
}

.sec-1-explo-btn {
  padding: 10px 40px;
  border: 1px solid rgba(35, 35, 35, 0.5);
  margin: 0px auto;
  display: block;
  background: transparent;
}

.sec-1 {
  position: relative;
  overflow: hidden;
  height: 900px;
  margin-top: -34px;
}

.sec-1-inner {
  position: absolute;
  width: 15vw;
  right: 0;
  top: 9%;
}

.sec-1-inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .sec-1-main-img img {
  width: 600px;
  height: 372px;
} */

.sec-web-img {
  width: 600px;
  height: 372px;
}

.main-first-btn {
  border-radius: 0.5rem;
  background: #d3ad61;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.03rem;
  margin: 1.5rem auto auto auto;
  padding: 8px 22px;
  border: none;
}

.sec-1-main-img {
  position: absolute;
  right: 0;
  top: 59%;
}

.sec-1-side-text p {
  color: #0c5b47;
  font-family: Optima;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5625rem;
  letter-spacing: 0.01rem;
}

.sec-2-img-cover {
  margin-top: -12px;
}

.sec-2-left img {
  width: 100%;
  height: 665px;
  z-index: 2;
  position: relative;
}

.sec-2-right-inner h1 {
  color: #4d4d4e;
  font-family: Optima;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.3125rem;
  letter-spacing: 0.0575rem;
  width: 46.5rem;
}

.sec-2-right-inner p {
  color: #888;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  width: 56.5rem;
}

.sec-2-right-inner2 h2 {
  color: #d3ad61;
  font-family: Optima;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0575rem;
  text-align: center;
}

.sec-2-right-inner2 h6 {
  color: #0c5b47;
  font-family: Montserrat;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: 0.0275rem;
  text-align: center;
  margin-top: -23px;
}

.sec-2-right-inner {
  padding-top: 87px;
}

.sec-2-right-inner2 p {
  color: #1b745e;
  font-family: Optima;
  font-size: 1vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5625rem;
  letter-spacing: 0.0225rem;
  text-align: center;
  width: auto;
}

.sec-2-divi {
  width: 7.125rem;
  height: 0.0625rem;
  background: #d7e1de;
}

.sec-2-ul {
  width: 46.5rem;
}

.sec-2-ul h5 {
  color: #0c5b47;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: 0.0275rem;
}

.sec-4-ext-img img {
  position: absolute;
  right: 150px;
  bottom: 500px;
}

.sec-2-ul p {
  color: #1b745e;
  font-family: Optima;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 5;
  line-height: 1.5625rem;
  letter-spacing: 0.0225rem;
}

.sec-2-back-img {
  height: 100%;
  width: 100%;
}

.sec-2-back-img img {
  width: 700px;
  height: 500px;
  position: absolute;
  bottom: 300px;
  left: 0;
  z-index: -1;
}

.sec-2-main {
  position: relative;
}

.sec-2-explor {
  color: #4d4d4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875rem;
  border: 1px solid rgba(77, 77, 78, 0.5);
  padding: 15px 40px;
}

.sec-3-heading h3 {
  color: #4d4d4e;
  font-family: Optima;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.125rem;
  letter-spacing: 0.0575rem;
  text-align: center;
}

.showcas {
  background: #e6e8e3;
  height: 238px;
  width: 183px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gall-im img {
  width: 80% !important;
  margin: 0px auto;
}

.owl-carousel.owl-drag .owl-item {
  width: 294px;
  margin-right: -72px !important;
}

.showcas p {
  color: #4d4d4e;
  text-align: center;
  font-family: Optima;
  font-size: 15px;
  font-style: normal;
  font-weight: 550;
  line-height: 0.875rem;
}

.sec-4-heading {
  color: #4d4d4e;
  font-family: Optima;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.125rem;
  letter-spacing: 0.0575rem;
}

.sec-4-main {
  width: 35vw;
  padding-top: 150px;
}

.sec-4-back-main {
  background-image: url(../assets/images/sec-4.jpg);
  width: 100%;
  height: 800px;
}

.sec-4-right {
  padding-top: 235px;
  padding-left: 45px;
}

.sec-4-right-outer ul li {
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  list-style: disc !important;
}

.sec-4-expl-btn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  padding: 15px 25px;
}

.sec-4-row-main {
  padding-top: 100px;
}

.sec-4-ext-img {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
}

.sec-4-ext-img img {
  position: absolute;
  right: 150px;
  bottom: 500px;
}

.section-four {
  position: relative;
}

.section-for-flow {
  width: 100%;
  height: 100%;
}

.section-for-flow img {
  position: absolute;
  right: 550px;
  z-index: 2;
  width: 371px;
}

/* media queries */

@media only screen and (max-width: 992px) {
  .navbar-content {
    display: none !important;
  }

  .menubar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-container {
    padding: 1rem 1rem 1rem 2rem;
  }

  .navbar-container .navbar-logo-2 {
    display: none;
  }

  .amansara-logo {
    display: none !important;
    width: 160px;
    margin: 12px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .aman-logo {
    display: none;
  }

  .bakcolor {
    padding: 30px;
  }

  .navbar-container .navbar-logo {
    width: auto;
  }

  .left-svg {
    width: 40%;
  }

  .right-svg {
    width: 40%;
  }

  .sec-1-div {
    width: 90%;
    height: auto;
    margin: 20px;
    padding-bottom: 70px;
  }

  .sec-1-text-main {
    font-size: 8vw;
  }

  .sec-4-ext-img img {
    width: 61vw;
    right: 51px;
    bottom: 1350px;
  }

  .sec-1-para {
    font-size: 4vw;
    padding: 25px 0px;
  }

  .sec-1-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .sec-1-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* .sec-1-main-img img {
    width: 17.33188rem;
    height: 19.07438rem;
  } */

  .sec-1-main-img {
    top: 70%;
  }

  .sec-1 {
    height: 1126px;
  }

  .sec-1-inner {
    position: absolute;
    width: 16vw;
    left: 0;
    top: 932px;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    height: 95px;
  }

  .sec-2-col-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec-2-right-inner h1 {
    font-size: 10vw;
    line-height: 3.3125rem;
    width: auto;
    text-align: center;
  }

  .sec-2-right-inner p {
    font-size: 4vw;
    line-height: 1.5625rem;
    width: auto;
    text-align: center;
  }

  .sec-2-right-inner2 h2 {
    font-size: 15vw;
    text-align: center;
    padding-bottom: 12px;
  }

  .sec-2-ul {
    width: auto;
  }

  .sec-2-left img {
    height: auto;
    margin-left: 77px;
    width: 80%;
  }

  .sec-2-img-cover {
    margin-top: auto;
  }

  .sec-2-back-img img {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 245px;
  }

  .sec-2-ul h5 {
    font-size: 4vw;
    text-align: center;
  }

  .sec-2-divi {
    margin: 0px auto;
  }

  .mob-padd {
    padding-top: 20px;
  }

  .sec-2-left {
    padding-top: 80px;
  }

  .sec-2-right-inner {
    padding-top: 13px;
  }

  .sec-2-explor {
    padding: 11px 20px;
    margin-left: 76px;
  }

  .sec-3-heading h3 {
    font-size: 7vw;
  }

  .showcas {
    width: 100%;
  }

  .sec-4-back-main {
    background-image: url(../assets/images/sec-4-mob.jpg);
    width: 100%;
    height: auto;
  }

  .sec-4-heading {
    font-size: 10vw;
    line-height: 3.125rem;
    text-align: center;
  }

  .sec-4-main {
    width: 100%;
    padding-bottom: 148px;
  }

  .sec-4-img-outer img {
    width: 100%;
  }

  .sec-4-row-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec-4-row-main {
    padding-top: 0px;
  }

  .sec-4-img-outer {
    padding-top: 30px;
  }

  .section-for-flow img {
    left: 0;
    width: 40vw;
    top: 281px;
  }

  .sec-4-right-outer {
    margin-top: -133px;
  }
}

@media only screen and (max-width: 425px) {
  .sec-1-main-img {
    top: 69%;
  }

  .btn-download-div {
    right: 0;
    left: unset;
  }

  .sec-1-inner {
    top: 748px;
  }

  /* .sec-1-main-img img {
    width: 15.33188rem;
    height: 15.07438rem;
  } */

  .sec-mob-img-new {
    width: 15.33188rem !important;
    height: 15.07438rem !important;
  }

  .sec-2-right-inner2 h6 {
    font-size: 3vw;
  }

  .sec-1 {
    padding-top: -10px;
    height: 944px;
  }
}

@media only screen and (max-width: 375px) {
  .earthstart-title {
    line-height: 3rem;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 389px) {
  .sec-1-main-img {
    top: 76%;
  }

  .sec-1-inner {
    top: 822px;
  }
}

@media only screen and (max-width: 375px) {
  .sec-1-main-img {
    top: 71%;
  }

  .sec-1-inner {
    top: 782px;
  }
}

@media only screen and (max-width: 359px) {
  .sec-1-main-img {
    top: 76%;
  }

  .sec-1-inner {
    top: 827px;
  }
}

@media only screen and (max-width: 320px) {
  .sec-1-main-img {
    top: 67%;
  }

  .earthstart-title {
    line-height: 2rem;
    font-size: 1.7rem;
  }

  /* .sec-1-main-img img {
    width: 10.33188rem;
    height: 10.07438rem;
  } */

  .sec-1-inner {
    top: 671px;
  }

  .sec-mob-img-new {
    width: 15.33188rem !important;
    height: 15.07438rem !important;
  }

  .sec-1-inner {
    top: 721px;
  }
}

/* prasad css */
