/* checkbox */

.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all, 0.3s;
    width: 100%;
}

.checkbox{
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all, 0.3s;
    width: 100%;
}
.checkbox .checkbox--input{
    display: none;
}
.checkbox .check{
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #131516 0%, #1C1F20 100%);
    border: 1.5px solid #292A2B;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all, 0.3s;
}
.checkbox .checkbox--input:checked ~ .check{
    background: #5BCE82;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    transition: all, 0.3s;
}
.checkbox .checkbox--input:checked ~ .check::after{
    opacity: 1;
    transition: all, 0.3s;
}
.checkbox .check::after{
    content: "";
    position: absolute;
    min-width: 16px;
    min-height: 16px;
    display: block;
    background: url("../img/ico-check.svg") no-repeat center center / cover;
    opacity: 0;
    transition: all, 0.3s;
}
.checkbox .check--text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.input-wrap{
    position: relative;
}

.input{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 14px;
    max-height: 52px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.input-icon-left{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon-right{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.input-wrap.icon-left .input{
    padding-left: 52px;
}
.input-wrap.icon-right .input{
    padding-right: 52px;
}
.container-login{
    max-width: 540px;
    min-height: 100vh;
    display: flex;
}

.login{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 50px 0;
    width: 100%;
}

.form{
    padding: 40px 50px;
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(70px);
}
.form-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.form-subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}

.group-link{
    display: flex;
    align-items: center;
}

.group-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}

.btn-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2E85EC;
}


.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

.mr-10{margin-right: 10px;}
.w-100{width: 100%;}


/* =========comming-soon-lending=========== */

.lending__logo{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 88px;
}

.lending__h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 77px;
    color: #5BCE82;
    margin-bottom: 50px;
}

.lending__subtitle{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.lending__text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
}

.lending{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.input-custom__input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
}

.lending__input-group .btn--lg{
    padding: 15px 22px;
}

.lending__input-group{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.lending-decor{
    position: fixed;
}

.lending__input-group .input-custom{
    flex: auto;
}

.lending-decor-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../img/lending-decor-5.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

.lending .btn.btn-primary {
    color: #FFFFFF;
    background: linear-gradient(135deg, #2E85EC 0%, #2E36EC 100%);
    border-radius: 8px;
    border: none;
}

.lending .input-custom__input{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background-color: #1E1E1E;
    padding: 9px 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
}

.lending .lending__input-group .input-custom__input{
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.select-arrow{
    display: flex;
}

.header-select .header__link{
    display: flex;
    align-items: center;
}

.select--body {
    display: none;
}

.header-select.active .select--body{
    display: block;
}

.list-select {
    position: absolute;
    padding: 5px;
    top: 47px;
    left: 14px;
    background-color: #101112;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    z-index: 2;
}


.pricing-page .heading-h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}
.list-select  li {
    padding-bottom: 5px;
}

.list-select li a{
    padding: 6px 9px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 6px;
}

.list-select li a .icon-link{
    display: flex;
    margin-right: 10px;
    color: #5BCE82;
}

.list-select li a:hover .icon-link{
    color: #161819;
}

.list-select li a:hover{
    color: #161819;
    background-color: #5BCE82;
}

.header-select.active .select-arrow{
    transform: rotate(180deg);
}

.header-select.active .header__link{
    color: #FFFFFF;
}
/* .header-select{
    position: relative;
} */

.pricing__table-wrapper{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(70px);
    padding: 40px 40px 28px;
    border-radius: 20px;
}

.pricing__table--head{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
}

.pricing__table--body td{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.pricing__table th{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.pricing__table tr:not(:last-child) td{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
} 

.pricing__table td{
    padding: 12px 0;
}

.section-50{
    padding-top: 50px;
}

.text-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);

}

.text-content h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.radius-20{border-radius: 20px;}
.relative{position: relative;}
.p-20{padding: 20px;}
.mr-15{margin-right: 15px;}
.mb-12{margin-bottom: 12px;}
.mb-40{margin-bottom: 40px;}
.mb-80{margin-bottom: 80px;}
.d-flex{display: flex;}
.align-center{align-items: center;}
.w-100{width: 100%;}

.pt-110{padding-top: 110px;}

.img-text-group{
    position: absolute;
    top: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.contact-us .form{
    padding: 30px;
    max-width: 755px;
    width: 100%;
}

textarea.input-custom__input{
    resize: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 13px 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

textarea.input-custom__input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5); 
}

.contact-us .textarea-wrap{
    width: 340px;
    height: auto;
}

.contact-us .form-body{
    flex: auto;
}

.contact-us .textarea-wrap .input-custom__input{
    width: 100%;
    height: 100%;
}

textarea.input-custom__input::-webkit-scrollbar{
    height: 0;
    width: 0;
}

.contact-us .form-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

.contact-us .form-subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.section.decor-play::before{
    content: "";
    width: 630px;
    height: 577px;
    display: flex;
    position: absolute;
    z-index: 1;
    background: url(../img/contact-us-decor.svg) no-repeat center center / contain;
    right: -150px;
    top: 15%;
    transform: translateY(-50%);
    pointer-events: none;
    animation: promo_after 10s ease infinite;
}