@font-face{
    src: url(../font/Playfair/Playfair-VariableFont_opsz\,wdth\,wght.ttf);
    font-family: "playfair";
}

*{
    margin: 0px;
    padding: 0px;
    font-family: "playfair";
}


/* start Nav  */
.logotop{
    width: 130px;
    height: 100px;
    margin-top: 10px;
    margin-left: 80px;
    background-color: #f6f5ef;
    border-radius: 50px;
}

.nav{
    background-color: #88d7fe;
    
}

.nav_item{
    float: right;
}

.nav_item li{
    display: inline-block;
    margin-top: 40px;
    margin-right: 40px;
}

.nav_item li a{
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.nav_item li a:hover{
    color: blue;
}

.getstarted{
    background-color: blueviolet;
    color: white !important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.getstarted:hover{
    background-color: white;
    color: black !important;
}

/* //////////////////////////////////////////////////////// */

/* start bunner */
.bunner_image{
    width: 100%;
}
.bunner{
    position: relative;
}
.bunner_text{
    position: absolute;
    top: 10%;
    left: 60%;
    color: white;
    /* float: right; */
    /* text-align: center; */
    /* margin-left: 100px; */
}

.bunner_text_a{
    margin-left: 200px;
}


.bunner_text h1{
    font-size: 35px;
    margin-bottom: 10px;

}
.bunner_text p{
    font-size: 24px;
}
.bunner_text a{
    border: 1px solid #234981;
    background-color: #ffffff;
    color: #234981;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px !important;
    border-radius: 5px;
    font-size: 24px;
}
.bunner_text a:hover {
    border: 1px solid #234981;
    background-color: #234981;
    color: #ffffff;    
}
/* End Bunner  */
/* //////////////////////////////////////////////////////// */
/* Start Product  */
.product{
    width: 80%;
    margin: auto;
    margin-top: 80px;
}
.product_card{
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 20px;
    grid-gap: 30px;
}

.product_card img{
    width: 100%;
}

.product_item{
    border: 1px solid #d7d7d7;
    padding: 5px;
    border-radius: 5px;
}

.product_item button{
    padding: 10px;
    float: right;
    background-color: #234981;
    color: #ffffff !important;
    border: 1px solid #234981;
    border-radius: 5px;
    margin-bottom: 10px;
}
/* ///////////////////////////////// */
.product_item a{
    padding: 10px;
    float: right;
    background-color: #234981;
    color: #ffffff !important;
    border: 1px solid #234981;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;

}





.product_item img:hover{
    transform: scale(1.2);
    transition-duration: .8s;
}
.product_hover{
    overflow: hidden;
}

/* End Product  */
/* /////////////////////////////////////////////////// About //////////////////////////////// */
/* Start About */

.about{
    width: 80%;
    margin: auto;
    margin-top: 80px;
}

.about h2{
    text-align: center;
}

.about > p{
    text-align: center;
    margin-bottom: 40px;
}

.about img{
    float: left;
    width: 50%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 5px;
    margin-right: 40px;
}

.about_text h3{
    margin-bottom: 15px;
}

.read_more{
    text-decoration: none;
    background-color: #234981;
    color: #ffff;
    border: 1px solid #234981;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
}

.clear{
    clear: both;
}

/* End About */
/* //////////////////////////////////////////////////////// */
/* Start Popular  */

.popular{
    width: 80%;
    margin: auto;
    margin-top: 80px;
}
.popular_card{
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 20px;
    grid-gap: 30px;
}

.popular_card img{
    width: 100%;
}

.popular_item{
    border: 1px solid #d7d7d7;
    padding: 5px;
    border-radius: 5px;
}

/* ///////////////////////////////// */
.popular_item a{
    padding: 10px;
    float: right;
    background-color: #234981;
    color: #ffffff !important;
    border: 1px solid #234981;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;

}





.popular_item button{
    padding: 10px;
    float: right;
    background-color: #234981;
    color: #ffffff !important;
    border: 1px solid #234981;
    border-radius: 5px;
    margin-bottom: 10px;
}
.popular_item img:hover{
    transform: scale(1.2);
    transition-duration: .8s;
}
.popular_hover{
    overflow: hidden;
}

/* End Popular  */
/* ///////////////////////////////////// */
/* Start Review  */

.review{
    width: 80%;
    margin: auto;
    margin-top: 80px;
}

.review h2{
    text-align: center;
}

.ReviewP{
    margin-bottom: 30px;  
}

.review  h3{
    text-align: center; 
}

.review > p{
    text-align: center; 
}

.client_review{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 40px;
}

.client_review img{
    width: 30%;
    float: left;
    border-radius: 60%;
    margin-right: 30px;
    /* margin-top: 10px; */
}

.client_review div{
    background-color: blue;
    color: white;
    border: 1px solid white;
    padding: 40px;
    border-radius: 5px 50px;
}

.start_rating{
    color: #ffd500;
    margin: 5px 0px;
}

/* End Review  */
/* ///////////////////////////////////// */
/* Start Service  */

.service{
    margin-top: 80px;
    padding: 0px 150px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 40px;
    background-color: #88d7fe;
}

.service_icon{
    float: left;
    padding: 30px 20px;
    color: #234981;
}

.service div{
    /* border: 1px solid #d7d7d7; */
    border-radius: 5px;
}

.service_text{
    padding: 20px 20px;
}

.service_text h3{
    margin-bottom: 10px;
}

/* End Service  */
/* ///////////////////////////////////// */
/* Start Footer */

#footer{
    background-color: #202225;
    color: #d7d7d7;
    /* padding: 50px; */
}

.footer{
    padding: 80px;
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 300px auto auto auto;
}

.footer img{
    width: 80%;
    
}
 .footer div h2{
    margin-bottom: 10px;
 }

 .footer_nav{
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
 }
 .footer_contact{
    margin-bottom: 10px;
    padding-left: 30px;
 }

 .footer_contact_title{
    padding-left: 30px;
 }
 .footer_icon{
    margin-top: 30px;
 }

.footer i{
    padding: 50px;
 }

.place {
    margin-top: 30px;
}


.divided{
    border: 1px solid #d7d7d7;
    margin-bottom: 40px;
}


/* End Footer  */
/* ///////////////////////////////////// */

.conbox{
    border: 2px solid red;
    width: 400px;
    display: inline-block;
}