*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.5;
    
    --font-size: 0.8em;
    --bg1: #f5f8f7;
    
    --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
    --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}
button{
  cursor: pointer;
}
h1{
  font-family: "Poppins", sans-serif;
	font-size: 80px;
color:  black;
  text-align: center;
  padding-top: 45px;
}
.white--title{
  color: #F7AF3E;
}
textarea{
  resize: none;
}
img{
  user-select: none;
}
a, div,li {
  -webkit-tap-highlight-color: transparent; 
  outline: none;
}

body{
  overflow: auto;
}

body.active{
  overflow: hidden;
}
ul.infoGraphic {
 
    font-size: var(--font-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
      position: relative;
      width: 100%;
      max-width: 25em;
      background: var(--bg1);
      border-radius: 0.5em;
      padding: 0.5em;
      z-index: 1;
      transition: all 0.2s;
      cursor: pointer;
      margin-bottom: 20px;
    
    }
     
      .numberWrap {
        position: absolute;
      }
      .number {
        font-family: "maven pro", sans-serif;
        font-size: 6em;
        font-weight: 900;
        width: 0.9em;
        text-align: start;
       
        &.fontColor1 {
          color: var(--blue);
        }
        &.fontColor2 {
          color: var(--green);
        }
        &.fontColor3 {
          color: var(--purple);
        }
        &.fontColor4 {
          color: var(--gold);
        }
        &.fontColor5 {
          color: var(--red);
        }
        &.fontColor6 {
          color: var(--orange);
        }
      }
      .coverWrap {
        transform: rotate(130deg);
        position: absolute;
        width: 18em;
        height: 15em;
        left: -3em;
        top: -1em;
        .numberCover {
          position: absolute;
          background: var(--bg1);
          width: 18em;
          height: 6em;
          border-radius: 50% 50% 0 0;
          border-bottom: 3px solid #f5f8f7;
          transition: all 0.4s;
  
          &::before {
            position: absolute;
            content: "";
            bottom: 5px;
            left: 4em;
            right: 4em;
            top: 5em;
            box-shadow: 0 0 30px 17px #48668577;
            border-radius: 100px / 10px;
            z-index: -1;
          }
          &::after {
            position: absolute;
            bottom: 0;
            content: "";
            left: -10%;
            width: 120%;
            height: 150%;
            background: radial-gradient(
              at bottom,
              #48668533,
              transparent,
              transparent
            );
            z-index: 1;
          }
        }
      }
      .content{
        display: flex;
        flex-direction: column;
        margin: 8em 3em 1em 7em;
        position: relative;
        h2 {
          font-size: 1.7em;
          font-weight: 500;
          text-align: center;
          margin-bottom: 10px;
          text-transform: uppercase;
        }
        p {
          line-height: 1.5em;
        }
      }
    }
  
  

  ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
  }
  
  

  
  .icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
    &:before {
      color: #666;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
    }
  }
  
  .iconCodepen {
    &:before {
      content: "\f1cb";
    }
  }
  
  .iconSocial {
    &:before {
      content: "\f08a";
    }
  }
  
  .iconAirplane {
    &:before {
      content: "\f1d9";
    }
  }
  
  .iconMap {
    &:before {
      content: "\f278";
    }
  }
  
  .iconBulb {
    &:before {
      content: "\f0eb";
    }
  }
  
  .iconPeace {
    &:before {
      content: "\f25b";
    }
  }


  body {
    font-family: "Poppins", sans-serif;
    background: var(--bg1);
    height: 100vh;
    margin: 0;

    color: #444; 
   
 
  }
  

  
  .controls {
      position: fixed;
      z-index: 2;
      bottom: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background: #d7d7d7a1;
      padding: .5rem 2em;
      border-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border: 1px solid #0000004d;
  }
  

  main {
    padding: 2vw;
  }
  input[type="range"] {
    width: 100%;
    margin: 1em 0;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="range"]:focus {
    outline: none;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    background: #00000066;
    border: 0;
    border-radius: 1.3px;
    width: 100%;
    height: 2px;
    cursor: pointer;
  }
  input[type="range"]::-webkit-slider-thumb {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: #eee;
    box-shadow: inset 0px 1px 1px #ffffff66, 0px 1px 3px rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
  }
  input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #eee;
  }
  input[type="range"]::-moz-range-track {
    background: #000;
    border: 0;
    border-radius: 1.3px;
    width: 100%;
    height: 1px;
    cursor: pointer;
  }
  input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #151728;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
  }
  input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 13px 0;
    color: transparent;
    width: 100%;
    height: 1px;
    cursor: pointer;
  }
  input[type="range"]::-ms-fill-lower {
    background: #151728;
    border: 0;
    border-radius: 2.6px;
  }
  input[type="range"]::-ms-fill-upper {
    background: #151728;
    border: 0;
    border-radius: 2.6px;
  }
  input[type="range"]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #151728;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    
  }
  input[type="range"]:focus::-ms-fill-lower {
    background: #ffffff;
  }
  input[type="range"]:focus::-ms-fill-upper {
    background: #ffffff;
  }
  
