* {
    margin: 0;
    padding: 0;
}
.navbar {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: end;
    z-index: 50;
    position: sticky;
    top: 0;
    /* left: 0;
    right: 0; */
    /* width: 100%; */
 }
 
 .link-homepage {
    margin: 20px;
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #faf7f7;
    text-decoration: none;
 }
 
 .link-homepage:hover {
    color: rgb(245, 222, 13);
    text-shadow: 1px 1px #ffffff;
 
 }
 
 .btn-login {
    font-size: 15px;
    border-radius: 20px;
    padding: 11px;
    border: none;
 }
 
 .btn-login:hover {
    text-shadow: 1px 1px #ffffff;
 
 }
 
.heading{
    font-size: 40px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;    
    word-spacing: 10px;
    text-align: center;
    margin-top: 35px;
}
.container-main{
    display: flex;
    justify-content: space-evenly;
}
.container{
    margin-top: 50px;
    height: 400px;
    width:650px;
    font-size: 25px;
    background-color: white;
    box-shadow: 0 0 3px 0px gray;
    border-radius: 10px;
    align-items: center;
    padding: 10px;

}
.img-place{
    /* margin-left: 50px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:650px;
    height: 400px;
    border-radius: 12px;
}
.img-place:hover{
    transform:scale(1.1);
    transition: 2s;
}
.text-1{
    text-align: justify;
    /* margin-right: 50px; */
    margin-top: 30px;
    /* padding: 20px; */
}
.heading-1{
    font-size: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
}
.container-1{
    display: flex;
    justify-content: space-evenly;
    
}
 .card{ 
    margin-top: 50px;
    border-radius: 12px;
    height: 250px;
    width: 350px;
    border:0px solid grey;
    box-shadow: 0 0 3px 0px gray;
    padding: 15px;
 } 
 .img-subplaces{
    height: 250px;
    width: 350px;
    border-radius: 10px;
 }
 .img-subplaces:hover{
    height: 260px;
    border-radius: 12px;
 }
.heading-2{
    
    font-size: 27px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 70px;
    margin-left: 20px;
    text-align: center;
}
.container-review{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
}
.card-review{
    position: relative;
    width: 380px;
    height: auto;
    border:2px solid #ffcc00;
    background-color: #ffffcc;
    margin: 20px;
    margin-top: 100px;
    border-radius: 20px;
    padding: 20px;
 }
 .card-review:hover{
    box-shadow: 0 0 5px 1px gray;
 }
 .img-reviewer{
    position:absolute;
    height: 90px;
    width: 90px;
    border: 2px black;
    border-radius: 50%;
    top: -50px;
    margin-left: 145px;
    box-shadow: 0 0 3px 0 rgb(216, 216, 242);
 }
 .img-reviewer:hover{
    box-shadow: 0 0 5px 1px gray;

 }
 
 .text-2{
    text-align: justify;
    font-size: 20px;
 }

 .hotel-container{
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   flex-wrap: wrap;
}
.heading-1{
   margin-top: 20px;
    font-size: 35px;
    margin-left: 30px;
}
@media screen and (min-width: 600px) and (max-width: 768px){
    .link-homepage {
        margin: 20px;
        margin-top: 30px;
        font-size: 25px;
        font-weight: bold;
        color: #faf7f7;
        text-decoration: none;
     }
     .heading{
        font-size: 40px;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;    
        word-spacing: 5px;
        text-align: center;
        margin-top: 35px;
    }
    .container-main{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }
    .container{
        margin-top: 50px;
        height: 400px;
        width:550px;
        font-size: 25px;
        background-color: white;
        box-shadow: 0 0 3px 0px gray;
        border-radius: 10px;
        align-items: center;
        padding: 10px;
    
    }
    .img-place{
        /* margin-left: 50px; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:550px;
        height: 400px;
        border-radius: 12px;
    }
    .container-1{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-evenly  
    }
    .container-review{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:space-evenly;
    }   
 }
 @media screen and (min-width: 769px) and (max-width: 992px){
    .heading{
        font-size: 40px;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;    
        word-spacing: 8px;
        text-align: center;
        margin-top: 35px;
    }
    .container-main{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
    }
    .container{
        margin-top: 50px;
        height: 400px;
        width:600px;
        font-size: 25px;
        background-color: white;
        box-shadow: 0 0 3px 0px gray;
        border-radius: 10px;
        align-items: center;
        padding: 10px;
    
    }
    .img-place{
        /* margin-left: 50px; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:600px;
        height: 400px;
        border-radius: 12px;
    }
    .container-1{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-evenly; 
    }
    .container-review{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:space-evenly;
    }   

 }
