@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;
  color: rgb(0, 0, 0);
}

h6 {
  font-family: "Gilda Display", serif;
  line-height: 30px;
  font-size: 18px;
}

.size3 {
  font-weight: 600;
}

.size4 {
  font-size: 18px;
  color: rgb(73, 73, 73);
}

a {
  text-decoration: none;
}

::selection {
  color: rgb(255, 255, 255);
  background: #74685E;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(116, 104, 94);
}

.background-container {
  animation: zoom 10s ease-in-out forwards;
}

.navbar-nav {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding-left: 0px !important;
}

a {
  text-decoration: none;
}

.color6 {
  color: rgb(0, 0, 0);
}

.about-us {
  padding: 70px 0px;
}

nav.navbar {
  background-color: rgb(13, 40, 61);
  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;
}

.img11 {
  width: 60%;
  border: 5px solid white;
  border-radius: 10px;
}

.img12 {
  width: 40%;
  margin-top: -15em;
  margin-left: 18em;
  border: 5px solid white;
  border-radius: 10px;
}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !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: rgb(255, 255, 255) !important;
  transform: scale(1.05);
  border-bottom: 1px #ffffff solid !important;
  background-color: transparent;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgb(255, 255, 255) !important;
}

.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0);
  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: rgb(255, 255, 255);
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#bottone5 {
  align-items: center;
  background-color: rgb(255, 145, 77);
  border: 1px solid #FF914D;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  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);
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  box-shadow: rgb(255, 145, 77) 0px 4px 12px;
  color: rgb(255, 255, 255);
}

#bottone5:active {
  background-color: rgb(240, 240, 241);
  border-color: #ffffff;
  box-shadow: rgb(255, 255, 255) 0px 2px 4px;
  color: rgb(255, 255, 255);
  transform: translateY(0px);
}

.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: translateY(0);
}

.fadein {
  opacity: 0;
}

.img-fluid1 {
  height: auto;
  box-shadow: 8px 8px 4px #1C2025;
  max-width: 100%;
}

.contact section p {
  color: white;
  text-align: center;
}

.contact section a {
  text-decoration: none;
  color: inherit;
  transition: .1s;
  border-bottom: 1px solid transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.contact section a:hover {
  border-color: var(--bs-secondary);
}

.footer_wrapper {
  background: linear-gradient(0deg, #000000cb, #000000bd), url('../image/krorez-beach-1.jpg') center /cover no-repeat , #000000;
  padding: 5% 0 5% 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.796), rgba(0, 0, 0, 0.74)), url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/krorez-beach-1.jpg"), initial;
  background-position-x: initial, center, initial;
  background-position-y: initial, center, initial;
  background-size: initial, cover, initial;
  background-repeat: initial, no-repeat, initial;
  background-attachment: initial, initial, initial;
  background-origin: initial, initial, initial;
  background-clip: initial, initial, initial;
  background-color: rgb(0, 0, 0);
}

.footer_wrapper h5 {
  color: rgb(255, 255, 255);
  margin-bottom: 1.25rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.footer_wrapper ul li {
  margin-bottom: 0.5rem;
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: 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: "";
  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: 0.625rem;
  color: rgb(255, 255, 255);
}

.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.footer_wrapper .copyright-section {
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: white;
}

.con {
  padding-left: 80px;
}

.footer_wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: .5rem;
  line-height: 2rem;
  font-size: 0.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.23);
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.625rem 0.9375rem 0px;
  transform: translateY(-0.1875rem);
  border: .125rem solid #ffffff;
}

.carousel1 {
  background-color: rgba(20, 19, 19, 0.518);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}

.carousel-caption {
  margin-bottom: 15%;
  text-align: center;
  bottom: 20%;
}

.carousel-caption h1 {
  font-family: Spectral, serif;
  font-size: 90px !important;
  font-weight: 600;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.boat-area {
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 0;
  position: relative;
  background-color: rgb(249, 246, 240);
}

.boat-area::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 100%;
  background-color: rgb(7, 42, 76);
  z-index: -1;
}

.boat-img {
  border: 20px solid white;
  transition: 0.4s ease-in-out;
  z-index: 10;
}

.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%;
  height: auto;
  animation: rotate 10s linear infinite;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
}

.big-icon1 {
  position: relative;
  margin-bottom: -100px;
  margin-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box {
  padding: 20px;
  background: white;
  justify-content: center;
  text-align: center;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

.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: brightness(70%);
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -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: 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;
}

.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 {
  margin-top: 70px;
  margin-bottom: 70px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/syri.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.557);
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 200px;
}

.Slogan {
  background: url('../image/syri.jpg');
  background-color: 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 {
  background: url('../image/5ishujt.png');
  background-color: rgba(0, 0, 0, 0.686);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 200px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/5ishujt.png");
  background-origin: initial;
  background-clip: initial;
  background-position-x: 50%;
  background-position-y: 50%;
}

.gallery .slide {
  height: 300px;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: 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: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: 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;
}

.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: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.4);
}

.maps-8 {
  border: 0;
  width: 100%;
  height: 300px;
}

