* {
    font-size: 17px;
    margin: 0;
    padding: 0;
}

.navigation {
    height: 70px !important;
    width: 100% !important;
    background-color: #000;
}

.input {
    width: 75% !important;
    background-color: black !important;
}

.search {
    width: 40%;
}

.icons {
    width: 10%;
}

.button {
    width: 20%;
    background-color: white !important;
    color: black !important;
}

input::placeholder {
    color: white !important;
}

.s1 {
    width: 100% !important;
    height: 45px !important;
    background-color: #14181a;
}

.b1 {
    color: white !important;
    font-family: sans-serif;
    font-size: 14px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 05%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.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-container {
    margin-left: auto;
    margin-right: auto;
}

.club {
    width: 100%;
    height: 60px;
    background-color: white;
    color: black;
    padding-top: 0.85%;
}