:root {
  --main-font:  "Poppins", sans-serif;
  --primary-color: #0a1020;
  --secondary-color: #fa2500;
  --white: #fff;

  --fs16: 0.833vw;
  --fs18: 0.938vw;
  --fs20: 1.042vw;
  --fs24: 1.25vw;
  --fs30: 1.563vw;
  --fs32: 1.667vw;
  --fs36: 1.875vw;
  --fs40: 2.083vw;
  --fs96: 5vw;

  --font-normal-400: 400;
  --font-medium-500: 500;
  --font-semibold-600: 600;
  --font-bold-700: 700;
  --font-extrabold-800: 800;

  --lh20: 1.042vw;
  --lh23: 1.198vw;
  --lh26: 1.354vw;
  --lh28: 1.458vw;
  --lh32: 1.667vw;
  --lh30: 1.563vw;
  --lh36: 1.875vw;
  --lh38: 1.979vw;
  --lh40: 2.083vw;
  --lh42: 2.188vw;
  --lh53: 2.76vw;

  --mr-16: 16px;
  --pb-20: 20px;
  --pt-20: 20px;
  --pb-10: 10px;
  --pt-10: 10px;
  --pt-30: 30px;
  --pb-30: 30px;
  --pt-40: 40px;
  --pb-40: 40px;
  --pl-40: 40px;
  --pb-45: 45px;
  --pl-50: 50px;
  --pt-50: 50px;
  --pb-50: 50px;
  --pb-30: 30px;
  --pb-40: 40px;
  --pt-80: 80px;
  --pb-80: 80px;
  --pt-60: 60px;
  --pb-60: 60px;
  --pt-70: 70px;
  --pb-70: 70px;
  --pt-75: 75px;
  --pb-90: 90px;
  --pt-100: 100px;
  --pb-100: 100px;
  --pt-120: 120px;
  --pb-130: 130px;
  --pt-140: 140px;
  --pb-140: 140px;
  --pt-150: 150px;
  --pb-150: 150px;
  --pt-500: 500px;
  --pl-50: 50px;
  --pl-11: 11px;
  --pt-265: 265px;
}
h2,
h1,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.slick-dots {
  display: none;
  bottom:-55px!important;
}
/* body * {
  scroll-margin-top: 150px;
} */
/* .banner-container {
  margin-top: 158px;
} */
.btn-enquire {
  display: none;
}
.main-wrapper {
  width: 84%;
  margin-right: auto;
  margin-left: auto;
}
.income-wrapper {
  width: 89%;
  margin-right: auto;
  margin-left: auto;
}
.news-wrapper {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.fund-wrapper {
  width: 74%;
  margin-right: auto;
  margin-left: auto;
}
.coin-wrapper {
 
 
  position: relative;
  top: -117px;
  z-index: 1;
  /* box-shadow: 0px 4px 48.3px 0px rgba(33, 34, 38, 0.11); */
  
  flex-wrap: wrap;
}
.product-wrapper {
 
 
  position: relative;
  top: -117px;
  z-index: 1;
  /* box-shadow: 0px 4px 48.3px 0px rgba(33, 34, 38, 0.11); */
  
  flex-wrap: wrap;
}
.section-para-black ul{ 
  list-style-type: disc !important;
  text-align: left;
  font-size:19px;
}
.section-para-black-vision { 
  text-align: left;
  font-size:19px;
  color: #f3f4f6;
  font-family: "Poppins", sans-serif;
}
img.logo {
  width: 309px;
  height: 88px;
  object-fit: cover;
}
.mobile-logo {
  display: none;
}
.main-nav {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px #000;
}
.logo-container {
  background: #fa2500;
  padding: 30px 75px;
  display: flex;
}

.custom-container-fluid {
  width: 100%;
}
.nav-side {
  padding-right: 150px;
}
.nav-link.active {
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 700;
  color: #d8223d;
  text-decoration: underline;
  line-height: normal;
}

.nav-link {
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  text-decoration: none;
  padding: 0 ;
  transition: width 0.3s ease, border-bottom 0.3s ease;
  text-underline-offset: 46px;
  text-decoration-thickness: 3px !important;
  padding-bottom: 5px;
}
.nav-link:hover {
  font-weight: 700;
  color: #d8223d;
  text-decoration: underline;
  
}
.nav-link:not(.active) {
  font-weight: var(--font-semibold-600);
}
.nav-link:not(.active):hover {
  font-weight:var(--font-extrabold-800);
  
}
ul {
  list-style-type: none;
  padding: 0;
}
li.nav-item {
  margin-right: 50px;
}
.nav-item.dropdown {
  position: relative; 

  &:hover .dropdown-menu {
      display: block;
  }
  
  .dropdown-menu {
      display: none; 
      position: absolute;
      top: 0; 
      left: 0;
      z-index: 1000; 
  }
}
.nav-black {
  background: var(--primary-color);
  position: relative;
  top: -30px;
}
/* start banner */
.banner-back {
  display: none;
  background-image: url("/images/Home/next-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  object-fit: cover;
  position: absolute;
}
.banner-next {
  background-image: url("/images/Home/next-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  object-fit: cover;
  position: absolute;
  right: 42%;
}
.enquire-container {
  border-radius: 0px 40px 0px 0px;
  background: #fa2500;
  position: fixed;
  right: -133px;
  top: 63%;
  transform: rotate(-90deg);
  z-index: 1;
}
a.enquire-link {
  text-decoration: none;
}
.enquire-wrapper {
  padding: 10px 40px;
  align-items: center;
}
.side-mail {
  width: 63px;
  height: 63px;
  padding-right: 12px;
}
.report-para{
  padding-bottom: 5%;
}
/* end banner */
/* start button */
.btn-transperant {
  background: transparent;
  border: 1px #0a1020 solid;
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  width: 193px;
  height: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-transperant:hover {
  background: var(--primary-color);
  border: 1px var(--primary-color) solid;
  color: white;
}
.btn-red {
  background: var(--secondary-color);
  border: 1px var(--secondary-color) solid;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  width: 193px;
  height: 50px;
  align-self: center;
  vertical-align: middle;
  align-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 0%;
}
.btn-red:hover {
  background: var(--primary-color);
  border: 1px var(--primary-color) solid;
  color: white;
}
.btn-redoff {
  background: var(--secondary-color);
  border: 1px var(--secondary-color) solid;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  width: 193px;
  height: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-redoff:hover {
  background: #fc4525;
  border: 1px #fa2500 solid;
  color: white;
}
.btn-white {
  background: var(--white);
  border: 1px var(--white) solid;
  color: var(--secondary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  width: 150px;
  height: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  justify-content: center;
  display: flex;
  align-items: center;
}
.btn-white:hover {
  background: var(--secondary-color);
  border: 1px var(--secondary-color) solid;
  color: white;
}
.btn-blue {
  background: var(--primary-color);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  padding: 18px 30px;
  border: none;
}
.btn-blue:hover {
  background: #6b6b6b;
  color: white;
}
/* start comman */
.text-justify {
  text-align: justify;
}
/* end comman */
/* end button */
.social-container {
  padding: 12px;
}
.social-box {
  padding-right: 50px;
}
.social-link {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  text-decoration: none;
  padding-left: 16px;
}

.banner-image {
  position: relative;
  width: 100%;
}
.banner-wrapper {
  position: absolute;
  top: 30%;
  padding-left: 240px;
}
.banner-main {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs96);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
}
.banner-main--white {
  color: var(--white);
}
.banner-main--black {
  color: var(--primary-color);
}
.banner-subtitle {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs40);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  letter-spacing: 1.2px;
  vertical-align: middle;
}
.banner-para {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs32);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: normal;
  letter-spacing: -0.96px;
  max-width: 764px;
}
.section-title {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: var(--lh26);
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.section-title-white {
  color: var(--white);
}
.section-title-black {
  color: var(--secondary-color);
}

.scection-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: var(--lh53);
  letter-spacing: 0.8px;
}
.scection-subtitle--white {
  color: var(--white);
}
.scection-subtitle--black {
  color: var(--primary-color);
}
.subscribe-title {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs40);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: var(--lh53);
  letter-spacing: 0.8px;
  width: 645px;
}
.section-paratitle {
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs30);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: var(--lh38);
  letter-spacing: 0.87px;
}
.section-para {
  color: var(--primary-color);
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: var(--lh36);
  letter-spacing: 0.18px;
}
.section-link {
  text-decoration: none !important;
  display: -webkit-box; /* Enables the use of -webkit-line-clamp */
  -webkit-box-orient: vertical; /* Sets the box orientation to vertical */
  -webkit-line-clamp: 2; /* Limits the text to 2 lines */
  overflow: hidden; 
  color:#6b6b6b;
}
.section-para-white {
  color: var(--white);
}
.section-para-black {
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
}
.section-para-width {
  max-width: 1193px;
}
.sectionbold-para {
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: var(--lh36);
  letter-spacing: 0.18px;
}
.overlapcard-title {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs32);
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: var(--lh42);
  letter-spacing: 0.64px;
}
.overlapcard-title--black {
  color: var(--primary-color);
}
.overlapcard-title--white {
  color: var(--white);
}
.overlapcard-titlepara {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: var(--lh26);
  letter-spacing: 0.4px;
}
.overlapcard-titlepara--black {
  color: var(--primary-color);
}
.overlapcard-titlepara--white {
  color: var(--white);
}
.footer-title {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: normal;
  text-transform: uppercase;
}
.footer-para {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: var(--pb-30);
  letter-spacing: 0.18px;
}
/* start padding */
.mr-16 {
  margin-right: var(--mr-16);
}
.pt-10 {
  padding-top: var(--pt-10);
}
.pb-10 {
  padding-bottom: var(--pb-10);
}
.pt-20 {
  padding-top: var(--pt-20);
}
.pb-20 {
  padding-bottom: var(--pb-20);
}
.pt-30 {
  padding-top: var(--pt-30);
}
.pb-30 {
  padding-bottom: var(--pb-30);
}
.pt-40 {
  padding-top: var(--pt-40);
}
.pb-40 {
  padding-bottom: var(--pb-40);
}
.pl-40 {
  padding-left: var(--pl-40);
}
.pb-45 {
  padding-bottom: var(--pb-45);
}
.pb-40 {
  padding-bottom: var(--pb-40);
}
.pb-45 {
  padding-bottom: var(--pb-45);
}
.pb-50 {
  padding-bottom: var(--pb-50);
}
.pt-50 {
  padding-top: var(--pt-50);
}
.pt-60 {
  padding-top: var(--pt-60);
}
.pb-60 {
  padding-bottom: var(--pb-60);
}
.pt-80 {
  padding-top: var(--pt-80);
}
.pb-80 {
  padding-bottom: var(--pb-80);
}
.pt-70 {
  padding-top: var(--pt-70);
}
.pb-70 {
  padding-bottom: var(--pb-70);
}
.pt-75 {
  padding-top: var(--pt-75);
}
.pb-130 {
  padding-bottom: var(--pb-130);
}
.pt-110 {
  padding-bottom: var(--pb-110);
}
.pb-100 {
  padding-bottom: var(--pb-100);
}
.pt-100 {
  padding-top: var(--pt-100);
}
.pt-120 {
  padding-top: var(--pt-120);
}
.pt-130 {
  padding-bottom: var(--pb-130);
}
.pt-140 {
  padding-top: var(--pt-140);
}
.pt-150 {
  padding-top: var(--pt-150);
}
.pb-150 {
  padding-bottom: var(--pb-150);
}
.pt-500 {
  padding-top: var(--pt-500);
}
.pt-265 {
  padding-top: var(--pt-265);
}
.pl-50 {
  padding-left: var(--pl-50);
}
.pl-11 {
  padding-left: var(--pl-11);
}
/* end padding */
.coin-img {
  width: 77px;
  height: 77px;
  object-fit: cover;
}
.coin-icon--red {
  width: 139px;
  height: 139px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coin-icon--white {
  width: 139px;
  height: 139px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coin-container {
 

  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ✅ Center items horizontally */
  align-items: center; /* ✅ Center items vertically */
 
  text-align: center; /* ✅ Ensure text stays centered */

}
.product-container {
 

}
.sub-title {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: var(--lh30);
  letter-spacing: 0.72px;
}
.sub-title--black {
  color: var(--primary-color);
}
.sub-title--white {
  color: var(--white);
}
.para-text {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: var(--lh28);
  letter-spacing: 0.18px;
}
.para-text--black {
  color: var(--primary-color);
}
.para-text--white {
  color: var(--white);
}
.coin-card--white {
  background: var(--white);
}
.coin-card--red {
  background: var(--secondary-color);
}
.coin-card {
  width: 33%;

  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 64px 0 65px;
}
/* start about  */
.capital-img {
  width: 100%;
  height: 760px;
  object-fit: contain;
}
.about-boximg {
  position: relative;
}
.about-rating {
  position: absolute;
  top: 5%;
  background: var(--white);
  padding: 20px;
}
.experince-card {
  position: absolute;
  bottom: 4%;
  right: 10px;
}
.experince-ellipse {
  width: 227px;
  height: 227px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
  border-radius: 50%;
  flex-direction: column;
  
  
}
.about-container {
  width: 100%;
  justify-content: space-between;
}
.about-left {
  width: 40%;
  position: relative;
}
.about-right {
  width: 42%;
}
.about-img {
  width: 54.288px;
  height: 54.288px;
}
.about-icon {
  border-radius: 50%;
  width: 98px;
  height: 98px;
  background: rgba(250, 37, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.white-ellipse {
  position: absolute;
  bottom: 7%;
  right: -26%;
}
.experince-ellipse {
  position: absolute;
  bottom: 17%;
  right: -16%;
}

/* end about */
/* star product */
/* .mobile-mutual-img {
  display: none;
} */
.product-container {
  background: #f3f4f6;
}
.products-wrapper {
  width: 100%;
  justify-content: space-between;
}
.products-box {
  background: var(--white);
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  padding: 70px 120px 100px 120px;
  border-bottom: 1px solid #ffffff;
  transition: width 0.3s ease, border-bottom 0.3s ease;
}
.products-box:hover {
  border-bottom: 10px solid #000;
}
.product-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.product-icon--offred {
  width: 114px;
  height: 114px;
  background: rgba(250, 37, 0, 0.11);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-icon--white {
  width: 114px;
  height: 114px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card {
  height: 237px;
  justify-content: center;
  /* width: 33.3%; */
  align-items: center;
  display: flex !important;
}
.product-card--white {
  background: var(--white);
}
.product-card--red {
  background: var(--secondary-color);
}
.product-card--blue {
  background: var(--primary-color);
}
.product-total {
  padding-left: 10%;
}

/* end product */
/* start Testimonials */
.testimonial-container {
  width: 100%;

  flex-wrap: wrap;
  justify-content: space-around;
}

.testimonial-card {
  background: #fff;
  /* width: 30% !important; */
  position: relative;
  height: 377px;
  margin-left: 30px;
  margin-top: 70px;
}
.slick-dots {
  margin-top:1%;
  text-align: center;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #333;
}

.slick-dots li.slick-active button:before {
  color: #ff6600;
}
.testimonial-card:last-child {
  margin-left: 30px;
}
.testimonial-card :hover {
  background: rgb(206, 206, 206);
}
.testimonials-cover {
  background-image: url("/images/Home/testimonials-cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 1054px;
  width: 100%;
  position: relative;
  top: -267px;
}
.testimonials-profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18%;
}
.testimonials-details {
  padding: 40px 25px 25px 25px;
}
/* end Testimonials */

/* start news */
.news-cradimg {
  width: 100%;
}
.news-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.news-card {
  background: linear-gradient(180deg, #fff 0%, #0a1020 100%);
  /* width: 32.4% !important; */
  margin-right: 20px;
}
.news-card:last-child {
  margin-right: 0;
}
.news-details {
  padding: 25px 25px 45px 25px;
}
.news-data {
  border-radius: 48px;
  background: #fff;
  height: 51px;
  width: 50%;
}
.date-text {
  padding-left: 12px;
}
.small-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.chat-contant {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.video-container {
  position: relative;
  width: 100%;
  
  margin: auto;
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.play-container{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px; /* Set the width */
  height: 120px; /* Set the height */
  background: url("/images/Home/redEllipse.png") no-repeat center center; /* Background image */
  background-color: rgba(0, 0, 0, 0.5); /* Background color with opacity */
  background-size: 60px 60px; /* Adjust the size of the play icon */
  border-radius: 50%; /* Makes the button circular */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px; /* Set the width */
  height: 32px; /* Set the height */
  background: url("/images/Home/play.png") no-repeat center center; /* Background image */
  background-color: rgba(0, 0, 0, 0.5); /* Background color with opacity */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pause-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px; /* Set the width */
  height: 32px; /* Set the height */
  background: url("/images/Home/pause.png") no-repeat center center; /* Background image */
  background-color: rgba(0, 0, 0, 0.5); /* Background color with opacity */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pause-button {
  display: none; 
}
.video-clip {
  /* display: none; */
  width: 100%;
  height: auto;
}
.news-top {
  margin-top: -95px;
  padding-bottom: 120px;
}

/* end news */
/* start footer */
.footer-main {
  left: -20px ;
  position: relative;
}
.footer-link{
  text-decoration: none;
  transition: color 0.3s ease;

}
.footer-link:hover{
  color: var(--secondary-color) !important;
}
.location-feild {
  width: 50%;
}
.mob-tab {
  display: none;
}
.subscribe-wrapper {
  width: 100%;
}
.subscribe-para {
  width: 48%;
}
.subscribe-form {
  width: 62%;
  justify-content: end;
}
.subscribe-container {
  background: #fa2500;
}
/* .footer-title {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-extrabold-800);
  line-height: normal;
  text-transform: uppercase;
} */

.footer-nav {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--font-medium-500);
  line-height: var(--lh30);
  letter-spacing: 0.2px;
  text-transform: capitalize;
  list-style-type: disc;
  text-decoration: none;
}
.footer-par {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-normal-400);
  line-height: var(--lh36); /* 36.18px */
  letter-spacing: 0.18px;
  max-width: 600px;
}
.copyright {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: var(--lh20);
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 20px 0 0px 0;
}
.copyright-red {
  color: var(--secondary-color);
}
.footerLogo{
  width:550px;
}
.footer-container {
  width: 100%;
  background: #0a1020;
}
.img-weblankan {
  display: inline-block;
  margin-top: 10px;
}
.img-weblankan {
  /* display: flex;
  margin: auto; */
  width:100px;
}
.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.left-align, .right-align {
  flex: 1;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.img-weblankan {
  display: inline-block;
  margin-top: 10px;
}
.copyright-container {
  width: 100%;
  padding: 20px 40px;
  padding-top: 0px;
  background: #0a1020;
  border-top: 2px solid rgba(255, 255, 255, 0.28);
}
.social-circle {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-circle:hover {
  background: var(--secondary-color);
}
.socialnews-circle {
  background: rgb(173 173 173 / 22%);
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}
.capital-box {
  width: 45%;
}
.explore-box {
  width: 50%;
}
.footerBox{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.userful-box {
  width: 50%;
}
.find-box {
  width: 23%;
}
.explore-box-mb {
  width: 21%;
}
.userful-box-mb {
  width: 21%;
}
.find-box-mb {
  width: 23%;
}
.social-icon {
  gap: 20px;
}
.subscribe-information {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  opacity: 0.56;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  height: 57px;
  width: 100%;
}
.find-information,
#dropdownMenu,
.find-information::placeholder {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  opacity: 0.56;
  background: transparent;
  border-radius: 0;
  height: 50px;
}

#dropdownMenu option[disabled] {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
}
#dropdownMenu:focus {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs18);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
  background: var(--white);
}
.footbox{
  display: flex;
  width:55%;
}
/* end footer */
.product-list{
  margin-top: 28px !important;
  background: var(--secondary-color) !important;
}
.dropdown-item{
  color: var(--white);
}
.dropdown-menu{
  border: 0;
  border-radius: 0;
}
.dropdown-item:hover{
  color: var(--white);
  background: transparent;
  font-weight: var(--font-bold-700);
}
.carousel-indicators {
  display: none;
}
/* start nav tab */
.nav-tab{
  border: none;
  background: transparent;
}
.contact-smalltext {
 
  font-size: 36px !important;
  font-weight: 600!important;
  padding-bottom: 2%;
}
.contact-mediumtext{
  font-size: 30px !important;
}
/* end nav tab */

/* Define the keyframes for the animation */
@keyframes buttonUpdate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 1500px)  {
  .btn-red ,
 .btn-redoff, .btn-white, .btn-blue{
    width: auto !important;
    min-width: 193px;
 }
}

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

  .footerLogo{
    width:500px;
  }
  img.logo {
    display: block;
    width: 203px;
    object-fit: contain;
  }
  .logo-container {
    padding: 30px 20px;
    /* display: flex; */
  }
  .nav-side {
    padding-right: 10px;
  }
  .contact-smalltext {
 
    font-size: 32px !important;
   
  }
  .contact-mediumtext{
    font-size: 24px !important;
  }
  .footer-par {
    max-width: 538px;
  }
}
@media only screen and (min-width: 800px) {
  .enquire-container{
    right: -83px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .enquire-container{
    right: -113px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .enquire-container{
    right: -143px !important;
  }
  .footer-par {
    max-width: 488px;
  }
  .footerLogo{
    width:450px;
  }
}
@media only screen and (min-width: 1900px) {
  .enquire-container{
    right: -153px !important;
  }
}
@media only screen and (min-width: 2000px) {
  .enquire-container{
    right: -163px !important;
  }
}
@media only screen and (min-width: 2100px) {
  .enquire-container{
    right: -183px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .footer-par {
    max-width: 408px;
  }
  .footerLogo{
    width:400px;
  }
  .contact-smalltext {
 
    font-size: 28px !important;
   
  }
  .contact-mediumtext{
    font-size: 20px !important;
  }

  .banner-wrapper {
 
    top: 28%;
    padding-left: 240px;
  }
  .nav-black {
    top: -16px;
  }
  img.logo {
    display: block;
    width: 183px;
    height: 60px;
    object-fit: contain;
  }
  /* img.logo {
    display: none;
  } */
  .mobile-logo {
    display: block;
  }
  .logo-container {
    padding: 30px 20px;
  }
  /* li.nav-item {
    margin-right: 35px;
  } */
  .chat-contant {
    width: 80%;
  }
  .news-data {
    width: 70%;
  }

  .about-rating {
    position: absolute;
    top: 18%;
    background: var(--white);
    padding: 20px;
}
  .experince-ellipse {
    position: absolute;
    bottom: 20%;
    right: -20%;
  }
  .nav-side {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1536px){

  .nav-side {
    padding-right: 10px;
  }

  li.nav-item {
    margin-right: 40px;
  }
  .navbar-nav {
    gap: 40px;
    padding-right: 20px;
  }
  img.logo {
    display: block;
    width: 113px;
    height: 60px;
    object-fit: contain;
  }
  .para-text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.157px;
  }
}
/* Laptop */
@media only screen and (max-width: 1440px) {

  .banner-wrapper {
 
    top: 23%;
    padding-left: 200px;
  }
  .para-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.157px;
  }
  img.logo {
    display: block;
    width: 113px;
    height: 60px;
    object-fit: contain;
  }
  .mobile-logo {
    display: none;

  }
  .logo-container {
    padding: 30px 20px;
  }
 
  .nav-side {
    padding-right: 10px;
  }
  
  .btn-white {
    font-size: var(--fs20);
  }
  .enquire-container{
    /* right: -123px !important; */
  }
  .section-para-black ul{ 
    font-size:16px;
  }
  .section-para-black-vision{
    font-size:16px;
  }
}
@media only screen and (max-width: 1157px){

  .banner-wrapper {
 
    top: 20%;
    padding-left: 200px;
  }
  .navbar-nav {
    gap: 40px;
    padding-right: 20px;
  }

}
@media only screen and (max-width: 1740px){
  .navbar-nav {
    gap: 20px;
    }
    /* button start */
    .btn-transperant{
      width: 107px;
        
    }
    .btn-red{
      width: 145px;
        
    }
        /* end button */
}
@media only screen and (max-width: 1136px){

  .btn-white {
    font-size: var(--fs24);
  }
  .navbar-nav {
    gap: 13px;
    }
    /* button start */
    .btn-transperant{
      width: 107px;
        
    }
    .btn-red{
      width: 125px;
        
    }
        /* end button */
}
@media only screen and (max-width: 1260px) {
  .enquire-container{
    /* right: -113px !important; */
  }
  .navbar-nav {
    gap: 18px;
  }
  li.nav-item {
    margin-right: 0px;
  }
  .footer-container {
    height: auto;
  }
  .section-para-black ul{ 
    font-size:15px;
  }
  .section-para-black-vision{
    font-size:15px;
  }
 
}
/* @media only screen and (max-width: 1199px) {
  .capital-box {
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .mob-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
    justify-content: center;
    padding-bottom: 40px;
  }
  .footer-container {
    height: auto;
  }
  .explore-box-mb {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .userful-box-mb {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
} */
/* Tablet Landscape */
@media only screen and (max-width: 1199px) {
  .section-para-black ul{ 
    font-size:14px;
  }
  .section-para-black-vision{
    font-size:14px;
  }
  .contact-smalltext {
 
    font-size: 22px !important;
   
  }
  .contact-mediumtext{
    font-size: 18px !important;
  }
  .banner-wrapper {
 
    top: 18%;
    padding-left: 150px;
  }
  .news-data {
    width: 90%;
    margin: auto;
    padding:0%;
  }
  :root {
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs24: 24px;
    --fs30: 30px;
    --fs32: 32px;
    --fs36: 36px;
    --fs40: 40px;
    --fs96: 60px;

    --lh20: 1.042vw;
    --lh23: 1.198vw;
    --lh26: 1.354vw;
    --lh28: 1.458vw;
    --lh32: 1.667vw;
    --lh30: 1.563vw;
    --lh36: 1.875vw;
    --lh38: 1.979vw;
    --lh40: 2.083vw;
    --lh42: 2.188vw;
    --lh53: 2.76vw;

    --mr-16: 16px;
    --pt-20: 20px;
    --pt-10: 10px;
    --pt-30: 30px;
    --pb-30: 30px;
    --pt-40: 40px;
    --pb-40: 40px;
    --pl-40: 40px;
    --pb-45: 45px;
    --pl-50: 50px;
    --pt-50: 50px;
    --pb-50: 50px;
    --pb-30: 30px;
    --pb-40: 40px;
    --pt-80: 80px;
    --pb-80: 80px;
    --pt-60: 60px;
    --pb-60: 60px;
    --pb-70: 70px;
    --pb-90: 90px;
    --pb-110: 110px;
    --pt-120: 120px;
    --pb-130: 130px;
    --pt-140: 140px;
    --pb-140: 140px;
    --pt-150: 150px;
    --pb-150: 150px;
    --pt-500: 500px;
    --pl-50: 50px;
    --pl-11: 11px;
  }
  .section-para {
    font-size: var(--fs18);
    line-height: var(--lh36);
    letter-spacing: 0.18px;
  }
  .capital-box {
    text-align: center;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  /* .find-box,
  .userful-box,
  .explore-box {
    display: none;
  } */
  .mob-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
    justify-content: center;
    padding-bottom: 40px;
  }
  .footer-container {
    height: auto;
  }
  .explore-box-mb {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .userful-box-mb {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .find-box-mb {
    width: 50%;
  }
  .footer-nav {
    padding-bottom: 10px;
  }
  .navbar-nav {
    gap: 13px;
  }
    /* button start */
    .btn-red,.btn-transperant{
      width: 107px;
    
    }
    /* end button */
    li.nav-item {
      margin-right: 0px;
  }
  img.logo {
    width: 129px;
    height: 57px;
    object-fit: contain;
  }
  .pb-150 {
    padding-bottom: 0px;
  }
  .enquire-container{
    /* right: -103px !important; */
  }
  .para-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.157px;
  }
  .about-right {
    margin-top: 5%;
    margin-bottom: 40%;
    display: inline-block; /* Ensures the image is treated as an inline element */
    
   }
   .product-container{
    padding-bottom: 10%;
  }
  .footer-main {
    left: unset;
  
  }
}
@media (max-width: 992px) {
  .products-box {
    width: 70%;
    margin-bottom: 5%;
  }
  .product-container{
    /* padding-bottom: 10%; */
  }
  .white-ellipse {
    bottom: 7%;
    right: -2%;
  }
  .experince-ellipse {
    bottom: 17%;
    right: 8%;
  }
  .btn-white {
    font-size: var(--fs30);
  }
  .about-left,
  .about-right {
    width: 100%;
  }
  .about-right {
   margin-top: 5%;
   margin-bottom: 15%;
   display: inline-block; /* Ensures the image is treated as an inline element */
   
  }
  .second-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
  .navbar-expand-lg .navbar-nav {
      flex-direction: row !important; 
  }
  .enquire-container{
    /* right: -63px !important; */
  }
  .section-para-black ul{ 
    font-size:12px;
  }
  .section-para-black-vision{
    font-size:12px;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {

.section-para-black{
  padding-left: 2%;
  padding-right: 2%;
}
  .section-para-black ul{ 
    font-size:16px;
  }
  .section-para-black-vision{
    font-size:16px;
  }
  .about-left{
    margin-bottom: 20%;
  }
  .enquire-container{
    /* right: -43px !important; */
  }
  .about-right {
    margin-top: 5%;
    margin-bottom: 5%;
    display: inline-block; /* Ensures the image is treated as an inline element */
    
   }
   .contact-smalltext {
 
    font-size: 20px !important;
   
  }
  .contact-mediumtext{
    font-size: 16px !important;
  }
  .container-fluid {
    padding: 0;
  }
  .mblogo-container {
    background: #fa2500;
    padding: 20px 50px;
    display: flex;
  }
  .footer-nav {
    padding-bottom: 30px;
    font-size: 13px;
  }
  .find-information,
  #dropdownMenu,
  .find-information::placeholder {
    font-size: 13px;
    height: 50px;
  }
  
  .news-data {
    width: 80%;
    margin: auto;
    padding:0%;
  }
  .sub-title {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.48px;
  }
  .banner-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30% !important;
    text-align: center;
}
li.nav-item {
  margin-right: 0px;
}
.product-list{
  position: unset;
  margin-top:0 !important;
  background: var(--secondary-color);
}
ul.dropdown-menu.product-list.show{
  position: unset !important;
}
.carousel-indicators {
  display: flex;
  position: absolute;
  bottom: 20%;
  /* left: 43%;
  transform: translateX(-50%); */
  gap: 10px; 
  z-index: 1;
}
.carousel-indicators .active {
  background-color: var(--secondary-color); 
}
.play-button{
  display: none;
}

.news-top {
  margin-top: -207px;
  padding-bottom: 50px;
}
.para-text {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.157px;
}
.about-container {
  padding-bottom: 30px;
}
.video-container{
  bottom: -40px;
}
.testimonials-cover{
  padding-top:7%;
}
.product-container {
  background: none;
}
}
/* Mobile Landscape */
@media only screen and (max-width: 600px) {
  .footerLogo{
    width:350px;
  }
  .section-para-black ul{ 
    font-size:15px;
  }
  .section-para-black-vision{
    font-size:15px;
  }
  .testimonials-cover{
    padding-top:10%;
  }
  .about-left{
    margin-bottom: 8%;
  }
  .white-ellipse {
    /* bottom: -24%;
    right: -26%; */
    width: 225px !important;
    height: 225px!important;
}
  .experince-ellipse {
    width: 147px;
    height: 147px;
    bottom:10%;
    /* display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  .ceoset-card {
    /* height: 256px !important; */
  }
  .coin-container {
    /* display: block !important; */
    /* text-align: center; */
  }
  .ceoset-card{
    padding-top: 5% !important;
  }
  .news-data {
    width: 80%;
  }
  .banner-main {
    font-size: 40px;
  }
  .capital-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 425px) {
  .section-para-black ul{ 
    font-size:12px;
    
  }
  .footerLogo{
    width:250px;
  }
  .section-para-black{
    padding-left: 3%;
    padding-right: 3%;
  }
  .section-para-black-vision{
    font-size:12px;
    text-align: center;

  }
  .report-para{
    padding-bottom: 10%;
    padding-top: 3%;
   
  }
  .report-para2{
    font-size: 10px !important;
    display:none;
  }
  .video-container{
    bottom: 30px;
  }
  .play-button {
    
    width: 26px; /* Set the width */
    height: 26px;
  }
  .pause-button {
    
    width: 26px; /* Set the width */
    height: 26px;
  }
  .play-container{
   background-size: 50px 50px;

    top: 25%;
  }
  .testimonials-cover{
    
    height: 804px !important;
  }
  .video-clip{
    height:350px !important;
    z-index:10000;
    object-fit: fill;
  }
  .video-thumbnail{
    height:350px !important;
    
  }
  .about-left{
    margin-bottom: 20%;
  }
  .news-data {
    width: 100% !important;
  }
  .fund-wrapper{
    width: 90%;
  }
  .banner-main {
    font-size: 25px;
  }
  .banner-para{
    font-size: 18px;
  }
  .userful-box,
  .explore-box{
    width: 100% !important;
  }
}