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"
}

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;
}


article section:nth-of-type(even) {
    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;
}

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


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

.bg2 .card {
    height: 100% !important;
    background-color: #081d36 !important;
    color: white !important;
}

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

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

#oft6 .card {
    height: 100% !important;
    background-color: #081d36 !important;
    color: white !important;
    transition: 0.5s transform ease;
}

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

.titlepic {
    position: relative;
}

.siteinput {
    border-radius: 0px 8px;
    position: absolute;
    right: 2.9%;
    top: 0%;
    padding: 12px;
    text-align: center;
    width: 20%;
    background: linear-gradient(#005DFF,#003899);
}


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

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

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

#oft4 .card:hover .d-flex {
    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:768px) {
    .ban .display-4 {
        font-size: 42px !important;
        line-height: 50px !important;
    }

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

    .ban {
        height: 60vh !important;
    }
}