
@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');

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: #0D283D;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !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:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff 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: "Forum", 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:#FF914D;
    border: 1px solid #FF914D;
   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: 'Barlow', 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: #FF914D 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, #000000cb, #000000bd), 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;
  }

  

  #carouselExampleFade {
    margin-top: -200px;
    position: relative;
  }
  
  .carousel1 {
    background: url('../image/3576.jpeg') rgba(20, 19, 19, 0.516);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel2 {
    background: url('../image/5ishujt.png') rgba(20, 19, 19, 0.516) ;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel3 {
    background: url('../image/syri.jpg')  rgba(20, 19, 19, 0.516);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel-caption {
    margin-bottom: 15%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
  
    font-family: "Spectral", serif;
  
    font-size: 90px !important;
    font-weight: 600;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif !important;
  
    font-size: 22px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #ffffff !important;
  
  }
  
  
  .boat-area {
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 0;
    position: relative;

    background-color: #F9F6F0; /* 80% blue */
}

.boat-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* 20% black */
    height: 100%;
    background-color: #072A4C;
    z-index: -1;
}
.boat-img{
  border: 20px solid white;
  transition: 0.4s ease-in-out;
}
.boat-img:hover{
  border: 20px 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;
}






.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}
.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #3BCFCC;
}
.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}
.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}
.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}
.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}
.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.tours1 .item .con h5,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}
.tours1 .item .con i,
.destination1 .item .con i {
    color: #fff;
}
.tours1 .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff;
}
.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #3BCFCC;
}
/* line animation */
.tours1 .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.tours1 .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}


.Slogan .bg{
    background: url('image/syri.jpg')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;
  }

  .Slogan1 .bg{
    background: url('image/5ishujt.png')rgba(0, 0, 0, 0.685);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:200px;
  }


  /* gallery */

  .gallery .slide{
    height: 300px;
    position: relative;
    overflow: hidden;
}

.gallery .slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .slide .icon{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gallery .slide .icon i{
    font-size: 6rem;
    color: var(--white);
}

.gallery .slide:hover .icon{
    display: flex;
}
.gallery1{
    font-family: "Forum", serif;
    text-align: center; 
    padding-top: 10px;
}

/* end */

/* Base Styles */
  /* .gallery-ig {
    padding: 34px 0 33px;
 
  } */
  
  /* .gallery-ig {
    padding: 0 0 50px;
  }
   */
   .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }

.text99{
    font-family: "Forum", serif;
    font-size:40px;
}

.tf-button {
    position: relative;
    font-family: Arial, sans-serif;
    padding:30px !important;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 50px;
    text-transform: uppercase;
    background-size: 300%;
    transition: all 0.3s ease;
    border: 1px solid  hwb(40 0% 99%) 50% !important;
}

.tf-button::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #2ecc71;
    transition: all 0.3s ease;
}

.tf-button:hover::before {
    transform: translateY(-10px) !important;
}



.tf-button.style3 {
    background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
    border: 1px solid  hwb(30 20% 9%) 50%;
    color:  hwb(30 20% 9%) 50%;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 31px 0px 33px;
    line-height: 46px;
}

.tf-button.style3::before {
    background: #f4f4f4;
    bottom: -11px;
}

.tf-button.style3:hover {
    color:  hwb(30 20% 9%) 50%;
    background-position: 95%;
}

h1 ,h2 ,h3{
  font-family: "Cinzele,serif";
}
/* For screens smaller than 768px */
@media (max-width: 768px) {
  

  .gallery-ig h1 {
    font-size: 24px;
    text-align: center;
  }

  .gallery-ig-main {
    flex-direction: column;
    align-items: center;
  }

  .gallery-ig-main .col-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gallery-ig-main .col-img .top,
  .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }

  .gallery-ig-main .col-img .ig-box {
    height: auto;
  }

  .gallery-ig-main .col-img .top .ig-box,
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 0 15px;
    height: auto;
  }

  .tf-button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

/* For screens smaller than 480px */
@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}



  @media screen and (max-width: 991px) {
    .carousel h6{
        font-size: 15px !important;
    }
    .carousel h1{
        font-size:40px !important;
    }
    .carousel-caption{
        margin-bottom: 35% !important;
    }
      
  .carousel1 {
    background: url('../image/3576.jpeg') rgba(20, 19, 19, 0.516);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height:700px;
  }
  
  .carousel2 {
    background: url('../image/5ishujt.png') rgba(20, 19, 19, 0.516) ;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 700px;
  }
  
  .carousel3 {
    background: url('../image/syri.jpg')  rgba(20, 19, 19, 0.516);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 700px;
  }
  .boat-area h1{
    font-size: 35px !important;
  }
  .boat-area::before{
    display: none !important;
  }
  .boat-area{
    padding-top: 40px !important;
  }
  .big-image{
    width: 70% !important;
  }
  .Slogan h1{
    font-size: 35px !important;
  }
  .tours1 h1{
    font-size: 35px !important;
    margin-top: -50px !important;
  }
  .tours1{
    padding-bottom: 40px !important;
  }
  .text99 {
    font-size: 35px !important;
 margin-bottom: -50px !important;
  }
  .galeri{
    margin-top: -100px !important;
  }
  .gallery-ig-main{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .logo21 {
    margin-top: 0px !important;
  }
  .img12{
    display: none;
  }
  .img11{
   margin-left: 10% !important;
   width: 80% !important;
  }
  #about-us{
    padding-bottom: 0px !important;
  }
  }

  .tours-bg1{
    background: url('image/gjirokaster.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: 50vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-weight: 500;
     font-size: 45px;
  
     padding-top: 150px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 150px !important;
        }
     
   }
     
      .about-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: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/5ishujt.png') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/tango.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
      
.contact {
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-bottom: 2rem;
    text-align: center;
    padding: 1rem;
    transition: .2s ease-in-out;
}

/* .contact:hover {
    background-color: #acacac;
    color: #ffffff;
}

.contact:hover i {
    color: #ffffff !important;
}

.contact:hover a {
    color: #ffffff;
} */

.contact i {
    font-size: 2rem;
}

/* .contact h6 {
    font-size: .8rem;
} */

.contact h6 a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: .15s ease-in-out;
}

.contact h6 a:hover {
    border-bottom: 1px solid #000;
}

.map-bg {
    background: url(image/3576.jpeg) rgba(0, 0, 0, .5);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact-map-container iframe {
    display: block;
    width: 80%;
    height: 40vh;
}

@media only screen and (min-width: 768px){

    
    /*Contact Styles*/

    .contact {
        width: 30%;
    }
    
}

.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: #FF914D;
}
.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;
}