

.slide_container{
    position: relative;
    width: 100%;
  
  }
  .slide img{
    width: 100%;
    opacity: 0.9;
    animation-name: move;
    animation-duration: 3s;
    height: 53rem;
    filter: brightness(0.6);
  }
  @keyframes move {
    from {background-color: red;}
    to {background-color: yellow;}
  }
  .arrow{
    cursor: pointer;
    position: absolute;
    top:40%;
    color:black;
    background-color: white;
    padding: 8px 19px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
  }
  .next{
    right: 10px;
  }
  .prev{
    left: 10px;
  }
  .caption{
    display: flex;
    justify-content: center;
    color:#FE6B59;
    flex-direction: column;
    font-size: 4rem;
    font-weight: bold;
    position: absolute;
    text-align:center;
    font-family: "Roboto", Sans-serif;
    /* filter: drop-shadow(2px 4px 6px black); */
    padding: 15px 15px 5px 15px;
  }
  .caption h5{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .caption h5 hr{
    width:10%;
    background:#FE6B59;
    border-color: #FE6B59;
    padding:0.1rem;
    margin:1rem;
  
  
  }

  .slide{
    display: none;
    justify-content: center;
    align-items: center;
  }
    
  @media screen and (max-width: 755px){
    .caption{
      font-size: 2rem;
    }
  }
  @media screen and (max-width: 480px){
    .caption{
      font-size: 1.5rem;
    }
  }
  
  
.check_avalibility {
  display: flex;
  justify-content: center;
  align-items: center;
 background-color: #023651;
  padding:1rem 10rem;
  z-index: 1;
  width: 100%;
  
}
.check_avalibility form{
display: flex;
    justify-content: space-evenly;
    width: 100%;
  flex-wrap: wrap;}

.check_avalibility input{

  padding: 0.7rem;
  font-size: 1.8rem;
  background-color: white;
  border-radius: 1rem;
  outline: none; 

}
.check_avalibility select{
 
  padding: 0.7rem;
  background-color: white;
  color: black;
  border-radius: 1rem;
  font-size: 1.8rem;
}
.check_avalibility .date{
  width:15rem;
}

.check_avalibility input::placeholder{
  font-size: 2rem;
  color: black
}

.check_avalibility input[type=submit]{
  background-color: #FE6B59;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px){
  .check_avalibility{
    padding: 1rem 3rem;
  }}
@media screen and (max-width: 800px){
  .check_avalibility form{
    justify-content: space-evenly;
  }

  .check_avalibility form input,.check_avalibility form select{
    margin-top: 0.7rem;
  }
}

@media screen and (max-width: 500px){
  .check_avalibility{
    padding: 1rem 1rem;
  }
  .check_avalibility .date {
    width: 13rem;
}
.slide img {
  height: 25rem;
}
.check_avalibility{
  font-size: 12px;
}
.check_avalibility .date{
  width: 11rem;
}

}

