/* Bootstrap modify */

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.accordion-item, .accordion-button{
    background-color: white !important;
    color: black;
}

.accordion-button[aria-expanded="true"]{
    color: white;
}


.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus{
    box-shadow: #76e5f7;
}

/* Button Disabled */
#reg_submit:disabled{
  border: 1px solid #999999;
  background-color: black;
  color: white;
}


/* custom css */
:root{
    --black: #000000;
    --white: #ffffff;
    --second: #0066CC;
}

*{
    font-family: Poppins, sans-serif;
    
}
body, html{
    overflow-x: hidden !important;
    background-color: var(--white);
    width: 100% !important;
}
.coin-bg-fluid{
    overflow-x: hidden;
}

.carousel-caption{
    padding-bottom: 150px;
    
}
.carousel-item{
    position: relative !important; 
}
.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
}
.carousel-caption h1{
    font-size: xx-large;
    color: white;
    font-weight: bolder;
}

.carousel-caption p{
    color: white;
}


.text{
    color: black;
}
.text a{
    color: #76E5F7;
}

.offer{
    color: var(--second);
    font-weight: bolder;
    font-size: large;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.testimony{
    color: var(--second);
    font-weight: bolder;
    font-size: x-large;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.sm-header{
    color: gray;
    font-weight: bold;
    font-size: large;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;

}
.divider{
    border-bottom: 5px solid var(--second);
    width: 100px;
    margin: auto;
}
.divide{
    border-bottom: 5px solid var(--second);
    width: 100px;
    margin-bottom: 10px;
}

.details{
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 0;
}

.layer{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    height: 30vh;
    -moz-box-shadow: 0 0 5px var(--second);
    -webkit-box-shadow: 0 0 5px var(--second);
    box-shadow: 0 0 5px var(--second);
}

.icon{
    color: var(--second);
    padding-top: 10px;
    padding-left: 15px;
}

.num{
    float: right;
    padding-right: 15px;
    font-size: xx-large;
    font-weight: bold;
    color: gray;
}

.login-bg{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login{ 
    margin-top: 50px;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background-color: transparent;
    -moz-box-shadow: 0 0 5px var(--second);
    -webkit-box-shadow: 0 0 5px var(--second);
    box-shadow: 0 0 5px var(--second);

}



.login-text{
    font-size: x-large;
    font-weight: bold;
    color: var(--second);
    text-align: center;
    padding-top: 10px;
}


/* large screen css */
@media screen and (min-width: 768px) {
    .login{ 
        width: 35%;
        height: auto;
        margin-top: 50px;
        background-color: transparent;
        -moz-box-shadow: 0 0 5px var(--second);
        -webkit-box-shadow: 0 0 5px var(--second);
        box-shadow: 0 0 5px var(--second);
        margin-bottom: 50px;
    }
    
}

.section1{
    color: black;
    margin-bottom: 50px;
}

.section2{
    height: auto;
    color: black;
    margin-top: 10px;
    padding: 10px 15px;
}

.section4{
    height: auto;
    color: black;
    padding: 50px 15px;
}



.section3{
    margin-bottom: 50px;
    color: black;
}

.about{
    text-align: start;
    color: black;
    
}
.info{
    margin-bottom: 30px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.trophy{
    margin-top: 20px;
}
.quote-text{
    text-align: center;
}


/* large screen css */
@media screen and (min-width: 768px) {
    .quote-text{
        padding: 0 150px;
        text-align: center;
    }


    .trophy{
        margin-top: 50px;
    }

    .info{
        padding-left: 100px;
        padding-right: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    

    
}

.counter{
    position: relative;
}

.center{ 
    margin-top: 25px;
}
.center p, .center p span{
    color: white;
}
.benifit{
    color: black;
    font-size: xx-large;
    margin-bottom: 0;
    font-weight: bold;
    display: block;
}

.quote{
    margin-top: 50px;
    
}
.footer{
    background-color: #096692;
    padding: 25px;
    color: white;
}
.footer h3{
   color: white;
   font-weight: bold;
}
.footer i, .footer p{
    color: white;
}
.footer a{
    color: white;
    text-decoration: none;
}

.footer li{
    list-style: none;
    text-align: start;
}

label, p, h5, h6,{
    color: black;
}

li{
    list-style: none;
    text-align: center;
}
ul{
    margin: 0;
    padding: 0;
}

.invest{
    -moz-box-shadow: 0 0 5px var(--second);
    -webkit-box-shadow: 0 0 5px var(--second);
    box-shadow: 0 0 5px var(--second);
    padding: 20px 30px;
    margin: 20px auto;
    width: 90%;
}

.invest h1{
    font-size: xx-large;
    font-weight: bolder;
    padding-top: 10px;
}
.invest h4{
    font-size: large;
    font-weight: bolder;
}
.invest p{
    padding-top: 10px;
}
.invest li{
    list-style: square;
    padding-top: 10px;
    text-align: start;
}
.invest ul{
    margin: 10px 30px;
    padding-top: 10px;
}
.normal li{
    list-style: disc;
    padding-top: 10px;
    text-align: start;
}

.normal ul{
    margin: 10px 30px;
    padding-top: 10px;
}

.btn{
    background-color: #096692;
    color: white;
}
.btn:hover{
    background-color: #096692;
    color: white;
}
#id_email, #id_first_name, #id_last_name, #id_mobile_number, #id_btc_wallet_address, #id_eth_wallet_address, #id_usdt_trc20_wallet_address, #id_country, #id_password1, #id_password2, #id_username, #id_password, #id_new_password1, #id_new_password2{  
    width: 100%;
    border: 1px solid #a9cadf;
    background-color: transparent;
    border-radius: 5px;
    height: 40px;
    color: black;
    padding-left: 10px;
}

#id_payment_option, #id_amount, #id_memo, #select, #amount, #username{
    width: 100%;
    border: 1px solid #a9cadf;
    background-color: transparent;
    border-radius: 5px;
    height: 40px;
    color: black;
    padding-left: 10px;
}




.fa-eye, .fa-eye-slash{
    color: black;
}

#eyes1, #eyes2{
    position: absolute;
    right: 15px;
    bottom: 10px;
}



/* for laptop screen */
@media screen and (min-width: 1025px){
    #id_email, #id_first_name, #id_last_name, #id_mobile_number, #id_btc_wallet_address, #id_eth_wallet_address, #id_usdt_trc20_wallet_address, #id_country, #id_password1, #id_password2, #id_username, #id_password, #id_new_password1, #id_new_password2{  
        width: 100%;
        border: 1px solid #a9cadf;
        border-radius: 5px;
        height: 40px;
        color: black;
        padding-left: 10px;
    }
    #id_payment_option, #id_amount, #id_memo, #select, #amount, #username{
        width: 100%;
        border: 1px solid #a9cadf;
        background-color: transparent;
        border-radius: 5px;
        height: 40px;
        color: black;
        padding-left: 10px;
    }

    #eyes1, #eyes2{
        position: absolute;
        right: 25px;
        bottom: 10px;
    }

}

.coin-bg{
   position: relative;
   width: 100%;
   height: 30vh;
   margin-bottom: 20px;
}
  
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 30vh;
    transition: .5s ease;
    backface-visibility: hidden;
    border: 1px solid white;
    object-fit: cover;
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.coin-bg:hover .image {
    opacity: 0.3;
}

.coin-bg:hover .middle {
    opacity: 1;
}


.back-to-top, .back-to-top:active{
    position: fixed;
    display: none;
    right: 15px;
    bottom: 75px;
    padding: 15px 20px;
    z-index: 4;
    background-color: #096692;
    border: 1px solid #76e5f7;
    border-radius: 50%;
    color: white;
}



