.top{
    height: 550px;
    width: 100%;
    align-items: center;
    object-fit: cover;
    /* background-image: url("../content/img/Picture1.jpg"); */
    background-repeat: no-repeat;
}



.top img{
    height: 100%;
    width: 100%;
}

.content{
    font-size: 1.2em;
    line-height: 1.4em;
    /* padding-top: 2%; */
}

.content p{
    padding-top: 2%;
}

.products-img{
   object-fit: cover;
   cursor: pointer;
}

.products-img img{
    height: 100%;
    width: 100%;
}

.products-img:hover{
    opacity: 0.7;
    color:#750069;
}

.first{
    display: flex;
    padding-top: 1%;
    padding-left: 3%;
    justify-content: space-between;
    margin-right: 3%;
    margin-bottom: 5%;
}

#top_heading{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 200%;
    margin-top: 7%;
    margin-left: 5%;
}

.category_image{
    width: 30%;
    cursor: pointer;
    padding-left: 3%;

}

.category_image img{
    height: 100%;
    width: 100%;
    border: 1px solid #aea9a9;
    box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
}

.category_image :hover{
    opacity: 0.9;
    scale: 1.1;
    transition: 1s;

}
.category_image1{
    object-fit: cover;
    cursor: pointer;
    /* margin-left: 6%; */
}
 
.category_image1 img{
    height: 300px;
    width: 20vw;
    border: 1px solid #aea9a9;
    box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
}


.category_image1 :hover{
    opacity: 0.9;
    scale: 1.1;
    transition: 1s;

}
.category_image2{
    object-fit: cover;
    cursor: pointer;
    /* margin-left: 4%; */
}
 
.category_image2 img{
    height: 300px;
    width: 20vw;
    border: 1px solid #aea9a9;
    box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
}


.category_image2 :hover{
    opacity: 0.9;
    scale: 1.1;
    transition: 1s;

}

.category_image3{
    object-fit: cover;
    cursor: pointer;
    margin-right: 52%;
}
 
.category_image3 img{
    height: 300px;
    width: 20vw;
    border: 1px solid #aea9a9;
    box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
}


.category_image3 :hover{
    opacity: 0.9;
    scale: 1.1;
    transition: 1s;

}

.product-list p{
    cursor: pointer;
    padding-left: 8%;
    margin-top: 4%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.product-list{
    display: flex;

}

.product-list p:hover{
    color: #750069;
}

.navbar .nav-links .menu li a:hover{
    background-color:transparent;
}

#last_heading{
    font-size: 160%;
    margin-left: 3%;
    margin-bottom: 0.5%;
}

#cata_text{
    font-size: 150%;
    color:#470e34;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 3%;
}

.box{
    width: 40vw;
    height: 30vh;
    border-radius: 20px;
    background:rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 3%;
    margin-bottom: 3%;
    max-height: 250px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.box{
    display: none;
}

.box::before{
    content: '';
    position: absolute;
    width: 10vw;
    height: 80vh;
    background: linear-gradient(rgb(0, 0, 0) , rgb(36, 0, 240));
    animation: rotato 4s linear infinite;
    -webkit-animation: rotato 4s linear infinite;
}

@keyframes rotato{
    0%{
        transform: rotate(0deg);
    }

    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
}
}

