/* -------------------------side-links--------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Allerta&family=Archivo+Black&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.notify .not-top-icon {
  font-size: 11px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-weight: 800;
  position: absolute;
  right: 5px;
  top: -7px;
  padding: 2px 6px;
  width: auto;
}
.mobile-notify {
  position: relative;
  margin-top: 7px;
}
.mobile-notify .not-top-icon {
  font-size: 11px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-weight: 800;
  position: absolute;
  right: 6px;
  top: -7px;
  padding: 2px 6px;
  width: auto;
  z-index: 99;
}
.side-link-main {
  position: fixed;
  z-index: 999;
  bottom: 27%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.side-link-con {
  background-color: #e11f1c;
  padding: 10px 5px 5px 5px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  /* box-shadow: 0px 1px 10px 0px #ff0000; */
  color: #fff;
  width: 50px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.side-link-con img {
  width: 45px;
  height: 45px;
}
.side-link-con p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
}

/* ----------------scroll to top---------------- */
.scroll-icon-wrapper {
  bottom: 90px;
  cursor: pointer;
  /* height: 50px; */
  position: fixed;
  right: 12px;
  /* transform: translateY(-114%); */
  width: 50px;
  z-index: 99;
}

/* ----------------banner-news--------------- */
.join-banner-news {
  display: flex;
  /* flex-direction: column; */
}
.join-banner-news .lp-news-btn {
  color: #fff;
  background-color: #000;
  font-weight: 700;
  padding: 0.2em 1.2em;
  text-decoration: none;
}

.join-banner-news img {
  width: 300px;
  object-fit: contain;
}
.join-banner-news {
  /* background: rgba(228, 228, 228, 0.15); */
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 1em;
  /* border-top: 1px solid #dadada; */
  /* margin-top: 72px; */
  background-color: #D81F26;
}

.join-banner-news p {
  font-size: 14px;
  /* color: yellow; */
  color: #fff;
  text-align: start;
  letter-spacing: 0;
  /* margin-bottom: 12px !important; */
}
.join-banner-news marquee {
  font-size: 15px;
  /* color: yellow; */
  color: #fff;
  text-align: start;
  letter-spacing: 0;
  /* margin-bottom: 12px !important; */
}

/* ---------------------------landing-page------------------- */
.landing-page {
  width: 100%;
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  height: 100%;
}
.landing-page .home-sec-1 {
  /* height: 100vh; */
  margin-top: -190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 200px 0px; */
  position: relative;
  height: auto;
  z-index: 1;
position: relative;

}

.home-sec-1 .containerr {
  margin-inline: 100px;
}
.home-sec-1 .containerr .row {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 100px;
}
.home-sec-1 .containerr .row .col-lg-6 {
  /* flex: 1; */
  min-width: 500px;
  margin-top: 40px;
}
.home-sec-1 .containerr .row .home-sec-1-left{
  margin-left: 170px;
  width: 400px;
}
.home-sec-1 .containerr .row .home-sec-1-left h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 62.63px;
  text-align: left;
  margin-bottom: 20px !important;
  color: #000;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  
}
.home-sec-1 .containerr .row .home-sec-1-left h1 span {
  font-weight: 800;
  color: #D81F26;
  font-family: "Poppins", sans-serif;
}
.home-sec-1 .containerr .row .home-sec-1-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.6px;
  text-align: left;
  color: #252525;
  margin-bottom: 25px !important;
  color: #000;
  font-family: "Archivo Black", sans-serif;

}

.home-sec-1home-sec-testimonial-right img{
width: 100%;
/* min-width: 350px; */
height:600px ;
position: relative;
/* z-index: -1; */
margin-top: -40px;
}


.landing-page .landingBtnComp {
  padding: 15px 25px;
  color: #fff;
  background-color: #D81F26;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  text-align: left;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  border-radius: 52px;
}

.landing-page .landingBtnComp.white {
  color: #000; 
  background-color: #fff; 
  border: 1px solid #D1D1D1;
}
.home-sec-two {
  padding-inline: 139px;
  margin-top: 60px;
  overflow: hidden;
}


