:root {
    --primary-color: #b32aff;
    --hover-color: #312913;
}

body {
    font-family: "CruyffSans-Regular", sans-serif;
    background-image: url("../images/bg/background2.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: white;
}

.app-wrapper {
    background: linear-gradient(rgba(21, 22, 22, 0.88), rgba(21, 22, 22, 0.88)),
        #151616 url(../images/bg/bg-overlay.webp) center / 110% repeat-y;
}

.main-content {
    margin-top: 0px;
}

.btn-theme {
    position: relative;
    z-index: 0;
    color: white;
    background: var(--primary-color);
    box-shadow: 0px 0px 50px 12px #0000003d;
    padding: 8px 22px;
    border-radius: 6px;
    font-weight: 600;
    overflow: hidden;
    transition: all 200ms ease;
}

.btn-theme:hover {
    color: #7d00c3;
    scale: 1.1;
    rotate: 2deg;
}

.btn-theme::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(
            90deg,
            #8894dc 0%,
            #ecb9ff 20%,
            #ffffff 49.52%,
            #ecb9ff 80%,
            #8894dc 100%
        ),
        linear-gradient(0deg, #b229ff, #b229ff);
    transition: all 200ms ease;
}

.btn-theme:hover::before {
    opacity: 100;
}

.transparent-btn {
    background-color: transparent;
    padding: 10px 18px;
    border: 1px solid white !important;
    border-radius: 50px;
    color: white;
}

.transparent-btn:hover {
    background: #ffffff2e;
}

a {
    color: white;
    text-decoration: none;
}

.top-bar-menu a.nav-link.active {
    color: var(--primary-color) !important;
}

.top-bar-menu a.nav-link {
    position: relative;
}

.top-bar-menu a.nav-link::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    max-width: 0;
    width: 100%;
    height: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: var(--primary-color);
    transform: translateX(-50%);
    transition: all 600ms cubic-bezier(0.71, -0.01, 0.36, 1.24);
}

.top-bar-menu a.nav-link:hover::before,
.top-bar-menu a.nav-link.active::before {
    max-width: calc(100% + 8px);
    box-shadow: 0px -12px 36px 12px #c65eff;
}

.top-bar-menu a.nav-link:hover,
.top-bar-menu a.nav-link.active {
    color: var(--primary-color) !important;
}

.swal2-container .swal2-title,
.title-font,
.font-cruyff {
    font-family: "CruyffSansExpanded-Heavy", sans-serif !important;
    font-weight: normal !important;
    font-style: normal;
    line-height: 1.2;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
    width: 90%;
}

.condensed-medium-font {
    font-family: "CruyffSansCondensed-Medium", sans-serif;
}

.title-font-left {
    position: relative;
    padding-left: 24px;
    text-align: left;
}

.title-font-left::before {
    content: "";
    position: absolute;
    left: 0;
    /* top: 0; */
    top: 3px;
    width: 10px;
    height: calc(1em * 0.7);
    background: var(--primary-color);
}

.title-font-right {
    position: relative;
    padding-right: 24px;
}

.title-font-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: calc(1em * 0.7);
    background: var(--primary-color);
}

.social-media {
    color: #181818;
    background-color: white;
    padding: 5px;
    width: 37px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.social-media {
    color: #181818 !important;
}

.image-frame {
    position: relative;
    z-index: 2;
}

.image-frame img {
    box-shadow: -9px 4px 31.4px 0px #00000040;
    box-shadow: 0px 0px 50px 0px #000000;
}

.image-frame::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color) 80;
    border-radius: 12px;
    top: -13px;
    left: -13px;
    z-index: -1;
}

.image-corner-frame::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: url("../images/orn/image-frame.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -35px;
    left: -35px;
}

.card-frame::before {
    content: "";
    position: absolute;
    width: calc(64px * 0.8);
    height: calc(36px * 0.8);
    background: url("../images/orn/card-corner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    bottom: -10px;
    right: -10px;
}

.card-frame {
    background: url("../images/orn/strings.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swal2-popup,
.modal-frame {
    position: relative;
}

/* .swal2-popup::before, */
.modal-frame::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color) 80;
    border-radius: 12px;
    top: -13px;
    left: -13px;
    z-index: -1;
}

/* .swal2-popup::after, */
.modal-corner-frame::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../images/orn/image-frame.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -25px;
    left: -25px;
}
.modal .modal-dialog {
    max-width: 700px;
}

.modal .modal-content,
.modal .modal-body,
.modal .modal-footer,
.modal .modal-header {
    border: none;
}

.modal .modal-header {
    color: white;
}
.modal .modal-header .sub-title {
    font-size: 1.5rem !important;
    max-width: 400px;
}