.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%, rgb(232, 142, 51) 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;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(244, 244, 244);
}

.tf-button.style3:hover {
  color: hwb(30 20% 9%) 50%;
  background-position: 95%;
  background-position-x: 95%;
  background-position-y: 50%;
}

h1 ,h2 ,h3 {
  font-family: "Cinzele,serif";
}

.tours-bg1 {
  background: url('../image/gjirokaster.jpg');
  background-color: rgba(0, 0, 0, 0.58);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/img/20260116_150235_kakome-bay-5.jpg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: 50%;
  background-position-y: 100%;
}

.size1 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilda Display", serif;
}

.logo21 {
  color: rgb(255, 255, 255);
  margin-top: -25px;
}

.photos img {
  max-width: 100%;
  height: auto;
}

.gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}

.size2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.color5 {
  color: rgb(63, 208, 212);
}

.logo21 img {
  max-width: 130px;
  height: auto;
}

.color4 {
  color: azure;
}

.fab {
  color: rgb(255, 255, 255);
}

.copy1 {
  font-size: medium;
  color: rgb(255, 255, 255);
  text-align: center;
}

.copyright-section img {
  width: 100px;
}

.tours1 {
  padding-bottom: 70px;
}

.bg01 {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-weight: 500;
  font-size: 45px;
  padding-top: 150px;
  text-shadow: rgb(255, 255, 255) 1px 1px 1px;
  letter-spacing: 2px;
}

.about-bg1 {
  background: url('../image/3576.jpeg');
  background-color: rgba(0, 0, 0, 0.57);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/3576.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: 50%;
  background-position-y: 100%;
}

.gallery-bg1 {
  background: url('../image/5ishujt.png');
  background-color: rgba(0, 0, 0, 0.57);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/5ishujt.png");
  background-origin: initial;
  background-clip: initial;
  background-position-x: 50%;
  background-position-y: 50%;
}

.contact-bg1 {
  background: url('../image/tango.jpg');
  background-color: rgba(0, 0, 0, 0.57);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/tango.jpg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: 50%;
  background-position-y: 100%;
}

.contact {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 50px 0px;
  border-radius: 20px;
  margin-bottom: 2rem;
  text-align: center;
  padding: 1rem;
  transition: .2s ease-in-out;
}

.contact i {
  font-size: 2rem;
}

.contact h6 a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: .15s ease-in-out;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.contact h6 a:hover {
  border-bottom: 1px solid #000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
}

.map-bg {
  background: url("../image/3576.jpeg");
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/LinaBoat/lina-boat-trips.al/lina-boat-trips.al_2026-01-26_09-43-45-756/image/3576.jpeg");
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-position-x: 50%;
  background-position-y: 50%;
}

.contact-map-container iframe {
  display: block;
  width: 80%;
  height: 40vh;
}

.destinations-area.style3 {
  position: relative;
  display: block;
  padding: 50px 0;
}

.destinations-area.style3 .single-destination-box {
  height: 100%;
  margin-bottom: 20px;
}

.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: 0px;
  bottom: 0px;
  right: 0px;
  height: 10px;
  content: "";
  transition: all 700ms linear;
  transform: scaleX(0);
  background-color: rgb(255, 145, 77);
}

.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;
  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%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.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: rgb(255, 255, 255);
}

.single-destination-box .img-holder .overlay-title p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.img-holder {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.img-holder .inner {
  position: relative;
}

.img-holder .overlay {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

nav {
  position: sticky;
}

.navbar-brand {
  padding: 10px;
}

.navbar-brand img {
  max-width: 100px;
  height: auto;
}

.navbar-toggler-icon {
  background-color: rgb(255, 255, 255);
}

.navbar-collapse {
  color: rgb(255, 255, 255);
  background-color: rgb(13, 40, 61);
}

.dropdown-menu hr {
  color: rgb(0, 0, 0);
}

.carousel-caption h6 {
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;
}

.color1 {
  color: rgb(255, 145, 77);
}

.color2 {
  color: rgb(2, 36, 71);
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 4px 0 32px;
  font-family: "Gilda Display", serif;
}

.icon img {
  max-width: 100%;
  height: auto;
}

.color3 {
  color: rgb(2, 36, 71);
  font-family: Poppins, sans-serif;
}

.icon-box img {
  max-width: 100%;
  height: auto;
}

.boat-image-box img {
  max-width: 100%;
  height: auto;
}

.index-p1 {
  display: flex;
  justify-content: right;
  position: relative;
}

.abouth4 {
  color: rgb(255, 255, 255);
  padding-top: 80px;
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

.o-hidden img {
  max-width: 100%;
  height: auto;
}

.slogan1 {
  margin-bottom: 70px;
}

.abouth5 {
  color: rgb(255, 255, 255);
  padding-top: 80px;
  text-align: center;
  font-family: Cinzel, serif;
}

#carouselExampleIndicators .carousel-item,
#carouselExampleIndicators img {
  height: 100vh !important;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  bottom: 20%;
}

.carousel-caption h1,
.carousel-caption h6 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.carousel-caption p img {
  width: 60px;
}

#bottone5 {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 30px;
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: rgb(0, 0, 0);
  overflow-x: hidden !important;
}

#bottone5:focus {
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  box-shadow: rgb(255, 145, 77) 0px 4px 12px;
  color: rgb(255, 255, 255);
}