.home-sec-two .person-item {
  display: flex;
  gap: 17px;
}
.home-sec-two .rounded-square-img {
  width: 100%;
  aspect-ratio: 5 / 5;
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.home-sec-two .rounded-square-img img {
  width: 76px;
  height: 76px;
  border-radius: 100%;
}
.home-sec-two .person-item h3 {
  font-size: 24.81px;
  font-weight: 700;
  line-height: 32.31px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.home-sec-two .person-item p {
  font-size: 12.42px;
  font-weight: 600;
  line-height: 19.23px;
  text-align: left;
  color: #fff;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.home-sec-two .person-item p span {
  font-size: 23.29px;
  font-weight: 700;
  line-height: 30.32px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
/* .home-sec-two .person-item-wrapper {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 23px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px;
  position: relative;
  top: 40px;
}
.home-sec-two .person-item-wrapper:nth-child(even) {
  background: #252525;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 23px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px 10px 40px 10px;
} */

.home-sec-two .investor-slider.even .person-item-wrapper {
  background: #000;
  /* border: 2px solid #fff; */
  border-radius: 16px;
  padding: 23px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin: 10px 10px 40px 10px; */
  height: 100px;
}

.home-sec-two .investor-slider.odd .person-item-wrapper {
  background: #D81F26;
  /* border: 2px solid #fff; */
  border-radius: 16px;
  padding: 23px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin: 10px 10px 40px 10px; */
  position: relative;
  /* top: 40px; */
  height: 100px;
}
.home-sec-two .investor-slider.even .person-item-wrapper .person-item-desc {
  color: #fff;
}
.home-sec-two .investor-slider.even .person-item h3{
  color: #fff;
}
.home-sec-two
  .investor-slider.even
  .person-item-wrapper
  .person-item
  .person-item-days
  span:nth-child(2) {
  font-size: 14.42px;
  font-weight: 600;
  line-height: 19.23px;
  text-align: left;
  color: #fff;
  margin-left: 10px;
}
.home-sec-two
  .investor-slider.odd
  .person-item-wrapper
  .person-item
  .person-item-days
  span:nth-child(2) {
  font-size: 14.42px;
  font-weight: 600;
  line-height: 19.23px;
  text-align: left;
  color: #fff;
  margin-left: 10px;
}
.home-sec-three {
  padding: 40px 0px;
  margin-top: 40px;
}
.home-sec-three .containerr {
  margin-inline: 100px;
  display: flex;
  flex-direction: column;
}
.heading-partners {
  /* margin-top: 70px; */
  color: #000000;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
  line-height: 43.52px;
margin: 0;
}
.heading-partners span{
  color: #D81F26;
}
.home-sec-three .containerr .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.home-sec-three .containerr .row .p1{
  font-family: "Archivo Black", sans-serif;
  color: #000;
}
.home-sec-three .containerr .row .col-lg-4 {
  flex: 1;
}

.home-sec-testimonial {
  /* padding: 80px 0; */
  position: relative;
  padding-inline: 139px;
}
.home-sec-testimonial-top-img{
  width: 100%;
  height: 100%;
}
.home-sec-testimonial-bottom-img{
  width: 100%;
  height: 100%;
  
    transform: rotate(180deg); 
}

.home-sec-testimonial .containerr {
  max-width: 1320px;
  margin-inline: auto;
}
.home-sec-testimonial h1 {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
  width: 67%;
  color: #000;
  margin-bottom: 20px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-sec-testimonial .row {
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
}
.home-sec-testimonial .video {
  position: relative;
}
.home-sec-testimonial .testimonial-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #252525;
}
.home-sec-testimonial .video video {
  width: 100%;
  border-radius: 12px;
}
.home-sec-testimonial .video .background {
  position: absolute;
  width: 100%;
  height: 98%;
  /* background-color: rgba(29, 29, 29, 0.521); */
  background-color: #fff;
  top: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-testimonial .video .background img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
}
.home-sec-testimonial .video .background svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e11f1c;
  cursor: pointer;
  width: 50px;
}
.home-sec-testimonial .home-slider-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  cursor: pointer;
}
.home-sec-testimonial .home-slider-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  cursor: pointer;
}

.home-sec-four {
  padding: 80px 0px;
  /* background-image: url(/public/images/home-sec-four-bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}
.home-sec-four .containerr {
  padding-inline: 100px;
}
.home-sec-four .containerr .row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.home-sec-four .containerr .row .col-lg-6 {
  flex: 1;
}

.home-sec-four .home-sec-four-left h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.home-sec-four .home-sec-four-left h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.home-sec-four .home-sec-four-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #000;
}
.home-sec-four .home-sec-four-right img {
  width: 600px;
  border-radius: 8px;
  height: 100%;
}

.home-sec-five {
  padding: 80px 0px;
  padding-inline: 100px;
}

.home-sec-five .containerr .row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-sec-five .containerr .col-lg-4 {
  flex: 1;
}

.home-sec-five h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 48px;
  text-align: center;
  color: #252525;
  margin-bottom: 40px;
  width: 70%;
  margin-inline: auto;
  text-transform: uppercase;
}

.home-sec-five .left .home-sec-five-left-one {
  box-shadow: 15.52px 18.63px 74.43px 0px #00000014;
  background: #fff;
  padding: 17px 31px 17px 13px;
  position: relative;
}

.home-sec-five .left .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  background-color: #e11f1c;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 35px;
  border-radius: 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-five .left h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: right;
  color: #000;
  padding-right: 15px;
  text-transform: uppercase;
}
.home-sec-five .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: right;
  color: #000;
}
.home-sec-five .right .home-sec-five-right-one {
  box-shadow: 15.52px 18.63px 74.43px 0px #00000014;
  background: #fff;
  padding: 17px 13px 17px 31px;
  position: relative;
  border: 1px solid #C5C5C5;
  border-radius: 35px;
}
.home-sec-five .right .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  background-color: #e11f1c;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 35px;
  border-radius: 16px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-sec-five .right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  color: #000;
}
.home-sec-five .left .home-sec-five-left-two {
  box-shadow: 15.52px 18.63px 74.43px 0px #00000014;
  background: #fff;
  padding: 17px 31px 17px 13px;
  position: relative;
  /* margin-right: -30px; */
  /* margin-left: 30px; */
  border: 1px solid #C5C5C5;
  border-radius: 35px;
}

.home-sec-five .left,
.home-sec-five .right {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.home-sec-five .right .home-sec-five-right-two {
  background: #fff;
  box-shadow: 15.52px 18.63px 74.43px 0 #00000014;
  /* margin-left: -30px;
  margin-right: 30px; */
  padding: 17px 13px 17px 31px;
  position: relative;
  border: 1px solid #C5C5C5;
  border-radius: 35px;
}
.home-sec-five .left .home-sec-five-left-three {
  background: #fff;
  box-shadow: 15.52px 18.63px 74.43px 0 #00000014;
  /* margin-left: 80px;
  margin-right: -80px; */
  padding: 17px 31px 17px 13px;
  position: relative;
  border: 1px solid #C5C5C5;
  border-radius: 35px;
}
.home-sec-five .right .home-sec-five-right-three {
  background: #fff;
  box-shadow: 15.52px 18.63px 74.43px 0 #00000014;
  /* margin-left: -80px;
  margin-right: 80px; */
  padding: 17px 13px 17px 31px;
  position: relative;
  border: 1px solid #C5C5C5;
  border-radius: 35px;
}

.home-sec-five .left .home-sec-five-left-one {
  box-shadow: 15.52px 18.63px 74.43px 0px #00000014;
  background: #fff;
  padding: 17px 31px 17px 13px;
  position: relative;
  border: 1px solid #C5C5C5;
  border-radius: 35px;
}

.home-sec-five .left .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  background-color: #e11f1c;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 35px;
  border-radius: 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-five .left h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: right;
  color: #000;
  padding-right: 15px;
}
.home-sec-five .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: right;
  color: #000;
}
.home-sec-five .right .home-sec-five-right-one {
  box-shadow: 15.52px 18.63px 74.43px 0px #00000014;
  background: #fff;
  padding: 17px 13px 17px 31px;
  position: relative;
}
.home-sec-five .right .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  background-color: #e11f1c;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 35px;
  border-radius: 16px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-five .right h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left !important;
  color: #000 !important;
  padding-left: 15px;
}
.home-sec-five .containerr .home-sec-five .right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  color: #000;
}


