@import url("https://fonts.googleapis.com/css?family=Roboto:800,500,400,700|Montserrat:400,700,600|Poppins:500,400,700");

@font-face {
  font-family: "SF Pro-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/5f0f0fe71911555ed50ab8f4/SF-Pro.ttf")
    format("truetype");
}

@font-face {
  font-family: "SF Pro-Semibold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/64e2aec37ab2fa75b7d881d0/fonts/fontsfree-net-sfprodisplay-regular.ttf")
    format("truetype");
}

:root {
  --background: rgba(247, 246, 241, 1);
  --primarybrown-1: rgba(55, 42, 34, 1);
  --primarybrown-2: rgba(106, 86, 75, 1);
  --primarybrown-3: rgba(255, 234, 222, 0.6);
  --secondarygolden-1: rgba(239, 207, 160, 1);
  --secondarygolden-2: #1d1b20;
  --secondarygolden-3: rgba(247, 246, 241, 1);
  --graywhite: rgba(255, 255, 255, 1);
  --grayg-0: rgba(0, 0, 0, 1);
  --grayg-10: rgba(29, 27, 32, 1);
  --grayg-20: rgba(72, 70, 76, 1);
  --grayg-30: rgba(72, 70, 76, 1);
  --grayg-40: rgba(96, 93, 100, 1);
  --grayg-50: rgba(121, 118, 125, 1);
  --grayg-60: rgba(174, 169, 177, 1);
  --grayg-80: rgba(202, 197, 205, 0.2);
  --sementic-coloursuccess20: rgba(165, 225, 191, 1);
  --sementic-coloursuccess40: rgba(65, 158, 106, 1);
  --sementic-colourinfo20: rgba(126, 165, 248, 1);
  --sementic-colourwarning10: rgba(255, 245, 213, 1);
  --sementic-colourwarning40: rgba(239, 176, 8, 1);
  --sementic-colourerror10: rgba(255, 235, 235, 1);
  --sementic-colourerror40: rgba(216, 50, 50, 1);
  --text-background: rgba(255, 255, 255, 0.42);
  --main: rgba(255, 169, 32, 1);
  --secondary: rgba(191, 162, 87, 1);
  --g-30: rgba(50, 47, 55, 1);
  --background-1: rgba(255, 255, 255, 1);
  --primary: rgba(24, 66, 65, 1);
  --colorsblack: rgba(0, 0, 0, 1);
  --textprimary: rgba(255, 255, 255, 0.96);
  --text-secondary: #532201;
  --text-light: #828282;
  --contact-color: --gray-g-50, #79767d;
  --contact2: #f7f6f1;
}
#favicon {
  width: 550px;
  height: 550px;
}
.form-inline {
  width: 34% !important;
}
.card-btn {
  color: #48464c !important;
}
.register-btn {
  outline: none;
  background-image: linear-gradient(to right, #efcfa0, #e1a13f) !important;
  color: var(--primarybrown-1);
  border: 1px solid #efcfa0 !important;
  cursor: pointer;
  font-family: "Roboto", Helvetica;
  border-radius: 0.5rem !important;
  padding: 6px !important;
  font-size: 16px !important;
  font-weight: 200 !important;
  margin-top: 0% !important;
  margin-top: 0% !important;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yatch-card {
  margin-left: 5% !important;
}
.btn-container button {
  padding: 7px 32px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(to right, #efcfa0, #e1a13f) !important;
  cursor: pointer;
}

.btn-container button::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 4px;
  background: var(
    --Wowcruze-Black-Primary-grad-1,
    linear-gradient(92deg, #1b1819 11.23%, #494647 89.97%)
  );
  z-index: -1;
}

.btn-container button::after {
  content: attr(data);
  font-size: 16px;
  background: var(
    --Secondary-Golden-Blended-3,
    linear-gradient(99deg, #efcfa0 4.67%, #e1a13f 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 200ms;
}

.bntbnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 38px;
  font-size: 16px;
  color: #ecc387 !important;
}

.bntbnt:hover {
  color: black !important;
}
.btn-container button:hover::before {
  /* opacity: 50%; */
  background: #edc78f;
  color: white !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.btn-container button:hover::after {
  color: var(--primarybrown-1);
}

.carousel-indicators {
  bottom: 15px !important;
  /* Adjust the position as needed */
}

.carousel-indicators button {
  width: 10px !important;
  /* Set the width and height to create a round shape */
  height: 10px !important;
  border-radius: 50%;
  margin: 0 5px;
  /* Adjust the spacing between indicators */
  background-color: #bbb;
  /* Set the default indicator color */
}

.carousel-indicators .active {
  background-color: #333;
  /* Set the active indicator color */
}

.carousel-indicators li {
  /* background-color: white !important;  */
  margin: 1% !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  /* Adjust the transparency as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.carousel-control-main {
  width: 2.8% !important;
}

.carousel-control-prev-main {
  left: 8% !important;
}

.carousel-control-next-main {
  right: 8% !important;
}

.carousel-control-other {
  width: 8% !important;
  top: 78% !important;
}

.carousel-control-prev-other {
  left: 6% !important;
}

.carousel-control-next-other {
  right: 6% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: var(--primarybrown-2) !important;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 20px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-family-robot {
  font-family: "Roboto";
}

.font-family-Montserrat {
  font-family: "Montserrat";
}

.font-family-Poppins {
  font-family: "Poppins", sans-serif !important;
}

.body-back {
  background-color: var(--background);
}

.color-cls {
  background-color: #1b1819 !important;
}

.border-cls {
  border-radius: none !important;
}

.btn-clr {
  color: var(--graywhite) !important;
}
.navbar-collapse {
  -webkit-box-shadow: none !important;
}
.btn-new {
  outline: none;
  background-color: #372a22 !important;
  /* border: 1px solid #EFCFA0 !important; */
  /* color:  var(--secondarygolden-2) !important; */
  border-width: 2px !important;
  border-style: solid !important;
  border-image: linear-gradient(to right, #efcfa0, var(--secondarygolden-2)) 1 !important;
  border-radius: 0.5rem !important;
  text-decoration: none;
  display: inline-block;
  font-size: 16px !important;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: "Roboto", Helvetica;
  padding: 6px !important;
}

.new-btn-1 {
  background: linear-gradient(
    to right,
    #efcfa0,
    var(--secondarygolden-2)
  ) !important;
  /* Replace these color codes with your own */
  -webkit-background-clip: text !important;
  color: transparent !important;
}

/* .vsc-initialized {
  background-color: var(--contact2) !important;
} */

.btn-new:active {
  background-color: #efcfa0;
  transform: translateY(4px);
}

.button-color {
  background-color: #e1a13f !important;
}

.border-color {
  border-color: #e1a13f !important;
}

.logo-class img {
  width: 32%;
  height: 100%;
}

.float {
  float: right !important;
}

ul li {
  margin: 0 2rem !important;
}

.nav-link {
  color: #d9d9d9 !important;
  text-decoration: none !important;
  font-family: "Roboto", Helvetica;
  font-size: 15px !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.nav-link:active {
  color: var(--secondarygolden-2) !important;
}
.gradient {
  background: linear-gradient(to right, #efcfa0, #e1a13f) !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  font-family: "roboto";
  font-weight: 400 !important;
  /* font-size: 20px !imposrtant; */
  margin-top: 9px !important;
}

.gradient::after {
  content: "\25BC";
  /* Unicode character for a down arrow */
  display: inline-block;
  /* Ensure the pseudo-element is treated as a block */
  margin-left: 5px;
  /* Adjust the spacing between text and icon */
  color: var(--grayg-60);
  /* Set the color of the icon */
}

.w-100 {
  height: 81px;
}

.margin-top {
  margin-top: 1rem !important;
}

.padding {
  /* padding-left: 9% !important; */
  /* padding-right: 9% !important; */
  margin-left: 1rem !important;
}

.toggale-btn {
  height: 40px !important;
  width: 5rem !important;
}

.dropdown-menu {
  border-radius: 10px !important;
  background: white !important;
  /* background-image: linear-gradient(to right, #efcfa0, #e1a13f); */
}

.dropdown-menu > li {
  margin-left: 0 !important;
  padding: 2% 0;
}

.dropdown-menu > li > a {
  color: #1b1819 !important;
  font-size: 14px;
  font-weight: 500 !important;
  background: white !important;
}
.drup-btn {
  margin-top: 7%;
  background-color: transparent;
  border: none;
  outline: none;
}
.drup-btn:active {
  border: none;
  outline: none !important;
}
.dropdown-menu a:hover {
  color: #372a22 !;
}
.corosal-div {
  margin-top: 60px;
  height: 55%;
  background-image: url("assets/newCar1.webp");
  background-size: cover;
  background-position: center; /* Optional: Center the background image */
  /* background-repeat: no-repeat; */
  transition: background-image 0.1s ease;
}
@keyframes slideBackgroundImage {
  from {
    transform: translateX(100%); /* Start from the right */
  }
  to {
    transform: translateX(0); /* End at the center */
  }
}

.nav {
  margin-bottom: 0 !important;
}

.main-text {
  text-align: center;
  color: var(--primarybrown-3);
  font-size: 4rem;
  padding: 2rem;
  font-family: "Cinzel";
  text-overflow: none;
  font-weight: 700;
  padding-top: 3%;
}

.spl-text {
  color: #e1a13f;
  background: linear-gradient(to right, #e1cc56, var(--secondarygolden-2));
  /* Replace these color codes with your own */
  -webkit-background-clip: text;
  color: transparent;
}

/* .custom-dropdown{
    content: '\25BC';
    font-size: 14px;
    margin-left: 5px; 
} */

input.search {
  outline: none;
  border: none;
  color: var(--primarybrown-1);
  width: 78%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: none;
}

.serch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.seach-1 {
  width: 35rem;
  /* border: 1px solid var(--primarybrown-1); */
  display: block;
  border-radius: 31px;
  padding: 9px 4px 9px 40px;
  align-items: center;
  color: white;
  /* background-image: linear-gradient(
    to right,
    var(--primarybrown-2),
    var(--primarybrown-1)
  ); */
  background-color: #f7f6f1;
}

.icon-img {
  width: 20px !important;
  margin-right: 2rem !important;
}

.car-img-small-left {
  position: absolute;
  top: 62%;
  width: 20%;
}

.car-img-1 {
  margin-left: 19%;
  width: 0%;
}

.yach-img-small-left {
  position: absolute;
  top: 51%;
  width: 20%;
}

.car-img-small-right {
  position: absolute;
  top: 44%;
  /* z-index: 999; */
  left: 82%;
  width: 18%;
}

.car-right-cls {
  top: 69%;
}

.yach-right-cls {
  top: 62%;
}

.main-carousel-height {
  height: 360px;
}

.car-img {
  height: 50%;
  /* margin-top: 4rem; */
  width: 60%;
  /* margin-left: 20%; */
}

.jet-img {
  height: 50%;
  /* margin-top: 4rem; */
  width: 0%;
  margin-left: 20%;
}

.yach-img {
  height: 50%;
  /* margin-top: 4rem; */
  width: 0%;
  margin-left: 15%;
}

.corosal {
  margin-top: 100px;
  padding: 5rem 0;
}

.corosal button {
  background: none;
  border: none;
}

.carousel-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.explore-btn {
  color: white;
  margin-top: 2% !important;
}

.inv-text {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  /* font-weight: 700; */
}
.fontMont-600 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.invest-para-1 {
  margin-left: 6% !important;
  color: #aea9b1;
}

/* .invest-l {
  background-color: var(--background);
} */

.invest-l {
  padding-bottom: 60px;
}
.invest-para {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.invest-div {
  margin: 4rem 11rem 6rem 11rem;
}

.invest-div-text {
  margin: 7% 5% 5% 0;
}

.invest-div-text-1 {
  margin-left: 11% !important;
  margin-right: 0 !important;
}

.invest-div-card {
  margin-top: 0 !important;
}

.invest-div-card-1 img {
  height: 51rem !important;
  width: 51rem !important;
}

.card-title {
  font-size: 5rem;
  margin-bottom: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--secondarygolden-2);
}

.card-text {
  text-align: justify;
  font-size: 1.875rem;
  font-family: Ubuntu;
  font-weight: 500;
  color: #79767d;
}

.card-btn {
  outline: none !important;
  padding: 1rem 4.5rem !important;
  border-radius: 7px !important;
  border: 1px solid var(--Secondary-Golden-Blended-3, #efcfa0) !important;
  font-size: 1.5rem !important;
}
.card-btn:hover {
  color: #532201 !important;
  background-image: linear-gradient(to right, #efcfa0, #e1a13f) !important;
}

.benifits-header {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  /* font-weight: 700; */
  color: var(--primarybrown-1);
  text-align: center;
  margin-bottom: 3% !important;
}

.benifits-cards-img img {
  float: left;
  width: 20%;
}
.benifits {
  padding-top: 60px;
  background-color: white;
  padding-bottom: 60px;
}

.benifits-cards-1 {
  z-index: 1;
  background: none !important;
  border: none !important;
  padding: 4% !important;
  height: 42rem;
}

.benifits-cards {
  padding: 3% 7% !important;
}

.card-title-card {
  font-weight: 600;
  font-size: 2rem;
  color: #e1a13f;
  margin-bottom: 1rem;
}

.card-text-card {
  font-size: 12px;
  font-family: Ubuntu;
  color: var(--Gray-G-60, #aea9b1);
  /* text-align:justify; */
}

.card-height {
  height: 40rem;
}

.explore {
  width: 100%;
  /* background-image: url("assets/image-1.png"); */
  /* height: 600px; */
  height: 55rem;
  /* background-size: cover;
    background-repeat: no-repeat; */
}

.explore-div {
  width: 80%;
  position: relative;
  left: 10%;
  bottom: 55%;
}

.explore-div-2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  margin-top: 2%;
  font-weight: 600;
}

.work-flow-image {
  width: 75%;
  margin-left: 10%;
}

.goldGradient {
  background: var(
    --Gold-1,
    linear-gradient(
      90deg,
      #c28e01 0.4%,
      #c49002 11.64%,
      #e1cc56 14.97%,
      #fafa90 19.13%,
      #e4ad19 64.48%,
      #e5af1c 68.64%,
      #faff99 74.88%,
      #faff99 100.26%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.explore-div-2 .spltext {
  background: var(
    --Gold-1,
    linear-gradient(
      90deg,
      #c28e01 0.4%,
      #c49002 11.64%,
      #e1cc56 14.97%,
      #fafa90 19.13%,
      #e4ad19 64.48%,
      #e5af1c 68.64%,
      #faff99 74.88%,
      #faff99 100.26%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
}

.explore-div-3 {
  color: var(--secondarygolden-1);
  font-size: 2rem;
  font-family: "roboto", sans-serif;
  font-weight: 400;
}

.explore-div-4 {
  padding: 1rem 4rem !important;
  margin-top: 2rem;
}

.explore-carosal {
  width: 100%;
  height: 60%;
}

.group-6 {
  position: relative;
  width: 1069.5px;
  height: 639.75px;
}

.overlap-group-wrapper {
  position: relative;
  width: 46%;
  height: 40%;
  top: 38px;
  left: 10%;
}

.overlap-group-2 {
  position: relative;
  height: 588px;
}

.line {
  position: absolute;
  width: 1px;
  height: 491px;
  top: 60px;
  left: 66px;
}

.frame-18 {
  width: 43rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-19 {
  display: flex;
  flex-wrap: wrap;
  width: 521.25px;
  align-items: flex-start;
  gap: 27.75px 0px;
  padding: 11.25px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--background);
  border-radius: 13.5px;
  border: 1px solid;
  border-color: linear-gradient(
    to bottom,
    rgb(239, 207, 160),
    rgb(225, 161, 63)
  );
  box-shadow: 3.75px 3.75px 22.5px #00000026;
  /* border-image: linear-gradient(to bottom, rgb(239, 207, 160), rgb(225, 161, 63)) 1; */
}

.ellipse-3 {
  position: relative;
  width: 79.5px;
  height: 79.5px;
  border-radius: 39.75px;
  background: linear-gradient(92deg, #1b1819 18.81%, #494647 89.97%);
}

.frame-20 {
  display: flex;
  flex-direction: column;
  width: 66%;
  margin-left: 5%;
  align-items: flex-start;
  gap: 7.5px;
  position: relative;
}

.text-wrapper-16 {
  position: relative;
  width: 42rem !important;
  margin-top: -0.75px;
  margin-right: -66.75px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: var(--Secondary-Golden-2, #e1a13f) !important;
  font-size: 25.5px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-21 {
  display: flex;
  align-items: center;
  gap: 7.5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-17 {
  position: relative;
  flex: 1;
  margin-top: -0.75px;
  font-family: Ubuntu;
  font-weight: 400;
  color: var(--grayg-50);
  font-size: 16.5px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-18 {
  position: absolute;
  height: 31px;
  top: 34px;
  left: 58px;
  background: linear-gradient(
    180deg,
    rgb(239, 207, 160) 0%,
    rgb(225, 161, 63) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-fill-color: transparent; */
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 25.5px;
  letter-spacing: 0;
  line-height: normal;
}

.frame-22 {
  display: flex;
  flex-wrap: wrap;
  width: 42rem;
  align-items: flex-start;
  gap: 27.75px 0px;
  padding: 11.25px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 13.5px;
}

.ellipse-4 {
  position: relative;
  width: 6rem;
  height: 6rem;
  left: 1rem;
  top: 1rem;
  background-color: #f4f3f5;
  border-radius: 52%;
}

.text-wrapper-19 {
  width: 50% !important;
  position: relative;
  align-self: stretch;
  margin-top: -0.75px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: var(--grayg-50);
  font-size: 25.5px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-20 {
  position: absolute;
  height: 31px;
  top: 34px;
  left: 58px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: var(--grayg-50);
  font-size: 25.5px;
  letter-spacing: 0;
  line-height: normal;
}

.work-flow-invest {
  display: flex;
  justify-content: space-around;
}

.icon-img-icon {
  width: 90% !important;
  margin-top: 2%;
  /* display: flex;
    justify-content: space-around; */
}

.work-display-img {
  margin-top: 30%;
}

.work-display-image {
  width: 29rem;
}

.upgrade-vid {
  position: relative;
}

.explore-div-1 {
  position: relative !important;
}

.explore-div-1-1 {
  position: absolute !important;
  top: 88%;
}

.video-container {
  position: relative;
  width: 53%;
  margin-left: 24%;
}

#myVideo {
  width: 100%;
  height: auto;
  display: block;
}

.upgrade-vid-1 {
  position: absolute;
  top: 50%;
  /* left: 64% !important; */
  transform: translate(-50%, -50%);
}

.upgrade-vid-1-1 {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upgrade-vid-1-1 button {
  background-image: linear-gradient(to right, #efcfa0, #e1a13f);
}

#play-logo-1,
#play-logo-2 {
  width: 100%;
  /* Adjust the width as needed */
  height: auto;
  cursor: pointer;
}

#play-logo-1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

#play-logo-2 {
  width: 50%;
  position: relative;
  left: 30%;
}

.search-body {
  width: 400px;
  overflow: hidden;
  z-index: 999;
}

.flex-coloum {
  flex-direction: row;
}

.flex-coloum-1 {
  flex-direction: column;
}

.icon-img-icon .row {
  margin-left: 5%;
}

.img-pos {
  position: relative;
  left: 5%;
  width: 13%;
}

.icon-1 img {
  width: 30%;
  height: 65%;
}

.chevolet {
  height: 30% !important;
  width: 40% !important;
  margin-top: 3% !important;
}

.ferrari {
  height: 100% !important;
  position: relative;
  bottom: 20%;
}

.upgrade-vid img {
  width: 100%;
  height: auto;
  display: block;
}

.upgrade-vid-1 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.number-1 {
  background-color: #26201cfc;
}

.card-body {
  padding: 1rem 0 !important;
}

.number-2 {
  height: 31rem;
  width: 99.5%;
  display: block;
  background-image: url("assets/speakItselfImage.png");
}

.number-1-div {
  padding-top: 2rem;
}

.number-1-row {
  padding: 1% 10%;
  text-align: center;
}

.number-header {
  color: var(--secondarygolden-1) !important;
}

.number-1-1 {
  font-weight: 400 !important;
  font-family: Montserrat;
  font-size: 5rem;
  color: var(--secondarygolden-1);
}

.number-1-2 {
  font-family: Roboto;
  font-size: 2rem;
  color: var(--secondarygolden-3);
}

.blogs {
  width: 99%;
  margin: 0.5rem;
}

.blogs-card {
  margin-top: 6rem;
}

.blog-row {
  padding: 5rem;
}

.blog-card-body {
  font-size: 1rem;
  height: 7rem;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.card-border {
  border: none !important;
  height: 32rem !important;
}

.card-button {
  color: var(--secondarygolden-2) !important;
  font-size: 1.5rem !important;
  margin-left: 34% !important;
}

.blog-header {
  margin-top: 2% !important;
  margin-bottom: 0% !important;
}

.card-border:hover {
  border: 1px solid var(--secondarygolden-2) !important;
  border-radius: 10px;
  background-color: #fff !important;
}

.card-button :hover {
  border: 1px solid var(--secondarygolden-2) !important;
}

.frequent-que-1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin-left: 12rem;
  font-size: 2rem;
}

.question-btn {
  font-size: 1.5rem;
  border: 1px solid #cbc8c8;
  padding: 1% 4%;
  border-radius: 7px;
}
.frequent-que-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.frequent-que-2 img {
  width: 70%;
  padding: 4rem 2rem;
}
.faq-question-1 {
  background-color: none !important;
}
.question-div {
  padding: 10px;
}

.question-div:hover {
  border: 1px solid var(--secondarygolden-1);
  /* padding: 10px 0; */
  border-radius: 5px;
}

/* .frequent-que-1 span:hover{
    font-size: 2.5rem;
} */
.question-btn:hover {
  border: 1px solid var(--secondarygolden-1);
  color: var(--secondarygolden-1);
  background-color: var(--primarybrown-2);
}

.bottom-text-color {
  color: var(--graywhite);
  font-size: 2.5rem;
  font-family: "Roboto";
  margin-left: 5rem;
}

.bottom-search {
  background: var(
    --Wowcruze-Black-Primary-grad-1,
    linear-gradient(92deg, #1b1819 11.23%, #494647 89.97%)
  );

  /* background-image: url("assets/Rectangle\ 20.png"); */
  /* height: 8rem; */
}

.bottom-search-1 {
  width: 28%;
  margin-right: 5rem;
  position: relative;
  padding: 1% 0;
}

.inputSec {
  width: 100%;
  border-radius: 1rem;
  font-size: 1.5rem;
  padding: 2rem;
}

.bottom-search-1 button {
  position: absolute;
  top: 26%;
  left: 76%;
  font-size: 1.5rem;
  padding: 6px;
  border-radius: 10px;
  width: 23%;
  border: none !important;
  /* background-color: var(--secondarygolden-1) !important; */
  background-image: linear-gradient(
    to right,
    var(--secondarygolden-1),
    var(--secondarygolden-2)
  ) !important;

  color: var(--primarybrown-2);
  font-weight: 600 !important;
}

.bottom-search-1 button:hover {
  background-image: linear-gradient(
    to right,
    var(--secondarygolden-2),
    var(--secondarygolden-1)
  ) !important;

  color: var(--primarybrown-1);
}

.bottom-tab-sucess {
  width: 50%;
  display: none;
  position: absolute;
  top: 39%;
  font-size: 14px;
  right: 94%;
  color: var(--secondarygolden-2);
}

.search-res {
  position: absolute;
  top: 100%;
  background-color: var(--primarybrown-2);
}

.search-res .search-header {
  color: white;
  font-weight: 600;
  float: left;
}

.bottom-tab {
  background-color: #372a22;
}

.bottom-nav {
  /* background-image: url("assets/Rectangle\ 18.png");
    background-size: cover; */
  background: var(--Primary-Brown-1, #1b1819);
}
.bottom-search {
  background-color: #222222 !important;
}

.logo-div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--graywhite);
}

.bottom-nav {
  padding-left: 7.5rem;
}

.bottom-nav .row {
  padding: 2rem 2rem;
  width: 100%;
}

.bottom-tab-header {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondarygolden-1);
}

.bottom-tab-ul {
  list-style: none;
  /* Remove default list styles */
  padding: 0;
  margin: 0;
}

.bottom-tab-ul li {
  padding: 8px 0;
  /* Adjust padding as needed */
  margin: 0 !important;
}

.bottom-tab-links {
  color: var(--graywhite) !important;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  cursor: pointer;
}

.card-body-min-height {
  height: 14rem;
}

.bottom-icon-cls {
  list-style: none;
  padding: 0;
  text-align: center;
  float: left;
}

.bottom-icon-cls li {
  display: inline-block;
  margin: 0 10px 0 0 !important;
}

.bottom-icon-cls li a {
  display: block;
}

.work-display {
  display: none;
}

.faq-container {
  max-width: 47%;
  margin: 2% 4%;
}

.margin-top {
  margin-top: 2rem;
}

.faq-item {
  margin-bottom: 20px;
  width: 70rem;
}

.question-border {
  border: 1px solid #efcfa0;
}

.serch-img {
  background-image: url("assets/car-background.png");
}

.input-field {
  width: 100%;
  /* Adjust the width based on your design, and consider margins */
  background: var(--gray-white, #fff);
  border-radius: 10px;
  padding: 18px;
  /* Adjust padding as needed */
  border: none;
  font-size: 18px !important;
}

.input-field.description {
  height: 200px;
  /* Adjust the height for the description field */
  line-height: 1;
  /* Set line-height to 1 for a single line of text */
  padding: 2.5%;
  resize: none;
}

.submit-button {
  padding: 15px 10% !important;
  border-radius: 10px !important;
}

/* .inputs {
  box-sizing: border-box;
  padding: 6% 20%;
  border-radius: 12px;
  border: 0.25px solid var(--grayg-10);
  background: transparent;
} */

.input-container {
  width: 75% !important;

  /* margin-bottom: 20px; Adjust margin as needed for spacing between input fields */
}

.error-message {
  color: red !important;
  font-size: 16px !important;
  font-family: Montserrat;
}

.success-message {
  color: green !important;
  font-size: 16px !important;
  font-family: Montserrat;
}

.text-input {
  width: 100%;
  height: 110px;
  background: transparent;
  font-size: 18px !important;
  color: var(--contact-color) !important;
  font-family: Montserrat;
  border-radius: 10px;
  padding: 18px;
  border: 0.25px solid var(--gray-g-50, #79767d);
  box-sizing: border-box;
  /* Include padding and border in the width and height */
}

.contact-form {
  gap: 3%;
  margin-top: 4%;
}

.web-text {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
}

.car-image {
  margin-top: -1rem;
  height: 430px;
  width: 100%;
  background-size: cover;
}

/* .img-overlay {
  position: absolute;
  background-color: #532201;
  opacity: 0.6;
  z-index: 997;
  height: 100%;
  width: 100%;
} */

.img-container {
  position: relative;
}

.main-content {
  text-align: center;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  z-index: 1000;
  left: 38%;
  top: 5%;
}

.title {
  color: white;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.term-text {
  margin: 0px 3% !important;
}

.content-container {
  margin: 2% 4%;
  margin-top: 3%;
}

/* styles.css */
.brand-title {
  color: #1b1819;
  text-align: center;
  font-family: Montserrat;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.modal-backdrop.show {
  opacity: 0 !important;
}
.brand-name {
  color: #1b1819;
  font-family: Montserrat;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text {
  color: var(--gray-g-50, #79767d);
  margin: 6% 0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text1 {
  color: var(--gray-g-50, #79767d);
  margin: 6% 0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-1 {
  margin: 0;
}

/* .nav-link {
  font-size: 18px !important;
} */

/* styles.css */
.btn-container {
  text-align: center;
}

#button {
  /* padding: 7px 32px; */
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(to right, #efcfa0, #e1a13f) !important;
  cursor: pointer;
  padding: 10px 55px;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

/* Add additional styles as needed */

/* Add these styles to your existing CSS */
.icons {
  width: 24px;
  /* Adjust the size of the icons */
  height: 24px;
  fill: white;
  /* Set the color of the icons */
  margin-left: 10px;
  /* Adjust the spacing between the icons */
}

/* Add these styles to your existing CSS */
.icon-link.orange-circle {
  display: inline-block;
  /* Ensure the container only takes the space it needs */
  position: relative;
  /* Position the child elements relative to this container */
}

.profile-icon {
  fill: white;
  /* Set the color of the icon inside the circle */
  position: absolute;
  /* Position this element absolutely within its container */
  top: 50%;
  /* Center the icon vertically */
  left: 50%;
  /* Center the icon horizontally */
  transform: translate(-50%, -50%);
  /* Center the icon precisely */
}

.leaders {
  width: 100%;
  margin-top: 20px;
}

/* Add this CSS to your global styles or in a dedicated stylesheet */
.custom-img {
  height: 100%;
  object-fit: cover;
}

/* Add this CSS to your global styles or in a dedicated stylesheet */
.image-container {
  position: relative;
  height: 300px;
  width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.widthFounder {
  width: 280px;
}

.black-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  /* Height of the black strip */
  background: var(--black-40, rgba(0, 0, 0, 0.4));
  border-radius: 0px 0px 8px 8px;
  /* Rounded corners on the lower portion */
  color: white;
  display: flex;
  align-items: center;
  justify-content: start;
}

.img-text {
  color: var(--Background, #f7f6f1);
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0%;
  transition: 0.5s;
}
.leadersCardCont {
  height: 100px;
}
.linkedInLeaders {
  /* display: none; */
}
.positionLeaders {
  display: none;
}
.image-container:hover .img-text {
  font-size: 20px;
}
.founderParent {
  transition: 0.5s;
}
.image-container:hover .founderParent {
  height: 6rem;
}
.linkedInLeaders {
  transition: 0.5s;
}

.image-container:hover .leadersCardCont {
  height: 30px !important;
}
.image-container:hover .positionLeaders {
  display: block;
  font-size: 15px;
}
.image-container:hover .linkedInLeaders {
  display: block;
  height: 30px;
}

.faqs-container {
  display: flex;
  padding: 40px 30px;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.faq-padding {
  /* padding-top: 0.1rem; */
  /* padding: 6px; */
  border-radius: 8px;
}

.faq-box {
  padding: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
  color: var(--secondarygolden-2);
  font-size: 2rem !important;
  font-family: Montserrat;
  border-radius: 8px;
  background: var(--background);
  margin-bottom: 2.2rem;
}

.faq-box:hover {
  background-color: var(--primarybrown-1);
}

.name {
  margin: 0;
  font-weight: semibold;
}

.text-container {
  width: 420px;
  padding-top: 20px;
  /* Adjust the padding as needed */
}

.box-container {
  display: flex;
  justify-content: center;
  /* Adjust as needed */
}

.box {
  width: 14%;
  margin-right: 10px;
  border-radius: 16px;
  border: 1px solid
    var(--windows-stroke-glass-specular, rgba(255, 255, 255, 0.4));
  background: var(--windows-glass, rgba(128, 128, 128, 0.3));
  background-blend-mode: luminosity;
  overflow: hidden;
  /* Ensure the border-radius applies correctly */
}

.box-img {
  width: 20%;
  height: 72%;
  margin: 0.7rem;
}

.carousel-indicators button {
  width: 12px !important;
  /* Set the width and height to create a round shape */
  height: 12px !important;
  border-radius: 50%;
  margin: 0 5px;
  /* Adjust the spacing between indicators */
  background-color: white !important;
  /* Set the default indicator color */
}

.carousel-indicators .active {
  background-color: var(--text-light) !important;
  /* Set the active indicator color */
}

.carousel-indicators li {
  /* background-color: white !important;  */
  margin: 1% !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--grayg-50) !important;
  /* Adjust the transparency as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.carousel-control-others {
  width: 2% !important;
  height: 8% !important;
  top: 45% !important;
}

.carousel-control-prev-other1 {
  left: 2% !important;
  width: 40px !important;
}

.carousel-control-next-other2 {
  right: 2% !important;
  width: 40px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem !important;
}

.img-sm {
  justify-content: center;
  align-items: center;
}

.img2-sm {
  justify-content: center;
  align-items: center;
}
.icon-form-cls {
  justify-content: end !important;
  gap: 3rem !important;
}
.about-us-clr {
  color: #1b1819;
}
.toggle-icon-1 {
  width: 7% !important;
}
.email-text {
  color: #79767d;
  font-family: "Montserrat";
  font-size: 18px;
}
.frequent-que-landing {
  padding: 0% 7% 3% 7%;
}
.frequent-que {
  margin-top: 8% !important;
}
.offeredBrandsText {
  font-family: Montserrat;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 36.57px;
  text-align: center;
}
.benifits-header {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  /* font-weight: 700; */
  color: #1b1819;
  text-align: center;
  margin-bottom: 2% !important;
}
.faq-container-1 {
  padding: 1% 7%;
  margin-top: 30px;
}
.frequent-row {
  width: 100%;
  padding: 2% 1% 0 1%;
  background-color: white;
  border-radius: 10px;
}
.flex-coloum {
  flex-direction: row;
  padding: 2%;
  border-radius: 10px;
  /* height: 700px; */
}
.flex-coloum-faq {
  background-color: white;
}
.landing-answer {
  padding-top: 15px !important;
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-top: 2%;
  text-align: justify;
}
.faq-container-width {
  width: 65%;
}
.answer {
  font-size: 15px;
  display: none;
  padding: 0px 26px 15px 26px;
  /* border: 1px solid #ccc; */
  /* background-color: #f0f0f0; */
  border-radius: 5px;
  color: #99969b;
  font-family: Ubuntu;
  text-align: justify;
  margin: 1rem;
}

.faq-container-landing {
  width: 60%;
}
.other-div {
  margin: 0% 7%;
}
.other-div-1 {
  margin: 0;
  padding: 2% 0;
}

.margin-top {
  margin-top: 2rem;
}

.faq-item {
  margin-bottom: 20px;
  width: 100%;
}
.question {
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  color: var(--grayg-40);
  font-family: Ubuntu;
  width: 100%;
}
.question-1-1-faq {
  display: flex;
  justify-content: space-between;
}
.question-back-clr {
  background-color: var(--background);
}
.question img {
  width: 5%;
}
.question-border {
  border: 1px solid #efcfa0;
}
.faq-main-content {
  width: 20%;
}
.faq-sub-content {
  width: 50%;
  margin-left: 3%;
}
.faq-item-1 {
  width: 158% !important;
  background-color: var(--background);
  border-radius: 10px;
}
.hide-cls {
  display: none !important;
}
.show-cls {
  display: block !important;
}
.main-div {
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--secondarygolden-2);
  font-weight: 400;
}
.main-div-1 {
  background-color: #1b1819;
  color: var(--secondarygolden-2);
  font-weight: 600;
}
.pointFaq {
  color: #e9ba73;
}
.main-contact {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #a8a8a8;
  width: 45%;
}
.widthSecConNew {
  width: 55%;
}
.flexDirPhoneMail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.justifyHelpContact {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contentJusCenterMob {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .justifyHelpContact {
    flex-direction: column;
  }
  .justifyHelpContact {
    justify-content: center;
  }
  .flexDirPhoneMail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .widthSecConNew {
    margin-bottom: 50px;
  }
  .flexHelpContact {
    flex-direction: column !important;
  }
  .main-contact {
    width: 100% !important;
  }
  .widthSecConNew {
    width: 100% !important;
  }
  .faqs-container {
    display: flex;
    flex-direction: column;
  }

  .contact-form {
    flex-direction: column;
  }

  /* .main-contact {
    padding-bottom: 6rem;
  } */

  .input-container {
    width: 100% !important;
  }

  .mobile-sm {
    display: flex;
    justify-content: end;
  }

  .img-sm {
    justify-content: start !important;
    margin-bottom: 1.5rem;
  }

  .img2-sm {
    justify-content: end !important;
    margin-bottom: 1.5rem;
  }

  .content-sm {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }

  .brand-title,
  .brand-name {
    font-size: 2rem !important;
  }

  .term-text {
    margin: 4% 3% !important;
    font-size: 14px !important;
  }

  .img-width {
    width: 50%;
  }

  #leaders-container {
    display: flex !important;
  }

  #carouselExampleControls2 {
    display: none;
  }

  .image-container {
    height: 200px;
  }

  .img-text {
    font-size: 12px;
  }

  .text-sm {
    font-size: 10px !important;
  }

  .semi-colon {
    width: 11%;
  }

  .box {
    width: 30%;
  }

  .leaders {
    padding-top: 0 !important;
  }

  .content-sm1 {
    margin-bottom: 0 !important;
  }

  .leader {
    margin-bottom: 0.8rem !important;
  }

  .icon {
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
}

@media (min-width: 200px) and (max-width: 820px) {
  .frequent-que-2 {
    justify-content: start;
    flex-direction: row !important;
  }
  .parentContRound {
    margin-top: -2.5rem !important;
  }
  .roundedCardB {
    width: 9px !important;
    height: 9px !important;
  }
  .roundedCardC {
    width: 9px !important;
    height: 9px !important;
  }
  .roundedCardA {
    width: 9px !important;
    height: 9px !important;
  }
  .colorAbout {
    color: red !important;
  }
  .lineMarginHelper {
    margin-left: 30px !important;
  }
  .luxuryYatchSection {
    margin-top: -1rem !important;
  }
  .logoCont {
    display: none !important;
    gap: 1px !important;
  }
  .logobrandContt {
    height: 40px;
    width: 70px;
  }
  .brandLogoImageLanding {
    height: 100%;
    width: 90%;
  }
  .marginMobLogo {
    margin-top: -40px;
  }
  .benifits {
    padding-top: 1px !important;
    margin-top: -6%;
  }
  .landing-answer {
    font-size: 11px;
  }
  .upgrade-vid {
    height: 130px;
  }
  .other-div-1-1 {
    font-size: 12px !important;
  }
  .benifits-header {
    font-size: 1.5rem;
  }
  .frequent-row {
    flex-direction: column;
  }
  .faq-main-content {
    width: 100%;
    display: flex;
    overflow: scroll;
  }
  .main-div {
    width: 280px !important;
    display: flex;
    justify-content: center;
    margin-top: 3%;
  }
  .faq-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .faq-sub-content {
    width: 59%;
  }
  .faq-question {
    font-size: 14px !important;
  }
  .answer {
    font-size: 12px;
  }
  .question img {
    width: 9%;
    height: 40%;
    margin-top: 2%;
  }
  .frequent-que {
    margin-bottom: 2%;
  }
  .new-faq-cls {
    flex-direction: row !important;
    margin-right: 3%;
    margin-left: 3%;
  }
  .faq-container-1 {
    padding: 0;
  }
  .marginOB {
    margin-top: 200px;
  }
  .padding {
    width: 157% !important;
  }
  .carousel-item-1 {
    margin-left: 5%;
  }
  .mainAbout {
    margin-top: 8px !important;
  }
  .mainAbout2 {
    margin-top: 8px !important;
  }
  .form-inline {
    height: 10rem;
    margin-top: 2% !important;
    width: 100% !important;
  }
  .droupdown-btn {
    padding-right: 73% !important;
  }
  .navbar-nav .dropdown-menu {
    width: 17rem;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .dropdown-menu > li > a {
    color: #d9d9d9 !important;
    padding-left: 0 !important;
  }
  .blogsContainer {
    justify-content: center !important;
  }
  .blogHeadingText2 {
    font-size: 35px !important;
  }
  .toggle-icon-1 {
    width: 19% !important;
  }
  .content-container {
    margin-top: 11%;
  }
  .main-header-font {
    font-size: 26px !important;
  }
  .work-flow-invest-2 {
    margin-top: 14%;
  }

  .line {
    left: 15%;
  }

  .toggale-btn {
    margin-left: 20rem !important;
  }

  .logo-class img {
    /* margin-left:-40px; */
    /* border:1px solid red; */
    width: 70px;
  }

  .float {
    float: none !important;
  }

  .main-text {
    font-size: 2rem;
    padding-top: 12%;
  }

  .invest-div-card {
    flex-direction: column;
  }

  .invest-div {
    margin: 0 2rem;
  }

  .invest-div-card-1 img {
    height: 35rem !important;
    width: 30rem !important;
  }

  .benifits-cards .row {
    display: flex;
    flex-direction: column;
  }

  .card-height {
    height: 40rem;
  }

  .explore-div {
    display: flex;
    flex-direction: column;
    bottom: 15%;
  }

  .explore-div-1 img {
    width: 1rem;
  }

  .explore-div-2 {
    font-size: 1rem;
  }

  .explore-div-3 {
    font-size: 0.5rem;
  }

  .explore-div-4 {
    padding: 1% !important;
    width: 23%;
    height: 10%;
    font-size: 14px !important;
    margin-top: 20px !important;
  }

  .benifits-header {
    font-size: 3rem;
    margin-top: 9%;
  }

  .work-flow-invest {
    flex-direction: column;
  }

  .work-flow-invest-2 img {
    width: 60%;
    margin-left: 17%;
  }

  .benifits-cards {
    padding: 0 !important;
  }

  .text-wrapper-19 {
    top: 13%;
    /* left: 11%; */
    font-size: 2rem;
  }

  .text-wrapper-17 {
    font-size: 1.5rem;
  }

  .text-wrapper-16 {
    font-size: 2rem;
  }

  .frame-19,
  .frame-18,
  .frame-22 {
    width: 30rem !important;
  }

  .ellipse-4,
  .ellipse-3 {
    width: 4rem;
    height: 4rem;
  }
  .ellipse-4 {
    left: 1.5rem !important;
    margin-right: 10%;
  }

  .ellipse-3 {
    left: -1rem;
    top: 1rem;
  }

  .text-wrapper-20 {
    font-size: 1.5rem;
    top: 27%;
    left: 10%;
  }
  .text-wrapper-20-1 {
    top: 23% !important;
  }
  .frame-22 {
    padding-left: 0;
  }

  .overlap-group-wrapper {
    height: 46rem !important;
  }

  .explore {
    height: 19rem;
  }

  .explore-div {
    bottom: 47%;
  }

  .number-1-1 {
    font-size: 2.5rem;
  }

  .number-1-2 {
    font-size: 1.5rem;
  }

  .bottom-search {
    flex-direction: column;
    height: 13rem !important;
    background-color: #503f3f !important;
  }

  .bottom-tab-sucess {
    top: 96%;
    left: 26%;
    width: 20rem;
  }

  .flex-coloum {
    flex-direction: column-reverse;
  }

  .bottom-search-1 input {
    width: 30rem;
    margin-left: 3rem;
    font-size: 12px;
  }

  .bottom-search-1 {
    top: -17% !important;
    position: relative;
    width: 100%;
    margin-right: 0;
  }

  .bottom-search-1 button {
    top: 13% !important;
    bottom: 7px;
    width: 8rem;
    font-size: 14px;
    left: 24.5rem;
  }

  .bottom-text-color {
    margin-left: 0;
    font-size: 2rem;
    margin-top: 4%;
  }

  /* .benifits-header {
    font-size: 20px !important;
  } */

  .invest-div-text {
    margin: 1% 6% !important;
  }

  .frequent-que-1 {
    margin-left: 2rem;
  }

  .question-div {
    width: 30rem;
    font-size: 16px;
  }

  .frequent-que-2 img {
    display: none;
  }

  .blogs-card {
    margin-top: 0 !important;
  }

  .card-btn {
    padding: 2% 5% !important;
  }

  .blogs {
    margin: 2rem 0 0 0 !important;
  }

  .blog-row {
    width: 38rem !important;
    padding: 0 3rem !important;
  }
  .blogs {
    width: 100%;
  }
  .number-1 {
    height: 16rem;
    width: 100%;
  }

  .number-2 {
    width: 100% !important;
  }

  .frequent-que {
    margin-top: 2rem;
  }

  .card-body-min-height {
    height: 13rem;
  }

  #play-logo-1 {
    width: 50%;
  }

  #play-logo-2 {
    width: 25%;
    left: 40%;
  }

  .work-display-img {
    margin-top: 23%;
    width: 50% !important;
    margin-bottom: 10%;
  }

  .faq-item {
    padding: 0 1rem;
  }
  .faq-container {
    max-width: 100%;
  }
  .faq-container-width {
    width: 94%;
  }
  .question-btn {
    margin-left: 2rem;
  }

  .upgrade-vid-1-1 {
    width: 73%;
    left: 82%;
  }

  .upgrade-vid-1-1 button {
    width: 48%;
  }

  .inv-text {
    font-size: 3rem;
    margin: 2rem 4rem;
  }
  .inv-text-1 {
    font-size: 2.5rem !important;
  }

  .invest-para {
    font-size: 1.5rem;
    text-align: left;
  }

  .card-title {
    font-size: 24px !important;
  }

  .card-text {
    font-size: 14px !important;
    text-align: justify;
  }

  .card-position {
    flex-direction: column-reverse;
  }

  .search-res {
    width: 75% !important;
  }

  .main-carousel-height {
    height: 90px;
  }

  .search-body {
    width: 100% !important;
  }

  .carousel-control-main {
    width: 10% !important;
  }

  .carousel-control-prev-other {
    left: 10% !important;
  }

  .carousel-control-next-other {
    right: 8% !important;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 42% !important;
  }

  .nav-link {
    font-size: 15px !important;
  }

  .nav-btn {
    font-size: 12px !important;
  }

  .invest-div-text-1 {
    margin-left: 3% !important;
  }

  .number-2 {
    height: 40rem !important;
  }

  .card-text-card {
    font-size: 11px !important;
  }

  .carousel-control-other {
    width: 12% !important;
  }

  .btn-container button {
    width: 9rem;
    margin-left: 1rem;
    padding: 6px 10px;
  }

  .btn-container button::after {
    font-size: 12px !important;
  }

  .benifits-cards-1 {
    height: 25%;
  }
  #myVideo {
    width: 37.5rem;
  }
  .work-flow-invest-2 {
    display: none !important;
  }
  .icon-img-icon {
    margin-top: 32% !important;
  }
  .video-container {
    width: 85%;
    margin-left: 0;
  }
  .vid-fram {
    height: 84% !important;
    width: 85% !important;
    margin-left: 15%;
  }
  .car-image {
    height: 100%;
  }

  .main-content {
    font-size: 16px;
    left: 0%;
    top: 8%;
  }

  .carousel-control-others {
    width: 4% !important;
    height: 12% !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 80%;
    height: 100%;
  }

  .carousel-indicators button {
    width: 9px !important;
    height: 9px !important;
  }

  .carousel-indicators {
    top: 84%;
  }

  .box {
    width: 30%;
  }

  .main-content {
    text-align: center;
    padding: 1rem;
    left: 0% !important;
    position: relative;
  }

  .subtitle {
    color: #6a564b !important;
    font-weight: normal !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .title {
    color: #1b1819;
    font-size: 24px !important;
    font-weight: 400;
  }

  .term-text {
    margin: 4% 3% !important;
    font-size: 14px !important;
  }

  .input-field.description {
    padding: 4.5%;
  }
  .icon-form-cls {
    gap: 2rem !important;
    justify-content: center !important;
  }
  .user-icon {
    margin-left: 17%;
    margin-bottom: 8%;
  }
  .faq-box {
    font-size: 1.5rem !important;
  }
  .text {
    font-size: 16px;
  }
  .text1 {
    font-size: 12px !important;
  }
  .text-wrapper-20-2 {
    left: 9%;
  }
  .upgrade-vid-1 {
    left: 64% !important;
  }

  .number-2 {
    margin-top: 50px;
  }
}

@media (min-width: 376px) and (max-width: 415px) {
  .carousel-control-next-other {
    right: 12% !important;
  }

  .term-text {
    margin: 4% 3% !important;
    font-size: 14px !important;
  }
  .carousel-item-1 {
    margin-left: 6%;
  }
  #myVideo {
    width: 39rem;
  }
  .blogs-card-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 400px) and (max-width: 800px) {
  /* .invest-div-card-1 img{
    width: 33rem !important;
  } */
  .carousel-control-other {
    width: 11% !important;
  }
  .carousel-control-next-other {
    right: 10% !important;
  }
  .text-wrapper-20-1 {
    top: 23% !important;
  }
  .text-wrapper-20-2 {
    left: 9%;
  }
  #myVideo {
    width: 41.2rem;
  }
  .upgrade-vid-1-1 {
    left: 90%;
  }
  .upgrade-vid-1 {
    left: 69% !important;
  }
  .blogs-card-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .invest-div-text {
    margin: 1% 6% !important;
  }
  .carousel-control-prev-other {
    left: 10% !important;
  }
  .blog-row {
    padding: 0 2rem !important;
  }
}

@media (min-width: 768px) {
  .media-scroller1 {
    display: none !important;
  }
  .paddingHelperAboutPageDec {
    padding-left: 15px;
  }
  .navbar {
    border-radius: none !important;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  #myVideo {
    width: 36rem;
  }
  .upgrade-vid-1 {
    left: 64% !important;
  }
  .blog-row {
    width: 37rem !important;
  }
}

.blogHeadingText2 {
  color: var(--primary-brown-2, #6a564b);
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.6px */
  text-transform: uppercase;
  margin-top: 40px;
}

.blogsHeading2 {
  font-weight: 600;
}

.blogHeadingText1 {
  color: var(--primary-brown-2, #6a564b);
  width: 130%;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.headingContainer {
  padding-left: 100px;
  padding-right: 100px;
}

.blogsHeading {
  color: var(--primary-brown-2, #6a564b);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.cardsBlogContainer {
  /* border:1px solid red; */
  width: 280px;
  height: 245px;
  border-radius: 16px;

  background: #f7f6f1;

  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 20px;
  transition: 0.5s;
}

.cardsBlogContainer:hover {
  border: 1px solid var(--secondary-golden-blended-3, #efcfa0);
  box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.15);
  /* width:270px; */
  height: 240px;
}

.cardsBlogContainer:hover .photoInCard {
  /* width:210px; */
  height: 136px;
}

.blogsContainer {
  padding-left: 104px;
  padding-right: 104px;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 25px;
  transition: 0.5x;
  justify-content: space-between;
}

.photoInCard {
  /* border:1px solid red; */
  width: 203px;
  height: 140px;
  transition: 0.5s;
}

.imageSizeHelper {
  height: 100%;
  width: 125%;
}

.readingTimeText {
  color: var(--gray-g-60, #aea9b1);
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.readingTimeText1 {
  font-size: 8px;
  font-family: "Roboto", sans-serif;
}

.textLevel1 {
  color: var(--gray-g-60, #aea9b1);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: Inter;
  margin-top: 10px;
  /* border:1px solid red; */
}

.textLevel2 {
  /* border:1px solid red; */
  overflow: hidden;
  color: var(--gray-g-40, #605d64);

  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 88px;
  padding-top: 6px;
  overflow: hidden;
  color: var(--gray-g-40, #605d64);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.textLevel3 {
  /* border:1px solid red; */
  /* border:1px solid red; */
  color: var(--Main, #ffa920);
  /* 💻 Web 1920/Body/B1 */
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
}

.helper1 {
  color: var(--gray-g-40, #605d64);
  font-size: 8px;
}

a.detailLinkingPage {
  text-decoration: none;
  color: inherit;
  outline: none;

  &:hover {
    text-decoration: none;
    color: inherit;
  }

  &:active {
    text-decoration: none;
    color: inherit;
  }
}

.blogContent1 {
  margin-top: 40px !important;
  margin-bottom: 80px !important;
  padding-left: 100px !important;
  padding-right: 100px !important;

  color: var(--primary-brown-2, #6a564b);

  /* 💻 Web 1920/Title/T2-22 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.toggleBlogArticle {
  margin-top: 60px;
  height: 200px;
}

.blogButtonContainer {
  border-radius: 8px;
  border: 0.5px solid var(--blue, #091526);
  background: #fff;
}

.blogHeadText {
  font-size: 36px;
}

.blogDetailImage {
  border-radius: 20px !important;
  padding-left: 100px;
  padding-right: 100px;
}

.blogImage {
  margin-top: 50px !important;
  border-radius: 20px !important;
}

.blogButton {
  border-radius: 8px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: black;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .blogDetailImage {
    margin-top: -30px;
  }
}

@media (max-width: 1320px) {
  .blogButton {
    border-radius: 8px;
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    font-size: 20px;
  }

  .blogHeadText {
    font-size: 30px;
  }
}

@media (max-width: 510px) {
  .blogHeadText {
    font-size: 25px !important;
  }

  .blogButton {
    border-radius: 8px;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: black;
    font-size: 18px;
  }

  .blogIcon {
    width: 15px;
  }

  .contentBlog {
    padding: 25px;
  }
}

@media (max-width: 450px) {
  .blogHeadText {
    font-size: 20px !important;
  }

  .blogButton {
    border-radius: 8px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    font-size: 18px;
  }

  .blogDetailImage {
    margin-top: -40px !important;
  }
}

.shareButton {
  z-index: 100 !important;
}

.sharing-options {
  margin-top: 15px;
  width: 40px;
  margin-left: -20px !important;
}

.shareIconsBlog {
  width: 25px;
}

@media (min-width: 700px) {
  .shareIconsBlog {
    width: 35px;
  }

  .sharing-options {
    margin-left: -40px !important;
  }
}

.shareButton {
  margin-top: 25px;
}

.headingContainer {
  /* margin-botto:100px; */
  margin-top: 10px;
}

.extraBlogsSections {
  padding-left: 100px;
  padding-right: 100px;
}

.youMayAlsoSectionText {
  color: var(--primary-brown-2, #6a564b);
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.6px */
  text-transform: uppercase;
}

.extraBlogs {
  margin-top: 30px !important;
  gap: 25px;
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.footerSec {
  margin-top: 50px !important;
}

@media (max-width: 991px) {
  .descAbout {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar {
    border-radius: none !important;
  }

  .blogHeadingText1 {
    font-size: 30px;
  }

  .headingContainer {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .blogDetailImage {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .blogContent1 {
    font-size: 14px;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .navigatorBlog {
    width: 420px;
    padding-left: 60px !important;
    padding-right: 60px !important;
    font-size: 10px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .youMayAlsoSectionText {
    font-size: 40px;
  }
}
.fixNavbar {
  position: fixed !important;
}
.fixNavMobile {
  width: 100%;
  position: fixed !important;
}
.fixNavMobileLanding {
  width: 100vw;
  position: fixed !important;
}
.invest-l {
  margin-top: -10rem;
}
@media (max-width: 1180px) {
  .corosal-div {
    margin-top: 0px;
  }
  .textRegionMain {
    margin-top: 5rem;
  }
  .navDesktop {
    display: none !important;
  }
}
@media (min-width: 1180px) {
  .marginLoginEarly {
    flex-direction: row;
    justify-content: end;
  }
  .mobDesktop {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .paddingRightHelper {
    padding-right: 0px !important;
  }
}
.belowFaqText {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .navbar-collapse {
    gap: 50px;
  }

  .successMargin {
    font-size: 15px !important;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .formEarlyCont {
    height: 35rem;
  }
  .commoBgEarly {
    width: 55rem;
  }
}

.whyChooseText {
  font-size: 30px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.TestText {
  font-size: 30px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 100px !important;
}
.whyOfferedText {
  font-size: 30px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.paddingNewHelper {
  padding-left: 60px;
  padding-right: 60px;
}
.parentTop {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 33%;
  border-radius: 26px;
  background-color: white;
}
.coOwnText {
  margin-top: 20px;
  font-family: Poppins;
  font-size: 18.44px;
  font-weight: 400;
  line-height: 22.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.coOwnDescText {
  margin-top: 8px;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.paddingIcon {
  padding: 11px;
  border-radius: 70px;
  background-color: #fdffe0;
}
.contLevel2 {
  display: flex;
  flex-direction: row;
  gap: 2%;
}
.marginLevel2 {
  margin-top: 28px;
}
.optionsCont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.leftOptions {
  gap: 10px;
}
.paddingChoose {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.chhoseText {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.93px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.chooseDescText {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.chooseNum {
  width: 36px;
  height: 37px;
  border-radius: 80px;
  /* background-color:#FCF1F4; */
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.82px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.reviewText {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 27.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.reviewName {
  font-family: Ubuntu;
  font-size: 17.22px;
  font-weight: 400;
  line-height: 19.79px;
  letter-spacing: -0.025em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.imgContainerReview {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
.margin2Review {
  margin-top: 60px;
}
.contReview {
  width: 32%;
  padding: 27px;
  border-radius: 20px;
  border: 1px solid black;
}
.contReview:hover {
  background-color: white;
}
.marginMainReview {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.questionsMargin {
  margin-top: 60px;
}
.marginLevel2Question {
  margin-top: 41px;
  gap: 10%;
}
.queryHeading {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.queryDesc {
  display: none;
  //styleName: 1280 Px/Ubuntu/B2;
}
.paddingQueryBox {
  cursor: pointer;
}
.paddingQueryBox:hover .queryDesc {
  display: block;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5d5c5c;
}
.paddingQueryBox:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #efcfa0;
}

.gapQuery {
  gap: 30px;
}
.buttonFAQs {
  cursor: pointer;
  width: 150px;
  height: 40px;
  border: 1px solid #5d5c5c;
  border-radius: 6px;
}
.viewFAQtext {
  font-family: Ubuntu;
  font-size: 15.99px;
  font-weight: 400;
  line-height: 17.99px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.marginExx {
  margin-top: 120px;
}
.experienceMargin {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* gap:80px; */
  padding-left: 68px;
  padding-right: 68px;
  padding-top: 34px;
  padding-bottom: 64px;
  border-radius: 22px;
  background: linear-gradient(92.41deg, #1b1819 11.23%, #494647 89.97%);
}
.luxuryText {
  font-family: Roboto;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 20px;
}
.widthMobSection {
  width: 350px;
}
.subscribeNewsText {
  font-family: Montserrat;
  font-size: 22.65px;
  font-weight: 400;
  line-height: 27.62px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.joinWow {
  width: 210px;
  height: 45px;
  font-family: Manrope;
  font-size: 13.47px;
  font-weight: 700;
  line-height: 18.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ebc387;
  border-radius: 10px;
  border: 1px solid #faff99;
}
.contactUs {
  width: 210px;
  height: 45px;
  border: 1px solid #605d64;
  background: #2e2b2c;
  font-family: Manrope;
  font-size: 13.47px;
  font-weight: 700;
  line-height: 18.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 10px;
}
.appMargin {
  margin-top: 60px;
  /* margin-bottom: 60px; */
  /* background-image: url('/assets/bgApp.jpeg'); */
  background-color: #1f1d1e;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.exploreExpText {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 42.67px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e9bd7b;
}
.levelTwoExp {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 190px;
  padding-right: 190px;
  gap: 120px;
}

.levelTwoExpNew {
  margin-top: 40px;
  display: none;
  flex-direction: row;
  justify-content: center;
  padding-left: 190px;
  padding-right: 190px;
  gap: 120px;
}

.googlePlayApp {
  justify-content: start;
}
.appLuxuryText {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
.appluxuryTextDesc {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.72px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin-top: 15px;
}
.googlePlayApp {
  margin-top: 20px;
}
.comingSoonText {
  font-family: Ubuntu;
  font-size: 19.83px;
  font-weight: 700;
  line-height: 29.74px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffc250;
}
.contPlayApple {
  padding: 5px;
  border-radius: 6px;
  background-color: #808080;
}
.marginLevel1About {
  margin-top: 80px;
}
.fontAboutUs {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
.marginLevel2About {
  margin-top: 40px;
  background-image: url("../assets/carAboutBg.svg");
  background-size: cover; /* Ensures the image covers the container */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 58px;
  padding-bottom: 58px;
  border-radius: 20px;
}
.marginBottomHow {
  margin-top: 60px;
  margin-bottom: 80px;
}
.marginWelcome {
  margin-top: 37px;
}
.textWelcome {
  font-family: Ubuntu;
  font-size: 28px;
  font-weight: 500;
  line-height: 32.17px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}
.textDescAbout {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 20.68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 40px;
  color: white;
}
.textDescFaqNew {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 20.68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 20px;
  color: white;
}
.visionMissionNew {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 110px;
  gap: 40px;
  height: 580px;
}
.visText {
  font-family: Montserrat;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 27.43px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.visDetails {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.cardVis {
  width: 40%;
}
.cardVis:hover {
  width: 40%;
  border-radius: 20px;
  background-color: white;
  padding: 12px;
  box-shadow: 11.25px 16.5px 50.85px 0px #00000033;
}
.borderHelpFounder {
  border: 1px solid #e3a74c;
  border-radius: 20px;
  padding-top: 15px !important;
}
.leftAbout {
  width: 40%;
}
.RightAbout {
  width: 30%;
}
.stepBox {
  width: 103px;
  height: 32px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: var(--text-1-black, #1a1a1a);
  color: white;
  border-radius: 55px;
}
.luxuryTextHow {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 42.67px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 20px;
}
.descLuxuryText {
  margin-top: 17px;
  font-family: Ubuntu;
  font-size: 11.69px;
  font-weight: 400;
  line-height: 19.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.flexHelpHowTemp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.showMobHow {
  display: none !important;
}
.textGetStarted {
  font-family: Montserrat;
  font-size: 13.47px;
  font-weight: 600;
  line-height: 16.42px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 201px;
  background: linear-gradient(98.91deg, #efcfa0 4.67%, #e1a13f 100%);
  border-radius: 10px;
  height: 45px;
  border: 1px solid #e5af1d;
  text-align: center;
}
.getinTouchText {
  font-family: Ubuntu;
  font-size: 28px;
  font-weight: 500;
  line-height: 32.17px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.textDescTouch {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.09px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contactPhoneText {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.98px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.addText {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.98px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.flexHelpContact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.joinWowButton {
  border-width: 2px, 2px, 2px, 2px;
  background: linear-gradient(92.41deg, #1b1819 11.23%, #494647 89.97%);
  font-family: Ubuntu;
  font-size: 13.47px;
  font-weight: 700;
  line-height: 15.48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ebc286;
  width: 201px;
  height: 45px;
  border: 1px solid #f1da5f;
  border-radius: 10px;
}
.mainSubHeadText {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 60%;
}
.startButtonNew {
  width: 225px;
  height: 40px;
  font-family: Ubuntu;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 18.96px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 6px;
  background: linear-gradient(98.91deg, #efcfa0 4.67%, #e1a13f 100%);
}
.imageWhyChooseHide {
  display: none;
}
.hideInWebLuxury {
  display: none;
}
.hideInWebtalkPic {
  display: none;
}
.hideInWebTalk {
  display: none;
}
.gapExp {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contLevel2New {
  display: none !important;
}

.marginMobLogo {
  display: none !important;
}
.marginMobNew {
  display: none !important;
}

.carousel-container {
  display: none;
}
.gapQuery {
  height: 100%;
}
.luxuryMobHeight {
  height: 100%;
}
.marginTesti {
  margin-top: 140px !important;
}
.assetNameText {
  font-family: Ubuntu;
  font-size: 17.21px;
  font-weight: 400;
  line-height: 19.77px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: -10px;
}
.borderSideHelpCard {
  border-right: 1px solid #d9d9d9;
}
.mainCardLand {
  overflow: hidden;
  width: 30.2%;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: white;
  box-shadow: 0px 1.92px 19.17px 0px #0000001a;
  border-radius: 12px;
}
.numSlot {
  font-family: Ubuntu;
  font-size: 17.21px;
  font-weight: 700;
  line-height: 19.77px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e1a13f;
}
.availableSlots {
  font-family: Ubuntu;
  font-size: 11.47px;
  font-weight: 400;
  line-height: 14.34px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.cardLandBtn {
  height: 28px;
}
.borderHelpCard {
  border-radius: 5px;
  border: 1px solid #e3a74d;
  background-color: #f6f6f6;
}
.buyText {
  font-family: Ubuntu;
  font-size: 14.34px;
  font-weight: 400;
  line-height: 16.47px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 5.5px;
  background: linear-gradient(98.91deg, #efcfa0 4.67%, #e1a13f 100%);
}
.cardMargin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.shareSection {
  margin-top: -175px;
}
.shareSection {
  width: 64px;
  height: 26px;
  border-bottom-left-radius: 5.74px;
  border-top-right-radius: 5.74px;
  padding-left: 12px;
  padding-right: 7px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  background-color: #bab2ae;
}
.carNameText {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
  .cardMargin {
    display: none;
  }
  .cardLandBtn {
    height: 26px;
  }
  .fleetHeading {
    margin-top: 5px !important;
  }
  .numSlot {
    font-family: Ubuntu;
    font-size: 15.75px;
    font-weight: 700;
    line-height: 18.1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .availableSlots {
    font-family: Ubuntu;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 13.13px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .mainCardLand {
    width: 100%;
  }
  .assetNameText {
    font-family: Ubuntu;
    font-size: 15.75px;
    font-weight: 400;
    line-height: 18.1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .textWelcome {
    font-family: Ubuntu;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 27.58px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .textDescAbout {
    font-family: Ubuntu;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 20.68px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .image-description1 {
    width: 97%;
  }
  .carousel-container {
    display: block;
  }
  .gapQuery {
    height: auto;
  }
  .luxuryMobHeight {
    height: auto;
  }
  .hideInWebtalkPic {
    display: block;
  }
  .marginMobLogo {
    display: flex !important;
    flex-direction: row;
    margin-top: -20px !important;
    justify-content: space-between;
  }
  .marginMobNew {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .contLevel2New {
    display: block !important;
  }
  .textRegionMain {
    margin-top: -22rem;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 36.57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .mainSubHeadText {
    margin-top: -15rem;
    width: 90%;
    text-align: left;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .corosal-div {
    margin-top: 250px;
  }
  .carNameText {
    font-family: Montserrat;
    font-size: 11.87px;
    font-weight: 600;
    line-height: 14.46px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: -20px;
  }
  .levelTwoExp {
    padding-left: 16px;
    padding-right: 16px;
  }
  .levelTwoExpNew {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hideInWebTalk {
    display: block;
  }
  .hideLuxImg {
    display: none;
  }
  .mobJustifyCenter {
    justify-content: center;
  }
  .gapExp {
    margin-top: 23px;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
  .luxWidthMob {
    width: 100%;
  }
  .hideInWebLuxury {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .contReview {
    width: 95%;
  }
  .marginMainReview {
    flex-direction: column !important;
    gap: 10px;
  }
  .imageWhyChooseHide {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .appLuxuryText {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .exploreExpText {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.82px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .hideInMob {
    display: none;
  }
  .paddingChoose {
    justify-content: center;
  }
  .leftOptions {
    width: 100%;
  }
  .appMargin {
    margin-top: 10px;
  }
  .experienceMargin {
    padding-left: 20px;
    margin-top: -80px;
    padding-right: 20px;
  }
  .inv-text {
    font-family: Montserrat;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 26.82px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .googlePlayApp {
    justify-content: center;
  }
  .belowFaqText {
    font-family: Ubuntu;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 13.79px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .addText {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contactPhoneText {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .textDescTouch {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .getinTouchText {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 500;
    line-height: 27.58px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .hideMobHow {
    display: none !important;
  }
  .showMobHow {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
  }

  .marginMainAbout2 {
    margin-top: 45px !important;
  }
  .flexHelpHowTemp {
    display: flex;
    flex-direction: column;
  }
  .leftAbout {
    width: 100%;
  }
  .luxuryText {
    font-family: Montserrat;
    font-size: 21.87px;
    font-weight: 500;
    line-height: 26.66px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contPlayApple {
    width: 100%;
  }
  .gapQuery {
    margin-top: 26px;
    width: 100%;
  }

  .luxuryTextHow {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 14px;
  }
  .descLuxuryText {
    font-family: Ubuntu;
    font-size: 11.69px;
    font-weight: 400;
    line-height: 19.13px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 14px;
  }

  .RightAbout {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }
  .cardVis {
    width: 100%;
    margin-top: -70px;
    /* box-shadow: 11.25px 16.5px 50.85px 0px #00000033; */
    background-color: white;
    border-radius: 20px;
    padding: 16px;
  }
  .marginLevel2About {
    padding-left: 30px;
    padding-right: 30px;
  }
  .marginLevel1About {
    margin-top: -10px;
  }
  .visionMissionNew {
    flex-direction: column;
    height: auto;
    gap: 100px !important;
  }

  .visDetails {
    font-family: Ubuntu;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 18.96px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .visText {
    font-family: Montserrat;
    font-size: 22.5px;
    font-weight: 600;
    line-height: 27.43px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .appLuxuryText {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .appluxuryTextDesc {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.72px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .queryHeading {
    //styleName: 1280 Px/Ubuntu/B1- R;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .queryDesc {
    //styleName: 1280 Px/Ubuntu/B2;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  /* .questionsMargin{
    margin-top:60px;
  } */
  .reviewName {
    font-family: Ubuntu;
    font-size: 17.22px;
    font-weight: 400;
    line-height: 19.79px;
    letter-spacing: -0.025em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .reviewText {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 27.82px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .chhoseText {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.82px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .chooseDescText {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.82px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .parentTop {
    width: 95%;
  }
  .owl-nav {
    display: none !important;
  }
  .contLevel2 {
    display: none !important;
    /* flex-direction:column;
    gap:10px !important; */
  }
  .coOwnText {
    font-family: Poppins;
    font-size: 18.44px;
    font-weight: 400;
    line-height: 22.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .coOwnDescText {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .paddingNewHelper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .marginLevel2Question {
    margin-top: 20px;
  }
  .whyChooseText {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: -25px;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .TestText {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: -25px;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .whyOfferedText {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 25px;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .mobileFontSizeHelper {
    color: #1b1819 !important;
  }

  .bntbnt {
    font-size: 12px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -10px !important;
    height: 30px;
    width: 150px !important;
    padding-bottom: 20px !important;
  }

  .formEarlyCont {
    padding-top: 60px !important;
  }
  .popup-contentLogin {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .marginResources {
    margin-top: -30px;
  }
  .topMarginContact {
    margin-top: 80px !important;
  }
  .textHowItWorks {
    margin-top: 50px !important;
  }
  .visionMissionPadding {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .car-image {
    height: 12rem;
    width: 100% !important;
  }

  .successMargin {
    margin-top: -25px;
    margin-bottom: -10px;
  }
  .subtitle {
    margin-bottom: 30px;
  }
  .commoBgEarly {
    border-radius: 10px !important;
    height: 40px !important;
    padding: 4px !important;
  }
  .cityMarginEarly {
    margin-top: -1rem !important;
  }
  .messageMarginEarly {
    height: 100px !important;
    margin-top: 60px;
  }
  .emailMarginEarly {
    margin-top: -15px;
  }

  #submitEarly {
    padding-right: 20px !important;
  }
  #numberInput {
    height: 20px;
  }
  .numberMarginEarly {
    margin-top: 80px;
  }

  .marginFooterMobHelper {
    margin-top: -80px;
  }
  .work-flow {
    margin-top: 10rem;
  }
  /* .textRegionMain{
    font-size:26px;
  } */
  .indiaFlagImage {
    margin-left: 0px;
    /* margin-top:-10px !important; */
  }

  .submitEarly {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 70px !important;
  }
  .earlyAccessHeading {
    font-size: 22px !important;
  }
  .subheadEarlyAccess {
    font-size: 14px !important;
  }
  .endingEarlyAccess {
    font-size: 12px !important;
  }
  .popup-contentLogin {
    margin-left: -10px !important;
    width: 92% !important;
    height: 700px !important;
  }
  .helperEarlyRow {
    flex-direction: column !important;
  }
  .rentNowMobNav {
    margin-left: -10px !important;
    width: 15rem !important;
  }

  .invest-div {
    display: none;
  }
  .image-container:hover .linkedInLeaders {
    display: block;
    height: 25px;
  }
  .image-container:hover .positionLeaders {
    display: block;
    font-size: 12px;
  }
  .image-container:hover .founderParent {
    height: 5.1rem;
  }
  .leadersCardCont {
    width: 150px !important;
  }
  .img-text {
    font-size: 13px !important;
  }
  .widthCenterDivUp {
    width: 240px !important;
  }
  .widthCenterDiv {
    width: 240px !important;
  }
  .onTheWebIcon {
    justify-content: center;
  }
  .web-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .heightInputField1 {
    font-size: 15px !important;
    height: 2rem;
  }
  .heightInputField2 {
    font-size: 15px !important;
    height: 10rem !important;
  }
  .cumulativeWidthHelper {
    border-radius: 10px;
    gap: 60px !important;
    width: 34rem !important;
  }
  .landingPageRounded {
    width: 35rem !important;
  }
  .heightInputCont {
    padding: 0px !important;
    width: 26rem !important;
  }
  .popup-content {
    padding-top: 5rem !important;
    width: 20rem !important;
    background-color: #f8f6f1 !important ;
  }
  #comingSoonImage {
    width: 172px;
    height: 180px;
    margin-top: -20px;
    margin-left: -10px;
  }

  .prevCarouselMainLanding {
    display: none !important;
  }
  .nextCarouselMainLanding {
    display: none !important;
  }
  .media-scroller1 {
    gap: 280px !important;
  }
  .bottom-tab {
    display: none;
  }
  .mobileFooter {
    display: flex !important;
    flex-direction: column;
  }
  .navbar {
    /* border:1px solid red !important; */
    /* height:79px !important; */
  }

  .validation-message {
    margin-left: 8px !important;
    font-size: 12px !important;
  }
  .widthInput {
    width: 200px !important;
  }
  .parentPaddingNews {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  /* .spacingHelperN3{
    display:block !important ;
  } */

  .explore-div {
    margin-left: -20px;
    margin-top: -115px;
  }
  .heightCarousel {
    height: 250px !important;
  }
  .heightCarousalImage {
    height: 250px !important;
    width: 140% !important;
  }
  .card-text-card {
    font-size: 15px !important;
  }
  .invMainDescText {
    padding-left: 40px;
    padding-right: 40px;
  }
  .submitNewsLetterButton {
    font-size: 12px !important;
    height: 30px;
    margin-top: 7px !important;
  }
  .bottom-search-1 {
    padding-bottom: 45px;
    margin-top: 20px;
  }
  .validation-message {
    margin-top: -1px !important;
  }
  .newsletterValidationFont {
    font-size: 10px;
    margin-left: 30px;
    margin-top: 10px;
  }
  .textPopUp {
    color: var(--primary-brown-2, #6a564b);
    text-align: center;
    /* 📱 Mobile 360/Heading/24 SB */
    font-family: Inter;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  /* .textHowItWorks{
        margin-top:0px !important;
    } */
  .textHowItWorks {
    font-size: 32px !important;
  }
  .descAbout {
    font-size: 15px !important;
  }
  .mainAbout {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mainAbout1 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mainAbout2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .textHowItWorks {
    font-size: 32px !important;
  }

  .descAbout {
    font-size: 15px !important;
  }

  .mainAbout {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mainAbout1 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mainAbout2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .belowImageContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .detailImageSectionAbout {
    flex-direction: column !important;
  }

  .detailImageSectionAbout1 {
    flex-direction: column !important;
  }

  .detailImageSectionAbout2 {
    flex-direction: column !important;
  }

  .flexHelper1 {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
  }

  .flexHelper2 {
    display: none !important;
  }

  .blogHeadingText1 {
    width: 100%;
  }

  .blogHeadingText1 {
    font-size: 20px;
  }

  .blogDetailImage {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .headingContainer {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .blogContent1 {
    font-size: 12px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .youMayAlsoSectionText {
    font-size: 36px;
  }

  .blogsContainer {
    justify-content: center !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigatorBlog {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .featureAboutUs {
    gap: 30px !important;
    flex-wrap: wrap !important;
    display: flex !important;
    flex-direction: column !important;
  }
}

.navigatorBlog {
  gap: 10px;
  color: #372a22;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 20px;
}

.dateBlog {
  color: var(--primary-brown-2, #6a564b);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-top: 31px !important;
}

.arrowCont {
  margin-top: -2px;
  width: 20px;
  height: 20px;
}

.arrImage {
  width: 60%;
  height: 70%;
}

.textHowItWorks {
  color: #1b1819;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  /* 166.667% */
  text-transform: uppercase;
  margin-top: 20px;
}

.worksText {
  font-weight: 600;
}

.descAbout {
  padding-left: 150px;
  padding-right: 150px;
  color: var(--primary-brown-2, #6a564b);
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.98px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.featureAboutUs {
  gap: 40px;
  margin-top: 60px;
}

.boxImageFeature {
  z-index: 10;
  padding-top: 19px;
  padding-left: 25px;
  width: 120px;
  height: 120px;
  border-radius: 9.009px;
  border: 1.689px solid var(--secondary-golden-blended-3, #efcfa0);
  background: var(--gray-g-80, rgba(202, 197, 205, 0.2));
}

.containerImageAboutUs {
  z-index: 10;
  width: 140px;
}

.sequenceCard {
  color: #1b1819;
  font-family: Montserrat;
  font-size: 16.145px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.descImageCard {
  color: var(--gray-g-50, #79767d);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.helperClassImage {
  width: 70%;
  height: 85%;
}

.mainAbout {
  margin-top: 80px;
  background-color: #eeecea;
  padding-left: 120px;
  padding-right: 120px;
}
.mainAbout2 {
  margin-top: 80px;
  background-color: #eeecea;
  padding-left: 120px;
  padding-right: 120px;
}

.headingAbout {
  color: #1b1819;
  text-align: center;

  /* 💻 Web 1920/Heading/H1-34B */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.mainAbout1 {
  margin-top: -10px;
  padding-left: 120px;
  padding-right: 120px;
}

.aboutInvest {
  background: var(
    --primary-brown-g-1,
    linear-gradient(92deg, #514139 18.81%, #241913 89.97%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* 💻 Web 1920/Title/T2-22 */
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bulletAbout {
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.detailImageSectionAbout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  /* gap:10px; */
}

.detailImageSectionAbout1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.detailImageSectionAbout2 {
  margin-top: -80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  /* gap:10px; */
}

.investSection {
}

.belowImageContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.flexHelper2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .borderHelper{
    border-radius:100px;
    overflow:hidden !important:
}

.imageInvestBelow{
height:250px;
display: block; 

} */

.borderHelper {
  border-radius: 10px;
  max-width: 100%;
  /* Ensures the container does not exceed the width of its parent */
  overflow: hidden;
  /* Hides any content that overflows the container */
}

.imageInvestBelow {
  height: 180px !important;
  /* Sets the maximum width of the image to 100% of its container */
  height: auto;
  /* Maintains the aspect ratio of the image */
  display: block;
  /* Removes any default spacing applied to inline elements */
}

.paddingRightHelper {
  padding-right: 220px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.popupLogin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  height: 30%;
  width: 40%;
  border-radius: 10px;
}
.popup-contentLogin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 25px;
  text-align: center;
  height: 540px;
  width: 70%;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.offeredBrandsHeading {
  margin-top: 60px;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
  /* background-color:#EBEAE7; */
  border-radius: 20px;
}
.textPopUp {
  color: var(--primary-brown-2, #6a564b);
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 166.667% */
  text-transform: uppercase;
}
.numParent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
.tokenFlex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.marginMainAbout {
  margin-top: 40px;
}

.marginMainAbout2 {
  margin-top: 80px;
}
.fleetHeading {
  margin-top: 70px;
}
@media (min-width: 500px) {
  .card-text-card:hover {
    color: #605d64;
  }
  .benifits-cards-1:hover {
    border: 1px solid #e3a84c !important;
    border-radius: 10px;
    box-shadow: 3.75px 3.75px 22.5px #00000026;
  }
  .marginBrands {
    padding-right: 100px;
    padding-left: 100px !important;
  }
}

@media (max-width: 500px) {
  .mobDesktop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .containerImageAboutUs {
    width: 150px !important;
  }
  .descImageCard {
    font-size: 10.5px !important;
  }
  .exploreComingSoonWidth {
    width: 120px !important;
  }
  .invMainDescText {
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 30px;
  }
  .inv-text {
    font-size: 28px;
  }
  .bottom-search-1 {
    padding-bottom: 30px;
  }

  /* .widthFull{
    width:105% !important;
  } */
  .numberItselfText {
    font-size: 27px;
    /* border:1px solid red; */
  }

  .mainAbout2 {
    margin-top: 8rem !important;
  }
  .mobileFontSizeHelper {
    color: #1b1819 !important;
    text-align: center;

    /* 📱 Mobile 360/Body/B3 */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .offeredBrandsHeading {
    width: 100%;
  }

  .explore-div-2 {
    font-size: 16px;
  }
  .explore-div-3 {
    font-size: 12px;
  }
  .offeredBrandsHeading {
    margin-top: -120px;
    margin-bottom: 25px !important;
  }
  .helpNum {
    display: flex !important;
    flex-direction: column !important;
  }
  .number-1 {
    margin-bottom: 100px !important;
    height: 35rem;
  }
  .numParent {
    margin-top: 100px;
    flex-direction: column;
  }
  .marginTopAsset {
    margin-top: 10px;
  }
  .marginTopAsset {
    width: 100% !important;
  }

  .centerDivHelper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .marginMiddleAsset {
    margin-top: -30px;
  }
  .marginBottomAsset {
    margin-top: -30px;
  }
  .asset {
    width: 10rem;
  }
}

@media (min-width: 1200px) {
  .explore-div {
    margin-top: -75px;
  }
  .numParent {
    gap: 180px !important;
  }

  /* .widthFull{
    width:94% !important;
  } */
}

.widthFull {
  width: 100% !important;
}
@media (max-width: 1280px) {
  .card-text {
    font-size: 1.6rem;
  }
  .marginSecondCol {
    margin-top: 50px !important;
  }
  .marginThirdCol {
    margin-top: 10px !important;
  }
}

.vishalSirImage {
  width: 250px;
}
.vishalSirImageMob {
  width: 160px !important;
}
.sathiSirImage {
  width: 250px;
}
.handleIcons {
  width: 30px;
}
.mobileFontSizeHelper {
  font-weight: 700;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item.next,
  .carousel-inner > .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.logoCont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100% !important;
  gap: 60px;
}

.bookUseWidth {
  /* border:1px solid red !important; */
  width: 200px !important;
}

.brandLogoImageLanding {
  height: 50%;
}

.successMessage {
  font-size: 20px;
  margin-top: 10px;
  margin-left: 5px;
  color: green;
}

.newsletterValidationFont {
  font-size: 15px;
}
.validation-message {
  height: 2rem;
}

.invMainDescText {
  color: var(--Gray-G-50, #79767d);
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  /* 💻 Web 1920/Title/T1-24 */
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* .spacingHelperN3{
  display:none;
} */
.luxuryYatchSection {
  margin-top: -3rem;
}

.lineMarginHelper {
  width: 1px;
  height: 20px;
  /* margin-left: 60px; */
  border: 1px solid #aea9b1;
}

.media-scroller {
  /* border: 1px solid red; */
  --_spacer: var(--size-3);
  display: flex;
  flex-direction: row;
  gap: var(--_spacer);
  justify-content: center;
  /* grid-auto-flow: column; */

  padding: 0 var(--_spacer) var(--_spacer);
  align-items: center;

  overflow-x: auto;
  overscroll-behavior-inline: contain;
  gap: 34px;
  margin-top: -70px;
  margin-bottom: 40px;
  /* background-color: #eeecea; */
}
.media-scroller1 {
  --_spacer: var(--size-3);
  display: grid;
  gap: var(--_spacer);
  grid-auto-flow: column;
  grid-auto-columns: 21%;
  padding: 0 var(--_spacer) var(--_spacer);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  gap: 260px;
  margin-top: -70px;
  margin-bottom: 40px;
  padding-left: 10px !important;
}

.media-scroller--with-groups {
  /* grid-auto-columns: 80%; */
}
.media-scroller1--with-groups {
  grid-auto-columns: 80%;
}

.media-group {
  display: grid;
  gap: var(--_spacer);
  grid-auto-flow: column;
}

.media-group1 {
  display: grid;
  gap: var(--_spacer);
  grid-auto-flow: column;
}

.media-element {
  display: grid;
  height: 560px;
  /* border: 1px solid green; */
  /* width: 600px; */
  /* grid-template-rows: min-content; */
  gap: var(--_spacer);
  padding: var(--_spacer);
  background: var(--surface-2);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-2);
}

.media-element1 {
  display: grid;
  grid-template-rows: min-content;
  gap: var(--_spacer);
  padding: var(--_spacer);
  background: var(--surface-2);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-2);
}

.media-element > img {
  inline-size: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.media-elemen1 > img {
  inline-size: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.snaps-inline {
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: var(--_spacer, 1rem);
}

.snaps-inline > * {
  scroll-snap-align: start;
}

.flow {
  display: grid;
  gap: var(--size-3);
}

.page-header {
  padding-block: var(--size-9);
  margin-block-end: var(--size-9);
  background: var(--gradient-16);
  color: var(--gray-0);
  box-shadow: var(--shadow-2);
}

.page-title {
  font-size: var(--font-size-fluid-3);
}

.page-subtitle {
  font-size: var(--font-size-fluid-1);
}

.section-title {
  padding-inline-start: var(--size-6);
  margin-block: var(--size-9) var(--size-3);
}

.submitNewsLetterButton {
  background: var(
    --Secondary-Golden-Blended-3,
    linear-gradient(99deg, #efcfa0 4.67%, #e1a13f 100%)
  );
  font-size: 15px;
  color: #532201;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 4.5px;
  border-radius: 10px;
  border: 1px solid #e7b568;
}
.widthInput {
  width: 350px;
}
.parentPaddingNews {
  padding-right: 60px;
}

.form-control {
  font-size: 15px !important;
  height: 45px !important;
}

.landingPageRounded {
  border-radius: 10px;
}

.mobileFooter {
  background: #1b1819;
  display: none;
}
/* .newsLetterMob{
  display:none;
} */
.headingFooterMob {
  color: var(--Secondary-golden-1, #efcfa0);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}
.subFooterMob {
  color: var(--Text-White, #fff);
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
}
.firstSecMob {
  gap: 50px;
}
.secondSecMob {
  gap: 20px;
}
.footerSocialMob {
  height: 30px;
  width: 30px;
}
/* .socialMobCont{
  padding-left:7px;
  padding-right:7px;
  border-radius:40px;
} */
.belowTextFooter {
  color: var(--Secondary-golden-1, #efcfa0);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.rightFooterMob {
  color: var(--Text-Disable, #ebebeb);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 266.667% */
}
/* .aposDimension{
  border:1px solid red ;
  height:10px !important;
  width:10px !important;
} */

.onTheWebIcon {
  display: flex;
  flex-direction: row;
}
.leadersCardCont {
  width: 250px;
}

.containerTest {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}
.wrapperTest2 {
  display: flex;
  animation: slide1 10s infinite;
}
.wrapperTest {
  display: flex;
  animation: slide 10s infinite;
}
.imageMobileCarousal {
  height: 100% !important ;
  width: 100% !important ;
}
.topParentCarousal {
  border-radius: 10.4px;
  border: 1.3px solid var(--Secondary-Golden-Blended-3, #efcfa0);
  background: var(--Gray-White, #fff);
  height: 570px;
  width: 335px;
}
.parentCarousal {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  height: 320px;
}
.parentCarousal1 {
  height: 320px;
}
.containerTest1 {
  width: 510px;
  height: 430px;
  overflow: hidden;
  border-radius: 8px;
}
.containerTest10 {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
}
.wrapperTest1 {
  display: flex;
  animation: slide 10s infinite;
}

.kkk {
  margin-top: 200px !important;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-200%);
  }
  80% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(5%);
  }
  25% {
    transform: translateX(5%);
  }
  30% {
    transform: translateX(-95%);
  }
  50% {
    transform: translateX(-95%);
  }
  55% {
    transform: translateX(-195%);
  }
  75% {
    transform: translateX(-195%);
  }
  80% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}
.headingCarousalLanding {
  padding-left: 20px;
  margin-top: 20px;
  color: #1d1b20;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.wowLogo {
  width: 90px !important;
}
.descCarousalLanding {
  padding-left: 20px;
  margin-top: 10px;
  color: var(--Gray-G-50, #79767d);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px; /* 173.333% */
  letter-spacing: 0.36px;
  max-height: 104px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.submitButtonCarousalLanding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  color: white;
  background: var(
    --Secondary-Golden-Blended-3,
    linear-gradient(99deg, #efcfa0 4.67%, #e1a13f 100%)
  );
}
.socialIconImage {
  height: 35px;
}

.mobDesktop {
  /* z-index:10000; */
  background-color: #1b1819;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 5px;
}
.navLogoCont {
  width: 60px !important;
  margin-top: -1px;
  height: 32px;
}
.imageLogoCont {
  width: 90%;
  height: 70%;
}
.hamburger {
  margin-top: -5px;
}
.close-icon {
  margin-top: -10px;
}
.hamburgerContainer {
  height: 25px;
  width: 20px;
  cursor: pointer;
}

.sidebarContainer {
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
  background-color: #333;
  color: white;
}

.sideBar {
  padding-left: 30px;
  position: fixed;
  right: 0;
  height: 100vh;
  width: 220px;
  flex-direction: column;
  background-color: #1b1819;
  align-items: flex-start;
  justify-content: flex-start;
  backdrop-filter: blur(10px);
  margin-top: 25px;
  animation: n 0.5s;
  z-index: 100;
}

.showSidebar {
  display: flex !important;
  animation: n 0.5s;
}
@keyframes n {
  0% {
    opacity: 0;
    padding-left: 40px;
  }
  100% {
    opacity: 1;
    padding-left: 10px;
  }
}
.sideBar li {
  width: 100%;
}
.dropdown {
  margin-left: -6px;
}
.dropdown-learn {
  margin-left: -6px;
}
.options-container {
  margin-left: 6px;
}
.options-container-learn {
  margin-left: 6px;
}

.dropdown-men {
  margin-top: 40px !important;
  width: 150px;
  border-radius: 8px;
  background: #091526 !important;
}

.about-us-dropdow,
.learn-dropdow {
  display: none;
  position: absolute;
  background-color: var(--primary);
  padding: 10px;
  z-index: 10000 !important;
}

/* Style the dropdown links */
.about-us-dropdow a,
.learn-dropdow a {
  color: var(--text_color);
  text-decoration: none;
  display: block;
  margin: 15px 0;
}

/* Show the About Us dropdown when hovering over the About Us container */
.aboutUsContainer:hover .about-us-dropdow {
  display: block;
}
.aboutUsContainer:hover .arrowDown {
  color: var(--tertiary) !important;
}
.aboutUsContainer1:hover .about-us-dropdow {
  display: block;
}
.aboutUsContainer1:hover .arrowDown {
  color: var(--tertiary) !important;
}
.learnContainer:hover .arrowDown {
  color: var(--tertiary) !important;
}

/* Show the Learn dropdown when hovering over the Learn container */
.learnContainer:hover .learn-dropdow {
  display: block;
}
.learnContainer1:hover .arrowDown {
  color: var(--tertiary) !important;
}

/* Show the Learn dropdown when hovering over the Learn container */
.learnContainer1:hover .learn-dropdow {
  display: block;
}

.navbar .dropdown-men::before {
  position: absolute;
  background: transparent !important;
  top: -1rem;
  display: block;
  left: 0;
  width: 100%;
  height: 1.75rem;
  content: "";
}

.dropdown-men1 {
  margin-top: 40px !important;
  width: 150px;
  border-radius: 8px;
  background: #091526 !important;
}

.about-us-dropdow1 {
  display: none;
  width: 150px;
  position: absolute;
  background-color: var(--primary);
  padding: 1px;
  margin-left: -100px !important;
  margin-top: 170px !important;
  z-index: 100 !important;
}

/* Style the dropdown links */
.about-us-dropdow1 a,
.learn-dropdow1 a {
  color: var(--text_color);
  text-decoration: none;
  display: block;
  margin: 15px 0;
}

/* Show the About Us dropdown when hovering over the About Us container */
.aboutUsContainer:hover .about-us-dropdow1 {
  display: block;
}
.aboutUsContainer1:hover .about-us-dropdow1 {
  display: block;
}

/* Show the Learn dropdown when hovering over the Learn container */
.learnContainer:hover .learn-dropdow1 {
  display: block;
}
.learnContainer1:hover .learn-dropdow1 {
  display: block;
}

.navbar .dropdown-men1::before {
  position: absolute;
  background: transparent !important;
  display: block;
  left: 0;
  width: 100%;
  height: 1.75rem;
  content: "";
}

.dropdown {
  position: relative;
  display: inline-block;
}

.arrowDownNav {
  margin-left: 20px;
  color: white;
  width: 1px !important;
  height: 1px !important;
}
.arrowDownNavLearn {
  margin-left: 39px;
  color: white;
}
.mobileAboutUs {
  color: var(--Text-White, #fff);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.mobileLearn {
  color: var(--Text-White, #fff);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.textDecNone {
  text-decoration: none !important;
}

.mobNavText {
  color: var(--Text-White, #fff);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.options-container {
  color: var(--Text-White, #fff);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.options-container-learn {
  color: var(--Text-White, #fff);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.mainButtonMob {
  width: 100%;
  margin-top: 6px;
  margin-left: -15px;
  height: 80px;
}

.register-btnMob {
  margin-left: -10px !important;
  width: 150px !important;
}

.earlyAccessHeading {
  color: #1b1819;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.subheadEarlyAccess {
  color: var(--Gray-G-50, #79767d);
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.endingEarlyAccess {
  color: var(--Gray-G-50, #79767d);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.formEarlyCont {
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(
    109deg,
    rgba(201, 201, 201, 0.8) 1.57%,
    rgba(196, 196, 196, 0.1) 100%
  );
  backdrop-filter: blur(30px);
}
.commoBgEarly {
  padding-left: 20px !important;
  border-radius: 16px;
  background: linear-gradient(
    109deg,
    rgba(201, 201, 201, 0) 1.57%,
    rgba(196, 196, 196, 0.1) 100%
  );
  backdrop-filter: blur(30px);
}
.indiaFlag {
  height: 15px;
  width: 22px;
  margin-left: -4px;
}
.indiaFlagImage {
  width: 100%;
  height: 100%;
}
.textEarly {
  color: #828282;
}
.submitEarly {
  color: #1b1819;
  font-size: 15px;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.helperEarlyRow {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inputEarly {
  width: 88%;
  height: 80%;
  background-color: transparent;
  border: 0.01px solid transparent;
  margin-top: 5px;
  font-size: 15px;
}

input:focus,
textarea:focus {
  outline: none;
}
.error-message {
  margin-top: -20px;
  margin-bottom: -20px;
  font-size: 10px !important;
}

.heightInputField1 {
  background-color: white;
}
.heightInputField2 {
  background-color: white;
}
.chatMargin {
  margin-top: 10px;
}

.registerbtnbtn {
  font-weight: 400 !important;
  width: 135px !important;
}
.logoSizeFooterNew {
  width: 50px;
  height: 30px;
}
.logoFooterMob {
  /* border:1px solid red; */
  margin-top: 5px;
  width: 130%;
  height: 100%;
}
.numberMarginEarly2 {
  margin-left: 5px !important;
}
.shineText {
  color: #e5ae59 !important;
  margin-top: 8px;
}

.text-bg-success {
  color: green;
}

.roundedCardB {
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  /* border:1px solid red; */
}
.roundedCardC {
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  /* border:1px solid red; */
}
.roundedCardA {
  background-color: #efcfa0;
  border-radius: 10px;
  width: 12px;
  height: 12px;
}
.parentContRound {
  /* border: 1px solid red; */
  margin-top: -15rem;
  margin-bottom: 15rem;
  position: relative;
  z-index: 10; /* make it clickable above others */
}
.linkedInLeaders {
  width: 35px;
  height: 35px !important;
}
.logoDeskFooter {
  width: 38px;
  height: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.textHowItWorks {
  margin-top: 100px;
}
.marginTopAboutPage {
  margin-top: 60px;
}
.topMarginContact {
  margin-top: 10rem;
}

.formEarlyCont {
  padding: 30px;
}
.faq-question:hover {
  border: 1px solid #efcfa0;
}
/* .faq-container{
margin-top:-1px;
} */
/* #div-start{
  margin-top:-27px;
}
#div-invest{
  margin-top:-27px;
}
#div-verify{
  margin-top:-27px;
}
#div-assest{
  margin-top:-27px;
}
#div-credit{
  margin-top:-27px;
}
#div-platform{
  margin-top:-27px;
} */
.image18Arrow {
  height: 30px;
}
.privacy-policy {
  margin: 9% 3% 12% 3%;
}
@media screen and (min-width: 820px) and (max-width: 1180px) {
  .marginTopAboutPage {
    margin-top: 45px;
  }
}
