:root {
    --theme-primary: #fff;
    --theme-secondary: #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

button,
button:focus,
.btn,
.btn:focus {
    outline: 0;
}

section {
    overflow: hidden;
}

.pt-500 {
    padding-top: 530px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-60 {
    margin-top: 60px;
}

.bg_yellow {
    background: #ffdf58;
    transition: all 0.3s ease-in-out;
}

.bg_yellow:hover {
    background: #edce4e !important;
}

.bg_green {
    background: #68d8b0;
    transition: all 0.3s ease-in-out;
}

.bg_green:hover {
    background: #5fdeb1;
}

.bg_pink {
    background: #ff6769;
    transition: all 0.3s ease-in-out;
}

.bg_pink:hover {
    background: #f7585a;
}

.bg_grey {
    background: #dce4e7;
    transition: all 0.3s ease-in-out;
}

.bg_grey:hover {
    background: #cad1d4;
}

.bg_blue {
    background: #73c5ff;
    transition: all 0.3s ease-in-out;
}

.bg_blue:hover {
    background: #62b5f1;
}

.bg_white {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.bg_white:hover {
    background: #f7f4f4;
}

.text_yellow {
    color: #ffd569;
}

.text_pink {
    color: #f87066;
}

.text_green {
    color: #8bdabd;
}

.text_blue {
    color: #92abfa;
}

.btn_theme {
    background: #c8ebfe;
    border: 1px solid #c8ebfe;
    color: #659ad7 !important;
    padding: 6px 25px;
    font-weight: 600 !important;
    box-shadow: 1px 2px 6px 0px #3c383833;
    transition: all 0.3s ease-in-out;
}

.btn_theme:hover {
    border-color: #659ad7;
    background: transparent;
}

.main_header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.main_header .main_nav img {
    width: 70px;
}

.main_header .main_nav .navbar-collapse .navbar-nav .nav-item {
    color: #ffff;
    font-weight: 600;
    margin: 0 12px;
    transition: all 0.3s ease-in-out;
}

.main_header .main_nav .navbar-collapse .navbar-nav .nav-item:hover {
    color: #f0f0ff;
}

.hero {
    background-image: url(../images/hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.hero .counter {
    background: #4e8bde;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}

.hero .counter .counter_upper {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 8px -2px rgb(0 0 0 / 30%);
}

.hero .counter input {
    width: 100px;
}

.hero .counter .quantity-input {
    font-weight: 700;
    width: 100px;
    font-size: 22px;
}

.hero .counter .btn-quantity {
    padding: 0;
    width: 25px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    font-weight: 700;
}

.hero .counter_label {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 24px;
}

.art_collection h2 {
    font-weight: 700;
}

.art_collection .availability {
    box-shadow: 0px 2px 2px 2px #e0e0e07a;
    border-radius: 5px;
}

.art_collection .availability h4 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
}

.art_collection .collection_stats img {
    width: 100px;
}

.art_collection .collection_stats p {
    font-weight: 700;
}

.portfolio img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

.roadmap h1 {
    font-weight: 700;
    padding-bottom: 50px;
    padding-top: 100px;
}

.roadmap p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}


/* .roadmap .roadmap_alts p {
    min-height: 180px;
} */

.roadmap .content_1 h2,
.roadmap .content_3 h2 {
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.roadmap .content_2 h2 {
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.roadmap .content_4 h2 {
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.roadmap .content_5 h2 {
    position: absolute;
    top: 48px;
    font-size: 48px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
}

.roadmap .content_1::before {
    position: absolute;
    height: 50%;
    border-radius: 50px;
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
    top: -74px;
    content: "";
    background: #ffbbba;
}

.roadmap .content_2::before {
    position: absolute;
    height: 70%;
    border-radius: 50px;
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    content: "";
    background: #ffe7b9;
}

.roadmap .content_3::before {
    position: absolute;
    height: 70%;
    border-radius: 50px;
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    content: "";
    background: #badcff;
}

.roadmap .content_4::before {
    position: absolute;
    height: 70%;
    border-radius: 50px;
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    content: "";
    background: #bbffce;
}

.roadmap .content_5::before {
    position: absolute;
    height: 70%;
    border-radius: 50px;
    width: 6px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    content: "";
    background: #c1bafe;
}

.roadmap .content_2 p,
.roadmap .content_4 p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 70px 0 0;
}

.faq .faq_card {
    height: 235px;
    height: 235px;
    border: 2px solid #e1e1e1;
    border-radius: 25px;
    box-shadow: 0px 0 3px 1px #e1e1e1d6;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.faq .faq_card:hover {
    box-shadow: 0 16px 34px -20px rgb(0 0 0 / 30%);
    transform: translateY(-3px);
}

.faq h1 {
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 50px;
}

.faq p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.faq .faq_card p {
    font-size: 16px;
}

.faq .faq_card h6 {
    margin-bottom: 22px;
}

.banner {
    background-image: url(../images/faq.png);
    background-position: 100% 100%;
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}

footer p {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

footer .twitter h6 {
    color: #0690ce;
}

footer .discord h6 {
    color: #5c6bc0;
}

footer a {
    text-decoration: none !important;
}

footer img {
    height: 80px;
}

.orie .orie_carousel img {
    object-fit: cover;
    min-height: 100vh;
    height: 100%;
    width: 100%;
}

@media screen and (max-width:900px) {
    .main_header .main_nav .navbar-collapse {
        background-color: #70baf9;
    }
}

@media screen and (min-width:300px) and (max-width:640px) {
    .portfolio img {
        height: 100%;
    }
    .art_collection h1 {
        font-size: 22px;
        font-weight: 700;
    }
    .roadmap p {
        font-size: 18px;
    }
    .roadmap .content_2 p,
    .roadmap .content_4 p {
        font-size: 18px;
        padding: 0;
    }
    .roadmap .content_4::before {
        height: 58%;
    }
    .faq h1 {
        font-size: 28px;
    }
    .faq p {
        font-size: 18px;
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    .faq .faq_card p {
        font-size: 12px;
    }
    .roadmap p {
        font-size: 16px;
    }
    .roadmap .content_2 p,
    .roadmap .content_4 p {
        font-size: 16px;
        padding: 0;
    }
    .art_collection .availability h4 {
        font-size: 16px;
    }
    .art_collection .collection_stats h1 {
        font-size: 28px;
    }
    .portfolio img {
        height: 100%;
    }
    .roadmap .content_1 h2,
    .roadmap .content_3 h2,
    .roadmap .content_2 h2,
    .roadmap .content_4 h2,
    .roadmap .content_5 h2 {
        font-size: 32px;
    }
    .roadmap .content_1 h2 {
        top: -5px;
    }
    .roadmap .content_2 h2,
    .roadmap .content_3 h2 {
        top: -14px;
    }
    .roadmap .content_4 h2 {
        top: 15px;
    }
}