/*Animations*/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

@keyframes slideInDown{
    from{
        transform: translateY(-100px);
        opacity: 0;
    }

    to{
        transform: translateX(0);
        opacity: 1;
        
        
        
    }
}
.btn{
  box-shadow: none !important;
}

.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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   
.modal-content {
  background: white !important; /* Ensure modal content stays bright */
  z-index: 1051; /* Keep it above the backdrop */
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important; /* Darken only the background */
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans';
}
p{
    font-family: 'Poppins';
}
       
#header-video{
  padding: 0px !important;
    position: relative;
  background: #ffffff;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 740px;
  }
  
  
  
  #video-background1 {
  
       top: 0;
       right: 0;
       bottom: 0;
       left:100px;
       overflow: hidden;
       justify-content: center;
       align-items: center;
       z-index: 1;
       width: 100%;
       height: 750px;
   
     }
   
     #video-background1 video {
       width: 100%;
       height: 740px;
       object-fit: cover;
     }
     .dark-overlay1 {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0); /* Adjust the alpha (last value) for opacity */
       z-index: 2; /* Place it above the video */
     }
   
     .video-content1 {
       z-index: 100 !important;
       position: absolute;
       top: 40%;
       left: 50%;
       transform: translate(-50%, -50%);
       text-align: center;
       color: #ffffff;
      
       font-weight: bold;
  
     }
     .video-content h1{
  color: #ffffff;
     }
#about-home{
  background: url('../img/butrint.jpg') rgba(0, 0, 0, 0.399);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
}
/* End Animations*/


.guide-btn{
    background-color: #F6C314;
    color: white;
    border-radius: 0px;
    padding: 10px 30px;
    font-family: 'Poppins'!important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid #F6C314!important;
}


.navbar{
    background-color: #100F3A;
    padding: 20px 0px;
}

.top-nav{
    margin: 0px 10px;
}

.navbar li a{
    color: white!important;
    font-family: 'Josefin Sans';
    font-size: 18px;
}

.navbar li a:hover{
    color: white;
}
.dropdown-menu{
    background-color: #F6C314;
    border: 1px solid #F6C314;
}

.dropdown-menu li a{
    color: #023047!important;
    margin: 0px 0px;
}

.iframe-vid iframe{
   
    
    width:100%;
    height:100%;
}



 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 183, 3, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
  }

  .sr-about-img{
    margin-left: 80px;
    width: 80%;
    border-radius: 10px;
  }
  
  .location-box{
    background-color: #ffb703;
    width: 200px;
    border: 5px solid #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
   
  margin-top: -100px;
    position: relative;
    z-index: 100;
    border-style: solid;
    transform: rotate(-360deg);
    transition-duration: 0.8s;
}

.location-box:hover{
    
    

    scale: 1.1;
    transition-duration: 0.8s;
}


/*Room Slider*/


.slider{
   
    margin-bottom: 20px;
    position: relative;
    
}

.slider .owl-item.active.center .slider-card{
    transform: scale(1.15);
    opacity: 1;
    background: #222838;

    color: white;
   
}

.slider .owl-item.active.center .slider-card p{
    

    color: white!important;
   
}
.slider .owl-item.active.center .slider-card hr{
    

    color: white!important;
   
}

.slider-card{
    background-color: #222838;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 35px -20px #eba50f80;
    transform: scale(0.9);
    opacity: 0.8;
    transition: all 0.4s;
    padding-bottom: 20px;
    color: white;
}
.slider-card img{
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
    color: #ffb703!important;
}

.owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
    color: #ffb703!important;
}
/*End Room Slider*/




.mussel-guide{
    background: url('../img/SC2.png')rgba(0, 0, 0, 0.2);
}

.folk-guide{
    background: url('../img/Screenshot_229.png')rgba(0, 0, 0, 0.2);
}

.dajko-guide{
    background: url('../img/dajko-the-captain.jpg')rgba(0, 0, 0, 0.2);
}

.guide-box{
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 400px;
}


