:root {
    --theme-primary: #fff;
    --theme-secondary: #000;
}

body {
    margin: 0;
    padding: 0;
    background: #050c40;
    font-family: "Montserrat", sans-serif;
}
@font-face {
    font-family: "ITCKRIST";
    src: url("../fonts/ITCKRIST.ttf");
}
@font-face {
    font-family: "Sassoon";
    src: url("../fonts/Sassoon\ Sans\ US\ W01\ Dotted.ttf");
}
@font-face {
    font-family: "cacao";
    src: url(../fonts/cacaofatinlinepdf.ttf);
}
button,
button:focus,
.btn,
.btn:focus {
    outline: 0;
}
section {
    overflow: hidden;
}

.fw-600 {
    font-weight: 600;
}

.text-theme {
    color: var(--theme-primary);
}

.btn-theme {
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    color: white;
    font-weight: 600;
}

.btn-theme:hover {
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
    color: white;
    box-shadow: 0 0 8px -2px rgb(217 113 46 / 50%);
}

.btn-theme:focus {
    box-shadow: 0 0 0 0.25rem rgb(245 131 30 / 25%);
}

/* Back To Top */

#backToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #be9f57;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 40%);
}

#backToTop i {
    color: #fff;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #7478b6;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}
.navbar-light .navbar-toggler {
    border-color: #fff !important;
}
.main_header {
    background: #050c40;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.main_header .main_nav .navbar-nav .nav-link {
    padding: 20px 25px;
    color: #fff;
    font-family: auto;
    transition: all 0.3s ease-in-out;
}
.main_header .main_nav .navbar-nav .nav-link:hover {
    color: #6e74b1;
}
.hero {
    background-image: url(../images/hero_bg.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 75px;
    min-height: 100vh;
    padding-bottom: 25px;
    background-attachment: fixed;
}
.hero .farm_buttons .btn_discord {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
    padding: 10px 30px;
    border-color: #7059ff;
    transition: all 0.3s ease-in-out;
}
.hero .farm_buttons .btn_discord i {
    color: #7059ff;
    transition: all 0.3s ease-in-out;
}
.hero .farm_buttons .btn_discord:hover {
    background: #7059ff;
}
.hero .farm_buttons .btn_discord:hover i {
    color: #fff;
}
.hero .farm_buttons .btn_twitter {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid;
    padding: 10px 50px;
    border-color: #1fa5f0;
    transition: all 0.3s ease-in-out;
}
.hero .farm_buttons .btn_twitter i {
    color: #1fa5f0;
    transition: all 0.3s ease-in-out;
}
.hero .farm_buttons .btn_twitter:hover {
    color: #fff;
    background: #1fa5f0;
}
.hero .farm_buttons .btn_twitter:hover i {
    color: #fff;
}
.hero h1 {
    font-size: 80px;
    margin-bottom: 50px;
    color: #7478b6;
    font-weight: 700;
    line-height: 1.5;
    font-family: "ITCKRIST";
}
.hero p {
    font-size: 18px;
}
.hero p strong {
    font-style: italic;
}
.hero .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.hero .counter .seperator {
    height: 25px;
    width: 2px;
    background: #fff;
}
.hero .counter #days,
.hero .counter #hours,
.hero .counter #minutes,
.hero .counter #seconds {
    font-size: 28px;
    font-weight: 600;
}
.collection h2,
.road_map h2,
.faq h2,
.team h2 {
    font-family: "Sassoon";
    color: #be9f57;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0;
}
.road_map .roadmap_card {
    background: transparent;
    border: 2px solid #be9f57;
    border-radius: 10px;
}
.road_map .roadmap_card h3 {
    margin-bottom: 20px;
    font-family: "Trocchi", serif;
    font-size: 24px;
}
.road_map .roadmap_card h3 span {
    font-size: 18px;
}
.road_map .roadmap_card p {
    font-family: "Kavoon", cursive;
    text-align: center;
    font-size: 16px;
}
.road_map .nft img {
    position: absolute;
    top: -40px;
    left: 80px;
    height: 60px;
}
.road_map .img-1 {
    width: 350px;
    height: 356px;
    position: absolute;
    right: -31px;
    top: 19%;
}
.road_map .img-2 {
    width: 350px;
    height: 356px;
    position: absolute;
    right: -31px;
    bottom: 10%;
}
.road_map .img-3 {
    transform: scaleX(-1);
    position: absolute;
    height: 350px;
    width: 350px;
    left: -95px;
    top: 43%;
}

/* FAQ ACCORDION */

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
}

#main #faq .card .card-header {
    border: 0;
    padding: 0;
}
#main #faq .card .card-header a {
    font-family: "cacao";
    font-size: 18px;
}
#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: transparent;
    padding: 20px;
    font-family: "Kavoon", cursive;
}
#main #faq .card .card-header .btn-header-link:focus {
    box-shadow: none !important;
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: transparent;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: transparent;
    line-height: 30px;
    color: #222;
}
#main .accordion {
    width: 100%;
}
#main #faq .card .card-body {
    font-family: "Salsa", cursive;
    color: #fff;
}
.team .team_card {
    border: 2px solid #1e3058;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.team .team_card:hover {
    transform: translateY(-5px);
}
.team .team_card h5 {
    font-weight: 600;
    font-size: 18px;
}
.team .team_card h6 {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;
}
@media screen and (max-width: 600px) {
    .hero .farm_buttons .btn_discord,
    .hero .farm_buttons .btn_twitter {
        width: 100%;
    }
    .hero .counter #days,
    .hero .counter #hours,
    .hero .counter #minutes,
    .hero .counter #seconds {
        font-size: 24px;
    }
    .hero h1 {
        font-size: 56px;
    }
}
.main_footer {
    border-top: 1px solid #fff;
}
.main_footer h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.btn_mint {
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 2px solid #7059ff;
    background: #7059ff;
    align-items: center;
    border-radius: 25px;
    font-weight: 600;
    padding: 10px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.btn_mint:hover {
    background: #868dfe;
    border: 2px solid #868dfe;
}
.shop .shop_card {
    border: 0;
    border-radius: 0 0 10px 10px;
}
.shop .shop_card .card_body {
    padding: 15px;
}
.shop .shop_card .card_body p {
    margin: 0;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 14px;
    font-weight: 700;
    color: #050c40;
    text-align: center;
}
.shop .shop_card .card_footer {
    background: #be9f57;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.btn_wallet {
    display: inline-block;
    font-size: 14px;
    outline: none;
    color: #fff !important;
    background-color: #050c40;
    border-radius: 15 px;
    margin: 0;
    font-family: "Lucida Console","Courier New",monospace;
    font-weight: 700;
}
