*{
    margin: 0;
    padding: 0;
    color: white;
    box-sizing: border-box;

}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background: black;
    position: sticky;
    top: 0%;
    z-index: 999;
    left: 0;
}
.logo{
    margin-left: 20px;
    font-size: 30px;
}
.nav-items a{
    text-decoration: none;
    padding: 10x;
    margin-right: 40px;
}
.nav-items a:hover{
    
    color:bisque;
}
.search-bar {
    display: flex;
    border-radius: 5px;
    align-items: center;
    background: white;
    padding: 5px 10px;
    width: 250px;
    
}
.search-bar input{
    background-color: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 4px 20px;
    color: black;
}
::placeholder{
    color:black;
}

.search-bar button{
    border: none;
    width: 50px;
    height: 30px;
    outline: none;
    background:gray;
    cursor: pointer;
    border-radius: 5px;
}
.background-img{
    background-image: url("C:\Users\rajpa\OneDrive\Desktop\raj parihar\projects\navbar\all photos of x'zudio\backheader.png");
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    font-size :16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 12px 34px;
    font-weight: bolder;
}
a{
    text-decoration: none;
}
.hero-btn:hover{
    border: 2px solid #f44336;
    background: #f44336;
    transition: 1s;
    color: black;
}
h1{
    color: brown;
    cursor: pointer;
}
.back-info{
    width: 90%;
    color: black;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.products {
    margin-top: 30px;
    width: 100%;
    padding-left: 10px;
    
}
h2{
    color:black;
    font-size: 40px;
}
.box{
    color: black;
    border:1px solid black;
    height: 400px;
    width: 30%;
}
.shop-section{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
.box-img{
    background-image: url('pexels-jayson-hinrichsen-17504541.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    filter:drop-shadow( 2px 3px 5px gray);
}
.shop-sec2{
    display: flex;
    justify-content: space-evenly;
}
h4{
    color: black;
    font-size: 30px;
    padding-top: 100px;
}
.box-2{
    color: black;
    height: 420px;
    width: 23%;
    justify-content: space-evenly;
    margin-top: 30px;
}
.box-2:hover{
    border:1px solid black;
}
h4{
    padding-left: 30px;
    padding-top: 100px;
}
p{
    color: black;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
}
.box-img2{
    background-image: url('Model-Man-PNG-Picture.png');
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    filter:drop-shadow( 2px 3px 5px gray);
}
.shop-sec3{
    display: flex;
    justify-content: space-evenly;
}
.box-3{
    color: black;
    height: 420px;
    width: 15%;
    justify-content: space-evenly;
    margin-top: 30px;
}
.box-img3{
    background-image: url('Model-Man-PNG-Picture.png');
    height: 260px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    filter:drop-shadow( 2px 3px 5px gray);
}
h5{
    color: black;
    padding-left: 30px;
    font-size: 30px;
}
.shop-sec4{
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0%;
}
.box-img4{
    height: 260px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    filter:drop-shadow( 2px 3px 5px gray);
}
.box-4{
    color: black;
    height: 260px;
    width: 15%;
    justify-content: space-evenly;
    margin-top: 30px;
}


.shop-btn{
        display: inline-block;
        text-decoration: none;
        color: brown;
        border: 2px solid black;
        font-size :16px;
        background: transparent;
        position: relative;
        cursor: pointer;
        padding: 12px 34px;
        font-weight: bolder;
}
.shop-btn:hover{
    border: 2px solid white;
    background: black;
    transition: 1s;
    color: white;
}
h9{
    color: black;
    font-size: 29px;
}
.shop-info{
    margin-top: 80px;
    margin-bottom: 40px;
}
.footer{
    width: 100%;
    height: 300px;
    background: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer1, .footer2,.footer3,.footer4,.footer5 li{
    list-style: none;
}
.footer1 a, .footer2 a,.footer3 a,.footer4 a,.footer5 li a{
    text-decoration: none;
}
h10{
    font-weight: bolder;
    
}
.footerb{
    width: 100%;
    height: 150px;
    background: #282c31
}
.footerb1  {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    
}
.footerb1 a{
    text-decoration: none;
    color: #d3d7da;
    font-size: 16px;
}
.footerb2{
    justify-content: center;
    display: flex;
    margin-top: 35 px;
    color: #d3d7da;
}

