
body {
    background-color: #f6f4f6;
}

h1, h2, h3, h4, h5, h6 {
    color: #122d5a;
    font-family: "Montserrat" !important;

    position: relative;
}

body p, body span, body .text {
    font-family: "Roboto" !important;
}

body p {
    margin-bottom: 0.5rem;
}

h5 {
    margin-bottom: 35px;
    margin-top: 45px;
    cursor: pointer;
}

h5::after {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 1.5px;
    width: 100%;
    left: 0;
    background-color: #aaa;
}
.sec-content{
    transition:max-height .2s ease-out;
    overflow:hidden;
    max-height:6000px;

}


.sec-content.hidden{
    max-height: 0;
}
img.logo {
    max-width: 90px;
    /*margin-top: -10px;*/
    padding-top: 10px;

}

.introducing p {
    font-weight: bold;
    font-size: 30px;
    color: #122d5a;

}

.introducing span {
    font-size: 21px;
}

.left img {
    max-width: 100%;
}

.right span.contributed {
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.right .launching {
    font-size: 12px;

}

.right span strong {
    font-size: 25px;
    /*margin-right: 5px;*/
    color: #122d5a;

}

.right span span {
    font-size: 12px;
}

.right button {
    background-color: #EC2024;
    border-radius: 25px;
    outline: none;
    width: 100%;
}

.right button a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.right button a:hover {
    text-decoration: none;
}

.right span.oxwhite {
    font-size: 12px;
    color: #122d5a;
    font-weight: 500;
}

.content img {
    max-width: 100%;
}

.underline {
    text-decoration: underline;
}

.footer {
    display: block;
    background-color: #1b1b1b;
}

.footer .footer_bottom {
    display: table-cell;
    font-size: 12px;
    line-height: 22px;
    height: 53px;
    width: 1%;
    vertical-align: middle;
}

.footer p {
    margin: 0;
    color: #949292;
    text-align: center;
}

.bg-img {
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.break-all {
    word-break: break-all;
}

.goToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    /*border: none;*/
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    animation: goToTopBtnMove 1.5s infinite;
}

.collapse-arrow{
    /*-webkit-transform: scaleY(-1);*/
    /*transform: scaleY(-1);*/
    max-width: 20px !important;
    margin-left: 15px !important;
    margin-top: -2px;
    cursor: pointer;
}

.collapse-arrow-down{
    -webkit-transform: scaleY(-1) !important;
    transform: scaleY(-1) !important;

}
@keyframes goToTopBtnMove {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 30px;
    }
    100% {
        bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    img.logo {
        /*margin-top: -2px !important;*/
    }

    .introducing p {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .introducing span {
        font-size: 14px !important;
    }

    .right h1 {
        margin-top: 25px;
        font-size: 23px;
    }

    .right span.contributed {
        margin-top: 0 !important;
    }

    .right span strong {
        font-size: 20px;
        margin-right: 2px;

    }

    img.market-image {
        max-width: 100% !important;
    }
    .fixed-top-btn{
        position: fixed;
        left: 0;
        top: 16px;
        z-index: 1000;
    }

    .mt-5, .my-5 {
        margin-top: 1rem!important;
    }

}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .fixed-top-btn{
        position: fixed;
        left: 0;
        top: 16px;
        width: 50% !important;
        z-index: 1000;
        margin-left: 25%;
    }
}