

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    

}

html{
    font-size: 62.5%;
}
body{

    background-color: #ddd; 
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    overflow-x: hidden;
    
}
main{
    margin-left: 20px !important;
    margin-right: 0 !important;
}
.parin{
    
    display:flex;
    justify-content: space-between;
    background-color: #fff;
    height: 40px;
    padding:7px 0;
}

.nav{
    display:flex;   
}

.nav li{
    list-style-type: none;
   
}
 .nav li a{
    text-decoration: none;
    color:black;
    padding:20px 20px;
}
 .nav li a:hover{
    color:black;
    background-color: lightgray;
}
.book_link{
    background-color: #ddd;
    padding:30px 20px 20px 30px;
    color:black;
    text-decoration: none;
}
.book_link:hover{
    background-color: lightgray;
    color:black;
    
}
.logo a{
    padding:20px; 
    background-color: red;
    color:#fff !important;
}
.logo a:hover{
    background-color: lightgray !important;
    color:black !important;
}

/* header */

.header{
    height: 95vh;
    width: 100%;
    background-image: url(imag/hotel.jpg);
    background-repeat: no-repeat;
    margin-top: 2px;
    position: relative;
}
.form-date label{
    display: block;
}
.date{
    width:45%;
    height: 300px;
    position: absolute;
    z-index: 2000;
    top: 35%;
    left: 15px;
}

.form-date{
    width:100%;
    height: 230px;
    display: grid;
    grid-template-rows: 1fr 1fr ;
    background-color: #fff;
    grid-auto-rows: 1fr;
    grid-template-areas: 
    "inDate outDate"
    "aduits  kids"
    "btn  non";
    
}
.get-in-date{
    padding: 10px;
    grid-area: inDate;
}
.get-out-date{
    padding: 10px;
    grid-area: outDate;
}
.get-adults{
    padding: 10px;
    grid-area: aduits;
}
.get-kids{
    padding: 10px;
    grid-area: kids;
}
.non{grid-area: non;}
 .btn{
    grid-area: btn;
   position: relative;
 } 
 .btn #button{
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border: none;
    background-color: #444;
    position: absolute;
    top: 10px;
    left:10px;
 }
 .btn #button:hover{
    background-color: #aaa;
    color:black;
    cursor: pointer;
 }
 .fit{
    width: 100%;
    height: 40px
 }  
 .heading{
    color:#fff;
    padding:10px;
    background-color: red;
 }
 input[type],.form-date input[value]{
    font-size: 20px;
}

/* main */


.form-date-second{
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 15px;
    
}

 .fit-second{
   width: 100%;
    height: 40px;
    margin-left: 15px;
   
}

.fit1-second{
    width: 100%;
    height: 40px; 
    margin-left: 20px;
} 

#button-second{
    width: 80%;
   padding: 3% 3%;
    border: none;
    background-color: #000;
    color:#fff;
    margin-top: 24px;
    margin-left: 30px;
}
#button-second:hover{
    background-color: #aaa;
    color: #000;
}
.form-date-second label{
    display: block;
    margin-left: 15px;
}
.label{
    margin-left:20px !important;
}
.heading-second{
    margin:20px 0 0 20px ;
}
.pargrpg-frist{
    margin: 20px 0 20px 20px;
}

/* section 2 */

.rooms{
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    height: 510px;
    margin-bottom: 30PX;
    
}
.room-first{
    width:32.5% ;
    height: 360px;
    margin-left: 15px;
    background-color: #fff;
}
.room-second{
    width:32.5% ;
    height: 360px;
    background-color: #fff;
    margin-left: 15px;
}
.room-third{
    width:32.5% ;
    height: 360px;
    background-color: #fff;
    margin-left: 15px;
}
img{
    display: block;
    width: 100%;
    /* height: ; */
    object-fit: cover;
}
.heading-third{
    margin: 15px 15px;
    width: 100%;    
}
.heading-fourth{
    margin: 15px 15px;
    width: 100%;
    color:#777
}
.heading-fifth{
    margin: 15px 15px;
    width: 100%;
}
.heading-sixth{
    margin: 15px 15px;
    width: 100%;
    font-size: 16px;
}
.link-second{
    background-color: #000;
    text-align: center;
    
}

.link-second a:hover{
    background-color: #aaa;
    color:#000;
}
.link-second a{
    display: block;
    padding:10px !important;
    text-decoration: none ;
    color: #fff;
    /* padding: 15px !important; */
}


.room-information{
    width: 100%;
    height: 200px;
    background-color: #fff;
}

/* section 3 */

.information-about-room{
   
    width: 100%;
    display: flex;
}
.information-about-room-second{
    /* height: 100%; */
    margin-left: 17px;
    text-align: justify;
    width: 30%;
}
.img-room{
    margin-left: 50px;
    width: 66%;
    height: 75vh;
}
.img-room img{
    width: 100%;
    height: 100%;
}

