#input{
    border: 1px solid gray;
    width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 120px;
}
#input_navbar{
    display: flex;
    border-bottom: 3px solid rgb(184, 167, 167);
    width: 95%;
    margin: auto;
    height: 90px;
    justify-content: center;
    
}

#input_navbar>h3{
    font-size: 18px;
    margin-right: 30px;
    color: black;    
}
#input_navbar>h3:hover{
    color:rgb(3, 62, 172) ;
    text-decoration-line: underline;
}
#bigimg{
    margin: auto;
    height: 500px;
    width: 85%;
    border-radius: 10px;
    background-image: url('https://a.travel-assets.com/travel-assets-manager/ux-887/Global-HP-Hero-928x398.jpg');
   background-size: cover;
    margin-bottom: 100px;
}
#travel_smarter{
    cursor: pointer;
    width: 85%;
    height: 300px;
    background-size: cover;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 10px;
    background-image: url('https://a.travel-assets.com/travel-assets-manager/gmvd-1482-bookearly-emea/667x320.jpg');
}

#box{
     width: 370px;
      border: 1px solid transparent;
     margin-left: 70px;
}
#box>h2{
     text-shadow: #10424e 1px 0 2px; 
     margin-top: 120px;
     color: white;
     line-height: 40px;
     font-size: 40px;
}
#box>p{
    color: white;
    text-shadow: #10424e 1px 0 5px;
    font-size: 18px;
    margin-top: -20px;
    line-break: auto;
}
#box>button{
    height: 50px;
    width: 200px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    background-color: rgb(82, 112, 231);
    color: white;
    border: none;
}
#box>button:hover{
    background-color: blue;
}
#ts{
    margin-left: 20px;
    border: 1px solid transparent;
    width: 600px;
    margin-top: 50px;
}
#ts>h5{
     margin-top: 240px;
     font-size: 15px;
     color: rgb(255, 255, 255);
     font-weight: 600;
}
#ts>p{
    color: white;
    margin-top: -20px;
     font-size: 15px;
     
}
#p1{
    text-align: center;
    font-size: 14px;
}
#p2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    margin-top: -8px;  
    color: rgb(28, 117, 185);
}
#p2:hover{
    text-decoration-line: underline;
    cursor: pointer;
}
#qrbox{
    width: 85%;
    border:  1px solid rgb(187, 182, 182);
    height: 300px;
    margin: auto;
    border-radius: 10px;
    display: flex;
}
#qrbox>img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    position: relative;
}
#center{
    /* border:1px solid red; */
    width: 50%;
    
}
#qrimg{
    text-align: center;
}
#qrimg>img{
    height: 45%;
    margin-top: 40px;
}
#qrimg>p{
    margin-top: -6px;
    font-size: 14px;
}
#qrimg{
    width: 20%;
    /* border: 1px solid green; */
}
#first>h1{
    font-size: 25px;
    margin-left: 15px;
    font-weight: 600;
}
#first>p{
    font-size: 18px;
    margin-left: 15px;
    margin-top: -10px;
    line-height: 18px;
}
#first>h3{
    font-size: 22px;
    margin-left: 15px;
    font-weight: bold;
}
#second{
    margin-top: -10px;
    display: flex;

}
#second>input{
    
    width: 150px;
    height: 40px;
    font-size: 15px;
    color: black;
    border-radius: 10px;
    margin-left: 20px;
}
#second>button{
    width: 180px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
    border-radius: 10px;
    background-color:rgb(4, 89, 247);
    color: white;
    border: 0px;
}
#second>button:hover{
         background-color:rgb(3, 62, 172) ;
         cursor: pointer;
        }
 #third>p{
      font-size: 15px;
      margin-left: 13px;
}
#staybox{
    margin-top: 20px;
    text-align: center;
    height: 130px;
}
#divstay1{
    display: flex;
    font-size: 15px;
    margin-bottom: 20px;
}
#staygoin{  
    margin-left: 50px;
    border-radius: 10px;
    width: 400px;
    height: 30px;
}
#staycheckin{
    
   width: 150px;
    height: 30px;
    margin-left: 20px;
    border-radius: 10px;
}
#staycheckout{
    font-size: 15px;
    width: 150px;
    height: 30px;
    border-radius: 10px;
    margin-left: 20px;
}
#staynumperson{
    width: 200px;
    height: 30px;
    border-radius: 10px;
    margin-left: 20px;

    font-size: 15px;
}
#staybutton{
    background-color: rgb(4, 89, 247);
    color: white;
    width: 200px;
    height: 50px;
    font-size: 22px;
    border-radius: 10px;
    margin-bottom: -10px;
    border: 0ch;
}
#staybutton:hover{
    cursor: pointer;
    background-color:rgb(3, 62, 172) ;
}