.home-sec-five .left,
.home-sec-five .right {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
/* -----------------home-sec-------------------six */

.home-sec-six {
  padding: 80px 100px;
  display: flex;
}
.home-sec-six .home-sec-six-right {
  flex: 1;
  font-size: 35px;
  font-weight: 800;
  line-height: 48px;
  text-align: center;
  color: #252525;
}

.home-sec-six .home-sec-six-right {
  background-image: url(/src/assets/images/home-sec-six-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home-sec-six .home-sec-six-right img {
  width: 700px;
  height: 100%;
}
.home-sec-six .home-sec-six-left {
  flex: 1;
}

.home-sec-six .home-sec-six-left h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #252525;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-sec-six .home-sec-six-left h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: left;
  color: #252525;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.home-sec-six .home-sec-six-left h3 span {
  color: #e11f1c;
}

.home-sec-six .home-sec-six-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #252525;
}

.home-sec-six .home-sec-six-left .p1 {
  padding-bottom: 40px !important;
}

.home-sec-six .home-sec-six-left .p2 {
  padding-bottom: 25px !important;
}

.home-sec-six .home-sec-six-left .button {
}

.home-sec-six .home-sec-six-left .button button {
  border-radius: 5px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #252525;
}

/* ----------home-sec-seven----------------- */
.home-sec-seven {
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-sec-seven h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  color: #252525;
  margin-bottom: 10px;
  font-family: "Archivo Black", sans-serif;
}

.home-sec-seven h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: center;
  color: #252525;
  /* margin-bottom: 36px; */
  width: 80%;
  margin-inline: auto;
  text-transform: uppercase;
  font-family: "Archivo Black", sans-serif;
  font-weight: 700;
}

.home-sec-seven h3 span {
  color: #e11f1c;
}

.home-sec-seven .video {
  position: relative;
  height: 438px;
  width: 100%;
}

.home-sec-seven .left-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  /* top: -100px; */
  z-index: 10;
}

.home-sec-seven .right-img {
  position: absolute;
  right: 0px;
  z-index: 10;
  top: 100px;
}

.home-sec-seven .video .background {
  position: absolute;
  top: 0;
  left: 0;
}

.home-sec-seven .video .background img {
  width: 100%;
  border-radius: 8px;
  min-width: 100%;
  height: 400px;
  object-fit: cover;
}
.home-sec-seven .video .background svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: #e11f1c;
  cursor: pointer;
}
.close-icon-sec7 {
  position: absolute;
  top: 60px;
  right: 14px;
  font-size: 25px;
  color: #e11f1c;
  cursor: pointer;
}
.home-sec-seven .bottom-content {
  width: 60%;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-family: "Archivo Black", sans-serif;
}

/* ---------------home-sec------------eight---------- */
.home-sec-eight {
  padding: 80px 0px;
  position: relative;
}
.home-sec-eight .container {
  background: linear-gradient(99.74deg, #e11f1c -7.32%, #7b110f 101.94%);
  border-radius: 20px;
  /* max-width: 1320px; */
  width: 85%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.calculatetop-img{
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 100;
  height: 300px;
}
.home-sec-eight .container .left {
  flex: 1;
}
.home-sec-eight .container .right {
  flex: 1;
}

.home-sec-eight .container .left .buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.home-sec-eight .custom-slider-widget {
  width: 100%;
  margin: 20px 0;
}

.home-sec-eight .custom-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background: #FFFFFF;
  outline: none;
  border-radius: 5px;
}

.home-sec-eight .custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #D81F26;
}

.home-sec-eight .custom-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #a10707;
  cursor: pointer;
  border-radius: 50%;
}

.home-sec-eight .range {
  font-size: 14px;
}

.home-sec-eight .selected-range {
  margin-top: 10px;
  font-weight: bold;
}

/*  */
.home-sec-eight .home-sec-eight-bg {
  background-image: url(/images/home-sec-eight-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 519px;
  height: 188px;
  position: absolute;
  object-fit: contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
  display: none;
}

.home-sec-eight .left h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: left;
  color: #fff;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.home-sec-eight .left h6.currency {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.home-sec-eight .left p.layout_currency-text {
  padding: 15px 25px;
  background-color: #FFFFFF;
  color: #000;
}
.home-sec-eight .left .money {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
}
.home-sec-eight .left .range {
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
  opacity: 1;
}

.sec-five .layout-text-profit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  margin: 0;
  color: #000;
}

.sec-five .layout-text-profit img {
  width: 169px;
}

.sec-five .layout-text-profit h3 {
  color: #2b2b2b;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  width: 52%;
  margin-top: 15px;
  margin-bottom: 10px;
}

.sec-five .layout-text-profit h3 span {
  color: #e11f1c;
}

.sec-five .layout-text-profit p {
  color: #2b2b2b;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px !important;
}

