*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

:root{
    --main-color: #781cff;
    --supporting-color: #20204d;
    --basic-color: #000040;
}
.border-zone{
    border: 1px solid var(--basic-color);
    /* border-bottom: ; */
}
.bg-lightee{
    background: #c0a3ec93 !important; 
}
.btn-main{
    background: var(--main-color) !important;
    color: white !important;
}
.btn-main:hover{
    background: #6a13ec !important;
}
main{
    background: var(--basic-color);
    height: 130vh;
}
.bd{
    width: 40%;
    height: 3px;
    background: var(--main-color);
    /* margin: 5px ; */
}
.hero{
    background: linear-gradient(rgba(105, 61, 155, 0.5),rgba(0,0,0,0.5)),url("./image/hero-cover.jpg");
    background-position: center;
    background-size: cover;
}
.herotext{
    font-size: 45px !important;
}
.rlx{
    border-radius: 10px;
    height: 363px;
    object-fit: cover;
}
.kinda{
    margin-top: -60px;
    /* background: var(--supporting-color); */
}
.info small {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}
.info {
    background: linear-gradient(50.35deg, #55259c7a 5.84%, var(--basic-color) 99.15%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 10%;
    padding-bottom: 25%;
    position: absolute;
    /* top: 34%; */
    left: 3%;
    right: 3%;
    bottom: 0;
    height: 100px;
    transition: .5s;
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius:/ 20px; */
}

.real:hover .info{
    height: 100%;
    /* bottom: 10%; */
    padding: 50% 0px;
    border-radius: 20px;
}

.help{
    color: var(--main-color);
}
.check p{
    color: var(--main-color);
}
.checking{
    transition: .2s;
}
.checking:hover{
    background: var(--main-color);
    color: white;
}
.checking:hover p,.checking:hover i{
    color: white;
}
.col-md-3{
    width: 23% !important;
}
.tbg{
    background: var(--main-color);
}
.num{
    top: -30px !important;
    right: -20px;
}


/* ABOUT PAGE */
section.aboutmain{
    height: 60vh;
    background: linear-gradient(rgba(105, 61, 155, 0.5),rgba(0,0,0,0.5)),url("https://img.freepik.com/free-photo/low-angle-shot-high-rise-buildings-clear-sky-frankfurt-germany_181624-30909.jpg?t=st=1719228838~exp=1719232438~hmac=58aee8548d0ff399aa1912245130d618e4e4460bbdd9aeee27f8e6ce87624304&w=800");
    /* background: linear-gradient(rgba(105, 61, 155, 0.5),rgba(0,0,0,0.5)),url("https://img.freepik.com/premium-photo/low-angle-view-office-building_1048944-29695112.jpg?w=840"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutmain h2{
    font-size: 50px !important;
}
section.aboutservices{
    background: var(--basic-color);
}
.icon-about{
    background: var(--main-color);
}
.about-service{
    transition: .3s;
}
.about-service:hover .icon-about{
    background: var(--basic-color);
}
.about-service:hover{
    background: var(--main-color);
}

/* LOAN */
.loanproduct{
    background: url("./image/loanin.jpeg");
    background-position: center;
    background-size: cover;
    /* height: 60vh; */
    background-repeat: no-repeat;
}

.loan-product{
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.63);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
transition: .3s;
}
.loan-product:hover{
    /* From https://css.glass */
background: rgba(120, 28, 255, 0.43);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(120, 28, 255, 0.3);
color: white;
}
.loan-product:hover h4{
    color: var(--basic-color) !important;
}

/* section.process{
    background: url("https://img.freepik.com/free-photo/industrial-designers-working-3d-model_23-2149370128.jpg?t=st=1719223827~exp=1719227427~hmac=0b2a0465f6263348d002023e5a5d1ea444d7f6f15835052a4bd0109be1aa5fe9&w=1740");
    height: 80vh;
    background-position: center;
    background-size: cover;
} */
section.login-section{
    background: linear-gradient(rgba(168, 62, 201, 0.5),rgba(0,0,0,0.5)) ,url("https://img.freepik.com/free-photo/office-buildings_1127-3158.jpg?t=st=1719235683~exp=1719239283~hmac=1da45056e3b8cff3606961524d7ea3206c39d100508d865cc9d523beba14aa18&w=840");
    height: 100vh;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: ; */
}
section.signup-section{
    background: linear-gradient(rgba(168, 62, 201, 0.5),rgba(0,0,0,0.5)) ,url("https://img.freepik.com/free-photo/office-buildings_1127-3158.jpg?t=st=1719235683~exp=1719239283~hmac=1da45056e3b8cff3606961524d7ea3206c39d100508d865cc9d523beba14aa18&w=840");
    /* height: 100vh; */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: ; */
}
.login-container,.signup-container{
    /* From https://css.glass */
background: linear-gradient(108deg, #20204ded 10%, #1d1d55e3 50%, #771cffc6) !important;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(120, 28, 255, 0.3);
}
.login-header a{
    width: 20%;
}

input,select{
    outline: none !important;
    /* background: red; */
}


.login-container{
    width: 40%;
}
.signup-container{
    width: 50%;
}

select{
    background: #000 !important;
    color: rgb(167, 160, 160);
    width: 100%;
}
input{
    color: rgb(167, 160, 160) !important;  
}
.login-header a{
    font-size: 20px ;
    font-weight: bold;
}
.content-one{
    width: 50% !important;
}

@media (max-width:767px) {
    .ovx{
        overflow-x: scroll !important;
    }
    main{
        height: 110vh;
    }
    .col-md-3{
        width: 45% !important;
        margin: 0 auto;
    }
    .herotext{
        font-size: 30px !important;
    }
    .login-container{
        width: 100%;
    }
    .signup-container{
        width: 100%;
    }
    .login-header a{
        width: 50%;
       
    }
    input{
        width: 100% !important;
        /* */
    }
    .content-one{
        width: 100% !important;
        gap: 0 !important;
        /* padding: 0px 0px 40px 0px; */
    }
  
    
    .nullify{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}
