@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

 {
     margin:0;
     padding:0;
}

/* width */
 ::-webkit-scrollbar {
     width: 3px;
}
 body{
   font-family: "Darker Grotesque", sans-serif;
   background-color: black;
 
 }
.container{
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0px 29px;
}

.container-inner{
  max-width: 1320px;
    width: 100%;
    margin: auto;
    padding: 0px 25px;

}

p{
    color:#C7C7CC;
    font-size: 20px!important;
    font-weight: 400!important;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
 a,a:hover{
     text-decoration: none;
}

h1{font-weight: 400;font-size: 63px;}
 img {
     max-width: 100%;
}
 .form-check-input:focus, .form-control:focus{
     outline: none !important;
     box-shadow: none !important;
}

:root {
  --grdiant: #017AC1;
  --ver: 20px;
}






/* header-main */

.main-header-top{
    background-color: #0C0C0C33;
    background: #0C0C0C33;
    backdrop-filter: blur(45px);
    height: 89px;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 9;
}
.header-main{
    width: 100%;
    display: flex;
    align-items: center;
        justify-content: space-between;
}

.header-left-main{
    width: 117PX;
    display: flex;
    gap: 15px;
}

.header-left-img{
    width: auto;
    display: flex;
}


.header-left-img img{
    width: 92px;
    height: 55px;
}
.header-center-main ul{
     background-color: #1C1C1C !important;
     color: #ffff;
     height: 58px;
     margin: 0;
     /* border: 1px solid #3C3C4399; */
     display: flex;
     padding: 0px 25px;
     align-items: center;
     gap: 64px;
     border-radius: 12px;
     display: flex;
}

.header-center-main ul li a{
    color: #AEAEB2;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-center-main ul li.active a {
    color: #fff;
}


.header-center-main ul li.active a img {
    filter: brightness(0) invert(1);
}

.header-center-main ul li a:hover {
    color: #fff;
}

.header-center-main ul li a:hover img {
    filter: brightness(0) invert(1);
}




.header-left-main .custom-select {
  width: 125px;
  position: relative;
  cursor: pointer;
}



.header-left-main .selected {
    padding: 6px 10px;
    background-color: #1C1C1C !important;
    border: 1px solid #3C3C4399;
    color: #FFFFFF;
    border-radius: 6px;
      background-image: url("../images/dwon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; 
  background-size: 10px; 
      height: 36px;
    line-height: 20px;

}

.header-left-main .options {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
    padding: 6px 0px;
    background-color: #1C1C1C !important;
    border: 1px solid #3C3C4399;
    color: #FFFFFF;
    top: 45px;
    border-radius: 6px;

}

.header-left-main .options li {
     padding: 0px 10px;
    font-size: 14px;
    line-height: inherit;
    color: #8c8c8c;
    padding-bottom: 5px;
    font-weight: 500;
}

.header-left-main .options li:hover {
  background: #292929;
  color: #ffffff
  ;
}


.header-right-main a{
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box, linear-gradient(90deg, #FFBD33, #FD6C3C, #76CF78, #3CCDFD 70%) border-box;
    border: 1px solid transparent;
    /* background-color: #017AC1; */
    border-radius: 13px;
    width: 122px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    /* line-height: 8px; */
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 2px;
}













/* banner */

section.banner {
    margin-top: 0px;
    height: 120vh;
    position: relative;
    width: 100%;
}

.banner .container.video-sec{
    display: flex;
    align-items: center;
    height: 100vh;
    /* background-image: url(../images/desktop-render.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; */
}

.video-sec video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.banner-contant {display: flex;flex-direction: column;align-items: start;padding-left: 0px;width: 725px;}
    

.banner-contant h1 {
       color: #ffffffff;
    font-size: 90px;
    font-weight: 300;
    line-height: 72px;
}

.banner-contant p {
	color: #f2f2f7;
    margin-bottom: 33px;
    margin-top: 15px;
    font-weight: 300!important;
    line-height: 27px!important;
    font-size: 29px!important;
}

.banner-contant h1 span{
     background: linear-gradient(90deg, #FFBD33, #FD6C3C, #76CF78, #3CCDFD 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner-contant a{
    background-color: #017AC1;
    border-radius: 10px;
    width: 150px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 4px;
}




.pay-rent-main{
    width: 100%;
    display: flex;
    margin: 40px 0px;
}

.pay-rent{
    width: 100%;
    
}

.pay-rent-heading{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.pay-rent-heading h1{
	margin-bottom: -50px;
    color: #ffffff;
}



.pay-rent-boxs{
    width: 100%;
}
.pay-rent-contain{
    width: 100%;
    display: flex;
    justify-content: space-between;
}




.pay-main-img img{
        height: 580px;
    object-fit: cover;
    max-width: 550px;
    width: 100%;
    border-radius: 36px;
}




.pay-rent-text-box {
    bottom: 0;
    top: 0;
  width: 425px;
  padding: 30px;
  border-radius: 20px;
  background: #3c3c3c6e;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #dcdcdc;
  font-family: Arial, sans-serif;
  position: absolute;
  height: 210px;
  margin: auto;
}

.pay-rent-text-box .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 20px;
}

.pay-rent-text-box .row  .col-6{
    color: #8E8E93;
    font-size: 16px;
    font-weight: 400;
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 20px 0;
}

.pay-rent-text-box .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pay-rent-text-box .icons img {
  width: 30px;
}


.icons-bg {
    text-align: center;
}

.pay-rent-right h4{
    font-weight: 500;
    font-size: 39px;
    color: #ffffff;
    margin-bottom: 20px;
}


.pay-rent-text-p p{
    color: #c7c7cc;
}

.pay-rent-text-box h5{
   color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;

}

.pay-rent-text-box p{
        color: #FFFFFF;
        font-weight: 200 !important;
        font-size: 16px !important;
}

.pay-rent-loop-score {
    height: 300px;
}

.icons-bg img{
    width: 125px;
}

.pay-rent-imog p img{
    width: 25px;
    padding-right: 10px;
}

.pay-rent-imog{
        height: 275px;
}





/* tab */




.lr-tab-home{
    width: 100%;
}

.lr-tab-home-main{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 34px;
}


.lr-tab-home .nav-tabs .nav-link {
	    border: none;
	    color: #aaa;
	    text-align: center;262
	    border: none;
	    padding: 20px;
	    height: 84px;
	    font-size: 20px;
	    font-weight: 500;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
}

.lr-tab-home .nav-tabs .nav-link img{
    margin-bottom: 8px!important;
    width: 17px;
    margin: auto;
}

.lr-tab-home .nav-tabs .nav-link.active img {
    color: #fff;
    filter: brightness(0) invert(1);
}
.lr-tab-home .nav-tabs .nav-link.active img {
   filter: brightness(0) invert(1);
}

.lr-tab-home .nav-tabs .nav-link.active{ 
	position: relative;
	color: #fff;
	border:none;
	border-radius: 0px;
	background: transparent;


}
.lr-tab-home .nav-tabs .nav-link:hover, .lr-tab-home .nav-tabs .nav-link::focus {
	border:none!important;
}

.lr-tab-home .nav-tabs {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  justify-content: space-between !important;
  margin-bottom: 60px;
}


.lr-tab-home .nav-tabs li.nav-item{
    width: 33%;
}





.main-tab-smart-box{
    width: 100%;
    display: flex;
    gap: 90px;
}

.main-tab-smart-box-left{
    width: 50%;
}

.main-tab-smart-box-left h2{
    font-size: 42px;
    font-weight: 400;
    background: linear-gradient(90deg, #FFBD33, #FD6C3C, #76CF78, #3CCDFD 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.main-tab-smart-box-left p{
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 20px;
}

.main-tab-smart-box-left ul li{
     color: #E5E5EA;
   font-weight: 200 !important;
    font-size:20px !important;
    margin-bottom: 10px;
    position: relative;
    
}
.main-tab-smart-box-left ul li::after{
    position: absolute;
    left: -20px;
    top: 16px;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
}
.main-tab-smart-box-left ul li b{
    color: #ffffff;
    font-weight: 500;
}

.main-tab-smart-box-left ul{
padding-left: 36px;
margin-top: 30px;

}

.main-tab-smart-box-right{
    width: 50%;
}


.payment-model-main{
    width: 100%;
    background-image: url(../images/frame-box.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 777px;
    align-items: center;
    display: flex;
}

.payment-model{
    width: 100%;
    display: flex;
    align-items: center;
}

.payment-model-left{
    width: 47%;
    height: 100%;
}

.payment-model-left h1{
        color: #ffffff;
        padding-bottom: 15px;
}

.payment-model-contant p{
 font-weight: 400 !important;
 font-size: 26px !important;
 color: #D2CDCD;
}

.payment-model-contant h5{align-items: center;display: flex;line-height: 68px;color: #fff!important;font-size: 46px;font-weight: 400;margin-top: 40px;}
.payment-model-contant.orange h5{
    margin-top: 0px!important;
    color: #FF8D28;
}

.payment-model-contant.blue h5{
    color: #0088FF;

}
.payment-model-contant.pink h5{
    color: #FF2D55;

}






section.rewards-system {
    width: 100%;
    display: flex;
  
}




.rewards-system-main {
    width: 100%;
    margin: 60px auto;
    padding: 80px 60px;
    border-radius: 40px;
    background: radial-gradient(circle, rgba(46, 128, 176, 0.47) 20%, rgb(54 54 54 / 0%) 55%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid #017AC1;
    /* background-image: url(../images/zoom-in.png); */
    background-position: center;
    background-repeat: no-repeat;
    animation: bgZoom 2s ease-in-out infinite;
    overflow: hidden;
}




@keyframes bgZoom {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 120%;
    }
    100% {
        background-size: 100%;
    }
}

.content {
  text-align: center;
}

.rewards-system-main h1 {
  color: #fff;
  margin-bottom: 25px;
}

.rewards-system-main p {
  color: #D2CDCD;
  font-size: 28px!important;
}


/* 
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
 */














.main-footer{
    width: 100%;
    display: flex;
    padding: 50px 0px;
}

.footer-inner{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


.footer-left-main{
    width: 32%;
}

.footer-left-top{
    gap: 19px;
    flex-direction: column;
    width: 100%;
    display: flex;
}

.footer-left-top ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-left-top ul li a{
     text-decoration: none;
     color: #8E8E93;
     font-size: 18px;
     font-weight: 500;
}

.footer-left-top ul li a:hover{
    color: #ffffff;
}

.footer-left-dwon ul li a:hover img{ 
        filter: brightness(0) invert(1);
}

.footer-left-dwon{
    width: 100%;
    justify-content: end;
    display: flex;
    margin-top: 15px;
}

.footer-left-dwon ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    gap: 50px;
    padding: 0;
}

.footer-left-dwon ul li a{
    background-color: #78788029;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    padding: 6px;
    height: 30px;
}

.footer-center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.footer-center img{
    width: 100%;
    max-width: 180px;
    height: 102px;
}
.footer-right-main{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-right-main ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 12px;
    width: 279px;
}

.footer-right-main ul li a{
       color: #8E8E93;
       font-size: 18px;
       font-weight: 400;
}

.footer-right-main p{
      text-align: right;
      color: #8E8E93;
      font-size: 18px !important;
      font-weight: 400 !important;
}

.footer-right-main ul li a:hover{
    color: #ffffff;
}


.scroll-wrapper {
    display: flex;
    width: 100%;
}


.image-column {
    /* width: 581px; */
    flex: 581px;
    position: sticky;
    top: 50px;
    height: 100vh;
    /* padding: 20px; */
}

#sticky-image-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    height: 581px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#image-display {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* background-size: 52%; */
    background-size: contain;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}


.content-column {
    flex-flow: column;
    display: flex;
    align-items: center;
    flex: 581px;
}
.step-section {
    width: 420px;
    /* flex: 300px; */
    justify-content: center;
    flex-flow: column;
    display: flex;
    height: 100vh;
}

.bbtn{
	display:inline-flex;
	background: linear-gradient(#1a1a1a, #1a1a1a) padding-box, linear-gradient(90deg, #FFBD33, #FD6C3C, #76CF78, #3CCDFD 70%) border-box;
	border: 1px solid transparent;
	/* background-color: #017AC1; */
	border-radius: 8px;
	width: auto;
	height: 35px;
	line-height: 158px;
	padding:0px 22px;
	align-items: center;
	justify-content: center;
	color: #ffff;
	font-size: 14px;
	padding-bottom: 2px;
	font-weight: 600;
	margin-left: 33px;
	margin-top: 20px;
}


.payment-model-contant h5 img {
    margin-right: 30px;
    width: 44px;
}




/* 



.testimonial-section {
  background: #0b0b0b;
  padding: 80px 0;
  color: #fff;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 600;
}

.section-title p {
  color: #aaa;
  margin-bottom: 50px;
}

.testimonial-card {
  background: #111;
  border: 1px solid #1f1f1f;
  border-radius: 14px;
  padding: 35px;
  min-height: 260px;
  position: relative;
  transition: 0.3s;
}

.testimonial-card:hover {
  border-color: #00aaff;
}

.quote {
  font-size: 50px;
  color: #00aaff;
  position: absolute;
  top: 20px;
  left: 25px;
}

.testimonial-card p {
  font-size: 15px;
  color: #ccc;
  margin-top: 30px;
}

.testimonial-card h6 {
  margin-top: 20px;
  font-weight: 600;
}

.testimonial-card small {
  color: #888;
}


.testimonial-section .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.testimonial-section .owl-nav button {
  background: transparent !important;
  color: #fff !important;
  font-size: 24px !important;
  margin: 0 15px;
} */



.header-main-mobile{
    display: none;
}

.mobile_footer{
    display: none;
}
.footer-left-top ul {
    gap: 17px 2px;
    flex-wrap: wrap;
    display: flex;
}

.footer-left-top ul li {
    flex: 33%;
}
.rewards-system-main h1 {
    font-weight: 300;
}
.lr-tab-home .nav-tabs .nav-link.active:after {
    left: 0;
    bottom: 0px;
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #FFBD33 0%, #FD6C3C 25%, #3CCDFD 55.29%, #76CF78 100%);
}

.pay-rent-right p
 {
    font-weight: 500 !important;
    font-size: 25px !important;
}

/* popup code */

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }


  .popup-box {
    background: #000;
    color: #fff;
    border: 1px solid #017ac1;
    width: 90%;
    max-width: 380px;
    padding: 22px 20px;
    position: relative;
    border-radius: 6px;
    text-align: center;
  }
  .popup-box p a{color:#017ac1;}

  .popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }


  .popup-text {
    font-size: 14px;
    line-height: 1.5;
  }

  @media (max-width: 480px) {
    .popup-box {
      padding: 18px 16px;
      font-size: 13px;
    }
  }
  
  /*popup ends */