.body{
    background-color: #f8fafc;
}
h2{
    font-family:'Open Sans Condensed', sans-serif;
    font-size:4rem;
  }


.header__main{
    display: flex;
    align-items: center;
    background-color: #F7AF3E;
    justify-content: space-between;
    height: 14vh;
    width: 100vw;
   
    
}


.logo_container{
    display: flex;
    align-items: center;
   
    height: 50%;
   
}

.logo_container img{
  height: 12vh;
}

.nav-menu.active .logo_container{
  align-self: flex-start;
  height: auto;
}


.motto__container{
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: center;
   
}
.motto{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #000;
  
}
.drop_down__container{
   
    align-items: center;
}



.last{
    align-self: center;
}

.book_now{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100vw;
    background-color: #F2FFF8;
}


.text_book__now h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #272727;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
    
}

.text_book__now p,.header-content_book__now,.header-main-content_book__now{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #7d7d7d;
    text-align: center;
    margin-bottom: 20px;
}
.container_button__book{
    display: flex;
    justify-content: center;
}
.button_book__now{
    font-family: 'Montserrat', sans-serif;
    background-color: #F7AF3E;
    font-size: 18px;
    font-weight: 600;
    color: #f5f5f5;
    padding: 10px;
    border: none;
    width: 60%;
   
}


.container-Img_book__now{
    padding: 20px 15px;
    display: flex;
    
    justify-content: center;
    
   
   
}

.img_book__now{
   align-self: center;
   justify-self: end;
 width: 95vw;
}
.content_container__book{
    display: flex;
    flex-direction: column;
   
    padding: 10px 20px;
   
}

.header_book__now{
    display: flex;
    justify-content: space-around;
    width: 100vw;
    padding-block: 25px 15px;
}

.left-side__header,.right-side__header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-content_book__now,.header-main-content_book__now{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.header-main-content_book__now{
    color: #F7AF3E;
    font-size: 14px;
    font-weight: 800;
}

.prices-services{
    margin: 20px 10px;
}

.place{
  display: flex;
 
}
.place .text{
  margin-left: 1.35%;
}
.noShrink{
  flex-shrink: 0;
}

.header__prices-services,.header__how-it-works,.header__about-us{
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    color: black;
    text-align: center;
    margin-bottom: 10px;
    
}

.header__how-it-works{
    margin-bottom: 20px;
}

.services_container{
    display: flex;
    flex-flow: column wrap;

}

.services_elements__container{
    display: flex;
    width: 100vw;
    
    
}

.services_element{
    display: flex;
    flex-flow: column;
    background-color: #fff;
    width:50%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.service-icon__container,.service-description__container{
    display: flex;
    width: 100%;
    padding: 5px;
    justify-content: center;
}

.service-icon__container>span{
    display: inline-block;
    line-height: 1;
    border: 3px solid #69727d;
    padding: 20px;
    margin: 3px;
    font-size: 80px;
    border-radius: 10px;
    background: transparent;
}

.service-icon{
    width: 1em;
    height: 1em;
}

.service-description__container{
    flex-direction: column;
    text-align: center;
}

.service-description__main{
    color: #fd9e1f;
    font-family: "Roboto",Sans-serif;
    font-size: 16px;
    font-weight: 900;

   
}

.service-description__header{
    font-family: "Roboto",Sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .card {
    margin: 30px auto;
    width: 300px;
    height: 300px;
    border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
    cursor: pointer;
    transition: 0.4s;
  }
  
  .card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
  }
  
  .card .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
  }
  
  .card .card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: -80px;
    height: 40px;
  }
  
  .card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
      -5px -5px 30px 15px rgba(0,0,0,0.22);
  }
  
  .title-white {
    color: white;
  }
  
  .title-black {
    color: black;
  }

  .title{
    background-color: #F2FFF8;
    margin: 0;
    color: #000;
  }
  
  .slider_container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100vw;
    padding: 20px;
  
}

.slider {
    flex: 0 0 50%;
    transition: flex 0.5s ease;
    cursor: pointer;
    padding: 10px;
}

.slider.expanded {
    flex-basis: 100%;
    flex-grow: 1; 
}

.img_slider {
    width: 100%;
    max-height: 80%;
    transition: transform 0.3s ease-in-out;
}




.about-us__content{
    display: flex;
    flex-direction: column;
   padding: 10px;
    width: 100vw;
}


.image__about_us{
   max-width: 100%;
   margin-bottom: 5px;
}



.header__about-us{
    
    color: black;
    margin-bottom: 15px
}

.main__about_us {
    padding: 8px;
    line-height: 1.6;
    color: #666; 
    margin: 0;
}

.subheader__about_us{
    padding-left: 3px;
    font-weight: 900;
    font-style: italic;
    color: black;
    font-size: 20px;
   
}

