body {
  margin: 0px;
  padding: 0px;
  font-family: "Oswald", serif;
  background-image: url(../images/or_background.jpg);
  background-size: cover;
}

a {
  text-decoration: none;
}
#step1{display: block;}
#step2{display: none;}
#loader{display: none;}

.hero_slider {
  width: 100%;
  height: 80vh;
  background-image: url(../images/hero_slider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_slider h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.hero_slider h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.hero_slider p {
  font-size: 30px;
  text-transform: uppercase;
}

.navmenu {
  background: #051039 !important;
  font-weight: bold;
  text-transform: uppercase;
}

.logo {
  width: 200px;
}

.search_from {
  width: 90%;
  background: #ffffff;
  margin: 0 auto;
  margin-top: -3.5%;
  border-radius: 20px;
  display: flex;
  padding: 20px;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.search_from input,
.search_from select,
.search_from span {
  height: 50px;
}

.from_input {
  width: 20% !important;
  margin: 0% 1% 0% 1%;
}

.overlay {
  width: 100%;
  height: 100%;
  padding: 45px;
  background: #0000009c;
  color: #fff;
  display: flex;
  align-items: start;
  margin: 0 auto;
  padding-top: 7%
}

.navbar_call_button {
  color: #000000;
  background: #FFE11B;
  height:50px;
  width: 200px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  transition: 0.5s ease;
}
.navbar_call_button_images{
  background-image: url(../images/nav_button_image1.png);
  height:50px;
  width: 200px;
  background-size: cover;
  border-radius: 10px;
  transition: 0.5s ease;
}
.navbar_call_button_images:hover{
  background-image: url(../images/nav_button_image2.png);
  height:50px;
  width: 200px;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px #ffe11b;
  transition: 0.5s ease;
}
.navbar_call_button:hover{
  color: #FFE11B;
  background: #051039;
  padding: 13px;
  width: 200px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: 0px 1px 5px 0px #ffe11b;
  transition: 0.5s ease;
}
.from_button {
  color: #000000;
  background: #FFE11B;
  padding: 13px;
  width: 100%;
  font-weight: bold;
  border-radius: 10px;
  font-size: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 19px;
  justify-content: center;
}

.booking_exp {
  background: url(../images/blue_bg.png);
  width: 100%;
  height: auto;
  margin-top: -4%;
  color: #fff;
  background-size: cover;
}

.booking_exp_waper {
  width: 90%;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 4%;
  font-family: "Bebas Neue", serif;

}

.booking_exp_waper h1 {
  text-align: center;
  text-transform: uppercase;
}

.booking_exp_cards_waper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 30px;
}

.booking_exp_cards_waper .card {
  width: 23% !important;
  color: #051039 !important;
  text-align: center;
  box-shadow: 2px 3px 6px 0px #000;
}
.booking_exp_cards_waper .card:hover{
  transform:rotate(4deg) !important;
}

.booking_exp_cards_waper .card ion-icon {
  text-align: center;
  font-size: 50px;
}

.why_us {
  width: 90%;
  padding: 50px;
  color: #051039;
  display: flex;
  font-family: "Bebas Neue", serif;
  margin: 0 auto;
  justify-content: space-around;
  position: relative;
}

.why_us h1 {
  font-size: 45px;
  margin: 0px;
  padding: 0px;
}

.why_us_left {
  width: 48%;
  display: flex;
  align-items: center;
}

.why_us_right {
  width: 48%;
}

.why_us_right img {
  width: 100%;
  height: 100%;
  border: 5px solid;
  border-radius:25px;
}

table tr {
  margin: 0px;
  padding: 0px;
  padding-top: 30px;
}

table tr {
  display: flex;
  align-items: start;
}

table td,
table td h4 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
}

table tr td span {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

.why_button {
  background: #051039;
  width: 400px;
  padding: 20px;
  color: #fff;
  margin-top: 30px;
}

.benifet {
  width: 90%;
  height: auto;
  background: none;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  border-radius: 30px;
}

.benifet .card {
  background: #051039;
  text-align: center;
  width: 250px !important;
  color: #FFE11B;
}
.benifet .card:hover{
  transform: rotate(4deg);
}
.benifet .card img{
  width:80px;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 30px;
  color: #051039;
}

.footer_button {
  background: #FFE11B;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  border: 0px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}

.footer p {
  font-size: 20px;
  font-weight: 400;
}

.footer p span {
  font-size: 12px;
  font-weight: bold;
  text-align: justify !important;
}

.copy_right {
  background: #ffffff;
  color: #051039;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}

.copy_right a {
  color: #051039;
}

.galary {
  width: 100%;
  padding: 30px;
}

.galary_waper {
  width: 100%;
  display: flex;
}

.galary_left {
  width: 50%;
}

.galary_right {
  width: 50%;
}

.galary_left_card {
  background: url(../images/galary1.jpg);
  background-size: cover;
  width: 99%;
  height: 90vh;
  margin: 1%;
  border-radius: 10px;
}

.galary_right_top_card {
  width: 99%;
  height: 44vh;
  background: url(../images/galary2.jpg);
  background-size: cover;
  background-position: center;
  margin: 1%;
  border-radius: 10px;
}

.galary_right_bottom {
  width: 100%;
  height: 44vh;
  margin: 1%;
  display: flex;
}

.galary_right_bottom_card1 {
  width: 49.5%;
  height: 100%;
  background: url(../images/galary3.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0.5%;
}

.galary_right_bottom_card2 {
  width: 49.5%;
  height: 100%;
  background: url(../images/galary4.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0.5%;
}

.galarycard_overlay {
  width: 100%;
  height: 100%;
  background: #00000042;
  border-radius: 10px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .2s ease-in-out;
}
.galary_text{
  border: 1px solid #fff;
  padding: 0%;
  font-size: 0px;
  display: none;
  transition: all .2s ease-in-out;
  display: table;
}

.galarycard_overlay:hover .galary_text{
  border: 1px solid #fff;
  padding: 10%;
  font-size: 55px;
  display: table;
  transition: all .2s ease-in-out;
  
}

.galarytitel {
  width: 100%;
  padding-left: 20px;
  color: #051039;
}
.galarytitel p{
  font-size: 20px;
}
.strep {
  width: 100%;
  padding: 20px;
  background: #FFE11B;
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #051039;
  font-weight: bold;
}

.strep span {
  display: flex;
  align-items: center;
}

.strep span svg,
.strep span ion-icon {
  padding: 5px;
  background: #051039;
  font-size: 25px !important;
  margin-right: 10px;
  border-radius: 20%;
  color: #fff;
}

.about {
  width: 100%;
  background:none;
  padding: 40px;
  display: flex;
  height: 70vh;
}

.about_left {
  width: 50%;
}

.about_left img {
  width: 90%;
  height: 100%;
  border-radius: 20px;
  border: 5px solid #051039;
}

.about_right {
  width: 50%;
  display: flex;
  align-items: center;
  color: #051039;
  font-weight: bold;
}

.about_right h1 {
  font-size: 60px;
}

.about_right p {
  font-size: 20px;
  font-weight: 400;
}

.contact {
  width: 100%;
  padding: 40px;
  background: #051039;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

.contact_left {
  width: 57%;
  color: #fff;
}

.contact_left p {
  text-align: justify;
}

.contact_left img {
  width: 250px;
}

.contact_right {
  width: 40%;
  padding: 30px;
  background: #fff;
  color: #051039;
  border-radius: 20px;
}

.input_contact {
  width: 100% !important;

}

.contact_right p {
  font-size: 12px;
  font-weight: bold;
}

.contact_button {
  width: 250px;
  background: #FFE11B;
  ;
  height: 50px;
  color: #051039;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto !important;
  font-weight: bold;
}

.hr_line {
  width: 300px;
  color: #FFE11B;
  background: #FFE11B;
}
.footer_img{
  width: 100px;
  height: 100px;
  margin: 10px;
}
@media only screen and (max-width: 600px) {
  .hero_slider {
    width: 100%;
    height: 37vh;
    background-image: url(../images/hero_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .overlay {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #0000009c;
    color: #fff;
    display: flex;
    align-items: start;
    margin: 0 auto;
    padding-top: 7%;
  }

  .hero_slider h1 {
    font-size: 26px;
    text-transform: uppercase;
  }

  .hero_slider h2 {
    font-size: 20px;
    text-transform: uppercase;
  }

  .hero_slider p {
    font-size: 15px;
    text-transform: uppercase;
  }

  .booking_exp {
    background: #051039;
    width: 100%;
    height: auto;
    margin-top: 0;
    color: #fff;
    background-size: cover;
    padding-top: 5%;
  }

  .search_from {
    width: 90%;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 0%;
    border-radius: 20px;
    display: block;
    padding: 20px;
    z-index: 1;
    position: relative;
    left: 0%;
    transform: translate(-0%);
  }

  .from_input {
    width: 100% !important;
    margin: 0% 1% 0% 1%;
    margin-top: 10px;
  }

  .booking_exp_cards_waper {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-around;
    padding: 30px;
  }

  .booking_exp_cards_waper .card {
    width: 70% !important;
    color: #051039 !important;
    text-align: center;
    box-shadow: 2px 3px 6px 0px #000;
    margin-bottom: 20px !important;
    margin: 0 auto;
  }

  .strep {
    width: 100%;
    padding: 20px;
    background: #FFE11B;
    display: none;
    justify-content: center;
    font-size: 20px;
    color: #051039;
    font-weight: bold;
  }

  .why_us {
    width: 100%;
    padding: 30px;
    color: #051039;
    display: block;
    font-family: "Bebas Neue", serif;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
  }

  .why_us_left {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .why_us_right {
    width: 48%;
    display: none;
  }

  .why_us h1 {
    font-size: 45px;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  table tr td span {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
  }

  .benifet {
    width: 100%;
    height: auto;
    background:none;
    padding: 30px;
    display: block;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    border-radius: 0px;
    padding-top: 0px;
  }

  .benifet .card {
    color: #051039;
    text-align: center;
    box-shadow: 1px 2px 11px 1px #000;
    width: 250px !important;
  }

  .benifet .card {
    color: #051039;
    text-align: center;
    box-shadow: 1px 2px 11px 1px #000;
    width: 250px !important;
    margin: 0 auto;
    margin-top: 20px;
  }

  .galarytitel {
    width: 100%;
    padding-left: 20px;
    color: #051039;
    text-align: center;
  }

  .galary_left {
    width: 50%;
    display: none;
  }

  .galary_right {
    width: 100%;
  }

  .about {
    width: 100%;
    background: #051039;
    padding: 40px;
    display: block;
    height: auto;
  }

  .about_left {
    width: 100%;
  }

  .about_left img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .about_right {
    width: 100%;
    display: block;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .about_right h1 {
    font-size: 40px;
    margin-top: 20px;
  }

  .about_right p {
    font-size: 15px;
    margin-top: 20px;
    text-align: justify;
  }

  .about_button {
    margin: 0 auto;
  }

  .contact {
    width: 100%;
    background: #051039;
    padding: 0px;
    display: block;
    justify-content: space-between;
  }

  .contact_right {
    width: 100%;
    padding: 30px;
    background: #fff;
    color: #051039;
    border-radius: 0px;
  }

  .contact_right p {
    font-size: 10px;
    font-weight: bold;
    text-align: justify;
  }

  .contact_left {
    width: 100%;
    color: #fff;
    padding: 20px;
    font-size: 15px;
  }

  .contact_left img {
    width: 250px;
    display: block;
    margin: 0 auto;
  }

  .contact_left p {
    text-align: justify;
    font-size: 10px;
  }
  .galarycard_overlay:hover .galary_text{
    border: 1px solid #fff;
    padding: 10%;
    font-size: 25px;
    display: table;
    transition: all .2s ease-in-out;
    
  }
  .galary_right_bottom {
    width: 100%;
    height: 24vh;
    margin: 1%;
    display: flex;
  }
}

