
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

/* {
    font-family: 'PT Serif', serif;
    font-family: 'Pacifico', cursive;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;

} */
body{
        padding:0;
        margin: 0;
    }

    .heading{
        background-color: #333;
        height:200px;
        width:100%;
        text-align: center;
        margin-top:80px;
        margin-bottom: 20px;
        
    }

    
    .head-text{
        padding-top: 60px;
        padding-bottom: 20px;
        font-size: 30px;
        color: white;
        font-family: 'Rubik', sans-serif;
    }

    .button-head{
        position: absolute;
        top:60%;
        left: 50%;
        font-size: 30px;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Rubik', sans-serif;
        
    }

    .btn2{
        background-color: red;
        color: white;
        height: 40px;
        width: 220px;
        border-radius: 10px;
        border: none;
    }

    .btn2:hover{
        background-color:white;
        color: #ee2737;
        box-shadow: 0 0 10px red;
        cursor: pointer;
    }


    
    .container{
        /*background-color: rgb(245, 237, 225);*/
        
    }
    .review-container{
        /*background-color: rgb(245, 237, 225);*/
        padding-top: 40px;
        display: flex;
        justify-content:center;
        flex-direction: row;

        
    }

    .review-container2{
        /*background-color: rgb(245, 237, 225);*/
        padding-top: 40px;
        display: flex;
        justify-content:space-evenly;
        flex-direction: row-reverse;

        
    }

    .review-img{
        margin-right: 50px;
    }

    .desc-img{
        font-family: ;
        width: 400px;
        text-align: left;
        font-family: 'Rubik', sans-serif;
        width: 509px;
               margin-right: -120px
    }
    .desc-img2{
        font-family: ;
        width: 509px;
        text-align: right;
        font-family: 'Rubik', sans-serif;
        margin-right: 50px;
        margin-left: 180px;
               
    }



    .desc-img2 p{
        font-family: 'Rubik', sans-serif;
        font-weight: 100;
    }

    .desc-img p{
        font-family: 'Rubik', sans-serif;
        font-weight: 100;
    }

    .pgh{
        text-align: left;
        text-wrap: wrap;
    }

    
    .img{
        border-radius: 5px;
        /* border:4px solid red; */
        height: 350px;
        /* width: 250px; */
        
        
    }

    /* .img:hover{
        border-radius: 30px;
        border:2px solid red;
        box-shadow: 0 0 10px  #ee2737;
        cursor: pointer;

    } */


    .button{
        display: flex;
        justify-content: center;
        flex-direction: row;
        height:40px;
        margin-bottom: 20px;
    }

    .btn{
       
        
        background:  #ee2737;
        border-radius: 30px;
        /* box-shadow: 0 0 10px  rgb(255, 0, 0); */
        font-size: 16px;
        /* color: #1f242d; */
        color: white;
        letter-spacing: 1px;
        text-decoration: none;
        font-weight: 200;
        animation: slideTop 1s ease forwards;
        animation-delay: calc(.2s * var(--i));
        cursor: pointer;
    
    }
    
    .btn:hover{
        background-color: white;
        color: #ee2737;
        border: 1px solid #ee2737;
        box-shadow: 0 0 10px  #ee2737;
    }

    .customer-rating-container{
        display: flex;
        justify-content: center;
        flex-direction: row;
    }


     /* customer rating section */

    .give-rating-container{
        /* background-color: aqua; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 150px;
        width: 310px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

   

    .btn3{
        height: 40px;
        width: 120px;
        background-color: #ee2737;
        color: white;
        border-radius: 10px;
        font-size: larger;
        cursor: pointer;
        
        
    }

    .btn3:hover{
        background-color: white;
        color: red;
        box-shadow: 0 0 10px  #ee2737;;
    }

    /* <=====================Review Star=========> */

    .rating {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;

        }
        
        
        .rating > input{ display:none;}
        
        .rating > label {
        position: relative;
        width: 1.1em;
        font-size: 70px;
        color: #FFD700;
        cursor: pointer;
        }
        
        .rating > label::before{
        content: "\2605";
        position: absolute;
        opacity: 0;
        }
        
        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
        opacity: 1 !important;
        }
        
        .rating > input:checked ~ label:before{
        opacity:1;
        }
        
        .rating:hover > input:checked ~ label:before{ opacity: 0.4;
}

.rating-static{
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
}

.customer-rating-container{
    height: 300px;
}



/* <===================== HOVER OVER IMAGES ===========> */



        
.rating-img{
    height: 40px;
    width: 40px;
    /* animation: 1s ease-in-out; */
    
}

.rating-img:hover{
    /* background-color:goldenrod; */
    cursor: pointer;
    box-shadow:2px 2px 5px yellow ;
    /* transform: scale(0.9); */
}
     

.img{
    /* animation: 2s ease-in-out; */
    transition: 0.5s ease-in-out;
    cursor: pointer;
    transform: scale(0.9);
    box-shadow: 15px 15px 39px 0px rgb(46, 43, 43);
    animation-delay: ;
}
.img:hover{
    transform: scale(0.8);
}



   

    

