:root{
    --text-color: rgb(17, 17, 17) ;
    --background-color:#E9E0D5;
    --hover-color: #C8C8C8;
    --navbar-color: #EFEFEF;
}


body{
    background-color: var(--background-color);
    margin: 0;
    font-family: sans-serif;
    width:100%;
}

a{
    text-decoration: none;
    color:Var(--text-color);
}

header{
    display: flex;
    width: 100%;
}

/* navigation bar*/
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--navbar-color);
    /*padding: 8px 12px;*/
    font-size: 20px;
    width: 100%;
    height: 100px;
}

.navbar__logo img{
    width:300px;
    height: 60px;
}

.navbar__menu{
    display:flex;
    list-style: none;
    padding-left:0;
}

.navbar__menu li{
    padding: 8px 12px;
}
.navbar__menu li:hover{
    background-color: var(--hover-color);
    border-radius: 4px;
}

.navbar__icons{
    list-style: none;
    display: flex;
    padding-left: 0;
    padding-right: 12px;
}

.navbar__icons li{
    padding: 8px 12px; 
}

.navbar__icons img{
    width: 40px;
    height: 40px;

}

.navbar__toggleBtn{
    display: none;
}


/*sub menu*/
/* 
topnav = navbar
dropdown = about__us
dropdown-content = sub__about
*/


.about__us{
    float: left;
    overflow: hidden;
}

.sub__about{
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.sub__about a{
    float: none;
    display: block;
    text-align: left;
}

.sub__about li{
    list-style: none;
    text-align: left;
}


.about__us:hover .sub__about{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background-color: var(--navbar-color);
}


/*first banner*/
.banner__img{
    position: static;
}
.banner{
    max-width:1920px;
    max-height:955px;
    width: 100%;
    height: 100%; 
}

.ban__text{
    width: 700px;
    height: 150px;
    position: absolute;
    top: 240px;
    left: 250px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF;
    border: 0px solid #000000;
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.75);
}

.ban__text__second{
    position: absolute;
    width: 350px;
    height: 40px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    border: 0px solid #422000;
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.75);
    top: 400px;
    left: 250px;
}




/* categories img*/
.cat__img{
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 150px 320px;
    list-style: none;
    justify-content: space-around;
}

.cat__img img{
    width: 100%;
    height: 100%;
    max-width: 407px;
    border-radius: 10px;
}

/*Font*/
/*.cat__img a, .loc__img a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    font-family: sans-serif;
}*/

.cat__img li, .loc__img li{
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-family: sans-serif;
}

/*Location img*/
.loc__img{
    display: flex;
    gap: 40px;
    padding: 0 320px;
    list-style: none;
    justify-content: space-around;
    margin: 0;
}

.loc__img img{
    width: 620px;
    height: 448px;
    border-radius: 10px;

}

#loc__raleigh{
    max-width: 100%;
    max-height: auto;
    object-fit:cover;
    object-position: 100% 4%;
}

#loc__wilmington{
    object-fit:cover;
    max-width: 100%;
    max-height: auto;
}

/*New arrival*/

.new__arrival{
    max-width:1920px;
    max-height:955px;
    width: 100%;
    height: 100%; 
    padding-top: 150px;
    padding-bottom: 0;
    margin:0;
}


/*footer*/
footer{
    display: block;
    background-color: #C8C8C8;
    padding: 100px;
    margin: 0;
    bottom: 0;    
}

.foot__img{
    display: flex;
    justify-content: center;
    padding-left: 30px;
}

.footerimg{
    width: 300px;
    height: 60px;
    text-align: center;
}

.foot__text{
    list-style:none;
    text-align: center;
}

.foot__icons{
    list-style: none;
    display: flex;
    justify-content: center;
}

.foot__icons li{
    padding: 8px 12px; 
    align-items: center;
}

.foot__icons img{
    width: 40px;
    height: 40px;
}

/*About Us*/

.about__us{
    top: 100px;
    text-align: center;
}


.about__text{
    font-size: 48px;
}

.about__img{
    width: 600px;
    height: 400px;
}

.about__p{
    margin:0;
    padding: 0;
}

/*Location and Hours*/



.location__main{
    top: 100px;
    text-align: center;
}

.location__head__text{
    font-size: 48px;
}

.location__main h2{
    font-size: 32px;
}

.location__main iframe{
    width: 600px;
    height: 400px;
}

#gal{
    text-align: center;
    font-size: 48px;
}
.gallary{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 10px;
}

.gallary img{
    width: 100%;
    max-width: 600px;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}



/*Form*/
.form__main{
    width: 100%;
    height: 100vh;
    margin: 0;
    font-size: 16px;
}

.form__head, .form__sub{
    text-align: center;
}

label{
    display: block;
    margin: 0 auto;
}

.form__form{
    width: 60vw;
    max-width: 600px;
    min-width: 400px;
    margin: 0 auto;
    padding-bottom: 2em;

}
fieldset{
    border:none;
    padding: 5px 0;
    border-bottom: 3px solid var(--hover-color);
}

fieldset:last-of-type{
    border-bottom: none;
}

input, textarea, select{
    margin: 10px 0 0 0;
    width: 100%;
    min-height: 2em;
}

.inline{
    width: unset;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
}


/* phone screen*/
@media screen and (max-width: 768px){
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 24px;
        height: auto;
    }

    .navbar__logo{
        justify-content: center;
    }

    .navbar__menu{
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar__menu li{
        width: 100%;
        text-align: center;
    }

    .navbar__icons{
        display: none;
        justify-content: center;
        width: 100%;
    }

    .navbar__toggleBtn{
        position: absolute;
        right: 32px;
        display: block;
        text-align: center;
        justify-content: center;
    }


    .navbar__menu.active,
    .navbar__icons.active {
        display: flex;
    }


    /*img*/
    .banner__img{
        width:100%;
    }

    .cat__img{
        flex-direction: column;     
        margin: 0; 
        padding:36px 24px;
        width: 400px;
        height: auto;
    }

    .loc__img{
        flex-direction: column;
        margin:0;
        padding:24px;
        width: 400px;
        height: auto;
    }

    .arrival{
        width: 100%;
        padding: 0;
    }

    /*text*/
    .ban__text{
        font-size: 14px;
        top: 85px;
        left: 40px;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #FFFFFF;
        border: 0px solid #000000;
        text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.75);
    }

    .ban__text__second{
        font-size: 12px;
        top: 125px;
        left: 40px;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #FFFFFF;
        border: 0px solid #000000;
        text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.75);

    }   

}