@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




html, body {
  width: 100%;
  height: 100%;

  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-family: "Merriweather", serif;
  font-family: "EB Garamond", serif;
  font-family: "Poppins", sans-serif;
background: #ffffff;
}
a{
  text-decoration: none;
  color: #87C3D7;
}
h6{
  color: rgb(51, 51, 51);
  line-height: 27px;
  font-weight: 500;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 15px;
  font-weight: var(--bs-nav-link-font-weight);
 
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:hover{
  color:  #87C3D7;
}
.navbar-brand img{
  width: 130px !important;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #87C3D7;
  font-weight: 500;
  border-bottom:1px solid #87C3D7;
}



.carousel1{
  background: url('../photos/img4.jpeg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}
.carousel2{
  background: url('../photos/himara2.jpeg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}
.carousel3{
  background: url('../photos/cover-bg1.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel-caption {
  position: absolute;
  right:0%;
  bottom: 20.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}
.carousel-caption h1{

  font-weight: 700;
  font-size: 80px;
  color: #ffffff;


}
.text-box{
  background: white;
  padding: 50px;
  position: relative;
  margin-top: -163px;
  z-index: 10;
  margin-right: -20px;
}

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #192A51;

  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 5px 34px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.text-box1{
position: relative;
margin-bottom: 40px !important;
margin-right: -150px;
background: white;
padding: 20px;
border-radius: 20px;
text-align: center;

}
.text-box2{
  position: relative;
  margin-top: 40px !important;
  margin-left: -150px;
  background: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  
  }

  .tours{
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .card {
    position: relative;
    overflow: hidden;
 
 
  }

  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .card:hover img {
    transform: scale(1.1);
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.137), rgba(0, 0, 0, 0.479));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: white;
  }

  .overlay h4 {
    margin: 0;
  }
  .bg-col{
    background: url('../photos/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    height: auto;
    padding: 50px;
  }
  .cover-bg{
    background: url('../photos/cover-bg.png'), linear-gradient(270deg, rgb(25, 42, 81) 50%, rgba(252,70,107,0) 100%);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: right;
  }
  .cover-bg1{
    background: url('../photos/cover-bg1.jpg'), linear-gradient(270deg, rgba(252,70,107,0) 10%, rgb(25, 42, 81) 60%);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: left;
  }
  .tour-info{
    position: relative;
    background: white;
    padding: 30px;
    margin-top: -100px;
    border-bottom-left-radius: 30px;
  }
  .circle1 {
    position: relative;
    margin-bottom: -50px;
    width: 40px;  /* Example width */
    height: 40px; /* Example height */
    background-color: #87C3D7; /* Example background color */
    border-radius: 50%; /* Makes the div a circle */
    display: flex !important;
    justify-content: center;
    align-items: center;
     /* Optional, if you use absolute positioning for the icon */
    transition: 0.3s ease-in-out;
  }
  .circle1:hover{
    transform: translateY(-10px);
    background: white;
    color:#87C3D7;
  }

  /*tours.html*/
  .section-bg{
    background: url('../photos/img4.jpeg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;

  }
  .tour1{
    background: url('../photos/grama1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 97%;
    background-attachment:scroll;
    padding-top: 200px;
  
  }
  .tour2{
    background: url('../photos/grama2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 97%;
    background-attachment:scroll;

    padding-top: 200px;
  }
  .tour3{
    background: url('../photos/pirates-cave.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 97%;
    background-attachment:scroll;
    padding-top: 200px;
 
  }
  .tour4{
    background: url('../photos/cave.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 97%;
    background-attachment:scroll;
    padding-top: 200px;

  }
  .tour-box{
    position: relative;
      overflow: hidden;
      justify-content: center;
      text-align: center;
      align-items: center;
      border-radius: 20px;
  }
  .info-box{
    position: relative;
   bottom: 10%;
left: 5%;
width: 90%;
    background: rgba(255, 255, 255, 0.842);
  justify-content: center;
  text-align: center;
    align-items: flex-end;
    padding: 20px;
    color: white;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
z-index: 100;
  }
   .info-box:hover{
    background: white;
    transition: 0.3s ease-in-out;
  }

  
  /*contact.html*/
  .section-bg1{
    background: url('../photos/cover-bg.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.496) 53%);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;

  }
  .contact-box{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #192A51;
  }

  /*about.html*/
  .box{
    padding: 40px;
    -webkit-box-shadow: 4px 4px 30px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 30px -17px rgba(0,0,0,0.75);
box-shadow: 4px 4px 30px -17px rgba(0,0,0,0.75);
justify-content: center;
text-align: center;
transition: 0.3s;

  }
  .box:hover{
    transform: translateY(-20px);
    transition: 0.3s;
  }
  .testimonials{
    background: url('../photos/bg.png');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
color: black;
  }
@media(max-width:1000px){
  .text2{
    margin-top: 50px !important;
  }
  .testimonials{
    height: 600px;
  }
  .tour1, .tour2, .tour3, .tour4{background-size: cover;}
  .card-1{
    margin-top: 30px;
  }
  .card-2{
    margin-top: 10px !important;
  }
  .bg-col{
    padding: 25px;
  }
  .carousel-caption h1 {
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
}
  .socials-row {
    justify-content: center !important;
}
  .row1{
    margin: 12px;
  }
  .text-box{
    background: white;
    padding: 50px;
    position: relative;
    margin-top: -163px;
    z-index: 10;
    margin-right: 0px;
  }
  .text-box1{
    position: relative;
    margin-bottom: 40px !important;
    margin-right: -150px;
    background: white;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    
    }
    .text-box2{
      position: relative;
      margin-top: 40px !important;
      margin-left: -150px;
      background: white;
      padding: 10px;
      border-radius: 20px;
      text-align: center;
      
      } 
}


/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}   

   #myForm {
display: none;
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  border-radius: 20px;
  padding: 20px;
  background: #192A51;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999!important;
}
label {
  display: block;
  margin-bottom: 8px;
  color: rgb(255, 255, 255);
}
input, textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background: black;
  border: 1px solid #87C4D8;
  color: white;
}
.contact-button {
  background-color: #87C4D8;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
}
/* Overlay to cover the entire screen */
#formOverlay {
  display: none; /* Hide the overlay initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; /* Ensure the overlay appears below the form */
}