@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font);
}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

:root {
    --font: 'Poppins', sans-serif;
    --wl-color: #f8f8f8;
    --w-color: #ffffff;
    --green: #00703C;
}

header {
    background: var(--wl-color);
    font-size: 12px;
    padding: 5px 0px;
}

header select {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    cursor: pointer;
}


/* Navbar */

.navbar {
    background: transparent;
    padding: 50px 10px;
    transition: 0.2s all ease-in-out;
}

.navbar .nav-link {
    color: var(--w-color) !important;
}

.navbar .cart a {
    color: var(--w-color);
}

.navbar .search {
    cursor: pointer !important;
}

@media only screen and (min-width: 769px) {
    .nav-active {
        background: var(--w-color);
        box-shadow: 0px 5px 9px #00000041;
        padding: 20px 10px;
        transition: 0.2s all ease-in-out;
    }
    .nav-active .nav-link {
        color: #000 !important;
    }
    .nav-active .search {
        color: #000 !important;
    }
    .nav-active .cart a {
        color: #000;
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        background: white !important;
        padding: 20px 0px !important;
        color: black !important;
    }
    .navbar {
        background: var(--w-color);
        box-shadow: 0px 5px 9px #00000041;
        padding: 20px 12px !important;
        transition: 0.2s all ease-in-out;
    }
    .navbar .nav-link {
        color: #000 !important;
    }
    .navbar .nav-link {
        color: #000 !important;
    }
    .navbar .search {
        color: #000 !important;
    }
    .navbar .cart a {
        color: #000 !important;
    }
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}


/* home */

#home {
    background: url('../assets/img/2.jpg') no-repeat center/cover;
    height: 100vh;
}

#home .hero {
    position: relative;
    top: 200px;
}

#home .hero {
    background: #00000075;
    padding: 10px 15px;
    max-width: 500px;
    margin: auto;
}

#home .border {
    padding: 10px 15px;
    color: var(--w-color);
}

#home p {
    font-size: 15px;
    font-weight: 300;
}


/* ----Search box----- */

.search-box {
    position: fixed;
    z-index: 50000;
    height: 100vh;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.459);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    width: 100%;
    top: 0;
}

.search-box .search-container {
    position: relative;
    top: 240px;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    padding: 10px 20px;
}

.search-box .search-container input {
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    outline: none !important;
    padding-left: 20px;
    border-radius: 70px;
}

.search-box .search-container .search-btn {
    height: 50px;
    width: 60px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    background: var(--green);
    color: var(--w-color);
    border: none !important;
    outline: none !important;
    margin-left: -40px;
}

.search-box .close-search-box {
    position: absolute;
    right: 0;
    margin: 20px 30px;
    height: 40px;
    width: 40px;
    background: #920202;
    color: var(--w-color);
    border: none !important;
    outline: none !important;
    border-radius: 5px;
}


/* X---Search box---X- */


/* -----Splash---- */

#splash {
    position: fixed;
    z-index: 50000;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.897);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    max-width: 600px !important;
    margin: auto;
    top: 20px;
    padding: 0px 20px;
}

#splash .title {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

#splash form select {
    width: 100% !important;
    height: 40px;
    border-radius: 70px;
    border: 2px solid black;
    padding: 0px 20px;
}

#splash .item-size {
    max-width: 600px;
    margin: auto;
}

#splash .close-splash {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: black;
    font-size: 30px;
    float: right;
}

#splash img {
    filter: grayscale(10);
}

#splash .preference-btn {
    height: 35px;
    width: 300px;
    font-size: 13px;
    border: none !important;
    outline: none !important;
    background: black !important;
    border-radius: 70px;
    color: var(--w-color);
    font-weight: 300;
}

.text-size {
    font-size: 13px;
}


/* X----Splash---X */


/* more */

#more .d-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

#more .c2 {
    display: flex;
    position: relative;
}

#more .btn-center {
    top: 50%;
    left: 45%;
}

#more .play-btn {
    width: 50px;
    height: 50px;
    border-radius: 70px;
    color: var(--w-color) !important;
    font-size: 30px;
    background: #f8f8f8 !important;
    border: none !important;
    outline: none !important;
}

.trending .c-btn {
    height: 30px;
    width: 30px;
    border-radius: 70px;
    background: transparent;
    border: 1px solid #000;
    font-size: 12px;
    margin-right: 10px;
}

.down {
    display: flex;
}

.top {
    top: 30%;
    padding: 0px 30px;
}

.top h4 {
    font-size: 30px;
}

.top2 {
    top: 50%;
    padding: 0px 30px;
    left: 30%;
}

ul li {
    list-style: none;
}

footer {
    padding-top: 50px;
    padding-bottom: 10px;
}

footer ul li a {
    color: #000;
    font-size: 15px;
}