
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sedan+SC&family=Sevillana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cherish&family=Montserrat+Alternates: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&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color:#ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Mulish", sans-serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Mulish", sans-serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#31C0BE;
    border: 1px solid #31C0BE;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #000F19 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000F19, #000F19), url('image/krorez-beach-1.jpg') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
   
    
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }

  .index-bg1{
    background: url('image/product_2.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 70vh;
    position: relative;

  
  }

  .baner{
    font-family: 'Gilda Display', serif;
    color: #ffffff;
    font-size: 70px;
text-align: center;
    font-weight: 600;
    letter-spacing: 5px;
  }
  .baner1{
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-size: 28px;
    padding-top: 10%;
  text-align: center;
  }

  .baner2{
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-size:32px;
 
  text-align: center;
  }

  
  .boat-area {
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 0;
    position: relative;

    background-color: #E6F3FF; /* 80% blue */
}

.boat-img{
  border: 10px solid #31C0BE;
  transition: 0.4s ease-in-out;
}
.boat-img:hover{
  border: 10px solid #3BCFCC;
  transition: 0.4s ease-in-out;
}
.big-icon{
  margin-top: -220px;
  margin-right: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.big-image{
  width: 100%; /* Make image fit container */
  height: auto; /* Maintain aspect ratio */
  animation: rotate 10s linear infinite;
}

.big-icon1{
position: relative;
margin-bottom: -100px;
  margin-left: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.icon-box{
  padding: 20px;
  background: white;
  justify-content: center;
  text-align: center;
}
.container-fluid{
  width: 90%;
}
.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}


.about1 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
    background: url(../image/7j7.png) no-repeat 5% 1%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 10%;
}

.Slogan .bg{
    background: url('image/39c192f0-aac2-4a0d-bc96-536ce8578cbd - Copy.jpeg')rgba(0, 0, 0, 0.555);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:200px;
  }

      /* facilities */
      .facilities-section{
        background: url('image/turs/Secret cave.jpg') rgba(20, 19, 19, 0.616);
        
        background-position: center 75%;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        padding-top: 100px;
        padding-bottom: 100px;
      
        text-align: center;
      
      
      }
      .facility-box{
        background: rgba(83, 82, 82, 0.726);
        padding: 30px;
        border: #b7893200 1px solid;
      }
      .facility-box:hover{
        background: #ffffff3c;
        color: white;
        border: #ca9356 1px solid;
        transition: 0.3s ease-in-out;
      
      
      }
      .facility-box h5{
        color: #ffffff;
        font-family: 'Gilda Display', serif;
      }
      .cart1{
        font-family: 'Gilda Display', serif;
      }
      .cart{
        font-family: 'Gilda Display', serif;
      }

      .about3 {
        padding-top: 70px !important ;
 
        background: url(../image/ex-i-3.png) no-repeat 5% 10%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 8%;
        
    }

    .about4{
        padding-top: 105px !important ;
        padding-bottom: 70px !important ;
        background: url(../image/34tg44t.png) no-repeat 100% -2%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 10%;
    }

    .gallery-item {
        flex: 1 1 calc(33.333% - 20px);
        box-sizing: border-box;
    }
    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .gallery img {
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }
    .gallery img:hover {
        transform: scale(0.9);
    }
    @media (max-width: 991px)
    {
        .galery1{
            display: none;
        }
        
 
}    
.restaurant{
    background: url('../image/4 (3).jpg') rgba(0, 0, 0, 0.582) ;
    background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 100px;
      padding-bottom: 100px;
  }

  .galary{
    background: url('../image/map_bg4.png') ;
    background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    
  }

  @media (max-width: 991px){
    .baner{
        font-size: 50px;
    }

    .baner1{
       padding-top: 150px !important;
       font-size: 24px !important;
    }

    .baner2{

        font-size: 24px !important;
     }

     .about1 {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
        background: url(../image/7j7.png) no-repeat 101% -2%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 19%;
    }
    .imagee{
        width: 70% !important;
        text-align: center;
        padding-left: 100px !important;
    }
    .imageee{
        width: 50% !important;
        text-align: center;
    }
    .cart{
        font-size: 35px;
    }
    .logo21{
        margin-top: 0px !important;
    }
  }


  

.tours-bg1{
    background: url('image/4 (3).jpg') rgba(0, 0, 0, 0.582);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-weight: 500;
     font-size: 45px;
  
     padding-top: 150px;

    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 150px !important;
        }

   }
     
      .about-bg1{
        background: url('image/39c192f0-aac2-4a0d-bc96-536ce8578cbd - Copy.jpeg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/9658.jpeg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/3576.jpeg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
       
      }

      .destinations-area{
        background: url('../image/y5h5y.png') ;
        background-attachment: fixed;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
        
      }
    
    
.destinations-area.style3 {
    position: relative;
    display: block;
    padding: 50px 0;
  }
  .destinations-area.style3 .single-destination-box {
    height: 100%;
  }
  .single-destination-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  .destinations-area.style3 .single-destination-box {
    margin-bottom: 20px;
  }
  .single-destination-box .img-holder::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    content: "";
    transition: all 700ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scaleX(0);
  }
  .single-destination-box .img-holder::before {
    background-color: #31C0BE;
  }
  .single-destination-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  .single-destination-box .img-holder {
    position: relative;
    display: block;
    padding-bottom: 10px;
    height: 550px;
  }
  .single-destination-box .img-holder:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.1s;
    transform: scaleX(0);
  }
  .single-destination-box:hover .img-holder:before {
    transform: scaleX(1.0);
    transition: 0.5s;
  }
  .single-destination-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
    height: 100%;
  }
  .single-destination-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
    height: 100%;
  }
  .single-destination-box:hover .img-holder .inner img {
    transform: scale(1.2);
    transition: 0.5s;
  }
  .single-destination-box .img-holder .overlay-title {
    text-align: center;
    padding-bottom: 45px;
    z-index: 5;
  }
  .single-destination-box .img-holder .overlay-title h1 {
    font-family: 'Gilda Display', serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin: 0 0 5px;
  }
  .single-destination-box .img-holder .overlay-title h1 a {
    color: #ffffff;
  }
  .single-destination-box .img-holder .overlay-title p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }
  .img-holder {
    position: relative;
    overflow: hidden;
  }
  .img-holder .inner {
    position: relative;
  }
  .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .img-holder .inner:hover .overlay {
    opacity: 1;
    transition: 0.5s;
  }
  .img-holder .inner.overlay-active .overlay {
    opacity: 1;
  }
  .overlay-title.hide {
    display: none;
  }
  .overlay-title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    color: white;
  }
  .overlay-text {
    display: none;
    position: absolute;
    top: 5%;
    left: 0%;
    color: white;
    padding: 50px;
    text-align: center;
    font-size: 20px;
  }
  .img-holder .inner:hover .overlay-text {
    display: unset;
    transition: 0.5s;
  }
  .overlay-text.show {
    display: block !important;
    font-size: 24px;
  }

  
