@font-face {
    font-family: "CruyffSansExpanded-Heavy";
    src: url("../fonts/CruyffSansExpanded-Heavy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CruyffSansMono-Regular";
    src: url("../fonts/CruyffSansMono-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CruyffSansCondensed-Medium";
    src: url("../fonts/CruyffSansMono-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
:root {
    --primary-color: #ceaa50;
}

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

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

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

.top-bar-menu a.active {
    color: #ceaa50 !important;
}

.navbar-nav .nav-link.active {
    color: #ceaa50 !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: #ceaa50;
}

.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: #ceaa50;
}

.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: #ceaa5080;
    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: #ceaa5080;
    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;
}

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

.swal2-popup button,
.btn-primary {
    display: block;
    background: #ceaa50 !important;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    color: black !important;
    font-weight: bold;
    box-shadow: none !important;
}

.btn-disabled {
    opacity: 50%;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background: #ceaa50 !important;
}

/* 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: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) {
    .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: 64px;
    }

    .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) {
}

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