* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    background-color: black;
    color: #FFFFFF;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    ;

}


header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background-color: none;
    font-family: "Montserrat" ;

}

@font-face {
    font-family: "Montserrat" ;
    src: url(/fonts/Laviossa-Medium.otf) format('opentype');
    font-weight: medium;
    font-style: medium;
}

#toogleBtn {
    font-size: 24px;
    display: none;
    cursor: pointer;
}

.category-button {
    display: block;
}

@media (max-width: 576px) {
    #toogleBtn {
        display: initial;
    }

    #menu {
        top: 80px;
        left: -100%;
        transition: 400ms;
        position: fixed;
        flex-direction: column;
        color: white;
        width: 70%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 20px;
        z-index: 1000;
    }

    #menu.open-menu {
        left: 0;
    }

    #menu li {
        margin: 10px 0;
    }

    .container {
        display: initial;
        float: left;
    }
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    transition: 400ms;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.show-overlay {
    opacity: 1 !important;
    visibility: visible;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    margin: auto;
    /* background: transparent; */
    color: white;
    height: 100px;
    font-family: "Montserrat" ;

}

nav .logo img {
    width: 40%;
}

#menu {
    font-size: 14px;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Montserrat" ;

}

.search-box {
    width: 120px;
    height: 25px;
    margin: 0 20px 0 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    background-color: transparent;
    gap: 2px;
    padding-right: 75px;
    font-family: "Montserrat" ;

    margin-left: 0px;
    border: 1px solid white;
}

input::placeholder {
    color: white;
    /* Tomato red color */
    opacity: 1;
    /* Ensure the placeholder text is fully visible */
}

#search-icon {
    border: none;
    height: 20px;
    color: white;
    width: 19px;
    display: block;
}

.search-box input {
    color: white;
    background-color: transparent;
    font-family: "Montserrat" ;

    border: none;
    /* Removes the border from the input field */
    outline: none;
    /* Removes the outline when focused */
    flex: 1;
    /* Allows input to take available space */
}

.dropbtn {
    background-color: transparent;
    color: white;
    /* padding: 16px; */
    font-size: 14px;
    font-family: "Montserrat" ;

    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    font-family: "Montserrat" ;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.banner img {
    width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    #menu {
        display: initial;
        flex-direction: column;
        background-color: ;
        position: absolute;
        top: 80px;
        right: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
        z-index: 1000;
    }

    #menu.show {
        display: flex;
    }

    #toggleBtn {
        display: block;
    }
}


.container {
    width: 100%;
    height: auto;

}

.left {
    width: 37%;
    height: auto;
    font-size: 60px;
    font-weight: 700;
    color: #505050;
    line-height: 0.9;
    margin-left: 10%;
    margin-top: 5%;
    /* border: 1px solid red; */
    text-align: justify;
}

.right {
    width: 52%;
    height: auto;
    /* border: 1px solid red; */
    margin-left: 38%;
    font-size: 21px;
    overflow: hidden;
    margin-top: 5%;
    justify-content: center;
}

.right p {
    font-size: 18px;
    line-height: 1.9;
    color: #ccc;
    /* word-spacing: 4px; */
    text-align: justify;
    /* font-weight: lighter; */
}
@media (max-width: 576px) {
    .left{
        font-size: 33px;
        margin-top: 30%;
        align-items: center;
        margin-left: 28%;

    }
   

   
.right {
    width: 90%;
    height: auto;
    /* border: 1px solid red; */
    margin-left: 5%;
    font-size: 18px;
    /* overflow: hidden; */
    margin-top: 5%;
    justify-content: center;
}

.right p {
    font-size: 18px;
    line-height: 1.9;
    color: #ccc;
    /* word-spacing: 4px; */
    text-align: justify;
    /* font-weight: lighter; */
}

}
@media (max-width: 776px) {
    .left {
        font-size: 33px;
        margin-top: 30%;
        align-items: center;

    }
    /* .left{
        margin-left: 50%;
    } */

   
.right {
    width: 90%;
    height: auto;
    /* border: 1px solid red; */
    margin-left: 5%;
    font-size: 18px;
    /* overflow: hidden; */
    margin-top: 5%;
    justify-content: center;
}

.right p {
    font-size: 18px;
    line-height: 1.9;
    color: #ccc;
    /* word-spacing: 4px; */
    text-align: justify;
    /* font-weight: lighter; */
}

}
