body {
    overflow-x: hidden;
    background: #f8f9fa;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
    background-color: #222;
}

body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 8px;
    background-color: #222;
}

body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f8f9fa;
    border: 1.5px solid #222;
}

a.nav-link {
    font-size: 20px !important;
    padding-left: 50px !important;
}

a.nav-link:active,
a.nav-link:hover {
    color: #fd1432;
}

#scrollUp {
    opacity: 0.8;
    box-shadow: var(--bs-box-shadow-sm) !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    cursor: pointer;
    font-size: 30px;
    color: #222;
    background-color: #f8f9fa;
    padding: 7px 10px;
    border-radius: 10px;
    line-height: 0;
    border: 2px solid #222;
}

.modal-content {
    border: 2px solid #fff !important;
    background: rgba(33, 37, 41, 0.9) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    position: absolute !important;
    bottom: -200px;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
}

.swiper-pagination-bullet-active {
    background: #222;
}

.swiper-button-next:after {
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.swiper-button-prev:after {
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    right: 0;
}

hr {
    opacity: 0.1;
    width: 80% !important;
    border: none;
    border-top: 2px dashed #222;
}

.form-control:active,
.form-control:focus,
.form-control:hover,
.form-select:active,
.form-select:focus,
.form-select:hover,
.btn:active,
.btn:focus,
.btn:hover {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #222;
}

button:active,
button:focus,
button:hover,
.btn-close:active,
.btn-close:focus,
.btn-close:hover {
    outline: none !important;
    box-shadow: none !important;
}

.footer {
    background: #161616;
    color: #f8f9fa;
}

.footext {
    color: #f8f9fac4;
    text-decoration: none;
}

.footext:hover, .footext:active {
    color: #fff;
    cursor: pointer;
}

.sendbuttonnewsletter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.sendbuttonnewsletter:hover {
    cursor: pointer;
}

.navbar-toggler {
    border: none !important;
}

.desktop14mobile75 {
    font-size: 14px;
}

.desktop14mobile12 {
    font-size: 14px;
}

h4 {
    font-size: 20px;
}

@keyframes wobble {
    0%, 100% {
        transform: translateX(0%);
    }
    15%, 45%, 75% {
        transform: translateX(-5px);
    }
    30%, 60%, 90% {
        transform: translateX(5px);
    }
}

.wobble {
    animation: wobble 0.35s ease-in-out;
}

.btn-customs {
    background: #b85a0c !important;
    color: #fff !important;
    border: none !important;
}

.btn-customs:hover,
.btn-customs:active {
    background: #985113 !important;
    color: #fff !important;
    border: none !important;
}

@media (min-width: 270px) and (max-width: 690px) {
    .bgwhitemobile {
        background: #fff;
    }

    h4 {
        font-size: 16px;
    }

    .desktop14mobile75 {
        font-size: 7.5px;
    }

    .desktop14mobile12 {
        font-size: 12px;
    }

    .justifymobile {
        text-align: justify;
    }

    .footext {
        font-size: 10px;
    }

    a.nav-link {
        padding-left: 10px !important;
    }
}