.box::after{
    content: '';
    position: absolute;
    background-image: linear-gradient(#5c012b,#5c012b,#4d0124,#4d0124,#3d061e,#3d061e,#2e0517);
    border-radius: 16px;
    inset: 4px;
}

.box .login{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

form input{
    background-color: 0;
    border: .5px solid rgb(251, 157, 251);
    width: 60%;
    height: 17%;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
    margin: 2% 0%;
    /*margin-left: 10%;
    */color: #000000;
}

.mail_button{
    position: relative;
    padding: 10px 20px;
    background: 0;
    border: 1px solid #0079c1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 18px;
    margin-top: 10px;
    box-shadow: 0 0 transparent;
    cursor: pointer;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.mail_button:hover{
    scale: 1.1;
    background-color: #e6bf71;
    color: #c9611b;
}


@media (orientation: portrait){
    .first{
        display: flex;
        flex-direction: column;
        padding-top: 5%;
        justify-content: space-between;
    }

    #top_heading{
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 200%;
        margin-top: 17%;
        /* margin-left: 45/%; */
    }
    
    .category_image{
        width: 80%;
        cursor: pointer;
        margin-left: 9%;
        margin-top: 25%;
        
    }
     
    .category_image img{
        height: 50vh;
        width: 100%;
        border: 1px solid #aea9a9;
        box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
    }

    .category_image1{
        width: 80%;
        cursor: pointer;
        margin-left: 9%;
    }
     
    .category_image1 img{
        height: 30vh;
        width: 100%;
        border: 1px solid #aea9a9;
        box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
    }
     
    .category_image1 h3{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-top: -12%;
        padding-bottom: 20%;
    }
    

    .category_image2{
        width: 80%;
        cursor: pointer;
        margin-left: 9%;
    }
     
    .category_image2 img{
        height: 30vh;
        width: 100%;
        border: 1px solid #aea9a9;
        box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
    }
     
    .category_image2 h3{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-top: -12%;
        padding-bottom: 20%;
    }
    

    .category_image3{
        width: 80%;
        cursor: pointer;
        margin-left: 9%;
    }
     
    .category_image3 img{
        height: 30vh;
        width: 100%;
        border: 1px solid #aea9a9;
        box-shadow: 5px 10px rgba(147, 144, 144, 0.22);
    }
     
    .category_image3 h3{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-top: -12%;
        padding-bottom: 20%;
    }
    

    
    .product-list p{
        cursor: pointer;
        padding-left: 8%;
        margin-top: 10%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bolder;
        min-width: 70%;
        text-align: justify;
        /* display: block; */
    }
    
    .product-list{
        display: block;
        margin-top: 15%;
        /* flex-wrap: wrap;     */
        
    }


    .content{
        font-size: 1.2em;
        line-height: 1.4em;
        padding-top: 12%;
    }
    
    .content p{
        padding-top: 15%;
        font-size: 80%;
        flex-wrap: wrap;
    }

    .content h1{
        font-size: 200%;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .top{
        height: 60vh;
        width: 100%;
        /* align-items: center; */
        /* object-fit: cover; */
        /* background-image: url("../content/img/Picture1.jpg"); */
        background-repeat: no-repeat;
    }
    
    
    
    .top img{
        /* height: 100%; */
        width: 80%;
    }

    #last_heading{
        font-size: 130%;
        margin-left: 3%;
        margin-bottom: 0.5%;
    }
    
    #cata_text{
        margin-left: 5%;
        font-size: 150%;
        color:#470e34;
        cursor: pointer;
        width: fit-content;
        margin-bottom: 3%;
    }
    
    .box{
        width: 70vw;
        height: 40vh;
        border-radius: 20px;
        background:rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: 3%;
    
    
    }
    .box{
        display: none;
    }
    
    .box::before{
        content: '';
        position: absolute;
        width: 30%;
        height: 140%;
        background: linear-gradient(rgb(0, 0, 0) , rgb(36, 0, 240));
        animation: rotato 4s linear infinite;
    }
    
    @keyframes rotato{
        0%{
            transform: rotate(0deg);
        }
    
        100%{
            transform: rotate(360deg);
        }
    }
    
    .box::after{
        content: '';
        position: absolute;
        background-image: linear-gradient(#2e0517,#3d061e,#3d061e,#4d0124,#4d0124,#5c012b,#5c012b);
        border-radius: 16px;
        inset: 4px;
    }
    
    .box .login{
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #fff;
    }
    
    .box .login h3{
        font-size: 70%;
        letter-spacing: 3px;
        text-transform: uppercase;
    
    }
    
    .box .login input{
        background-color: 0;
        border: .5px solid rgb(251, 157, 251);
        width: 60%;
        height: 4vh;
        border-radius: 5px;
        font-size: 12px;
        padding: 0 20px;
        margin: 10px 0;
        color: #000000;
    }
    
    .mail_button{
        position: relative;
        padding: 10px 20px;
        background: 0;
        border: 1px solid #0079c1;
        color: #fff;
        font-size: 10px;
        border-radius: 18px;
        box-shadow: 0 0 transparent;
        cursor: pointer;
    }
    .mail_button:hover{
        scale: 1.1;
        background-color: #e6bf71;
        color: #c9611b;
    }
    
}


