@font-face {
    font-family: Estedad;
    src: url(/Estedad/Statics/ttf/Estedad-Regular.ttf);
    src: url(/Estedad/Statics/webfonts/Estedad-Regular.woff2);
}


.start{
    margin: 0%;
    background-color: aliceblue;
    position: relative;
}


.f1{
    width: 100%;
    height: 80px;
    background-color: rgba(89, 26, 148, 0.911);
    text-align: right;
    border-radius: 3px;

}

.f2{
    width: 20%;
    height: 30px;
    background-color: rgba(64, 222, 228, 0.527);
    border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 1px;
    font-family: Estedad;
    color: white;
}






ol{
    display: inline-block;
    list-style-type: none;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align:sub;
    margin: 0%;
}

.second{
    text-align: center;
}


.m1{
    margin-top: 2%;
    text-align: center;
    font-family: Estedad;
    font-size: larger;
    font-weight: bold;
}

.s1{
    height: 350px;
    width: 22%;
    border: 1px solid black;
    display: inline-block;
    margin-top: 3%;
    border-radius: 5px;
    text-align: center;
}

.s2{
    height: 350px;
    width: 22%;
    border: 1px solid black;
    display: inline-block;
    margin-top: 3%;
    border-radius: 5px;
    text-align: center;
}


.s3{
    height: 350px;
    width: 22%;
    border: 1px solid black;
    display: inline-block;
    margin-top: 3%;
    border-radius: 5px;
    text-align: center;
}


.img1 , .img2 , .img3 {
    height: 40%;
    width: 80%;
    background-size: cover;
    border: 1px solid black;
    display: inline-block;
    margin-top: 5%;
    border-radius: 4%;
    object-fit:cover

}


img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.Detalis{
    margin: 8%;
    margin-bottom: 8%;
    font-family: Estedad;
    
}


.price{
    margin-top: 8%;
    margin-bottom: 5%;
    font-family: Estedad;
}

.buy{
    width: 18%;
    height: 9%;
    margin-top: 8%;
    font-family: Estedad;
    display: inline-block;
    background-color: rgba(93, 236, 27, 0.932);
    border-radius: 4px;
    padding-top: 1.5%;
    transition-property: all;
    transition-duration: 1s;
    cursor: pointer;
    border: 0.5px solid black;
}

.buy:hover{
    box-shadow: 0 0 10px black inset;
}


img{
    transition-property: all;
    transition-duration: 1s;
    cursor: pointer;
    
}


img:hover{
    transform: scale(1.5 , 1.5);
}


span{
    color: red;
}


.finish{
    width: 100%;
    height: 80px;
    background-color: rgba(89, 26, 148, 0.911);
    text-align:center;
    border-radius:3px;
    position: absolute;
    margin-top: 8%;
}

.finish div{
    margin-top: 1.5%;
    color: white;
    font-family: Estedad;
    font-size: small;
}


.o1{
    transition-property: all;
    transition-duration: 1s;
    cursor: pointer;
}

.o1:hover{
    color: rgba(211, 53, 14, 0.918);
}


@media screen and (max-width:500px){

    .start{
        width: auto;
        height: auto;
    }

    .f2{
        width: 70%;
    }

    .s1 , .s2 , .s3 {
        display: block;
        width: 80%;
        margin: auto;
        
    }

    .m1{
        margin-bottom: 3%;
    }


    


}