/* //////////////////////////   Nav ////////////////////////////// */
@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;
}

/* //////////////////////////   Nav ////////////////////////////// */





.about{
    width: 80%;
    margin: auto;
    margin-top: 80px;
}

.aboutt{
    width: 80%;
    margin: auto;
    margin-top: 80px;
    /* margin-bottom: 100px; */
}



.about h2{
    text-align: center;
}

.about > p{
    text-align: center;
    margin-bottom: 40px;
}

.about img{
    float: left;
    width: 40%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 5px;
    margin-right: 40px;
}

.aboutt img{
    float: right;
    width: 40%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 5px;
    margin-left: 40px;
}

.about_textt h3{
    margin-bottom: 15px;
}





.about_img{
    width: 200px;
    height: 300px;
}

.about_imgg{
    width: 200px;
    height: 300px;
}





.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;
}






/* ///////////////////////////////////// */
/* Start Footer */

#footer{
    margin-top: 100px;
    background-color: #202225;
    color: #d7d7d7;
    padding: 50px;
}

.footer{
    padding: 80px;
    width: 100%;
    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: 5px;
    padding-left: 30px;
 }

 .footer_contact_title{
    padding-left: 30px;
 }
 .footer_icon{
    margin-top: 50px;
 }

.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;
} */