body {
    background-color: #040B14 !important;
    color: white !important;

}

@font-face {
    font-family: "Hubot-Sans Medium Narrow";
    src: url("https://db.onlinewebfonts.com/t/a136e1ce6515dbd8a0d75361b9f4c579.eot");
    src: url("https://db.onlinewebfonts.com/t/a136e1ce6515dbd8a0d75361b9f4c579.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/a136e1ce6515dbd8a0d75361b9f4c579.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/a136e1ce6515dbd8a0d75361b9f4c579.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/a136e1ce6515dbd8a0d75361b9f4c579.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/a136e1ce6515dbd8a0d75361b9f4c579.svg#Hubot-Sans Medium Narrow")format("svg");
}

h1,
h2,
h3,
.display-6,
.display-5,
.display-4 {
    font-family: "Hubot-Sans Medium Narrow"
}


.sitec .display-4,
.oft_art .display-4 {
    font-weight: 600;
    text-transform: capitalize;
}

h4,
h5,
p,
li,
div {
    font-family: "Instrument Sans", sans-serif;
}

.ban .row {
    min-height: 100vh;
    padding: 30px 0;
}

.ban p {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.ban {
    background-image: url(../images/oft-token/banner.webp);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    object-fit: cover;
}

span {
    color: #005DFF;
}

.card-body h5,
.card h5 {
    color: white
}

article section:nth-of-type(odd) {
    background: linear-gradient(90deg, #1E426D, #040B14);
}

#oft1 p,
#oft2 p {
    line-height: 30px;
    font-weight: 380;
    font-size: 19px;
}

#oft1 p {
    width: 101%;
}

#oft3 .card {
    background-color: transparent;
    color: white;
    height: 100%;
    transition: 0.5s transform ease;
    border-radius: 20px !important;
}

#oft3 .card:hover {
    transform: scale(1.03);
}


.display-6 {
    font-size: 36px !important;
    letter-spacing: 0.5px;
}

.bg2 .card {
    height: 100% !important;
    background: rgba(0, 0, 0, 0.32) !important;
    color: white !important;
    border-radius: 20px !important;
}

#oft5 .card {
    background-color: transparent;
    color: white;
    height: 100%;
    padding-left: 20px;
    border-radius: 25px !important;
    transition: 0.5s transform ease;
}

#oft5 .card:hover {
    transform: scale(1.02);
}

#oft6 .card {
    height: 100% !important;
    background: rgba(0, 0, 0, 0.32) !important;
    color: white !important;
    transition: 0.5s transform ease;
    border-radius: 20px !important;

}

.ban .btn {
    background-color: #054dc8;

    &:hover {
        transform: scale(0.95);
        box-shadow: 0.2px 0.2px 10px 0px #2d73ec;
    }
}

#oft6 .card:hover {
    box-shadow: 0.2px 0.2px 10px 0px #2d73ec;
}

#oft6 .card:hover {
    transform: scale(1.02);
}



.siteinput {
    border-radius: 0px 23px;
    padding: 13px;
    text-align: center;
    width: 22.3%;
    margin-bottom: 4px;
    background: linear-gradient(#005DFF, #003899);
}


#oft-lt p {
    font-size: 19px;
    width: 90%;
}

#oft3 p {
    opacity: 0.8;
    line-height: 28px;
}

.oft_art .fas {
    transform: rotate(227deg);
    font-size: 21px;
    position: relative;
    top: -6px;
    right: -5px;
}

#oft-lt ul {
    list-style-type: circle;
    line-height: 32px;
}

#oft4 .card:hover h5,
#oft4 .card:hover .fas {
    color: #005DFF;

}

#oft4 .card:hover {
    box-shadow: 1px 1px 5px 2px #005DFF;
}

#oft4 p {
    opacity: 0.9;
    line-height: 28px;
}

#accordionExample .accordion-item,
#accordionExample .accordion-button {
    background-color: transparent !important;
    color: white !important;
}

#accordionExample .accordion-button {
    font-size: 19px;
    font-weight: bold;
}

#accordionExample .accordion-body {
    font-weight: 350;
    padding-top: 0px;
}

.line {
    height: 3px;
    width: 30px;
    border-radius: 50px;
    background-color: #005DFF;
}

.accordion-header {
    --bs-accordion-border-color: none !important;
}

.accordion-item {
    border: 1px solid rgba(246, 242, 242, 0.1) !important;

}


.accordion-item:hover {
    box-shadow: 0px 1px 2px 0px #005DFF;
}

.accordion {
    --bs-accordion-border-color: none !important;
}

.accordion-button.active {
    --bs-accordion-border-color: none !important;
}

#oft-lt li::marker {
    font-size: 24px !important;
    font-weight: bolder !important;
    color: #005DFF;
}

.accordion {
    --bs-accordion-btn-icon-width: 0.75rem !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}



.accordion-button::after {
    background-image: url(../images/oft-token/Arrow2.svg) !important;
}

.card {
    border-radius: 10px !important;
}

@media screen and (max-width:996px) {
    .ban .display-4 {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    .ban span {
        font-size: 55px !important;
    }

    .ban,
    .ban .row {
        min-height: auto;
    }


    .ban .container {
        padding-top: 50px;
    }
}

@media screen and (min-width:550px) and (max-width:996px){
    .siteinput{
        width: 25%;
    }
}