.modal .modal-header button {
    border-radius: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 30px;
    right: 30px;
    width: 10px;
    aspect-ratio: 1 / 1;
    height: 10px;
    font-size: 12px;
}

.swal2-popup,
.modal .modal-content {
    background: #181818;
    border: 1px solid #ffffff;
    color: white;
    padding: 20px 30px;
}

.form-group .form-control-outer {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}

.form-group .verify {
    min-width: 130px;
    /* text-decoration: underline !important; */
    font-size: 1rem;
    color: black;
    cursor: pointer;
    padding: 5px 14px;
    text-align: center;
    line-height: 1;
}

.select-2-container {
    width: 100%;
    color: white;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
    color: white;
}

.select2-dropdown {
    background: #000000 !important;
    border: 2px solid var(--primary-color) !important;
    color: white;
    border-radius: 12px;
}

.select2-dropdown input {
    background: #000000 !important;
    border: 2px solid var(--primary-color) !important;
    color: white;
    border-radius: 6px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary-color) !important;
    color: black;
}

.select2-container .select2-selection--single {
    padding: 4px 12px;
    height: fit-content;
}

.select2-dropdown input,
.select2-container .select2-selection--single,
.form-group .form-control,
.form-group .form-control:active,
.form-group .form-control:focus {
    background: #000000 !important;
    border: 2px solid var(--primary-color);
    position: relative;
    color: white;
    box-shadow: none !important;
}

.select2-container .select2-selection--single:hover,
.field-input-outer:hover .field-input-background,
.form-group .form-control:hover,
.form-group textarea.form-control:focus,
.form-group input.form-control:focus {
    background: var(--hover-color) !important;
}

.form-group textarea.form-control::placeholder,
.form-group input.form-control::placeholder {
    color: #ffffff80;
}

.select2-container
    .select2-selection--single:hover
    .select2-selection__rendered,
.field-input-outer:hover .field-input-background,
.form-group textarea.form-control:hover::placeholder,
.form-group input.form-control:hover::placeholder,
.form-group textarea.form-control:focus::placeholder,
.form-group input.form-control:focus::placeholder {
    color: var(--primary-color);
}

.swal2-popup button,
.btn-primary {
    display: block;
    background: var(--primary-color) !important;
    padding: 8px 28px;
    border: none;
    border-radius: 50px;
    color: black !important;
    font-weight: bold;
    box-shadow: none !important;
    border: 2px solid var(--primary-color);
}

.btn-disabled {
    opacity: 50%;
}
.btn-primary:hover {
    background: #b49851 !important;
    border: 2px solid var(--primary-color);
}

.btn-primary:focus,
.btn-primary:active {
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

/* div.tns-item.tns-slide-active {
    transform: scale(1);
} */

div.tns-item {
    /* width: 220px !important; */
}

.fa-arrow-left,
.fa-arrow-right {
    padding: 5px;
    border-radius: 100%;
    width: 25px;
    aspect-ratio: 1 / 1;
    color: black;
    background: var(--primary-color);
}
.swiper-container {
    width: 100%;
    position: relative;
}

.swiper-wrapper {
    align-items: center;
}
.swiper-slide {
    width: 220px; /* Fixed width per slide */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
}

.swiper-inner {
    width: 80%;
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.swiper-slide-active .swiper-inner {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 10;
}

.sub-title {
    font-size: 24px;
}

.card {
    padding: 10px 24px;
}

.radio-style-1-label:before {
    background: black !important;
    border: 2px solid var(--primary-color);
}

.radio-style-1-label:hover:before {
    background: var(--hover-color) !important;
}
.radio-style:checked + .radio-style-1-label:before {
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
}

/* This changes all the animations globally */
:root {
    --animate-delay: 0s;
}

hr {
    margin: 0 !important;
}

.field-input-background {
    height: 40px;
    background: #000000 !important;
    border: 2px solid var(--primary-color);
    padding: 0.375rem 1rem;
    border-radius: 0.375rem;
}
/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

/* lg: desktop */
@media (min-width: 992px) {
    .main-content {
        margin-top: 64px;
    }
    .swal2-popup {
        max-width: 700px;
    }
    .form-group .verify {
        /* padding: 10px 14px; */
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .card-frame::before {
        width: calc(64px * 1);
        height: calc(36px * 1);
        bottom: -20px;
        right: -10px;
    }
    .modal .modal-header .sub-title {
        font-size: 1.5rem !important;
    }

    .sub-title {
        font-size: 42px;
    }

    .swiper-wrapper {
        margin-left: -27%;
    }

    .swiper-slide {
        width: 320px; /* Fixed width per slide */
    }

    .title-font-left::before {
        top: 12px;
    }
}

/* xl: wide */
@media (min-width: 1200px) {
    .sub-title {
        font-size: 64px;
    }
}

/* super wide */
@media (min-width: 1440px) {
}
