* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    align-items: center;
}

.nav-link {
    display: flex;
    column-gap: 20px;
}

.nav-link a {
    text-decoration: none;
    color: rgb(49, 47, 47);
    font-size: large;
}

.side-navbar {
    background-color: rgb(9, 9, 56);
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -60%;
    color: white;
    transition: 1s;
    z-index: 1;
    
}

.sidenav-link {
    padding: 25px;

}

.sidenav-link a {
    margin-bottom: 50px;
    display: block;
    color:white;
    text-decoration: none;
    

}


.menuicon {
    display: none;
}




.Headersec {
    display: flex;
    justify-content: center;
    padding: 50px;
    gap: 50px;


}


/* CSS */
.button-27 {
    appearance: none;
    background-color: #000000;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    z-index: 0;
    
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 50%;
    will-change: transform;
    margin-top: 20px;
}

.button-27:disabled {
    pointer-events: none;
}

.button-27:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0);
}

.servicecontainer1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}
.servicecontainer2{
    display: flex;
    justify-content: space-between;
     gap:20px;
     
   
    
}
.servicecontainer2 div{
   
    background-color: #f2f2f2;
     border-radius: 8px;
     padding: 20px;
    
      margin: 10px;
}

.newarrival{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 20PX;
    
}
.newarrivalcont{
    flex-basis: 20%;
     flex-wrap: wrap;
     position: relative;
}
.newarrival button{
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 18%;
}

.news{
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-top: 20px;

}
.news input {
    width: 600px;
    height: 25px;
    border: 3px solid black;
    margin: 10px;
}
.news button{
    padding: 10px 20px;
    background-color: #272626;
    color: white;
    border: none;
    border-radius: 3px;
}


@media screen and (max-width:900px) {
    .imgheader {
        display: none;
    }

}

.foortersec{
    background-color: #19062e;
    position: relative;
margin-top: 20px;
padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgb(239, 235, 229);
}

@media screen and (max-width:600px) {

    .menuicon {
        display: block;
    }

    .nav-link {
        display: none;
    }
    .button-27 {
        padding: 0px;
    }
    .servicecontainer1{
        display: none;
    }
    .servicecontainer2{
    flex-direction: column;
    }
    .servicecontainer2 div{
         margin: 0;
         margin-left: 10px;
         margin-right: 10px;
    }
    .foortersec p{
        font-size: 12px;
    }
    .news input {
        width: 300px;}
   
}