body {
    background: linear-gradient(135deg, #331488, #140836, #331488);
    /* background-color: var(--body-color); */
}

.btn-close {
    opacity: 1;
    transition: all 0.5s;
}

.btn-close:hover {
    opacity: 1;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.cmn-btn {
    background-color: var(--primary-color);
    background-image: none;
    border-radius: 15px;
}

.cmn-btn.reg {
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.cmn-btn:active {
    opacity: 0.5;
}

@media screen and (min-width: 992px) {
    .cmn-btn:hover {
        box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
    }

    .footer-area .footer-top {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contact-left-icon {
        transition: transform .5s;
    }

    .contact-left-icon:hover {
        transform: scale(1.2);
    }
}

@media (max-width: 480px) {
    .get-in-touch .cus-mar {
        display: flex !important;
    }
}

.get-in-touch input,
.get-in-touch textarea {
    background-color: rgba(95, 55, 152, 1);
}

.header-section .navbar .navbar-collapse .right-area button.cmn-btn {
    background-color: var(--primary-color);
    border: 1px solid rgba(177, 152, 248, 0.3);
}

.get-in-touch .cmn-btn {
    background-color: var(--primary-color);
}

.modal-content,
.box-shadow {
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.done-btn {
    display: none
}

.popular-game,
.features {
    background-position: center 0;
    background-size: cover;
}

.text-shadow {
    text-shadow: 0 0 32px #fff;
}

.dashboard-section .nav button.active,
.dashboard-section .nav button:hover {
    text-shadow: 0 0 32px #fff;
}

.log-reg .modal-content .input-area {
    background-color: rgba(95, 55, 152, 1);
}

.checkbox-single .checkbox-area .checkmark {
    width: 32px;
    height: 32px;
}

.checkbox-single {
    padding-left: 48px;
}

.checkbox-single .checkmark::after {
    width: 32px;
    height: 32px;
    background-image: url('/assets/images/icon/bcheck.png');
}

.log-reg .modal-content p a {
    text-transform: none;
}

.banner-section.inner-banner .main-content .breadcrumb-area .breadcrumb li {
    font-size: 24px;
    padding-top: 12px;
}

.banner-section.inner-banner .main-content .breadcrumb-area .breadcrumb li a {
    font-size: 24px;
}

.dashboard-section .single-box {
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.dashboard-section .cmn-btn:hover {
    background-color: #078d07;
}

.dashboard-section .cmn-btn.alt:hover {
    background-color: #591db4;
    border-color: #591db4;
}

.dashboard-section .cmn-btn:active {
    opacity: 0.5;
}

.custom-title {
    /* background: linear-gradient(90deg, rgba(255, 215, 0, 1) 0%, rgba(218, 165, 32, 1) 100%) !important;
    background-clip: text;
    color: transparent; */
    background: -webkit-linear-gradient(90deg, rgb(255, 200, 0) 0%, rgb(215, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title {
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.nextw {
    font-size: 22px;
}

.sub-title-2 {
    background: -webkit-linear-gradient(90deg, rgb(255, 200, 0) 0%, rgb(215, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.games-carousel .slick-list {
    overflow: visible;
}

.games-carousel .slick-slide {
    /* margin-left: 25px;
    margin-right: 25px; */
}

.games-carousel .slick-slide img {
    transition: transform .5s;
}

.games-carousel .slick-slide:hover img {
    transform: scale(1.2);
    z-index: 33;
}

.features .single-box {
    border-radius: 40px;
}

.white {
    color: #fff;
}

.pp-block {
    border-radius: 20px;
}

.pp-block table {
    margin-bottom: 0;
}

input.xlr {
    display: block;
    margin-top: 3px;
}

.footer-form button {
    transition: transform .5s;
}

.footer-form button:hover {
    transform: scale(1.2);
}

.footer-section .footer-form form button {
    background: linear-gradient(90deg, rgba(7, 141, 7, 1) 0%, rgba(0, 191, 0, 1) 100%);
}

.footer-section .footer-form {
    border-radius: 10px;
    background-image: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-section .footer-form:before {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-form-bg.png);
    background-size: cover;
    opacity: 0.5;
}

.footer-box a:hover {
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}