@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #252525;
    color: #fff;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #151515;
}

::-webkit-scrollbar-thumb {
    background: #38436c;
}

::-webkit-scrollbar-thumb:hover {
    background: #5466a4;
}

/* GENERAL */
.container-custom {
    padding: 0 15rem;
}

@media (max-width: 1800px) {
    .container-custom {
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .container-custom {
        padding: 0 2rem;
    }
}

/* General */
.boost {
    color: #F47FFF !important;
}

.nitro {
    color: #7289DA !important;
}

/* Buttons */
.btn-telegram {
    background-color: #2596be;
    border-color: #2596be;
    font-weight: 700;
    padding: .75rem 1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.btn-telegram:hover {
    background-color: rgb(52, 125, 154);
    border: 1px solid rgb(52, 125, 154) !important;
    color: white;
}

.btn-discord {
    background-color: #5865F2;
    border-color: #5865F2;
    font-weight: 700;
    padding: .75rem 1rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.btn-discord:hover {
    background-color: #404bc3 !important;
    border: 1px solid #404bc3 !important;
    color: white;
}

.btn-light-discord {
    background-color: #7289DA;
    border-color: #7289DA;
    font-weight: 700;
    padding: .75rem 1rem;
    text-transform: uppercase;
    color: #fff;
}

.btn-light-discord:hover {
    background-color: #6176c4 !important;
    border: 1px solid #6176c4 !important;
    color: white;
}

.btn-link {
    color: #7289DA;
    display: block;
}

.btn-link:hover,
.btn-link:focus {
    color: #5a6daf;
}

/* NAVBAR */
.navbar {
    background-color: #252525;
    padding: 1rem 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .navbar {
        padding: 1rem 2rem;
    }
}

.logo {
    height: 30px;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 2.5rem;
    letter-spacing: 0.05rem;
    color: #fff;
}

.navbar-brand:hover {
    color: #fff;
}

.navbar-brand span {
    color: #7289DA;
}

.nav-link {
    font-size: 1.05rem;
    font-weight: 700;
    margin-left: 2rem;
    color: #fff;
}

.nav-link:hover,
.nav-link:focus {
    color: #7289DA;
}

.active {
    color: #7289DA !important;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}



@media (max-width: 1800px) {
    .navbar {
        padding: 1rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .home {
        margin-top: .5rem;
    }

    .d-flex {
        margin-top: 1rem;
    }

    .navbar {
        padding: 1rem 1rem;
    }

    .nav-link {
        margin-left: 0;
    }

}

/* TOP SECTION */
.top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: center;
}

.top-section .bg-img-left {
    position: absolute;
    top: 262px;
    left: 0;
}

.top-section .bg-img-right {
    position: absolute;
    top: 262px;
    right: 0;
}

.top-section span.welcome {
    text-transform: uppercase;
    color: #b5b5b5;
    font-weight: 700;
    font-size: 1.5em;
}

.top-section h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    max-width: 900px;
    margin: 1rem auto;
}

.top-section h1 span.cursor {
    display: inline-block;
    background-color: #b5b5b5;
    margin-left: 0.1rem;
    width: 2px;
}

.top-section h2 {
    max-width: 800px;
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.top-sub-section {
    background-color: #252525;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.top-sub-section h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.top-sub-section hr {
    height: 2px;
    width: 5%;
    background-color: #7289DA;
    border: 0;
    margin: 1.5rem 0 3rem 0;
}

.top-sub-section h3 span {
    color: #7289DA;
}

.top-sub-section .card {
    border: 1px solid #1b1b1b;
    padding: 2rem;
    font-weight: 700;
    background-color: #151515;
}

.top-sub-section .card i {
    font-size: 1.2rem;
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.top-sub-section .card h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}

.top-sub-section .card p {
    margin-top: .25rem;
    color: #b5b5b5;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .top-section h1 br {
        display: none;
    }
}
@media (max-width: 1200px) {
    .top-section .bg-img-left {
        display: none;
    }

    .top-section .bg-img-right {
        display: none;
    }
}
@media (max-width: 768px) {
    .top-section {
        padding-top: 3rem;
    }

    .top-section h1 {
        font-size: 1.6rem;
    }

    .top-section h2 {
        font-size: 1.1rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }

    .top-section img {
        display: none;
    }

    .top-section br {
        display: none;
    }

    .top-section h1 br {
        display: block;
    }

    .top-sub-section .card h4 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.2rem;
    }
}

/* PRODUCT SECTION */
.product-section {
    background-color: #151515;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.product-section h3 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.product-section h3 span {
    color: #7289DA;
}

.product-section hr {
    height: 2px;
    width: 10%;
    background-color: #7289DA;
    border: 0;
    margin: 1.5rem 0 2rem 0;
}

.product-section .card-product {
    border: 1px solid #1f1f1f;
    padding: 1.5rem;
    font-weight: 700;
    background-color: #252525;
}

.product-section .card-product:hover {
    background-color: #333333;
    box-shadow: 0px 0px 4px #333333;
    transform: translateX(2.5%);
    transition: ease-in-out;
    transition-duration: 200ms;
    
}

.product-section .card-product .form-check-input:hover,
.product-section .card-product .form-check-label:hover {
    cursor: pointer;
}

.product-section .card-product .form-check-input:checked {
    background-color: #7289DA;
    border-color: #5c6fb2;
    box-shadow: none;
}

.product-section .card-product-info {
    border: 1px solid #1f1f1f;
    font-weight: 700;
    background-color: #252525;
}
.product-section .card-product-info.bestseller-nitro {
    border: 1px solid #7289DA;
}
.product-section .card-product-info.bestseller-boost {
    border: 1px solid #F47FFF;
}
.product-section .card-product-info .card-body {
    padding: 1.5rem;
}

.card-img-top {
    height: 125px;
    object-fit: cover;
    object-position: bottom;
}

.product-section .card-product-info .card-title {
    text-transform: uppercase;
    text-shadow: 0px 0px 10px black;
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: .5rem;
}

.product-section .card-product-info .card-text {
    color: #b5b5b5;
    font-size: .95rem;
    font-weight: 400;
    margin-bottom: .25rem;
}

.product-section .card-product-info .price {
    color: #F47FFF;
    font-weight: 700;
    font-size: 1.7rem;
    margin-top: 1rem;
}

.product-section .card-product-info .btn-purchase {
    background-color: #b560bd;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    padding: .75rem 1rem;
    text-transform: uppercase;
    color: #fff;
}

.product-section .card-product-info .btn-purchase:hover {
    background-color: #884a8d;
}

.product-section .card-product-info .btn-nitro {
    background-color: #7289DA;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    padding: .75rem 1rem;
    text-transform: uppercase;
    color: #fff;
}

.product-section .card-product-info .btn-nitro:hover {
    background-color: #6174bb !important;
}

#sub-token-1 {
    border-radius: 50%;
    border-color: #5c6fb2;
    box-shadow: none;
}

#sub-token-1:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

/* REVIEW SECTION */
.review-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.review-section h3 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.review-section h3 span {
    color: #7289DA;
}

.review-section hr {
    height: 2px;
    width: 10%;
    background-color: #7289DA;
    border: 0;
    margin: 1.5rem 0 2rem 0;
}

.review-section .card {
    border: 1px solid #101010;
    padding: 2rem;
    font-weight: 700;
    background-color: #151515;
    height: 250px;
}

.review-section .card h5 {
    font-weight: 700;
    font-size: 1.1rem;
}

.review-section .card p {
    margin-top: 1rem;
    color: #b5b5b5;
    margin-bottom: 0;

}

.review-section .card .trustpilot span {
    color: #00B67A;
}

.review-section .card .footer span {
    color: #7b7b7b;
}

/* FAQS SECTION */
.faq-section {
    background-color: #151515;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.faq-section h3 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-section h3 span {
    color: #7289DA;
}

.faq-section hr {
    height: 2px;
    width: 10%;
    background-color: #7289DA;
    border: 0;
    margin: 1.5rem 0 2rem 0;
}

.faq-section .accordion-button {
    background-color: #252525;
    border: 1px solid #1f1f1f;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 1.2rem;
}

.faq-section .accordion-item {
    background-color: #3a3a3a;
    border: none;
    margin-bottom: 1rem;
}

.faq-section .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-section .accordion-button {
    box-shadow: none;
}

.faq-section h5 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-section h5 span {
    color: #7289DA;
}

#subproduct-3 {
    width: 85%;
}

@media (max-width: 768px) {
    #subproduct-3 {
        width: 100%;
    }
}

/* FOOTER */
footer {
    margin: 2rem 0 1rem 0;
}

footer p {
    font-weight: 700;
}

footer h5 {
    font-weight: 700;
    font-size: 1.1rem;
}

footer a.btn-link {
    font-weight: 700;
    text-decoration: none;
}

footer p.disclaimer {
    font-weight: 700;
    font-size: .9rem;
    color: #c5c5c5;
}

/* TOS */
.tos{
    background-color: #151515;
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.tos h1{
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.tos hr{
    height: 2px;
    width: 5%;
    background-color: #7289DA;
    border: 0;
    margin: 1.5rem 0 1.5rem 0;
}
.tos h3{
    font-size: 1.4rem;
    color: #7289DA;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