.subheader_main-about_us{
    padding-left: 8px;
    color: #F7AF3E;
    font-weight: 600;
}

.call_button{
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background: url('../Assets/Icons/call.svg') center/30px 30px no-repeat #269041;
    background-repeat: no-repeat;
    border-radius: 50%;
    
}


.content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}
footer{
  position: relative;
  bottom: 0px;
  width: 100%;
  background: #F7AF3E;
  color: black;
  font-family: 'Montserrat', sans-serif;
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  font-family: 'Montserrat', sans-serif;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #F7AF3E;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #DAE3E5;
  top: -10px;
}



.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #FAFFFD;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #4C5B5C;
}

.social{
  display: flex;
  justify-content: space-between;
}
.center .content .fas{
  font-size: 1.4375rem;
  background: #FAFFFD;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  color:#4C5B5C;
  filter: drop-shadow(0 1px 0 #4C5B5C);
}


.center .content .fas:hover{
  filter: drop-shadow(0 0 0 #4C5B5C);
  transform: translate(0, 1px);
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: black;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: white;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus,.booking_input:focus,.booking_message:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btn{
  margin-top: 10px;
}
.right form .btn button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #4C5B5C;
  color: #DAE3E5;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .btn button:hover ,.book_btn:hover{
  background: #000;
}

.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #F2FFF8;
}
.bottom center span{
  color:  #4C5B5C;
  font-weight: 700;
}
.bottom center a{
  color: #F7AF3E;
  text-decoration: none;
}




.footer-logo{
    justify-self: start;
    align-self: center;
    position: relative;
    
    height: 9vh;
    bottom: 2vh;
}

.booking_form__container{
 max-width: 500px;
  display: none;
  position: fixed;
  padding: 10px;
  top: 25vh;
  right: .25%;
  background-color: #F7AF3E;
  z-index: 1000;
  margin-inline: 1.5px;
} 

.closeFormBtn {
  position: absolute;
  display: flex;
  align-items: start;
  line-height: 1;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 35px;
  font-weight: bold;
}
.header_booking__form{
  text-align: center;
  margin-bottom: 15px;
  font-size: 23.5px;
}
.active .nav-link::after{
  opacity: 0;

}
.booking_message{
 
    width:100%;
    resize: none;
    padding:15px;
    border-radius:15px;
    border:0;
    font-family:inherit;
    font-size: inherit;
    height:150px;
    background: #f1f1f1;
    margin-bottom: 8px;
}

.booking_input{
  width: 100%;
  font-family:inherit;
  font-size: inherit;
  padding:10px;
  border-radius:10px;
  border:0; 
  background: #f1f1f1;
  margin-bottom: 8px;

}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 999; 
}

.book_btn{

  -webkit-appearance:none;
  appearance:none;
  padding:10px;
  border:none;
  background-color:#4C5B5C;
  color:#fff;
  font-weight:600;
  border-radius:5px;
  width:100%;
}

.label_booking__form{
  margin-left: 3px;
  font-weight: bold;
 
}

.notification{
  display: none;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
}



li {
  list-style: none;
}

a {
  text-decoration: none;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  z-index: 5;
 
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}


.nav-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.nav-item {
  margin-left: 5rem;
}

.nav-link{

  font-size: 1.8rem;
  font-weight: 800;
  color: #000;
  white-space: nowrap;
  position:relative;
  transition: background-color 0.3s ease;
  opacity: 0.85;
}
.nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.25rem;
  height: 100%;
  width: 1px; 
  background: linear-gradient(to bottom, rgba(0,0,0,0), #f5f5f5, rgba(0,0,0,0)); /* Create a fading separator effect */


  opacity: 0.6;
}

.nav-link:hover {
 
  opacity: 1;
}
.next_arrow,.prev_arrow{
  font-size: 60px;
  font-weight: bold;
  color: whitesmoke;
  position: absolute;
  top: 45vh;
  opacity: 0.65;
  cursor: pointer;
  user-select: none;

 
 
 }
 
 .next_arrow:hover,.prev_arrow:hover{
   opacity: 1;
 }
 
 .next_arrow{
   position: absolute;
   right: 25vw;
 }
 
 .prev_arrow{
   left: 25vw;
 }

.gallery_descktop__version{
  display: none;
}


.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.image-container {
  width: 100vw;
  margin: auto;
  
 
}

.lightbox-image {
  display: block;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 
}

.close_button {
  position: fixed;
  top: 0px;
  right: 10px;
  color: whitesmoke;
  font-size: 50px;
  cursor: pointer;
  z-index: 10000;
}


.nowrap{
  text-wrap: nowrap;
}

.flipped{
  transform: scaleX(-1);
}

#chat_form{
  max-width: 400px;
}

.no_Shrink{
  flex-shrink: 0;
}

.place{
  display: flex;
}

.place .text{
  margin-left: 1.35%;
  align-self: center;
}



/*Adaptive styles */