/* section 3 */
.div-heading-eighth{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.heading-nineth{
    width: 99%;
    height: 110px;
   
    margin-top: 20px;
    padding:35px 0;
    background-color: red;
    display: flex;
}
.squri{
   
    margin-left: 20px;
    width:30px;
    height:30px;
    background-color: orangered;
}
.headin-tenth{
    margin-top: 5px;
    margin-left: 20px;
    
    color:#fff
}

.img-our-hotal{
    margin-top: 20px;
    height: 75%;
    display:grid;
    grid-template-columns: 2fr  1fr 1fr;
    grid-auto-rows: 1fr;
    grid-template-areas: 
    "cinqueterre nw-york pisa"
    "cinqueterre sanfran  paris";
    gap:15px;
}
.hotals-img1{
    height: 100%;
    grid-area: cinqueterre;
}
.hotals-img2{
    grid-area: nw-york;
}
.hotals-img3{
    grid-area: pisa;
}
.hotals-img4{
    grid-area: sanfran;
}
.hotals-img5{
    grid-area: paris;
}

/* section 4 */
.cantainer-emil{
    margin-top: 50px;
    padding:50px 0;
    width: 100%;
    height: 300px;
    background-color: #000;
    opacity: 0.6;
   
}
.cantainer-emil:hover{
    opacity: 1;
}
.heading-emil{
    color:#fff;
    margin-left: 20px;
}
.pragh-emil{
    margin-top: 20px;
    color:#fff;
    margin-left: 20px;  
}
.label-emil{
    margin-left: 20px;
    display: block;
    margin-top: 20px;
    color:#fff;
}
.get-data-emil{
    margin-right: 10px;
}

.get-data-emil #emil{
    margin-left: 20px;
    height: 40px;
    width: 97%;
    font-size: 20px;
    
}
#button-third{
    margin-left: 20px;
    margin-top: 10px;
    color: #fff;
    background-color: rgb(240, 13, 58);
    width: 120px;
    height: 40px;
    
}
#button-third:hover{
    color:black;
    background-color: #aaa;
}

.content{
    /* margin-left: 20px; */
    margin-top: 50px;
}

.form-emil{
    width:99%;
}

.fit-personalty{
    margin:10px 0;
    width: 100%;
    height: 50px;
}
#button-fourth{
    padding: 10px;
    background-color: #000;
    color:#fff; 
    font-size: 16px;
    border:none; 
}

#button-fourth:hover{
    background-color: #aaa;
    color:#000;
}

/* f00ter */

.footer{
    margin-top: 10px;
    width: 100%;
    height: 180px;
    background-color:#000 ;
    text-align: center;
    padding: 30px 0;
}
.heading-footer{
    color:#fff;
}
.footer{
    margin-top: 30px;
}

.footer span {
    color:#fff;
}

.footer span a{
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width:1020px){
    .information-about-room{
        margin-right: 20px;
        width: 97%;
        display: block;
    }
    .rooms{
        margin-bottom: 0;
    }
    .information-about-room-second{
        margin-top: -20px;
        display: block;
        width: 100% !important;
        
    }
    .pargrpg-second{
        margin-right: 10px;
    }
    .img-room{
        margin-left: 15px !important;
        margin-top: 20px;
        width: 99% !important;
        display: block;
    }
   .date{
    width: 60% !important;
   }
}
@media only screen and (max-width:700px){
    .nav{
        
        width: 100%;
        height: 180px;
        background-color: #fff;
        display: block;
        /* margin-bottom: 60px; */
    }
    .nav li {
        margin-top: 25px ;
    }
    .logo{
        margin-top: 10px !important;
        padding: 0 0;
    }
    .nav li a{
        padding:15px 47% !important;
    }
 
    .book_link{ 
        display: block;
        padding:10px 17% 10px 23% !important;  
    }
    .header{
        margin-top: 200px !important;
    }
    .parin{
        /* height:100px ; */
        text-align: center;
        display: block;
    }  
    .date{
        display: block !important;
        width: 90% !important;
       }  
       /* section 1 */
       .form-date-second{
        display: block;
       }
       .form{
        margin-right: 30px;
       }
       #button-second{
        position: static;
        margin-left: 20px;
        padding:8px 55% 8px 45%;
        
       }
       .rooms{
        height: 100%;
        display: block !important;
       }
       .room-first ,.room-second,.room-third{
        width:98% ;
        height:10%;
        margin-left: 15px;
        background-color: #fff;
    }
    .room-second,.room-third{
        margin-top: 20px;
    }
    .room-third{
        margin-bottom: 60px;
    }
    .img-our-hotal{
      
        display: block;
        width: 100%;
    }
    .img-our-hotal img{
      
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    .hotals{
        margin: 10px;    
    }
    .div-heading-eighth{
        text-align: center;
        display: block;
    }
}