.active {
  opacity: 1;
  transform: translateY(0px);
}

.footer_wrapper .link-widget li a, .footer_wrapper p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: all;
}

.item, .destination1 .item {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.tours1 .item:hover img, .destination1 .item:hover img {
  transform: scale(1.09, 1.09);
  filter: brightness(70%);
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tours1 .item:hover .con, .destination1 .item:hover .con {
  bottom: 0px;
}

.tours1 .item img, .destination1 .item img {
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tours1 .item .category, .destination1 .item .category {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Barlow, sans-serif;
  padding-top: 12px;
  padding-right: 6px;
  padding-bottom: 12px;
  padding-left: 6px;
  line-height: 1.5em;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 35px 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(59, 207, 204);
}

.tours1 .item .category a, .destination1 .item .category a {
  color: rgb(255, 255, 255);
}

.tours1 .item .category:hover, .destination1 .item .category:hover {
  color: rgb(255, 255, 255);
}

.tours1 .item .con, .destination1 .item .con {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  bottom: -45px;
  left: 0px;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background-image: linear-gradient(transparent 0px, rgba(15, 36, 84, 0.01) 2%, rgba(15, 36, 84, 0.75) 90%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tours1 .item .con h6, .tours1 .item .con h6 a, .destination1 .item .con h6, .destination1 .item .con h6 a {
  position: relative;
  color: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.tours1 .item .con p, .destination1 .item .con p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin-bottom: 0px;
}

.tours1 .item .con span, .destination1 .item .con span {
  color: rgb(255, 255, 255);
  font-size: 10px;
}

.tours1 .item .con i, .destination1 .item .con i {
  color: rgb(255, 255, 255);
}

.tours1 .item .con i:hover, .destination1 .item .con i:hover {
  color: rgb(255, 255, 255);
}

.tours1 .item .con .butn-light, .destination1 .item .con .butn-light {
  margin-left: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-color: rgb(103, 105, 119);
  border-right-color: rgb(103, 105, 119);
  border-bottom-color: rgb(103, 105, 119);
  border-left-color: rgb(103, 105, 119);
  padding-top: 11px;
  padding-right: 30px;
  padding-bottom: 11px;
  padding-left: 30px;
}

.tours1 .item .con .butn-light:hover, .destination1 .item .con .butn-light:hover {
  border-top-color: rgb(59, 207, 204);
  border-right-color: rgb(59, 207, 204);
  border-bottom-color: rgb(59, 207, 204);
  border-left-color: rgb(59, 207, 204);
}

.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-top: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.tours1 .item:hover .line, .destination1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.gallery-ig-main .col-img:first-child, .gallery-ig-main .col-img:last-child {
  max-width: 360px;
}

h1, h2, h3 {
  font-family: "Cinzele,serif";
}

.single-destination-box:hover .img-holder::before {
  transform: scaleX(1);
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#carouselExampleIndicators .carousel-item, #carouselExampleIndicators img {
  width: 100%;
  object-fit: cover;
  height: 100vh !important;
}

.carousel-caption h1, .carousel-caption h6 {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@keyframes zoom{0%{transform:scale(1);}100%{transform:scale(1.1);}}

@keyframes rotate{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}

@media only screen and (min-width: 992px) {
  header .navbar .link-btn {
    margin: 0;
  }
  .im-img {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
  .footer_wrapper > div {
    padding-top: 0px;
    padding-right: 1.875rem;
    padding-bottom: 0px;
    padding-left: 1.875rem;
  }
}

@media only screen and (max-width: 901px) {
  .con {
    padding-left: 0px !important;
  }
}

@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;
  }
  #carouselExampleIndicators .carousel-item,
    #carouselExampleIndicators img {
    height: 100vh !important;
    object-fit: cover;
  }
  .carousel-caption {
    bottom: 15%;
  }
  .carousel-caption h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .carousel-caption h6 {
    font-size: 14px;
  }
  #bottone5 {
    padding: 10px 25px;
    font-size: 16px;
  }
  .carousel-caption p img {
    width: 40px;
  }
  .gallery-ig-main .col-img .top, .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }
  .gallery-ig-main .col-img .top .ig-box, .gallery-ig-main .col-img .bottom .ig-box {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    height: auto;
  }
  #carouselExampleIndicators .carousel-item, #carouselExampleIndicators img {
    height: 100vh !important;
    object-fit: cover;
  }
}

@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;
  }
  .carousel-caption {
    bottom: 12%;
  }
  .carousel-caption h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .carousel h6 {
    font-size: 15px !important;
  }
  .carousel h1 {
    font-size: 40px !important;
  }
  .carousel-caption {
    margin-bottom: 35% !important;
  }
  .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;
  }
}

@media (max-width:990px) {
  .bg01 {
    font-size: 35px !important;
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 768px) {
  .contact {
    width: 30%;
  }
}