body {
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}

button {
    border-radius: 50px !important;
    padding: 8px 35px;
    font-size: 14px !important;
    font-weight: 600;
    border: none;
    text-transform: uppercase !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

button:hover {
    transition-timing-function: ease-in-out !important;
    transition-delay: 0.2s;
    transition-duration: 0.1s;
    box-shadow: rgba(136, 165, 191, 0.48) 4px 3px 15px 2px, rgba(255, 255, 255, 0.8) -1px 0px 9px -2px;
}

button:focus,
button:visited,
button:active {
    box-shadow: rgba(136, 165, 191, 0.48) 4px 3px 15px 2px, rgba(255, 255, 255, 0.8) -1px 0px 9px -2px;
}

.btn-outline {
    border: 1px solid #c20f2f;
}

#selectlang, #selectlangfooter {
    border: 1px solid #c20f2f;
    border-radius:8px;
    background: white;
    margin-right: 10px;
    padding: 6px 7px;
}

#selectlang:focus,
#selectlang:active,
#selectlang:visited,
#selectlang:focus-visible {
    border: 1px solid #c20f2f;
}

a {
    text-decoration: none;
    color: rgb(26, 26, 124);
}

.btn_red {
    background-color: #c20f2f;
    font-weight: 600;
    padding: 7px 20px;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: white!important;
    min-width: 188px;
    display: inline-block;
    height: 39px;
}
.btn_red:hover{
    color: white!important;
}
.btn_red:focus{
    color: white!important;
}

.btn_dark {
    background-color: #231f20;
    font-weight: 600;
    padding: 7px 20px;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: white!important;
    min-width: 188px;
    display: inline-block;
    height: 39px;
}
.btn_dark:hover{
    color: white!important;
}
.btn_dark:focus{
    color: white!important;
}

.btn_white {
    background-color: #fff;
    color: #c20f2f !important;
    font-weight: 600;
    padding: 7px 20px;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 188px;
    display: inline-block;
    height: 39px;
}
.btn_white:hover{
    color: #c20f2f!important;
}
.btn_white:focus{
    color: #c20f2f!important;
}

.text-red {
    color: #c20f2f;
}

.shadow {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.py-20 {
    padding: 20px 0
}

.nav-link {
    font-weight: bold;
}

.navbar-collapse {
    flex-grow: initial;
}

ul li {
    line-height: 30px;
}
.lineheight_1{
    line-height: 1rem!important;
}

.list_line li p{
    line-height: 1rem;
}
#back_to_top_btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
}

#herosection {
    background-image: url(../assets/images/home_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    min-height: 416px;
}
#herosection h2{line-height:3rem!important}

#heroimg {
    height: 400px;
    width: 400px;
    object-fit: cover;
}

#accounttype {
    padding: 40px 0;
    background-image: url(../assets/images/enjoy_crypto_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#section5 {
    padding: 100px 0;
    background-image: url(../assets/images/gateway_to_web3.png);
    background-repeat: no-repeat;
    background-size: 1246px 467px;
    background-color: #000;
    background-position: center;
    color: #fff;
}

#how-to-start {
    padding: 40px 0;
}

#asset-to-trade {
    padding: 80px 0;
    background-color: #c20f2f;
    color: #fff;
}

.tradebox {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 30px 10px;
    margin: 20px 0;
    border-radius: 10px;
    height: 365px;
    overflow:hidden;
}

.whytradebox {
    background-color: #fff;
    color: #000;
    min-height: 200px;
    padding: 30px 10px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

#academyaccount {
    background-color: #c20f2f;
    color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 40px 0;
}

#standardaccount {
    background-color: #231f20;
    color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 40px 0;
}

#falcontrader,
#falconlp {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 40px 0;
    height: 425px;
}

#about-us,
#section3,
#section4,
#about-us,
#section6,
#contact-us {
    padding: 40px 0;
}

#section8 {
    background-color: #c20f2f;
    color: #fff;
    padding: 20px 0;
}

footer {
    padding-top: 80px;
    background-color: #000000;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #ffffff;
}


footer a {
    text-decoration: none;
    color: #f0f0f0;
}

.divider {
    border-bottom: 1px solid #c20f2f;
}

/* Account Types Page Specific */
#fullcontainerbg{
  background-image: url(../assets/images/accountheroimg.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 416px;
}

/* Safety of Funds Page Specific */
#protectionbanner{
    background-color: #000000;
    background-image: url(../assets/images/bg_banner.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}
#bannerrow{
    height: 571px;
}

/* target mobile screen */
@media only screen and (max-width: 600px) {
    #heroimg {
        height: 300px;
        width: 300px;
        object-fit: cover;
    }
    #herosection h2{
        line-height: 2rem!important;
    }
    #academyaccount,#standardaccount{
        text-align: center!important;
    }
    #footerlogo{
      align-self:center;
      padding-bottom: 50px;  
    }

    #logo {
        height: 60px;
        width: 111px;
        object-fit: cover;
    }

    .image {
        height: 100px;
        width: 100px;
        object-fit: cover;
    }

    #section5 {
        background-position: right;
        padding: 45px 0;
    }

    /* Account Types Page Mobile */
    #fullcontainerbg{
        background-image: none;
        height: 300px;
    }
    #herosection{
        min-height: 300px;
    }

    /* Safety of Funds Page Mobile */
    #protectionbanner{
        background-image:none;
    }
    #bannerrow{
        height: 350px;
    }
}

/* Tablet */
@media only screen and (min-width:768px) and (max-width:1024px){
    #bannerrow{
        height: 450px;
    }
}

@media only screen and (min-width:601px) and (max-width:1199px){
    #herosection{
        min-height: 300px;
    }
}

/* --------------------- */