* {
    padding: 0;
    margin: 0;
    border: 0;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  :focus,
  :active {
    outline: none;
  }
  a:focus,
  a:active {
    outline: none;
  }
  nav,
  footer,
  header,
  aside {
    display: block;
  }
  html{
    scroll-behavior: smooth;
  }
  html,
  body {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    font-family: 'Montserrat';
  }
  input,
  button,
  textarea {
    font-family: inherit;
  }
  input::-ms-clear {
    display: none;
  }
  button {
    cursor: pointer;
  }
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  ul li {
    list-style: none;
  }
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.margin_bottom_indent{
  margin-bottom: 30px;
}
.top_main__wrapper{
    width: 100%;
    height: 100vh;
    background: url(/static/imgs/bg-1.png);
    object-fit:cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    display: flex;
    justify-content: center;
}
.section_margin{
    margin-top:70px ;
}
.container_center{
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
}
.top_main__nav_menu{
    width: 90%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    background-color: inherit;
}
.nav_menu__left_side{
    display: flex;
    align-items: center;
    color:white;
}
.nav_menu__right_side{
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: space-between;
    font-style: italic;
}
.right_side__li:hover {
    opacity: 1;
    margin-bottom:5px;
}
.left_side__li:nth-child(2), .left_side__li:nth-child(4){
    margin: 0 40px;
}
.nav_menu__left_side li a, .nav_menu__right_side a {
    font-size: 19px;
}
.top_main__our_experience {
    display: flex;
    height: 87%;
    align-items: flex-end;
    justify-content: center;
    margin-top: 50px;
}
.top_main__our_experience p{
    color: white;
    font-size: 75px;
    font-weight: 300;
}
.about_us{
  z-index: -2;
}
.info_container{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
}
.about_us__info{
  height: 100%;
  color: #07456b;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.about_us__info_wrapper{
  width: 700px;
  text-align: left;
  background: white;
}
.about_us__info_wrapper div {
  margin-left: 20px;
}
.img_container img{
  height: 480px;
}
.info_wrapper{
  color: #07456b;
}
.info__title{
  font-weight: bold;
  font-size: 26px;
  color:#07456b;
}
.info__subtitle{
  font-size: 23px;
  font-weight: 500 ;
  color:#07456b;
  line-height: 1.2;
}
#link_icon{
  width: 30px;
  height: 30px;
  margin-bottom: -7px;
  margin-left: -2px;
}
.info__subtitle a{
  color: #07456b;
  text-decoration: underline;
}
.info_text{
  font-size: 17px;
}
.info_text a{
  color: #07456b;
  text-decoration: underline;
}
.container__title{
  margin-top: 85px;
}
.services__info_title{
  font-weight: bold;
  font-size: 26px;
  color:#07456b;
}
.services__info_subtitle{
  font-size: 21px;
  font-weight: 500 ;
  color:#07456b;
  
}
.services__container{
  display: flex;
  justify-content: space-evenly;
}
.contacts{
  margin-top: 150px;
}
.contacts__info{
  height: 100%;
  color: #07456b;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.contacts__info_container{
  display: flex;
  justify-content: space-around;
}
.info_container__wrapper{
  width: 700px;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer{
  margin-top: 70px;
}
.footer div{
  height: 100px;
  width: 100%;
  background-color: #59778a;
}
.footer__text{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
.info__title, .info__subtitle, .info_text, .img_container img{
  z-index: -5;
}
.left_side__li a{
 color: rgb(255, 255, 255);
 opacity: 0.9;
}
.right_side__li {
  color: rgb(255, 255, 255);
  opacity: .8;
  transition: .2s;
}
.left_side__li a:hover{
  opacity: 1;
}













/*=============== reservation styles =================*/

.reservation{
  display: flex;
  justify-content: center;
  z-index: 1;
}
.reservation__container{
  width: 100%;
  margin-top: 120px;
}
.container__top_title{
  font-size: 70px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.container__middle{
  width: 100%;
  height: 300px;
  z-index: 5;
}
.reservation__container .container__middle{
  background-color: rgba(255, 255, 255, 0.8);
}
.top__form{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 70px;
  height: 100%;
}
form{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
.left__form{
  width: 480px;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.left__form, .right__form {
  font-size: 16px;
}
.left__form div:nth-child(2){
  margin: 8px 0;
}
.right__form div:nth-child(2){
  margin: 8px 0;
  width: 330px;
}
/* #fname {
  margin-right: 200px;
} */
input[type=text] {
  font-size: 17px;
  width: 69%;
  padding: 10px 14px;
  box-sizing: border-box;
  background-color: rgb(100 100 100 / 45%);
}
.left__form div, .right__form div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type=text]:focus{
  border: 1px solid black;
  padding: 10px 14px 9px 14px;
}
#date_arrivals, #date_departures, #passangers, #email, #phone_number{
  font-size: 17px;
  padding: 10px 14px;
}
.form__button_container {
  width: 15%;
}
.form__button{
  width: 100%;
  font-size: 16px;
  height: 50px;
  border: 1px solid white;
  color: rgb(0, 0, 0);
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
}