*{
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


body,html{
    overflow-x: hidden;
}



nav{
    flex-wrap: wrap;
    padding: 0px 40px;
    justify-content: space-between;
    color: #fff;
    display: flex;
    background-color: #000;
    height: 60px;
    align-items: center;
}
.border:hover{
    border: 1px solid #fff;
}
/* logo */
.logo img{
    width: 100px;
}
/* .box-1 */
.box-1>span{
    font-weight: 600;
}
/* box-2 */
.box-2{
    /* border: 2px solid gray; */
    display: flex;
}



.all{
    align-content: center;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 30px;
    width: 50px;
    background-color: #ccc;
}
.box-2 input{
    padding-left: 20px;
    width: 450px;
    border: none;
    height: 30px;
}
.box-2 .search{
    align-content: center;
    text-align: center;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e28645;
    width: 30px;
    height: 30px;
}
/* box-3 */
.box-3 p{
    font-size: 12px;
}
.box-3 h4{
    font-size: 14px;
}
/* box-4 */
.box-4 p{
    font-size: 12px;
}
.box-4 h4{
    font-size: 14px;
}
/* box-5 */
.box-5{
   justify-content: center;
    display: flex;
}


nav{
    overflow-y: hidden;
}



/* second-portion */
.blue{
    padding: 0px 40px;
    align-items: center;
    justify-content:space-between;
    display: flex;
    color: #fff;
    background-color: #222f3d;
    height: 40px;
}
.menu{
    width: 100px;
    gap: 10px;
    align-items: center;
    display: flex;
}
.list ul,.li ul{
    display: flex;
    gap: 20px;
    list-style-type: none;
}
.list{
    width: 74%;
}
.shop h3{
    font-size: 20px;
    font-weight: 600;
}





/* hero-section */
.hero-section{
    background-image: url(image/hero_image.jpg);
    height: 350px;
    background-size: cover;
}
.msg{
    position: relative;
    top: 250px;
    left: 100px;
    justify-content: center;
}
.msg p{
    margin:0px  50px;
    overflow-y: hidden;
    text-align: center;
    align-content: center;
    text-align: center;
    height: 40px;
    width: 80%;
    background-color: #fff;
    padding: 10px 10px;
}

/* boxes */
.box_1{
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 10px;
}
.box_1 h1{
    font-size: 20px;
}
.box_1 img{
    background-position: center;
    background-size:cover ;
    width: 300px;
    height: 300px;
}
.box{
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 15px;
    display:flex ;
    background-color: #ccc;
}


/* footer */


/* foot-panel1 */
.foot-panel1{
    color: #fff;
    align-content: center;
    height: 50px;
    background-color: #222f3d;
    text-align: center;
}


/* foot-panel2 */
.one{
    margin-left: 50px;
    margin-bottom: 50px;
}
.foot-panel2{
    padding: 50px 10px;
    color: #fff;
    background-color: #131e29;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}
.logo-1 img{
    text-align: center;
}
.logo-1{
    text-align: center;
    background-color: #131e29;
    border-top: 1px solid #fff;
}

/* foot-panel4 */
.foot-panel4 ul{
    justify-content: center;
    display: flex;
    list-style-type: none;
}
.foot-panel4{
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #010313;
}













.checkbtn{
    position: absolute;
    top: 70px;
    left: 40px;
    display: none;
}
#check{
    display: none;
}
.logo-3{
    display: none;
}
@media (max-width:1336px){
    .menu>i{
        visibility: hidden;
    }
    .checkbtn{
        display: block;
    }
    .list ul{
        padding: 20px;
        flex-direction: column;
        display: block;
        z-index: 100;
        position: fixed;
        width: 40%;
        background-color: #2c3e50;
        top: 100px;
        left: -100%;
        text-align: center;
        transition: all .7s;
    }
    .sub{
        text-align: center;
        width: 90%;
    }
    .list ul li:hover{
        width: 90%;
    }
    .list{
        height: 50px;
    }
    .list ul li{
        display: block;
        margin: 10px 0;
        line-height: 30px;
    }
    #check:checked~ul{
        left: 0;
    }
    label .logo-3{
        font-size: 22px;
    }
    .box-5>h5{
       margin-left: 10%;
    }
}













@media (max-width:1339px){
    .box-1>span{
        font-weight: 300;
    }
}























.check{
    position: absolute;
    top: 20px;
    right: 50px;
    display: none;
}
#che{
    display: none;
}
.logo-4{
    display: none;
}
@media (max-width:1333px){
    .check{
        display: block;
    }
    .li ul{
        padding: 20px;
        flex-direction: column;
        display: block;
        z-index: 100;
        position: fixed;
        width: 40%;
        background-color: #2c3e50;
        top: 60px;
        left: -100%;
        text-align: center;
        transition: all .7s;
    }
    .sub{
        text-align: center;
        width: 90%;
    }
    .li ul li:hover{
        width: 90%;
    }
    .li{
        height: 50px;
    }
    .li ul li{
        display: block;
        margin: 10px 0;
        line-height: 30px;
    }
    #che:checked~ul{
        left: 0;
    }
    label .logo-4{
        font-size: 22px;
    }
    .box-5>h5{
       margin-left: 10%;
    }
}









@media (max-width:1292px){
    .msg{
        position: relative;
        left:94px;
    }
}



@media (max-width:1096px){
    .msg{
        position: relative;
        left:60px;
    }
}


@media (max-width:913px){
    .msg{
        position: relative;
        left:40px;
    }
}







@media (max-width:753px){
    .msg{
        position: relative;
        left:10px;
    }
}




@media (max-width:662px){
    .msg>p{
        padding-bottom: 20px;
        font-size: 13px;
    }
}








@media (max-width:548px){
    .msg{
        position: relative;
        left: -10px;
        padding-bottom: 20px;
        font-size: 13px;
    }
}






.blue{
    overflow-y: hidden;
}



@media (max-width:1336px){
    .shop>h3{
       
        width: 600px;
    }
}