#plan-selected {
    background-color: #fff!important;
    border: 1px solid var(--main-dark);
    padding: 10px;
}
.plan-option {
    padding: 0 1.2rem 0 0.5rem;
    background-color: white;
    cursor: pointer;
}
.plan-option:hover {
    filter: brightness(0.96);
}
#plan-select {
    position: relative;
}

#plan-selected.error {
    border-color: red;
}
#plan-option {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background: white;
    border: 0.5px solid rgb(221, 221, 221);
    margin-top: 5px;
    padding: 0.5rem 1px;
}
#chevron.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.account-container .btn-sec-dark h4 {
    color: var(--main)!important;
}
.close {
    border: transparent!important;
    background: transparent!important;
    font-size: 21px;
}
.form-control:focus {
    background-color: var(--bs-form-control-bg);
    border-color: var(--main)!important;
    outline: 0;
}
#cancelModal #button .btn-primary {
    background-color: var(--danger)!important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border-color: transparent!important;
}
.btn-theme {
    border-radius: 9px;
    color: #fff;
    text-transform: uppercase;
    background: url("/storage/eefd7e01-2f09-44fc-8e05-ee4bc88dad28/bg_button.jpg");
    background-size: cover;
    background-position: center;
    padding: 0.8rem 2rem;
    border: 1px solid var(--main);
    background-repeat: no-repeat;
}
.btn-theme:hover {
    color: var(--main);
    background: #fff!important;
}
.bg-plan {
    background: linear-gradient(90deg, #AB1313 12.64%, #EA1919 49.54%, rgba(187, 29, 29, 0.68) 88.81%);
}
small {
    font-size: .75em;
}
.banner-top h1, .plan-type {
    font-weight: 400;
}
h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
}
.favourite-games h5, .trending-games h5 {
    font-family: 'Teko', sans-serif;
}
.trending-games h4 , .services h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    line-height: .9;
}
.contact h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: .9;
}
.fs-7 {
    font-size: .8rem!important;
}

.btn-secondary {
    color: white;
    border: 1px solid var(--danger);
    background: transparent;
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 0;
}
.btn-primary {
    color: white;
    border: transparent;
    background: var(--danger);
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 0;
}
.btn-secondary:hover {
    border: 1px solid #fff;
    color: white;
    background: var(--danger);
    font-size: 14px;
}
.btn-primary:hover {
    border: 1px solid var(--danger);
    color: white;
    background: #150014;
    font-size: 14px;
}
.btn-primary:active {
    background: #323232 !important;
    border: 3px solid var(--main) !important;
}

.fixed-navbar {
    position: fixed;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 90%) 60%, transparent);
    z-index: 99;
}

.fixed-navbar .nav-link {
    color: white;
}
.card-title {
    white-space: break-spaces;
}
footer a {
    width: fit-content;
}
.fixed-navbar .nav-link:hover, footer a:hover {
    border-bottom: 1px solid var(--danger) !important;
}

.card {
    background-color: #181c26;
}
a {
    white-space: nowrap;
}

@media (min-width: 700px) {
    h1 {
        font-size: 3.8rem!important;
        line-height: .9;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--main-light) !important
}
#cancelModal #button .btn-primary {
    background-color: var(--danger)!important;
}
.nav-link {
    white-space: nowrap;
}
footer hr {
    color: #D04344!important;
    opacity: 1!important;
}
footer , .footer-link {
    font-size: 13px!important;
    margin-bottom: 0.25rem!important;
}


.text-main {
    color: var(--main);
}

.text-main-dark {
    color: var(--main-dark);
}

.bg-main {
    background-color: var(--main);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

.bg-main-light {
    background-color: var(--main-light);
}

.text-main-light {
    color: var(--main-light);
}

.w-fitcontent {
    width: fit-content;
}

.border-main {
    border-color: var(--main) !important;
}

.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

/* FOOTER */

.footer-link {
    color: #fff;
    text-decoration: none;
}



@media (min-width: 1140px) {
    .mt-neg-100 {
        margin-top: -100px;
    }
}

.credit-card {
    display: inline-block;
    width: 38px;
    height: 25px;
    margin-right: 5px;
    background-size: contain;
}