.sec-five .layout-text-profit button {
  /* width: 143px; */
  height: 41px;
  border-radius: 30px;
  background-color: rgba(225, 31, 28, 1);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(225, 31, 28, 1);
  padding-inline: 20px;
}

.sec-five .card-11 {
  padding: 67px 31px 67px 62px;
  box-sizing: border-box;
  /* border-radius: 20px; */
  /* background: linear-gradient(213deg, #e11f1c 0.96%, #660e0c 98.4%); */
  /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.6); */
  overflow: hidden;
  color: #fff;
}

.sec-five .card-22 {
  box-sizing: border-box;
  /* border-radius: 20px; */
  /* background: #f4f4f4; */
  overflow: hidden;
  color: #fff;
  padding: 67px 62px 67px 31px;
}

.sec-five .currency {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.sec-five .money {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 21px;
}

.sec-five .layout_currency-text {
  font-size: 19px;
  margin-top: 0px;
  background-color: #a10707;
  /* padding: 6px 16px;
  width: 78px;
  height: 37px; */
  border-radius: 10px;
}

.sec-five .justify-content-between {
  align-items: center;
}

.sec-five .css-eg0mwd-MuiSlider-thumb {
  color: #fff;
}

.sec-five .css-eg0mwd-MuiSlider-thumb:hover {
  box-shadow: none;
}

.sec-five .css-14pt78w-MuiSlider-rail {
  /* color: #8c1414; */
  color: #fff;
  opacity: 1;
}

.sec-five .range {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}

.sec-five .custome-slider-widget {
  /* margin-left: 15px; */
  width: 96%;
  margin-inline: 10px;
}

.sec-five .css-187mznn-MuiSlider-root {
  padding: 8px 0px;
}

.sec-five .selected-range {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 15px;
  width: 96%;
  margin-inline: auto;
  margin-top: 23px;
  margin-bottom: 27px;
  display: block;
  position: relative;
  z-index: 1;
}

.sec-five .years {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.sec-five .select-option-profit {
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  padding: 18px 25px;
  color: #000;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}
.sec-five .btn_gurantee {
  position: relative;
  z-index: 10;
  margin: 20px 0px;
}
.sec-five .btn_gurantee button {
  align-items: center;
  background-color: #fff !important;
  border: 1px solid #fff;
  border-radius: 40.5px;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  width: 250px;
  height: 60px;
  font-family: "Poppins", sans-serif;
}

.sec-five .button {
  text-align: center;
}

.sec-five .button .calculate {
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 250px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #fff;
  background: none;
}

.sec-five .result h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0px;
}

.sec-five .result h3 {
  color: #fff;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 0;
}

.sec-five .result h5 {
  color: #fff;
  text-align: right;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sec-five .result .boder-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.sec-five .css-1gv0vcd-MuiSlider-track {
  color: #fff !important;
}

.sec-five {
  padding: 63px 0px;
}

/* ------------------section-10-------------------- */
.home-sec-ten {
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-sec-ten h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: center;
  color: #252525;
  margin-bottom: 12px;
}
.home-sec-ten h1 span {
  color: #e11f1c;
}
.home-sec-ten p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #252525;
  margin-bottom: 60px;
  max-width: 767px;
  margin-inline: auto;
}
.home-sec-ten .cardd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  padding: 12px;
  border-radius: 12px;
  gap: 12px;
  min-height: 297px;
  width: 308px;
}
.home-sec-ten .cardd img {
  width: 55px;
}
.home-sec-ten .cardd h3 {
  font-size: 24.81px;
  font-weight: 700;
  line-height: 32.31px;
  color: #252525;
  margin-bottom: 5px;
  text-align: center;
}
.home-sec-ten .cardd h3 span {
  color: #e11f1c;
}
.home-sec-ten .cardd p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #404040;
  text-align: center;
  line-height: 20px;
}
.home-sec-ten .button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.home-sec-ten .button button {
  border-radius: 5px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #252525;
}
.home-sec-ten .card-con {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* -----------home-sec-eleven-------- */
.home-sec-eleven {
  /* padding: 80px 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.home-sec-eleven .right {
  /* width: 50%; */
}
.home-sec-eleven h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: left;
  color: #252525;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.home-sec-eleven h1 span {
  color: #e11f1c;
}
.home-sec-eleven p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #252525;
}
.home-sec-eleven .video {
  position: relative;
}
.home-sec-eleven .video video {
  width: 100%;
  border-radius: 20px;
}
.home-sec-eleven .background {
  position: absolute;
  width: 100%;
  height: 98%;
  /* background-color: rgba(29, 29, 29, 0.521); */
  background-color: #fff;
  top: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-eleven .background img {
  width: 100%;
  /* height: auto; */
  cursor: pointer;
}

/* ----------------section-twelve----------------- */
.home-sec-twelve {
  position: relative;
  height: 600px;
  margin: 50px 0px;
}
.home-sec-twelve .bg-video {
  position: absolute;
  filter: brightness(0.8);
  width: 100% !important;
  top: 0;
  z-index: 0;
}
.home-sec-twelve .bg-video .bg-video-landing {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.home-sec-twelve .bg-video .bg-overlay {
  position: absolute;
  width: 100%;
  height: 98%;
  top: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-twelve .content {
  position: absolute;
  z-index: 2;
  top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-sec-twelve .content h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.home-sec-twelve .content h1 span {
  color: #e11f1c;
}
.home-sec-twelve .button {
  display: flex;
  justify-content: center;
}
.home-sec-twelve .button button {
  border-radius: 5px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #252525;
  border: none;
}
.data .content-card {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.data .content-card .cardd {
  background: #000;
  padding: 20px;
  border-radius: 35px;
  border: 2px solid #fff;
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;

}
.data .content-card .cardd:nth-child(2){
  background: #D81F26;

}
.data .content-card .cardd:nth-child(1),
.data .content-card .cardd:nth-child(3),
.data .content-card .cardd:nth-child(2) {
  height: 188px;
}
 
.home-sec-twelve .content-card {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  width: 100%;
}
.home-sec-twelve .content-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  color: #252525;
  /* margin-bottom: 10px; */
  color: #fff;
}
.home-sec-twelve .content-card h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 45.57px;
  text-align: left;
  color: #fff;
  /* margin-bottom: 12px; */
}
.home-sec-twelve .content-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #fff;
  font-family: "poppins";
}

.home-sec-twelve .video {
  position: relative;
  display: none;
}
.home-sec-twelve .video video {
  width: 100%;
  border-radius: 12px;
  filter: brightness(0.5);
}
.home-sec-twelve .background {
  position: absolute;
  width: 100%;
  height: 98%;
  background-color: #fff;
  top: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec-twelve .background img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  border-radius: 12px;
}
.home-sec-twelve .background svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 78px;
  color: #e11f1c;
  cursor: pointer;
}
.data-0twelve {
  display: none;
}

/* ------------------------faq-sec----------------------- */
.sec-four {
  margin-top: 40px;
  margin-bottom: 80px;
}
.sec-four .sec10-container {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.sec-four .sec10-container .sec10-list {
  border: 3px solid black;
  border-radius: 16px;
  padding: 0px;
  width: 80%;
  margin-inline: auto;
}

.sec-four .sec10-container .sec10-list .sec10-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #2b2b2b !important;
  border-radius: 10px;
  margin: 0px;
  /* width: 100%; */

  width: auto;
  margin-inline: auto;
}

.sec-four .sec10-container .sec10-list .sec10-title-b {
  border-bottom: 3px solid black;
}

.sec-four .sec10-container .sec10-list .sec10-title h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.sec-four .sec10-container .sec10-list .sec10-title .sec10-icon {
  cursor: pointer;
  font-size: 20px;
  color: red;
  min-width: 50px;
}

.sec-four .sec10-container .sec10-list .sec10-para {
  padding: 10px;
  color: #2b2b2b !important;
}

.sec-four h2 {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
  width: 67%;
  color: #000;
  margin-bottom: 20px;
  margin-inline: auto;
  margin-bottom: 40px;
}

.home-sec-two .swiper-slide {
  height: 250px;
}

.blog-page.jsx-60b13a0217d7dbea {
  margin: 0px !important;
  padding: 0px !important;
}
.sec-ten .blog-card-wrapper {
  padding: 30px 16px 30px 16px;
  cursor: pointer;
}
.sec-ten .blog-card {
  border-radius: 20px;
  background-color: #fafafa;
  height: 100%;
  box-shadow: none;
  min-height: 513px;
}
.blog-card {
  position: relative;
  margin-bottom: 20px;

  /* border-radius: 20px;
  background-color: #fafafa;
  height: 100%;
  box-shadow: none;
  min-height: 513px; */
}
.blog-card-img {
  height: 100%;
}

.blog-card-img img {
  height: 250px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.blog-card-body-wrapper {
  background: #0000;
  position: static;
}
.blog-card-body-wrapper {
  width: 100%;
  /* padding: 1em; */
}
.icon-img img{
  border-radius: 50px;
  object-fit: contain;
}

.sec-ten .blog-card-title {
  color: #2b2b2b;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
  padding-inline-start: 10px;

  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-ten .card-desc {
  color: #797979;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 10px;
  padding-inline-start: 10px;

  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-ten .card-person {
  color: #2b2b2b;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
}

.sec-ten .card-time {
  color: #2b2b2b;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.sec-ten .blog-card-footer {
  align-items: center;
  justify-content: space-between;
}

.sec-ten .blog-card-footer .right {
}

.sec-ten .blog-card-footer .left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-card-footer {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  padding-inline: 12px;
}
.sec-ten {
  padding-inline: 70px;
  margin-top: 50px;
}

/* footer */
/* 
.custom-footer {
  background: url(/images/footerBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: var(--light-gray);
}


.footer-icons svg {
  font-size: 2rem;
}

.custom-footer .rounded-input-group {
  width: 100%;
}

.footer-desc {
  line-height: 1.3em;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.custom-footer ul {
  padding-left: 0;
}
.custom-footer ul li{
  color: #fff;
}

.footer-fr {
  padding-inline: 1em;
}

.custom-footer .footer-icons i,
.custom-footer li i{
  color: #fff;
}
.custom-footer li span {
  margin-left: 8px;
}



.footer-heading {
  display: inline-block;
  color: #fff;
  box-shadow: inset 0 -1px rgb(255 255 255 / 10%);
}


.custom-footer {
  padding: 50px 0;
  background-color: #f8f9fa;
  padding-inline: 100px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  padding: 20px;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-desc {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.email-input-group {
  display: flex;
  margin-top: 20px;
  gap: 12px;
}

.email-input {
  padding: 10px;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.subscribe-btn {
  padding: 10px 20px;
  background-color: #e0201c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.powered-follow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.powered-by,
.follow-us {
  flex: 1;
}

.footer-logo,
.powered-img,
.sp-img {
  max-width: 100%;
  height: auto;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-link img {
  width: 30px;
  height: 30px;
} */
.blog-page {
  font-family: "Poppins", sans-serif;
}
.content-wrapper {
  padding-inline: 100px;
  margin-top: 150px !important;
}
.blog-main-img img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

.custom-footer {
  background: url(/images/footerBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: var(--light-gray);
  padding: 50px 0;
  padding-inline: 100px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  padding: 20px;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  box-shadow: inset 0 -1px rgb(255 255 255 / 10%);
}

.footer-desc {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3em;
  letter-spacing: 1px;
}

.custom-footer ul {
  padding-left: 0;
}

.custom-footer ul li {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.custom-footer li span {
  margin-left: 8px;
}

.footer-icons svg {
  font-size: 2rem;
  color: #fff;
}

.footer-icons svg:hover {
  color: var(--primary);
}

.email-input-group {
  display: flex;
  margin-bottom: 20px;
}

.email-input {
  flex: 1;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.subscribe-btn {
  padding: 10px 20px;
  background-color: #e0201c;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.powered-by img,
.follow-us img {
  max-width: 100px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-link img {
  width: 40px;
  height: 40px;
}

.powered-follow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.powered-by,
.follow-us {
  flex: 1;
}

.footer-logo,
.powered-img,
.sp-img {
  max-width: 100%;
  height: auto;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-link img {
  width: 30px;
  height: 30px;
}

footer {
  background: rgba(6, 7, 24, 1);

  padding-block: 1em;
  color: #f6f6f6;
  padding: 40px 50px;
  margin-top: 80px;

  /* / background-image: url(/public/assets/images/footer-bg.svg);  */
}
footer .container{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/public/assets/images/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.5; 
} */
footer .flex-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

footer .flex-list img {
  width: 25px;
  height: auto;
}

footer .joint-input {
  display: flex;
  background: #fff;
  border-radius: 5px;
  min-height: 50px;

}

footer .joint-input input {
  flex: 1 1;
  padding-inline: 1em;
  min-width: 0;
  background-color: none;
  color: black;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  outline: none;
  border: none;
}

footer .button.primary-button {
  background-color: #e0201c;
  color: #f6f6f6;
  transition: all 0.3s ease;
  border: none;
  height: 44px;
  width: 150px;
}

footer .button {
  gap: 0.5em;
  padding: 0.5em 1em;
  border-radius: 5px;
   /* border-radius: 30px;  */
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-weight: 600;
  margin: 5px;
}

footer .para {
  color: rgba(255, 255, 255, 1);

  font-size: 1rem;
  font-weight: 400;
  line-height: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
}

footer .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);

  margin-top: 15px;
  width: 100%;
}

/* Styling for the custom arrows Investor sliderr*/
/* .custom-prev,
.custom-next {
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateY(-45%);
} */
.swiper-button-prev,
.swiper-button-next{
  display: none;
}

/* .custom-prev {
  left: -55px;
  color: #000;
}

.custom-next {
  color: #000;
  right: -55px;
} */

/* .custom-prev::before,
.custom-next::before {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

.custom-prev::before {
  transform: rotate(135deg);
}

.custom-next::before {
  transform: rotate(-45deg);
}
 */


.team-member-section {
 padding-top: 160px;
 padding-bottom: 40px;
  /* margin-top: 5rem; */
  cursor: pointer;
}
.teamCon {
  padding-inline: 100px;
  margin-bottom: 80px;
}
.teamCon .card-title {
  font-family: "Poppins", sans-serif;
  padding-bottom: 3px;
  color: #404040;
  font-weight: 600;
  margin: 0;
  padding-top: 12px;
}
.teamCon .normal-p {
  font-family: "Poppins", sans-serif;
  color: #404040;
  margin: 0;
}
.t-card-desc.limit {
  /* height: 4.2rem; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamCon .t-card-desc.limit p {
  font-family: "Poppins", sans-serif;
  color: #404040;
  margin: 0;
}
.teamCon .t-card-desc {
  font-family: "Poppins", sans-serif;
  color: #212529;
  margin: 0;
}
.teamCon .read-more-btn {
  all: unset;
  color: #e11f1c;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}



.team-member-section {
 padding-top: 160px;
 padding-bottom: 40px;
  /* margin-top: 5rem; */
  cursor: pointer;
}


.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.custom-row {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 1rem;
}

.custom-col-3,
.custom-col-9 {
  padding: 1rem;
}

.custom-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.custom-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.grey-bg {
  /* background-color: #f0f0f0; */
  padding: 1rem;
}

.member-open-card {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f3f3f3;
}
.investor-card-img {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.investor-card-img-inner {
  width: 220px; 
  height: 220px; 
  position: relative;
  border-radius: 50%; 
  border: 2px solid #0003;
  display: flex;
  justify-content: center;
  align-items: center;
}

.investor-card-img-gap {
  width: 200px; 
  height: 200px;
  overflow: hidden;
  border-radius: 50%; 
}

.investor-card-img-gap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}



.team-member-section .custom-card-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #212529;
}

.card-subtitle {
  font-size: 18px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #212529;
  font-weight: 500;
}

.team-member-section .section-title {
  font-size: 35px;
  margin-bottom: 0.5rem;
  color: #404040;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.team-member-section .card-line {
  width: 80px;
  height: 5px;
  background-color: #e0201c;
  margin-bottom: 1rem;
}

.text-body {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.team-member-section .simple-text {
  font-weight: 400;
  color: #212529;
  /* white-space: pre-line; */
  font-family: "Poppins", sans-serif;
}

.about-know-sec{
  display: flex;
  justify-content: space-between;
  padding-inline: 100px;
  gap: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.about-know-sec .left{
  position: relative;
  flex: 1;
}
.about-know-sec .left h2{
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.about-know-sec .left h2 span{
  color: #D81F26;
}
.about-know-sec .home-sec-eleven{
  flex: 1;
}
.about-know-sec .left .mission{
  display: flex;
  position: relative;
gap: 20px;
}
.about-know-sec .left .content{
  width: 300px;
  height: 180px;
  background-color: #F5F2F2;
  border-radius: 32px;
  padding: 40px 20px;
}
.about-know-sec .left .content h6{
font-weight: bold;
text-transform: uppercase;
}
.about-know-sec .left .milestone{
border: 2px solid #FFFFFF;
margin-left: 250px;
margin-top: -30px;
} 
.about-know-sec .left .content h6,p{
  font-family: "Archivo Black", sans-serif;
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 17.41px ;
}
/* Responsive Styles */

@media (max-width: 1024px) {
  .footer-heading {
    font-size: 22px;
  }

  .footer-desc {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .home-sec-seven .right-img{
    display: none;
  }
  .home-sec-seven .left-img{
    display: none;
  }
  .footer-heading {
    font-size: 20px;
  }

  .footer-desc {
    font-size: 14px;
  }

  .email-input-group {
    flex-direction: column;
  }

  .email-input {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-column {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .custom-footer {
    padding-inline: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-heading {
    font-size: 18px;
  }

  .footer-desc {
    font-size: 12px;
  }

  .footer-icons svg {
    font-size: 1.5rem;
  }
}
/* --------------------Responsive--------------------------- */
@media (max-width: 1300px) {
  .home-sec-four .containerr {
    padding-inline: 50px;
  }
  .home-sec-seven .bottom-content {
    width: 100%;
    /* margin-top: 45px; */
  }
  .home-sec-1 .containerr .row .home-sec-1-left{
    margin-left: 0px;
  }
  .home-sec-eight .container .left .buttons{
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 1250px) {
  .home-sec-four .containerr .row {
    flex-direction: column;
  }
  .home-sec-five {
    padding-inline: 50px;
  }
}
@media (max-width: 1200px) {

  .home-sec-1 .containerr .row{
    flex-direction: column;
    gap: 15px;

  }
  
  .home-sec-1 .containerr .row .home-sec-1-left{
    width: 100%;
  }
  .home-sec-five .containerr .row {
    flex-direction: column;
  }
  .home-sec-five .left .home-sec-five-left-one,
  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three,
  .home-sec-five .right .home-sec-five-right-one,
  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    width: 700px;
  }

  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three,
  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    margin-right: 0px;
    margin-left: 0px;
  }
  .home-sec-six {
    flex-direction: column;
  }
  .home-sec-seven h3 {
    font-size: 30px;
    line-height: 35.57px;
  }

  .custom-footer {
    padding-inline: 50px;
  }
  .about-know-sec{
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .custom-footer {
    padding-inline: 20px;
  }
  .home-sec-three .containerr .row {
    flex-direction: column;
  }
  .home-sec-testimonial .home-slider-next {
    display: none;
  }
  .home-sec-testimonial .home-slider-prev {
    display: none;
  }
  .home-sec-testimonial {
    padding-inline: 20px;
    overflow-x: hidden;
  }
  .home-sec-testimonial {
    /* padding: 60px 0px; */
  }
  .home-sec-testimonial .slick-prev {
    left: -45px;
  }
  .home-sec-testimonial .slick-next {
    right: -45px;
  }
  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three {
    margin-right: 0px;
    margin-left: 0px;
  }
  .home-sec-five .home-sec-five-center img {
    width: 100%;
    height: fit-content;
  }

  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    margin-left: 0px;
    margin-right: 0px;
  }

  .home-sec-five .left .home-sec-five-left-one,
  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three,
  .home-sec-five .right .home-sec-five-right-one,
  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    width: 500px;
  }
  .home-sec-six .home-sec-six-right img {
    width: 600px;
  }
  .home-sec-six .home-sec-six-right {
    margin-top: 50px;
  }

  .home-sec-seven h3 {
    font-size: 23px;
    line-height: 29.57px;
  }
  .home-sec-seven .video .background img {
    height: 270px;
  }
  .home-sec-seven .video {
    height: 300px;
  }
  .home-sec-seven .video  video{
    border-radius: 8px;
height: 300px;
  }
  .home-sec-seven .video-con{
    height: 300px;
  }
  .home-sec-eleven {
    flex-direction: column;
  }
  .home-sec-eleven .right {
    width: 100%;
  }
  .home-sec-eight .container {
    flex-direction: column;
    width: 95%;
  }
  .home-sec-eight .container .left {
  }
  .sec-five .card-11 {
    width: 100%;
    padding: 20px;
  }
  .sec-five .card-22 {
    width: 100%;
    padding: 20px;
  }
  .custom-prev {
    /* display: none; */
  }
  .custom-next {
    /* display: none; */
  }
  .home-sec-twelve .data {
    display: none;
  }
  .data-0twelve {
    display: block;
  }
  .data-0twelve h1 {
    color: #252525;
    font-size: 35px;
    font-weight: 800;
    line-height: 45.57px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
  }
  .data-0twelve h1 span {
    color: #e11f1c;
  }
  .data-0twelve .button {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .data-0twelve .content-card {
  }
  .data-0twelve .content-card .container {
    width: 90%;
    margin-inline: auto;
  }
  .data-0twelve .cardd {
    border: 2px solid #252525;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .home-sec-twelve .bg-video {
    position: static;
  }
  .home-sec-twelve .bg-video .bg-video-landing {
    height: auto;
  }
  .home-sec-twelve {
    height: auto;
  }
  .data-0twelve .cardd h3,
  .data-0twelve .cardd p {
    color: #252525;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
  }
  .data-0twelve .cardd h1 {
    color: #e11f1c;
    font-size: 35px;
    font-weight: 800;
    line-height: 45.57px;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 8px;
  }
  .home-sec-twelve .video {
    display: block;
  }
  .home-sec-twelve .bg-video .bg-video-landing {
    display: none;
  }
  .sec-ten {
    padding-inline: 40px;
  }
  .content-wrapper {
    padding-inline: 50px;
  }
  .custom-row{
    flex-direction: column;
  }
  .investor-card-img-inner {
    width: 180px; /* Adjust for smaller screens */
    height: 180px;
  }

  .investor-card-img-gap {
    width: 160px;
    height: 160px;
  }
  .custom-col-3{
    max-width: none;
    flex: 1;
  }
  .custom-col-9{
    max-width: none;
    flex: 1;
  }
  .team-member-section .section-title{
    margin: 0;
    font-size: 25px;
  }
  .teamCon{
    padding-inline: 40px;
  }
  .about-us-content{
    padding-inline: 40px;
  }
  footer .container{
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  footer{
    padding: 40px 20px;
  }
  .about-us-content{
    padding-inline: 20px;
  }
  .home-sec-seven .video .left-img,
  .home-sec-seven .video .right-img {
    display: none;
  }
  .sec-ten {
    padding-inline: 20px;
  }
  .home-sec-seven {
    padding: 80px 20px;
  }
  .home-sec-1 .containerr {
    margin-inline: 20px;
  }
  .home-sec-1 .containerr .row .col-lg-6 {
    min-width: 100%;
  }
  .home-sec-1 .containerr .row .home-sec-1-left h1 {
    font-size: 40px;
    line-height: 50.63px;
  }
  .home-sec-three .containerr {
    margin-inline: 20px;
  }
  .home-sec-testimonial {
    /* padding: 40px 20px; */
  }
  .home-sec-four .containerr {
    padding-inline: 20px;
  }
  .home-sec-five h3 {
    font-size: 25px;
    line-height: 36px;
    width: 100%;
  }
  .home-sec-five {
    padding-inline: 20px;
  }
  .home-sec-six {
    padding: 80px 20px;
  }
  .home-sec-six .home-sec-six-right img {
    width: 100%;
  }
  .home-sec-seven h3 {
    width: 100%;
  }
  .home-sec-ten {
    padding: 80px 20px;
  }

  .home-sec-eight .left h2 {
    font-size: 25px;
  }
  .home-sec-two {
    padding-inline: 60px;
  }
  .sec-four h2 {
    width: 85%;
  }
  .sec-four .sec10-container .sec10-list {
    width: 85%;
  }
  .sec-four .sec10-container .sec10-list .sec10-title {
    padding: 8px;
  }
  .sec-four .sec10-container {
    margin-bottom: 12px;
  }
  .sec-ten {
    margin-top: 40px;
  }
  /* .home-sec-twelve {
    margin: 0;
  } */
  .home-sec-eleven {
    padding-top: 0px;
  }
  .home-sec-ten {
    padding-top: 0px;
  }
  .home-sec-seven {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-sec-six {
    padding-top: 0px;
  }
  .home-sec-three {
    padding-top: 0px;
  }
  .home-sec-four .containerr .row .col-lg-6 {
    width: 100%;
  }
  .content-wrapper {
    padding-inline: 20px;
    margin-top: 150px !important;
  }
  .teamCon{
    padding-inline: 20px;
  }
  .page-banner .background-img {
    min-height: 300px;
  }
  .calculatetop-img{
    height: 180px;
  }
  .about-know-sec{
    padding-inline: 20px;
  }
  .about-know-sec .left .mission{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-know-sec .left .milestone{
    margin-top: 30px !important;
    margin-left: 0px;
    margin: auto;
  }
  
}

@media (max-width: 600px) {

  .about-us-content .title{
    font-size: 20px;
  }
  .side-link-con {
    width: 37px;
    height: 110px;
    gap: 5px;
  }
  .side-link-con p {
    font-size: 12px;
  }
  .side-link-con img {
    width: 40px;
    height: 40px;
  }
  .home-sec-two {
    padding-inline: 20px;
  }
  .home-sec-four .home-sec-four-right img {
    width: 100%;
  }
  .home-sec-four .home-sec-four-left p {
    word-break: break-all;
  }
  .home-sec-four .home-sec-four-left h3 {
    font-size: 25px;
    line-height: 30.57px;
  }
  .home-sec-five .left .home-sec-five-left-one,
  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three,
  .home-sec-five .right .home-sec-five-right-one,
  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    width: 400px;
  }

  .home-sec-ten h1 {
    font-size: 25px;
    line-height: 30.57px;
  }
  .home-sec-ten .card-con {
    flex-direction: column;
  }
  .sec-four h2 {
    width: 85%;
  }
  .sec-four h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .page-banner-body p{
    padding-top: 40px;
  }
}
@media (max-width: 475px) {
  .sec-four .sec10-container .sec10-list .sec10-title h3{
    font-size: 14px;
  }
  .home-sec-twelve .background svg{
    font-size: 40px;
  }
  .home-sec-five h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-sec-five .left .home-sec-five-left-one,
  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three,
  .home-sec-five .right .home-sec-five-right-one,
  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    width: 300px;
  }

  .home-sec-seven .video {
    height: 200px;
  }
  .home-sec-1home-sec-testimonial-right img{
    height: 450px;
  }
  .heading-partners{
    font-size: 30px;
  }
  .home-sec-testimonial h1 {
    font-size: 30px;
    line-height: 40px;
}
.home-sec-four .home-sec-four-left h3 {
  font-size: 20px;
  line-height: 24.57px;
  word-break: break-all;
}
.calculatetop-img{
  height: 120px;
}
}

@media (max-width: 420px) {
  
  .home-sec-seven .video .background img {
    height: 250px;
  }
  .landing-page .home-sec-1{
    margin-top: -300px;
  }

}

@media (max-width: 375px) {
  .home-sec-five h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .home-sec-five .left .home-sec-five-left-one,
  .home-sec-five .left .home-sec-five-left-two,
  .home-sec-five .left .home-sec-five-left-three,
  .home-sec-five .right .home-sec-five-right-one,
  .home-sec-five .right .home-sec-five-right-two,
  .home-sec-five .right .home-sec-five-right-three {
    width: 250px;
  }
  .home-sec-six .home-sec-six-left h3 {
    font-size: 25px;
    line-height: 30.57px;
  }
  .home-sec-seven .video .background img {
    height: 230px;
  }
  .home-sec-ten .cardd {
    width: 270px;
  }
  .calculatetop-img{
    height: 80px;
  }
  .about-know-sec .left .content{
    width: 250px;
  }
}