#archeology-head{
    background: url('../img/arch-head.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

#sailing-head{
    background: url('../img/sailing-head.jpeg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 60%;
    background-repeat: no-repeat;
    height: 60vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}
#snorkeling-head{
  background: url('../img/snorkeling.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: 0% 60%;
  background-repeat: no-repeat;
  height: 60vh;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
}
#farming-head{
  background: url('../img/mandarin.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
background-position: center left;
  background-repeat: no-repeat;
  height: 60vh;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
}
#region-head{
  background: url('../img/saranda-region2.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
background-position: center left;
  background-repeat: no-repeat;
  height: 60vh;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
}
#pr-head{
    background: url('../img/pristina.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 95%;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}


#tr-head{
    background: url('../img/tirana-head.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 95%;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}




#br-head{
    background: url('../img/brindisi-head.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 70%;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}



#cr-head{
    background: url('../img/corfu-head.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 70%;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

#beach-head{
    background: url('../img/sr-beach.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 30%;
    background-repeat: no-repeat;
    height: 50vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}


.button2{
    background-color: #023047;
    color: white;
    font-family: 'Poppins';
    padding: 5px 20px;
}


.yachts1 {
    margin-top: 40px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .yachts1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #061138;
    z-index: -1;
  }
  .yachts1 .yachts1-carousel {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
  .yachts1 .yachts1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
  }
  .yachts1 .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .yachts1 .item .img {
    position: relative;
    display: block;
    
    z-index: 1;
    border-radius: 3px;
  }
  
  @media only screen and (max-width: 687px) {
    .yachts1 .item .wrapper  {
        margin-top: -60%!important;
    }
  }

  .yachts1 .item .wrapper {
    position: relative;
    display: block;
    background-color: #fffffff1;
    padding: 30px;
    margin-top: -50%;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    
    
    z-index: 2;
    display: none;
    
    -webkit-box-shadow: 0px 5px 120px 0px rgba(39,71,125,0.15);
    box-shadow: 0px 5px 120px 0px rgba(39,71,125,0.15);
    border-radius: 3px;
  }
  .yachts1 .item .wrapper.active:hover,
  .yachts1 .owl-item.active .item .wrapper:hover {
    display: block;
    
  }


  .yachts1 .owl-item.active .item:hover .wrapper{
    display: block;
   
  }
  .yachts1 .item .wrapper .title,
  .yachts1 .item .wrapper .title a {
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: #061138;
    font-weight: 700;
    line-height: 1.2em;
   
  }
  .yachts1 .item .wrapper .details {
    font-size: 15px;
    color: #6F7B91;
    margin-bottom: 0;
    margin-right: 10px;
   
  }
  .yachts1 .item .wrapper .details span {
    margin-right: 15px;
  }
  .yachts1 .item .wrapper .details span i {
    color: #132742;
    margin-right: 2px;
  }
  /* arrow */
  .yachts1 .item .wrapper .arrow {
    position: relative;
    display: block;
    top: 9px;
    transform: translateY(-0%);
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
  }
  .yachts1 .item .wrapper .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #132742;
    background: #132742;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    
    
  }
  .yachts1 .item .wrapper .arrow:hover a {
    border: 2px solid #061138;
    background: #061138;
  }
  /* owl nav */
  .yachts1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 220%
  }
  .yachts1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .yachts1 .owl-theme .owl-prev,
  .yachts1 .owl-theme .owl-prev {
    left: 10px !important
  }
  .yachts1 .owl-theme .owl-next {
    right: 10px !important
  }
  .yachts1 .owl-theme .owl-prev,
  .yachts1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px
  }
  .yachts1 .owl-theme .owl-prev > span,
  .yachts1 .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .yachts1 .owl-carousel .owl-nav button.owl-next,
  .yachts1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
  }
  .yachts1 .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #e4b416;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: none;
   
    transform: scale(1.0);
    border-radius: 100%;
    border: 2px solid #e4b416;
  }
  .yachts1 .owl-theme .owl-nav [class*=owl-]:hover {
    
    border: 2px solid #fff;
    color: #F89C1D;
  }
  .yachts1 .owl-theme .owl-nav {
    top: 35% !important;
  }
  .yachts1 .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
  }
  .yachts1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
  }
  @media screen and (max-width: 991px) {
    .yachts1 .yachts1-carousel {
    overflow: hidden;
    }
  }
  @media screen and (max-width: 768px) {
    .yachts1 .owl-theme .owl-nav {
        display: none;
    }
    .yachts1 .item .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
  }


  .edu-event-box{
    padding: 3%;
  }

  #sailing-plans{
    background: url('../img/sailing-bg.jpg')rgba(0, 0, 0, 0.55);
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    background-size: cover;
    background-blend-mode: multiply;
  }



 




  .sailing-plan-3 {
    border: none;
    width: 99.8%;
    padding-top: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 12vh;
    text-transform: uppercase;
    cursor: pointer;
    
    font-family: Manrope;
    background-color: #ffffff;
    color: white;
    border-radius: 0px;
  }
  
  span {
    display: inline-block;
    
  }
  
  .sailing-plan-3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: #100F3A;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    
    
  }
  
  .sailing-plan-3:hover {
    color: #fff;
  }

  .sailing-plan-3:hover .arrow-img{
    scale: 1.15;
    transition-duration: 0.5s;
  } 
  
  .sailing-plan-3:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    
  }

  .sailing-plan-3-text{
    display: none;
    border: 1px solid rgb(192, 192, 192);
    padding: 3%;
   
  }

  .sailing-3:hover .sailing-plan-3-text{
    display: block!important;
    animation: slideInDown 0.6s ease-in;
  } 


  .sailing-3:hover .sailing-title-3{
    color: #F6C314!important;
  }

  @media only screen and (max-width: 600px) {
    #sailing-plans {
      height: auto;
    }
      #header-video{
   display: none;
      }
  }

  .saranda-bg{
    background: url('../img/saranda-img.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: 0% 70%;
    background-repeat: no-repeat;
    height: 40vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }
  .member-info{
    padding: 20px;
  }
  
  .car-rental-desc{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}