/*About Us*/
.custom-image-grid .custom-image-container {
    padding: 5px;
  }
  .custom-image-grid img {
    width: 100%;
    height: 200px;
    /* Set a fixed height */
    object-fit: cover;
    /* Ensure images cover the container */
  }
  
  @media(max-width:990px)
  {
 
    .aboout{
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }

  }

  .boat-bg{
    background: url('../image/turs/Bristan bay.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
  padding-top: 150px;
  padding-bottom: 150px;
  color: #ffffff;
  text-shadow: 3px 3px 4px #31C0BE;
  }
  
  .boat-bg1{
    background: url('../image/turs/Englez bay.jpg') rgba(0, 0, 0, 0.521);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -60px;
  color: #ffffff;
  text-shadow: 3px 3px 4px #31C0BE;
  }
  
  .boat-bg2{
    background: url('../image/turs/Secret cave.jpg') rgba(0, 0, 0, 0.541);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -60px;
  color: #ffffff;
  text-shadow: 3px 3px 4px #31C0BE;}
  
  
  
  
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }
      
  .contact-description .country {
    margin: 0 auto !important;
    position: relative;
  }
  
  .contact-description .country img {
    top: 0;
    margin: 0 auto;
  }
  .contact-description .country h3 {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: -27px;
  }
  
  .contact-page .single-contact {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 40px;
  }
  
  .contact-page .single-contact .title {
    line-height: 1;
    background-color:white;
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px;
  }
  
  .contact-page .single-contact .title h6 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
  }
  
  .contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color:#0D283D;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-page .single-contact .icon svg {
    fill: white;
    width: 20px;
  }
  
  .contact-page .single-contact .content {
    line-height: 1;
  }
  
  
  .contact-page .single-contact .content h6 a {
    color: #100C08;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
  }
  