*{
    box-sizing: border-box;
    /* outline: 1px solid black; */
    
}
body{
    width: 100%;
    position: relative;
    margin-top: 0 !important;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.container{
    padding: 0;
}
.container-fluid{
    padding: 1% 10%;
}
.navbar-brand img{
    width: 305px; 
    height: 110px;
}
.navbar-toggler:focus,.navbar-toggler:active{
    border: 1px solid black;
    box-shadow: none !important;
}
.navone a:hover{
    text-decoration: none;
}
.nav-item::after{
    content: "";
    height: 3px;
    width: 0;
    background-color: rgba(255,56,113,0.807051282051282);
    display: block;
    margin: auto;
    transition: all .3s;
    

}
.nav-item:hover::after{
    width: 100%;
}

.nav-item a{
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--bs-font-sans-serif);

}
.other-link{
    display: flex;
    /* justify-content: space-around; */
    align-content: center;
    margin-left: 20%;
    justify-content: flex-end !important;
                
}
.other-button{
    text-decoration: none;
    padding: .64rem 1rem .2rem 1rem;
    margin-right: 1.5rem;
    background: rgb(64,94,241);
    background: linear-gradient(90deg, rgba(255,56,113,0.807051282051282) 50%, rgba(60,84,255,0.8185897435897436) 50%);
    transition: background 2s ease;
    height: 50px;
    width: 150px;
    font-size: 1.1rem;
    font-weight: 500;

    /* background-color: rgb(138, 43, 226) !important; */
    color: white !important;
    border-radius: 0.5rem;

}
.other-button:hover{
    background: linear-gradient(90deg, rgba(255,56,113,0.807051282051282) 0%, rgba(60,84,255,0.8185897435897436) 100%);
    font-weight: 700;
    
}
#title{
    /* background-color: #ff4c68; */
    width: 100%;
    color: #000;
    height: 100vh;
}
.fab{
    margin-right: 5px;
}
.row{
    width: 100%;
}
.row h1{
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 600;
   
}
h2{
    font-size: 3rem;
    /* line-height: 1.5; */
}
h3{
    font-size: 1.5rem;
    font-weight: 700;
}
p{
    color: #8f8f8f;
}

/* DOWNLOAD BUTTONS */

.download-button{
    margin: 5% 3% 5% 0;
}

/* TITLE IMAGE */
.title-image{
    width: 60%;
    transform: rotate(25deg);
}

/* FEATURES */
#features{
    padding: 3.5% 10%;
    
    /* margin-top: -50px; */
}
#features .row{
    
    margin: auto 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 7px 9px 9px 0px rgba(0,0,0,0.29) inset;
}
.feature-box{
    text-align: center;
    padding: 5%;
    background-color: rgba(0,0,0,.1);
    justify-content: space-between;
}
.feature-box h3{
    font-size: 1.2rem;
}
.feature-box img{
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;

}
.icon{
    color: #ef8172;
    margin-bottom: 1rem;
}
.icon:hover{
    color: #ff4c68;
}

/* CAROUSEL */
.first-carousel{
    height: 87vh;
}
#first-carousel{
    height: 87vh;
}

.first-carousel .carousel-item{
    padding: 7% 13%;
    height: 87vh;
    
}
.first-carousel .carousel-item h2{
    color:rgba(255,255,255,.9);
    margin-top: 11%;
    margin-bottom: 4%;
}
.first-carousel .carousel-item p{
    font-size: 1.4rem;
    color:rgba(255,255,255,.7);
    margin-bottom: 7%;
}
.first-carousel .carousel-inner{
    height: 87vh;
}
.first-slide{
    background-image:linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url("../images/cryptomarket1.html");
    background-size: cover;
}
.second-slide{
    background-image:linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url("../images/invest.html");
    background-size: cover;
    background-position-y: 40%;
    background-position-x: -40%;
}

#live-ticker{
    padding: 2% 0;
    margin: 0 0 1rem;
}

/* ABOUT-US */
#about-us{
    padding: 4% 10%;
    background-color: rgba(0,0,0,.04);

}
#about-us h2{
    font-size: 2.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    
}
#about-us p{
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 500; */
}
#about-us .other-button{
    padding: .7rem .47rem .7rem 2.05rem;
    display: inline-block;
}
#about-us img{
    width: 100%;
    height: 300px;
    vertical-align: middle;
    border-radius: 20px;
}
.about-us-div{
    padding: 0 1rem;
}

