@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 23px;
}


.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: #101010;
    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: 65px;
     margin: 0;
     /* border: 1px solid #3C3C4399; */
     display: flex;
     padding: 0px 25px;
     align-items: center;
     gap: 50px;
     border-radius: 12px;
     display: flex;
}

.header-center-main ul li a{
    color: #AEAEB2;
       font-size: 16px;
    font-weight: 500;
    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: 88px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
}




/* banner */

section.banner {
    margin-top: 0px;
    height: 120vh;
    position: relative;
    width: 100%;
       background-image: url(../images/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.banner .container.video-sec{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100vh;                                                                  
 
}

.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 {margin-top: 132px;gap: 60px;display: flex;flex-direction: column;align-items: center;/* padding-left: 101px; */width: 843px;}
    

.banner-contant h1 {
       color: #ffffffff;
       font-size: 94px;
       font-weight: 400;
       line-height: 72px;
}

.banner-contant p {
    color: #D2CDCD;
    margin-bottom: 33px;
    margin-top: 15px;
    font-weight: 400!important;
    line-height: 30px!important;
    font-size: 34px!important;
}

.banner-contant h1 span{
     background: linear-gradient(90deg, #fe9238, #4fc3e9, #63cea4 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 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: 50px;
}


.lr-tab-home .nav-tabs .nav-link {
  color: #aaa;
  text-align: center;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  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 {
      color: #fff;
    border-bottom: 3px solid;
    background: none;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0px;
    background: linear-gradient(rgb(0 0 0), rgb(0 0 0)) padding-box padding-box, linear-gradient(90deg, rgb(255, 189, 51), rgb(253, 108, 60), rgb(118, 207, 120), rgb(60, 205, 253) 70%) border-box border-box;
    border-top: none;
    border-left: none;
    border-right: none;
}

.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: 10px;
    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: 120px 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 {
  font-weight: 200!important;
  color: #D2CDCD;
  font-size: 21px!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 ul li a {
    background-color: #78788029;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    padding: 6px;
    height: 30px;
}
.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;
	font-weight: 600;
	margin-left: 33px;
	margin-top: 20px;
}


.payment-model-contant h5 img {
    margin-right: 30px;
    width: 44px;
}



.testimonial-section {
  background: #0A0A0A;
  padding: 40px 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 #017ac1;
    border-radius: 14px;
    padding: 26px;
    height: 230px;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
}

.testimonial-card:hover {
  border-color: #00aaff;
}

.quote {
  font-size: 50px;
  color: #00aaff;
  position: absolute;
  top: 20px;
  width: 30px;
  left: 25px;
  top: 24px;
}

.testimonial-card p {
  font-size: 19px !important;
  color: #ccc;
  line-height: 26px;
  margin-top: 36px;
}

.testimonial-card h6 {
    margin-top: 0px;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 0;
}

.testimonial-card small {
      font-weight: 200;
      line-height: 22px;
      color: #99A1AF;
      font-size: 21px;
}


.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 6px;
}

.banner-contant small {
    background: linear-gradient(#1D1D1D, #1D1D1D) padding-box, linear-gradient(90deg, #FFBD33, #FD6C3C, #76CF78, #3CCDFD 70%) border-box;
    border: 1px solid transparent;
    border-radius: 80px;
    height: 31px;
    /* background: #1D1D1D; */
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    width: 302px;
}
.sec-heading h2 {
    margin-bottom: 45px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 82px;
    line-height: 72px;
    color: #fff;
    text-align: center;
}
.grow {
    gap: 50px;
    display: flex;
}

section.grow-loyal {
    padding: 00px 0px 50px 0px;
}

.g-cont h5 {
    margin-top: 56px;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
}

.grow-loyal .container-inner {
    max-width: 1367px;
    width: 100%;
}

.testimonial-section h2, .connect-us h2 {
    padding-bottom: 0px;
}

.testimonial-section h2 + small, .connect-us h2 + small {
    color: #99A1AF;
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 31px;
}

.testimonial-slider {
    margin-top: 33px;
}

section.grow-loyal h2 {
    font-size: 62px;
}


.testimonial-section .owl-nav{
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonial-section .owl-nav button{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    background-color: #0088ff00 !important;
    border-radius: 50%;

}

.testimonial-section .owl-nav button.owl-prev span{
	font-size: 0;
      width: 36px;
    height: 36px;
    display: flex;
   position: relative;
    border-radius: 50%;
}

.testimonial-section .owl-nav button.owl-next span{
	font-size: 0;
      width: 36px;
    height: 36px;
    display: flex;
   position: relative;
    border-radius: 50%;
}

.testimonial-section .owl-nav button.owl-next span::after{
  content: "";
  font-family: "bootstrap-icons";
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #017ac1;
  background-color: #00000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonial-section .owl-nav button.owl-prev span::after{
  content: "";
  font-family: "bootstrap-icons";
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #017ac1;
  background-color: #0088ff00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}






.form-contant form{
  color:#fff;
  background-color: #101010;
}

.form-contant .form-row{
  display: flex;
  gap: 20px;
}

.form-contant .form-group{
  flex:1;
  margin-bottom: 20px;
}

.form-contant  .form-group.full{
  width:100%;
}

.form-contant label{
    display: block;
    font-size: 16px;
    color: #D1D5DC;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-contant label span{
  color:#ff5c5c;
}
.form-contant li.select2-search.select2-search--inline{
	width:100%;
}
.form-contant input, .form-contant select, .form-contant .select2-selection {
  width:100%!important;
  height: 36px;
  background:#0A0A0A;
  border:1px solid #554F4F;
  border-radius:6px;
  padding:0 12px;
  color:#fff;
  font-size:14px;
}

.form-contant .select2-container--default .select2-selection--multiple{
	 background:#0A0A0A!important;
}

 .form-contant ul.select2-selection__rendered {
    padding-left: 0px !important;
}
 .select2-container--default .select2-selection--multiple
 {
    background-color: white;
    border: 1px solid #554F4F!important;
 }
 .form-contant .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:#017ac1; 
 }
.form-contant .select2-container--default .select2-search--inline .select2-search__field {
    height: 23px;
}
.form-contant .select2-selection{background:none;}
.select2-search__field{ height: 30px;}
.form-contant input::placeholder{
  color:#4A5565;
  font-size: 14px;
  font-weight: 500;

}

.form-contant input:focus, select:focus{
  outline:none;
  border-color:#017AC1;
}

.form-contant .submit-btn{
  width:100%;
  height: 40px;
  border:none;
  border-radius:6px;
  background: #017AC1;
  color:#fff;
  font-size: 16px;
  font-weight:500;
  cursor:pointer;
  margin-top:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-contant .submit-btn:hover{
  opacity:0.9;
}

.form-contant .login-text{
  margin-top:16px;
  font-size: 17px !important;
  font-weight: 500 !important;
  color:#6A7282;
  text-align:center;
}

.form-contant .login-text a{
  font-weight: bold;
  color: #017ac1;
  text-decoration:none;
}

.form-contant .privacy-text{
  margin-top:8px;
  font-size: 17px !important;
  color:#6A7282;
  text-align:center;
}
 .select2-container--default .select2-results>.select2-results__options {
	background: #0A0A0A!important; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #017ac1!important;
}
.select2-dropdown {
	border-top:none!important;
    background-color: white;
    border: 1px solid #554F4F!important;
}
 .select2-results__option {
	 padding-left: 12px !important;
    font-size: 17px;
    color: #fff;
}
.form-contant{
    padding: 40px 0px;
}
.form-contant .select2-container--default .select2-results__option--highlighted[aria-selected]

 {
    background-color: #017ac1;
 }

.form-contant form{
        border: 1px solid #017AC1;
        border-radius: 8px;
        padding: 30px 20px;
}

.connect-us .container-inner {
    padding-left: 125px;
    padding-right: 125px;
}


section.connect-us {
    padding-top: 55px;
}
/* .pay-rent-boxs {padding: 0px 83px;} */

.grow .owl-dots button.active {
     background: linear-gradient(90deg, #FFBD33 0%, #FD6C3C 25%, #3CCDFD 55.29%, #76CF78 100%)!important;

    border: none;
    border-radius: 52px;
    height: 8px;
    width: 24px!important;
}
.grow .owl-dots button.owl-dot{
	border-radius: 52px;
	width: 8px;
	height: 8px;
	background-color:#3C3C3C;
}
.grow  .owl-dots {
    justify-content: center;
    margin-top: 50px;
    display: flex;
    gap: 6px;
}
.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;
}
.rewards-system-main h1 {
    color: #fff;
    margin-bottom: 10px;
}
.g-cont {
    padding-right: 20px;
}
.pay-rent-right p
 {
    font-weight: 500 !important;
    font-size: 25px !important;
}