#otel{
    width:100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
#otel h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.otelbox{
    width:900px;
    height:180px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    
    background-color: rgba(247, 247, 247, 0.753);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 20px;
}

.otelbox1{
    width:30%;
    height:100%;
   
}
.otelbox1 img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.otelbox2{
    width:50%;
    height:100%;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    
}
.otelbox2 h3{
    font-size: 18px !important;
    text-align: left !important;
    margin-bottom: 0px !important;
 
}
.otelbox2 h3 a{
text-decoration: none;
}
.otelbox2 h3{
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: black;
   
}
.otelbox2 p{
    width: 100% !important;
    height: 100% !important;
    padding: 10px;
    text-transform: lowercase;
 
}
.otelbox3{
    width:20%;
    height:100%;
  
}
.otelbox3 form{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.otelbox3 form input[type='submit']{
    background-color: darkred;
    border: none;
    width:120px;
    height:60px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

/* Responsive */


@media only screen and (max-width: 768px) {
  
    .otelbox{
        width:90%;
    }
}
@media only screen and (max-width: 640px) {
    .otelbox3 form input[type='submit']{
        width:80%;
        height:40px;
        font-size: 14px;
    }
    .otelbox2 p{
      font-size: 12px;
    }
}
@media only screen and (max-width: 480px) {
    .otelbox3 form input[type='submit']{
        width:60%;
        height:40px;
    }
    .otelbox{ height:400px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }
    .otelbox1{
        width:90%;
        height:90%;
       
    }
    .otelbox2{
        width:90%;
        height:90%;
    }
    .otelbox3{
        width:90%;
        height:90%;
    }

}