/* CRYPTO-CURRENCIES */
#crypto-currencies{
    padding: 2% 0;
    
}
.crypto-header{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

/* crypto-currencies-converter */
#crypto-currencies-converter{
    padding: 4% 4%;
    min-height: 420px;
    background-image:linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url("../images/bitcoin1.html");
    background-size: 100%;
    /* background-attachment: fixed; */
    background-position-y: 65%;
    margin-bottom: 1rem;

}

#crypto-currencies-converter h2{
    color: #ffffff;

}
#crypto-currencies-converter p{
    margin-top: 4%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #ffffff;
}

/* CHOOSE-US */

#choose-us{
    font-family: 'Poppins', sans-serif;
    padding: 3% 10%;
}
#choose-us h2{
    font-size: 2.8rem;
    font-weight: 600;
}
#choose-us h3{
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
#choose-us .row{
    margin-top: 3rem;
}
.choose-us-box i{
    background-color: white;
    color: rgba(255,56,113,0.807051282051282);
    font-size: 2rem;
    margin-bottom: 1rem;
}
.choose-us-box img{
    width: 40%;
    height: 40%;
    margin: 1.4rem 0 1.6rem;
}

/* TRADING PLANS */

#trading-plans h2{
    margin-bottom: 2rem;
    
}
#trading-plans h4{
    font-size: 1.6rem;
}
#trading-plans .pricing{
    position: relative;
    font-size: 3rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.currency{
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: -18%
}

.decimal{
    font-size: 1.2rem;
}
#trading-plans .col-lg-3{
    min-width: 32% !important;
    flex: 0 0 auto ;
}
#trading-plans .plans{
    margin-bottom: 1.3rem;
    border: 2px solid black;
    border-radius: 20px;
    box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.3);
    -moz-box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.3);
    transition: box-shadow .2s ease;
    padding-top: 1rem;
}
#trading-plans .plans:hover{
    box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.5);
}
.off-lg-1 {
    margin-left: 2%;
  }
.plan-features li{
    margin: 1.7rem 0 1rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: lighter;
}
#trading-plans .other-button{
    text-align: center;
    display: block;
    margin: 2rem auto 1rem;
    min-width: 60%;
    min-height: 50px;

}

/* EXPERIENCE */
#experience{
    margin-top: 3rem;
    padding: 7% 10%;
    background-color: rgba(0,0,0,.04);
}
#experience h2{
    line-height: 1.0;
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    
}
#experience .experience-div{
    margin-bottom: 1.5rem;
}
#experience .experience-text{
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}



#experience p{
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2.5rem;
}
#experience img{
    width: 100%;
    height: 350px;
    vertical-align: middle;
    border-radius: 20px;
}
#experience .other-button{
    padding: .7rem .2rem .7rem 1.3rem;
    display: inline-block;
    min-height: 50px;
    min-width: 150px;
}

/* TESTIMONIAL */



#testimonial .container{
    padding: 2% 15%;
    width: 100%;
    /* background-color: rgba(0,0,0,.1); */
}
#testimonial .carousel-inner{
    background-color: rgba(0,0,0,.1);
}

#testimonial .carousel, #testimonial .carousel-inner{
    min-height: 70vh;
    border-radius: 20px;
}
#testimonial p{
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    color: #000;
    padding: 1rem 1rem;
}
#testimonial .carousel-control-prev, #testimonial .carousel-control-next{
    height: 30px
}
#testimonial .carousel-item{
    padding: 5% 13%;
}
.client-pic1{
    margin: 0 auto 1rem;
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-image: url("../images/client1.html");
    /* background-position-y: center; */
    background-position-x: -30%;
    border-radius: 50%;
    
}
.client-pic2{
    margin: 0 auto 1rem;
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-image: url("../images/client2.html");
    /* background-position-y: center; */
    background-position-x: -30%;
    border-radius: 50%;
    
}
.client-name{
    font-weight: 500;
    font-size: 1.25rem;
}
.comment p{
    color: rgba(0,0,0,.6);
}


