*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.navbar{
    width: 100%;
    height: 600px;
    background-image: url(https://images.squarespace-cdn.com/content/v1/53172b1be4b0cc8a5401db4a/1564523099100-9MPVY26S7NP0LQP96ESV/IMG_1370.jpg?format=2500w);
    background-size:100% ;    
}

.navbar2{
    list-style: none;
    display: flex;
    margin-top: -450px;
    margin-left: 90px;
    
    
}
.nav-item{
    padding: 20px;
    
   
}
.nav-link p{
    transition: all 0.4s;
    
}
.nav-link p:hover{
    color: darkorange;
    
}
.nav-link h6{
    transition: all 0.4s;
}
.nav-link h6:hover{
    background-color: rgb(47, 46, 46);
    color: #ffff;
}
/* ----------------------------end of navbar----------------------------------- */

.row{
    padding: 50px;
    
    
}

.icon i{
    margin: 20px 10px;
    border: 2px solid black;
    border-radius: 50%;
    /* height: 37px; */
    padding: 9px;
    transition: all 0.4s;
}
.icon i:hover{

    background-color: rgb(38, 37, 37);
    color: #ffff;
}
.image1{
    margin-left: 140px;
}
.img-about{
     display: flex;
     position: relative;
}
.img-about-over{
    position: absolute;
    margin-top: 150px;
    margin-left: -190px;
    padding: 20px 50px;
    background-color: rgb(224, 217, 207);
}
.img-about-over p{
    background-color: black;
    color: #ffff;
    padding: 1px 5px;
}
/* .row{
    position: relative;
} */
.fields{
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}
.fields:hover{
    transform: scale(1.04);
}
.fields .details{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffff;
    width: 100%;
    height: 100%;
    
}
.fields .details p{
    position: absolute;
    display: flex;
    background-color: #fff8f87a;
    color: rgb(54, 54, 54);
    text-align: center;
    font-size: 15px;
    margin-top: 200px;
    padding: 5px 15px;
    opacity: 0;
    transition: all 0.6s;
}
.fields:hover .details p{
    opacity: 1;
    transform: translateY(-15px);
}
.btn0 h6{
    text-align: center;
    margin-left: 400px;
    margin-top: 50px;
    font-size: 13px;
    word-spacing: 3px;
    letter-spacing: 2px;
    width: 400px;
    padding: 10px 25px;
    border: 2px solid rgb(253, 240, 221);
    color: rgb(253, 240, 221);
    transition: all 0.4s;
}
.btn0 h6:hover{
    background-color: rgb(237, 222, 200);
    color: black;
}
/* ------------------------------------------------------------- */

/* -------------------- places -------------------------------  */

.places{
    margin-top: 150px;
    
}
.place-banner{
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    
}
.place-banner img{
    height: 350px;
    object-fit: cover;
    transform: scale(1.07);
    
}
.banner-content{
    position: absolute;
    top: 0;
    text-align: center;
    padding: 110px;
    margin-left: 120px;
    color: #ffff;
    text-shadow: 2px 2px 18px #ffffff;
}
.banner-content h1{
    width: 700px;
    font-size: 60px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.822),2px 2px 10px #feceaf ;
}
/* --------------- */
.place-grid{
    
}
.place-colu{
    position: relative;
    padding: 10px;
    overflow: hidden;
    transition: all 0.4s;
}
.place-colu img{
    width: 350px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.4s;
}
/* .place-colu img:hover{
    transform: scale(1.04);
} */
.place-content{
    position: absolute;
    top:0;
    color: #ffff;
    text-align: center;
    margin-top: 140px;
    transition: all 0.4s;
    
}
.place-content h4{
    font-weight: 400;
    width: 200px;
    margin-left: 80px;
    opacity: 0;
    transition: all 0.4s;
    
}
.place-colu:hover .place-content h4{
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.822),2px 2px 10px #ffffff ;
    opacity: 1;
    transform: translateY(-30px);
}

/* --------------------------------------------------------------------- */

.final{
    margin-top: 80px;
}
.banner1{
    position: relative;
}
.banner1 img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transform: scale(1.03);
}
.banner-cont1{
    position: absolute;
    top: 0;
    text-align: center;
    padding: 130px;
    margin-left: 230px;
    color: #ffff;
    cursor: pointer;
}
.banner-cont1 h1{
    font-size: 50px;
}
.banner-cont1 p{
    position: relative;
}
.banner-cont1 p::after{
    content: '';
    width: 20%;
    margin-left: -81px;
    height: 6px;
    background: #ffc77d;
    position: absolute;
    bottom: 3px;
}
.end-para{
    padding: 100px;
}
.end-para p{
    font-style: italic;
    text-align: center;
    word-spacing: 3px;
    line-height: 30px;
    font-weight: 400;
}