* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.header {
    width: 100%;
    height: 12vh;
    background-color: black;
    justify-content: center;
    z-index: 2;
}

.header .navbar {
    width: 85%;
    height: 100%;
    justify-content: space-between;
}

.navbar {
    .half-1 {
        width: 70%;
        height: 100%;
    }

    .half-2 {
        width: 20%;
        height: 100%;
        justify-content: space-around;
    }
}

.half-1 .logo {
    height: fit-content;

    img {
        height: 4.2vh;
    }
}

.half-1 .menu {
    width: 19.5%;
    justify-content: center;
}

.half-1 .searchbar {
    width: 52%;
    height: 6vh;
    align-items: center;

    input {
        height: 100%;
        width: 100%;
        border-radius: 4px;
        border: none;
        color: black;
        font-weight: 700;
        font-size: 19px;
        font-family: 'Roboto', sans-serif;
        padding-left: 10px;
    }
}

.searchbar input::-webkit-input-placeholder {
    width: 100%;
    font-size: 19px;
    font-weight: 900;
    text-align: start;
    color: #B7B7B7;
    font-family: 'Roboto', sans-serif;
}


.drop {
    height: 100%;

    .user {
        height: 100%;
    }
}

#menu {
    display: none;
    position: absolute;
    width: 6.5%;
    height: 10vh;
    background-color: #121212;
    font-size: larger;
    right: 11%;
    top: 12%;
    color: #FFFFFF;
    text-align: center;

    .login {
        margin-top: 3%;
    }

    .signup {
        margin-top: 2%;
    }

    a {
        margin: 1%;
    }
}

.drop:hover #menu {
    display: block;
}

.flex-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.section {
    height: 100%;
    width: 100%;
    background-color: #191919;
    justify-content: center;
}

.section .s-1 {
    margin-top: 2%;
    width: 83%;
    height: 85vh;
}

.section .s-2 {
    width: 83%;
    height: 90vh;
}

.section .s-3 {
    width: 83%;
    height: 90vh;
}

.f-1 {
    width: 83%;
    height: 90vh;
}

.TTD {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 24.28%);
    grid-template-rows: repeat(1, 480px);
    row-gap: 15px;
    column-gap: 15px;
}

.b1 .img {
    height: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 10%;
    left: 10%;

    img {
        height: 250px;
        width: 80%;
    }
}

.b1 .contant {
    width: 95%;
    height: auto;
    position: absolute;
    bottom: 4%;
    font-size: x-large;
    font-weight: bold;
    overflow: hidden;

    p {
        text-align: justify;
    }
}

.price span {
    font-size: large;
    color: #9A9A9A;
    text-decoration: line-through;
}

.btn input {
    height: 80px;
    width: 80%;
    border-radius: 14px;
    border: none;
    color: black;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}

.btn input::-webkit-input-placeholder {
    width: 100%;
    font-size: 19px;
    font-weight: 900;
    text-align: start;
    color: #B7B7B7;
    font-family: 'Roboto', sans-serif;
}

.f-flex {
    display: flex;
    justify-content: space-around;
}

.s-box1,
.s-box2 {
    height: 100%;
}

li {
    margin-top: 16.5%;
}

.s-box2 li {
    margin-top: 15%;
}

.margin-left {
    margin-left: 10%;
}

.fa-brands {
    font-size: xx-large;
    margin-top: 5%;
}

.f-font-size {
    font-size: larger;
    font-weight: 600;
}

.f-box {
    height: 83%;
    width: 30%;
}

.border-right {
    border-right: 1px solid #DDDDDD;
}

.footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-bg-color {
    background-color: #1D1D1D;
}

.fa-regular {
    position: absolute;
    top: 10%;
    right: 17px;
    font-size: x-large;
}

.fa-star {
    font-size: large;
    color: #9A9A9A;
}

.star-color {
    color: #12DAA8;
}

.grid-box {
    height: 100%;
    display: flex;
    background-color: #121212;
    border-radius: 10px;
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
}

.padding-nav {
    padding: 4px;
}

.padding-box {
    padding: 12px;
}

.nav-font-size {
    font-size: larger;
}

.sec-heading-font-size {
    font-size: xx-large;
    font-weight: 600;
}

.menu:hover {
    border-bottom: 1px solid #12DAA8;
}

@media(min-width : 758px) and (max-width : 1375px) {

    .header {
        height: 11vh;
    }

    .name {
        display: none !important;
    }

    .navbar {
        .half-1 {
            width: 60%;
            justify-content: space-evenly;
        }

        .half-2 {
            width: 30%;
        }
    }

    .half-1 .logo {
        img {
            height: 4vh;
        }
    }

    .half-1 .menu {
        width: 9%;
    }

    .half-1 .searchbar {
        width: 48%;
        height: 5.5vh;

        input {
            font-size: 15px;
        }
    }

    .searchbar input::-webkit-input-placeholder {
        font-size: 15px;
    }

    #menu {
        width: 15%;
        height: 11.5vh;
        font-size: large;

        .login {
            margin-top: 5%;
        }

        .signup {
            margin-top: 2%;
        }

        a {
            margin: 1%;
        }
    }

    .section .s-1 {
        margin-top: 2%;
        width: 79%;
        height: 170vh;
    }

    .section .s-2 {
        width: 79%;
        height: 170vh;
    }

    .section .s-3 {
        width: 79%;
        height: 170vh;
    }

    .f-1 {
        height: 100vh;
    }

    .TTD {
        grid-template-columns: repeat(2, 40%);
        grid-template-rows: repeat(2, 450px);
        row-gap: 20px;
        column-gap: 20px;
    }

    .b1 .img {

        img {
            height: 180px;
            width: 80%;
        }
    }

}

@media(min-width : 300px) and (max-width : 767px) {

    .header {
        height: 12vh;
    }

    .navbar {
        .half-2 {
            width: 40%;
        }
    }

    .name {
        display: none !important;
    }

    .name1 {
        display: none !important;
    }

    .section .s-1 {
        width: 85%;
        height: 380vh;
    }

    .section .s-2 {
        width: 85%;
        height: 380vh;
    }

    .section .s-3 {
        width: 85%;
        height: 380vh;
    }

    .f-1 {
        height: 200vh;
    }

    .TTD {
        grid-template-columns: repeat(1, 80%);
        grid-template-rows: repeat(4, 500px);
    }
}