#open-account{
    background-color: rgba(255,56,113,0.807051282051282);
    font-family: 'Poppins', sans-serif;
}
#open-account .container{
    padding: 6% 5%;
}
#open-account .col-lg-8{
    
    align-self: center;
    color: white;
}
#open-account h3{
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
#open-account .other-button{
    display: block;
    padding: .7rem .2rem .7rem 1.3rem;
    box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.35);
    min-width: 150px;
    
}
#open-account .other-button:hover{
    box-shadow: 13px 15px 7px -7px rgba(0,0,0,0.5);

}
/* FOOTER */
footer{
    background-color: #0d1824;
    color: white;
    min-height: 60vh;
    font-family: 'Poppins',sans-serif;
}
footer h4{
    font-size: 1.3rem;
    color: white;
    margin-bottom: 1.5rem;
}
footer p{
    color: rgba(255,255,255,.6);
}
footer h4::after{
    margin-top: 3px;
    content: '';
    display: block;
    height: 2px;
    background: #7f72e4;
    width: 50px;
}

footer .container{
    padding: 6% 8%;
}
footer li{
    margin-bottom: 1rem;
}
footer a, footer li{
    color: rgba(255,255,255,.6);

}
.social-media-links{
    display: flex;
    flex: 0 0 auto;
}
.social-media{
    width: 25%;
}
footer .icon{
    color: rgba(255,255,255,.6);
    margin-right: 1rem; 
    width: 10%;
}
.flex{
    display: flex;
}
footer .text{
    width: 90%;
}
footer .fab{
    font-size: 1.5rem;
}
footer .box{
    margin-bottom: 1rem;
}
.cryptocurrency{
    margin-right: 10px;
    max-height: 30px;
    max-width: 30px;
}
.copyright{
    margin-top: 2rem;
}

@media screen and (min-width: 0px) and (max-width : 768px){
    footer .icon{
        width: 6%;
    }
    .footer .text{
        width: 93%;
    }
    .other-link{
        margin-left: 0;
        justify-content: center !important;
    }
    .other-link .second-button{
        margin-right: 0;
    }
}
@media screen and (min-width: 0px) and (max-width : 320px){
    .navbar-brand img{
        width: 130px;
        height: 70px;

    }
    .nav-item{
        width: 100% !important;
    }
    .other-button{
        width: 130px;
    }
    .other-link{
        padding: 5%;
    }
    .first-button{
        margin-left: 0;
    }
    .navbar .other-button{
        font-size: 1.03rem;
    }

}
@media screen and (min-width: 321px) and (max-width : 375px){
    .navbar-brand img{
        width: 130px;
        height: 70px;

    }
    .other-link{
        padding: 5%;
    }
    .navbar .other-button{
        font-size: 1.03rem;
    }
    .nav-item{
        width: 100% !important;
    }
}
@media screen and (min-width: 376px) and (max-width : 425px){
    .nav-item{
        width: 100% !important;
    }
    .navbar-brand img{
        width: 130px;
        height: 70px;

    }
}
@media screen and (min-width: 0px) and (max-width : 575px){
    #about-us h2{
        font-size: 1.6rem;
    }
    #choose-us h2, #trading-plans h2, #testimonial h2, #crypto-currencies-converter h2{
        font-size: 1.8rem;
    }
    
    .carousel-item p{
        font-size: 1.2rem;
        margin-bottom: 20%;
    }
    #experience img, #about-us img{
        height: 240px;
    }
    #experience h2{
        font-size: 2rem;
    }
    #experience p{
        font-size: .9rem;
    }
    h2{
        font-size: 2.5rem;
    }
    .other-button{
        max-width: 150px;
    }
    /* .navbar-nav .nav-item{
        width: 100% !important;
    } */
}

@media screen and (min-width: 0px) and (max-width : 990px){
    /* .first, .bar{
        display: none;
    } */
    #trading-plans .row{
        flex-direction: column;
    }
    #trading-plans .col-lg-3{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    #testimonial .container{
        padding: 2% 10%;
    }
    
    
}
@media screen and (min-width: 769px) and (max-width : 1036px){
    #experience h2, #testimonial h2{
        font-size: 2.5rem;
    }


}
@media screen and (min-width: 990px) and (max-width : 1270px){
    .other-button{
        padding: .64rem .5rem .2rem .5rem;
        margin-right: 1rem;
        height: 50px;
        width: 100px;
    }
    .container-fluid{
        padding: 1% 5%;
    }
   
    
    
}
