*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
        background: linear-gradient(rgb(255, 38, 251),rgb(255, 255, 0),red,white);
}

.navber{
   height: 60px;
   width: 60%;
   display: flex;
   justify-content: space-between;
   align-items: center;
    margin-left: auto; 
    margin-right: auto;
  background: linear-gradient(90deg, #ff00cc, #ff6600);
 
   border-radius: 20px;
   position: relative;
   margin-top: 30px;
 
  


}
.logo{
    position: absolute;
    height: 50px;
    width: 100px;

    border-radius: 15px;
    border: none;
    left: 30px;

}
.logo img{
    height: 100%;width: 100%;
    object-fit: cover;
}

.nav-btn{
    position: absolute;
    right: 10rem;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 50%;
  
}
.nav-btn a{
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
   
    backdrop-filter: blur(5px);
    position: relative;
       
    


}
.nav-btn a:hover{
    color:rgb(0, 255, 200);
}
.nav-btn a::after{
    content: '';
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    height: 3px;
    bottom: -5px;
    width: 100%;
    border-radius: 5px;
    transform-origin:left;
    transform: scale(0);
    transition: 0.5s;

}
.nav-btn a:hover::after{
    transform: scale(1);
    background:rgb(0, 255, 200) ;
}
#text-1{
    color:  #8c0000;

    font-style:normal;
    margin-top: 250px;
    margin-left: 150px;
    font-size: 5rem;
    font-weight: 800;
    font-family:Arial;
     
    text-shadow:10 30px 40px rgb(115, 112, 115);
}
#text-2{
        color:  #930089;
    
    font-style:normal;
     margin-top: 0px;
    margin-left: 150px;
    font-size: 4rem;
    font-weight: 800;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow:10 30px 40px rgb(115, 112, 115);
}
#shop{
   position: relative;
   top: 70px;
   left: 150px;
   width: 120px;
   height: 40px;
   background-color:rgb(255, 255, 255) ;
   color: #808080;
   padding: 5px;
   font-size: .95rem;
   font-weight: 600;
   border-radius: 5px;
   border: none;
    backdrop-filter: blur(2px);
    transition: 0.5s;
  
}
#shop:hover{
    transform: scale(1.2);
    background-color:#f0e7a5;
    color: #000000;
}
.logo-2{
    height: 700px;
    width:700px;
    
    position: relative;
    margin-left: auto;
    margin-right: 100px;
    top: -450px;
    z-index: 1;
    background: none;
     background: transparent;
  
     
   
   


}
.logo-2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   filter: drop-shadow(0px 10px 25px rgba(138, 135, 135, 0.768));
    backdrop-filter: blur(2px);
 
}



.shop-box{
    width: 80%;
    height: 1400px;
   margin-right: auto;
   margin-left: auto;
    display: grid;
    grid-gap: 20px;
    padding: 10px;
    margin-top: -250px;
   


}



.shop-box > div:first-child{
    grid-column: 1/3;
    grid-row: 1/3;
}
.shop-box > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background:none;
    
}
.shop-box > div:first-child img{
   height: 600px;
    width: 600px;
    object-fit: cover;
    filter: drop-shadow(0px 10px 25px rgba(138, 135, 135, 0.768));
    backdrop-filter: blur(2px);

}
.shop-box > div:nth-child(2){
    grid-column: 3/4;
    grid-row: 1/2;
}
.shop-box > div:nth-child(3){
    grid-column: 3/4;
    grid-row: 2/3;
}
.shop-box > div:nth-child(4){
    grid-column: 1/2;
    grid-row: 3/4;
}
.shop-box > div:nth-child(5){
    grid-column: 2/3;
    grid-row: 3/4;
}
.shop-box > div:nth-child(6){
    grid-column: 3/4;
    grid-row: 3/4;
}
.shop-box > div{
    
    padding: 10px;
    background-color: #f0e7a5;
    border-radius: 20px;
  
}
.shop-box > div > .img-box{
    height:280px ;
    width: 300px;
   
    margin-left: auto;
    margin-right: auto;
   margin-top: 10px;
}

.shop-box > div > .img-box > img{
    height: 100%;
    width:100% ;
    object-fit: cover;
    filter: drop-shadow(0px 10px 25px rgba(138, 135, 135, 0.768));
}
.shop-box > div > p{
    font-size: 1.2rem;
    font-weight: 500;

    margin-top: 5px;
    margin-left: 20px;
}
.shop-box > div > button{
 
   width: 120px;
   height: 35px;
   background-color:rgb(255, 255, 255) ;
   color: #000000;
   padding: 5px;
   font-size: .95rem;
   font-weight: 600;
   border-radius: 5px;
   border: none;
   margin-top: 5px;
    margin-left: 20px;
}
.shop-box > div > h6{
      font-size: 1.3rem;
    font-weight: 700;
     margin-left: 20px;
     margin-top: 10px;

  
}

.details-box{
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 150px;
    margin-bottom:250px;
}

.box1{
    height: 400px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 30px;
}

.img-div{
    height: 300px;
    width: 90%;
    margin-left: 5%;
    background-color: #f0e7a5;
    margin-top: 20px;
    border-radius: 30px;
}

.img-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
     border-radius: 30px;
}

.details-box h2{
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.details-box h4{
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    color: rgb(129, 130, 132);
}

#about-title{
    text-align: center;
    margin-top: 300px;
 
}
