@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allison&family=Allura&family=Amethysta&family=Arya:wght@400;700&family=Bonheur+Royale&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Gotu&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Marcellus&family=Martel:wght@200;300;400;600;700;800;900&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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  color: rgb(0, 0, 0);
}

h1 {
  font-family: "Playfair", serif;
}

h3,
h2,
h4 {
  font-family: "Playfair", serif;
  font-weight: 300;
}

h5 {
  font-weight: 300;
  font-family: "Playfair", serif;
}

h6 {
  color: #000000e2;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
}

a {
  text-decoration: none !important;

}

::selection {
  color: #ffffff;
  background: #74685E;
}

.navbar {
  background-color: #2095AE;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;
}

.nav-link,
.dropdown-item {
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  /* margin-top: 25px;
  margin-bottom: 20px; */
  text-align: center;
}

.dropdown-menu,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #2095AE;
}

.navbar li a {
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1em 0.2em !important;
  border-bottom: 2px solid transparent;
}

.navbar li a.active {
  color: #333333;
  border-bottom: 2px solid #e09b51;
}

.dropdown-menu .active {
  background-color: white !important;
  border-bottom: 2px solid transparent !important;
}

.navbar .nav-item {
  margin: 0em 1em;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  width: 100%;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}


.dropdown-menu {
  border-top: 2px solid orange;
  background-color: #2095AE;
  color: #1d1d1d !important;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border-radius: 0px;
  text-transform: none;
  font-weight: 400;
  width: auto !important;
  z-index: 100;
  width: auto;
  text-align: center;
  padding: 0px;
}

.dropdown-menu .dropdown-item {
  color: #1d1d1d;
  text-align: left !important;
  width: auto !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #2095AE !important;
  color: #1d1d1d;
}

.dropdown-menu .dropdown-submenu {
  left: 100%;
  right: auto;
  top: 0;
}


.tour-section {
  padding: 50px 0;
}

.detalis-detalis {
  background-color: #2095AE;
  color: white !important;
  padding: 30px 0;
}


.details-section {
  padding: 6rem 8%;
  color: white;
}

.details-header {
  text-align: center;
  margin-bottom: 4rem;
}

.details-header h2 {
  font-family: "Playfair", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: white;
  margin-bottom: 0.5rem;
}

.details-header h2 em {
  color: var(--gold-light);
  font-style: italic;
}

.details-header p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.detail-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 2.5rem 2rem;
  transition: background 0.3s;
}

.detail-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

summary {
  font-size: 1.5rem;
  background-color: #2095ae;
  border-left: solid 6px #ff8300;
  color: white;
  padding: 20px;
  border-radius: 20px;
}

.ferry-img {
  width: 90%;
  height: 200px;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.hero-rafting {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
    url('../photos/wd3.jpeg') center/cover no-repeat;
  z-index: -1;
  height: 80vh;
}

.glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px !important;
  transition: transform 0.3s ease, shadow 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Buttons */
.btn-modern {
  border-radius: 100px;
  padding: 15px 40px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-modern:hover {
  transform: scale(1.05);
}

/* Layout Utilities */
.overlap-section {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.bg-circle-decoration {
  z-index: -1;
  opacity: 0.1;
  width: 200px;
  height: 200px;
}

.cta-gradient-box {
  background: linear-gradient(135deg, #2095AE 0%, #1a7b8f 100%);
}


/* Hero Background for Jet Ski */
.hero-jetski {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
    url('/assets/photos/jetski.jpeg') center/cover no-repeat;
  z-index: -1;
  height: 80vh;
}

.title {
  font-family: "Playfair", serif;
  color: #2095AE;
  font-size: 2rem;
}

.isactive {
  color: #FFB700 !important;
  font-weight: 700;
}

.rafting-bg {
  background: url('../photos/rafting.jpg') rgba(0, 0, 0, 0.394);
  text-align: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-blend-mode: multiply;
  padding-top: 250px;
  padding-bottom: 150px;
}

/* FUND */
th {
  background-color: #EC5849;
  color: white;
  padding: 10px;
}

td {
  padding: 8px;
}

th,
td {
  border: 1px solid black;
}

.btn {
  color: #ffffff;
  border-radius: 30px;
  background-color: #ff8300 !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #ff8300;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.75);
}

.btn:hover {
  color: white;
}

.btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #ff8300;
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 160%;
}

#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: 940px;
}


.moving-image {

  position: relative;
  border-radius: 30px;
  animation: moveUpDown 5s linear infinite;
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

#video-background1 {

  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 870px;

}

#video-background1 video {
  width: 100%;
  height: 850px;
  object-fit: cover;
}

.dark-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 91%;
  background-color: rgba(0, 0, 0, 0.465);
  z-index: 2;
}

.video-content1 {
  z-index: 100 !important;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.video-content h1 {
  color: #ffffff;
  font-size: 70px;
}

.rotating-image {
  position: relative;
  margin-top: -400px;
  margin-left: 130px;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.outlined-text {
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  text-stroke: 2px rgb(255, 255, 255);
}

.outlined-text1 {
  color: transparent;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  text-stroke: 1px rgb(0, 0, 0);
}

.swiper {
  height: 800px;
}

.about-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #ffffff;
}

.image-container {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.experience-box {
  display: inline-block;
  background: white;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  width: 250px;
  text-align: center;
  margin-top: -30px;
  margin-left: 250px;

}

.all-services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.counter-section {
  background: rgb(32, 149, 174);
  background: linear-gradient(90deg, rgba(32, 149, 174, 1) 22%, rgba(255, 255, 255, 1) 73%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.counter-section1 {
  background: rgb(32, 149, 174);
  background: linear-gradient(270deg, rgba(32, 149, 174, 1) 22%, rgba(255, 255, 255, 1) 73%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.number-box {
  border: 2px solid #06B8EE;
  text-align: center;
  padding: 30px;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
  font-size: 40px;
  color: #06B8EE;
}

i {
  font-size: 20px !Important;
}

.card {
  position: relative;
  overflow: hidden;

}

.card-info {
  position: relative;
  background: #2095AE;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 500;
  width: 150px;
  text-align: center;
  margin-bottom: -100px;
  z-index: 100;
  margin-left: 255px;
  margin-top: 10px;
  color: #ffffff;
  -webkit-box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 12px -3px rgba(0, 0, 0, 0.75);
}

.card img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  font-size: 15px;
}

.card:hover .card-overlay {
  opacity: 1;
  z-index: 10;
}

.card:hover img {
  transform: scale(1.1);
}

.card-overlay p {
  opacity: 1;
  transition: opacity 0.3s ease;
  background: rgba(255, 255, 255, 0.754);
  padding: 20px;
  color: black;
  width: 100%;
  position: absolute;
  font-weight: 500 !important;
  font-size: 15px !important;
  top: 80%;
  left: 0;

}

.offcanvas {
  background-color: #2095ae;
}

.card:hover .card-overlay p {
  opacity: 1;
  z-index: 10;
}

.owl-theme .owl-dots .owl-dot span {
  background: #06B8EE;
  height: 5px;
  width: 10px;
  transform: scale(1.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff8300;
}

/* ======= Blog style ======= */
.blog {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog .section-title {
  color: #fff;
}

.blog .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.blog .item:hover .con {
  bottom: 0;
}

.blog .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-filter: brightness(100%);
}

.blog .item .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 10px 10px 5px 10px;
  text-align: center;
  background: #2095ae;
}

.blog .item .date span {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 0px;
}

.blog .item .date i {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 18px;
  font-style: normal;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
}

.blog .item .con {
  margin: -160px 20px 90px;
  padding: 25px;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
  transition: .2s cubic-bezier(.3, .58, .55, 1);
  bottom: -90px;
  position: relative;
  background: #fff;
}

.blog .item .con .category {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.blog .item .con .category a {
  margin-right: 5px;
  position: relative;
  color: #2095AE;
}

.blog .item .con .category a:hover {
  color: #2095AE;
}

.blog .item .con .category a:last-child {
  margin-right: 0;
}

.blog .item .con .category a:last-child:after {
  display: none;
}

.blog .item .con h5,
.blog .item .con h5 a {
  color: #0f2454;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.5em;
}

.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
  color: #0f2454;
}

.blog .item .con p {
  color: #fff;
  font-size: 17px;
}

.blog .item .con i {
  color: #fff;
  font-size: 20px;
}

.image-container1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-container1 img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.301);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.image-container1:hover .overlay1 {
  opacity: 0.9;
}

.image-container1:hover img {
  opacity: 0.9;
  scale: 1.02;
  transition: 0.5s ease-in-out;
}

.text2 {
  padding: 10px;
  background: #06B8EE;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
  opacity: 1 !important;
}

.box1 {
  padding: 15px;
  background: #06B8EE;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  opacity: 1;
}

.boat-explore {
  padding-top: 150px;
  padding-bottom: 100px;
}

.card-info1 {
  position: relative;
  background: white;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 500;
  width: 150px;
  text-align: center;
  margin-bottom: -50px;
  z-index: 100;
  margin-left: 255px;
  margin-top: 10px;
  color: #FFB700;
  -webkit-box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
}

.yatch .text2 {

  padding: 10px;
  background: #06B8EE;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  opacity: 1 !important;
}

.qualities {
  position: relative;
  margin-top: -100px;
}

.box {
  -webkit-box-shadow: 5px 5px 21px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 21px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 21px -3px rgba(0, 0, 0, 0.75);
  padding: 20px;
  background: white;
  border-radius: 30px;
}

.car-card {
  -webkit-box-shadow: 10px 10px 21px -3px #2095AE;
  -moz-box-shadow: 10px 10px 21px -3px #2095AE;
  box-shadow: 10px 10px 21px -3px #2095AE;
  border-radius: 20px;
  background: #2095AE;
}

.car-info {
  color: white;
  padding: 20px;
}

.scooter-info {
  padding: 20px;
}


.divider-custom {
  color: #a9774e;
  opacity: 1;
  margin: 4px 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

.water-btn,
.water-btn:hover {
  background-color: transparent;
}

.water-btn h3 {
  color: #FF8300;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
}

.ride-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}


.tour-content {
  position: relative;
  padding: 35px;
  margin-top: -70px;
  background: white;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 30%;
}

.tour-content1 {
  position: relative;
  padding: 35px;
  margin-top: -70px;
  background: white;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 30%;
}

.tour-wrapper {
  -webkit-box-shadow: 10px 10px 21px -3px #2095AE;
  -moz-box-shadow: 10px 10px 21px -3px #2095AE;
  box-shadow: 10px 10px 21px -3px #2095AE;
  border-radius: 20px;
}

.tour-data {
  padding: 20px;
}

.weather {
  position: relative;
  margin-top: -150px !important;
  z-index: 100;
  width: 85%;
}

.weather-widget {
  background: #06B8EE !important;
}

.visualcrossing-wx-widget {
  background-color: #2095AE !important;
  color: white;
}

.visualcrossing-wx-widget .period .maxt {
  color: #ff8300 !important;
}

.tour-wrapper1 .image-container1 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tour-wrapper1 .tour-data {

  border: #06B8EE solid 1px;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.tour-wrapper1 .text2 {
  background-color: transparent;
}

.tour-wrapper1 p {
  color: black;
}
 /* Page background */
/*jetski.html*/
.jetski-bg {
  background: url('../photos/JETSKI-BG.jpg') rgba(0, 0, 0, 0.433);
}
/*group-tours.html*/
.guides-bg {
  background: url('../photos/JETSKI-BG.jpg') rgba(0, 0, 0, 0.628);

}

.break-section {
  background: url('../photos/accommodation-bg.jpg') rgba(0, 0, 0, 0.411);
}

/*bus-lines.html*/
.bus-lines-bg {
  background: url('../photos/bus-rides.png') rgba(0, 0, 0, 0.628);

}
.bus-bg{
    background: url('../photos/busbg.JPG') rgba(0, 0, 0, 0.628);

}
/*tickets.html*/
.tickets-bg {
  background: url('../photos/tickets-bg.png') rgba(0, 0, 0, 0.482);
}
/*packages.html*/
.packages-bg {
  background: url('../photos/Ksamil\ Ishujt.jpg') rgba(0, 0, 0, 0.495);
}

/*transfers.html*/
.transfer-bg {
  background: url('../photos/private-transfer.jpg') rgba(0, 0, 0, 0.422);
}

.speadboat-bg {
  background: url('../photos/speadboat-bg.JPG') rgba(0, 0, 0, 0.394);
}

.pirate-bg {
  background: url('../photos/krorez.jpeg') rgba(0, 0, 0, 0.394);
}

.privateboat-bg {
  background: url('../photos/tongo-island.jpg') rgba(0, 0, 0, 0.394);
}

.boat-tour {
  background: url('../photos/speadboat2.JPG') rgba(0, 0, 0, 0.394);
}

.group-guides {
  background: url('../photos/blue-eye-tour1.jpg') rgba(0, 0, 0, 0.394);
}

.albanian-night {
  background: url('../photos/lekursi.jpeg') rgba(0, 0, 0, 0.394);
}

.mussel-bg {
  background: url('../photos/sail.png') rgba(0, 0, 0, 0.394);
}

.karting-bg {
  background: url('../photos/gokatring.JPG') rgba(0, 0, 0, 0.394);
}

.ferry-bg {
  background: url('../photos/ferry-bg.JPG') rgba(0, 0, 0, 0.394);
}

.south-bg {
  background: url('../photos/ksamil-islands-tour.jpg') rgba(0, 0, 0, 0.394);
}
.north-bg{
      background: url('../photos/krorez-bay.jpg') rgba(0, 0, 0, 0.394);
}

.jeet-carbg {
  background: url('../photos/jetcar-bg.png') rgba(0, 0, 0, 0.394);
}
.corfu-bg{
    background: url('../photos/corfu14.jpg') rgba(0, 0, 0, 0.394);
}

.korerez-kakome-bg {
  background: url('../photos/kakome-bg.jpg') rgba(0, 0, 0, 0.394);}


.paddle-bg {
   background: url('../photos/bg-paddle.PNG') rgba(0, 0, 0, 0.394);
}
.kakome-bg {
  background: url('../photos/kakome-bg.jpg') rgba(0, 0, 0, 0.394);
}

.motor-bike-bg {
  background: url('../photos/motorbike-bg.JPG') rgba(0, 0, 0, 0.394);
}

.banana-bg {
  background: url('../photos/banana-ride.jpeg') rgba(0, 0, 0, 0.394);

}

.jetsci-bg {
  background: url('../photos/js6.jpeg') rgba(0, 0, 0, 0.394);
}

.jeep-safari {
  background: url('../photos/jeep-safari5.jpeg') rgba(0, 0, 0, 0.394);;
}

.bluecave-bg {
  background: url('../photos/krorez.webp') rgba(0, 0, 0, 0.394);
}

.boat7dest-bg {
  background: url('../photos/boat7.jpeg') rgba(0, 0, 0, 0.394);
}
.taxi-bg {
  background: url('../photos/Ksamil Ishujt.jpg')rgba(0, 0, 0, 0.394);
}

.tongo-bg {
  background: url('../photos/tongo1.jpg') rgba(0, 0, 0, 0.394);
}
.guides {
  background: url('../photos/guides-bg.jpg') rgba(0, 0, 0, 0.628);
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 70PX;
}
.boat-tour-7-destinations {
   background: url('../photos/speadboat1.JPG') rgba(0, 0, 0, 0.394);
}
.boat7dest-bg{
      background: url('../photos/tongo-island.jpg') rgba(0, 0, 0, 0.394);
}
.around-island-bg{
      background: url('../photos/krorez34.jpeg') rgba(0, 0, 0, 0.394);
}
.sunset-bg{
        background: url('../photos/sunset1123.jpg') rgba(0, 0, 0, 0.394);
      /*background-position: bottom !important;*/
}
/*car.html*/
.cars-bg {
  background: url('../photos/cars-bg.png') rgba(0, 0, 0, 0.628);
}
/*boat.html*/
.boat-bg {
  background: url('../photos/guides/boat3.jpg') rgba(0, 0, 0, 0.394);
}

.yatch-bg {
  background: url('../photos/yatchcover.jpg') rgba(0, 0, 0, 0.394);
}

.map {
  background: url('../photos/map.png');
  background-color: #2095AE;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 30px;
  position: relative;
  margin-top: -100px;
}

.cover-img{
  text-align: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 250px;
  padding-bottom: 150px;
}


/* Responsive Tweaks */
@media (max-width: 992px) {
  .overlap-section {
    margin-top: -30px;
  }

  .display-1 {
    font-size: 3.5rem;
  }
}

@media(max-width:990px) {
  .slide-caption {
    padding-top: 57% !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .blog {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .counter-section {
    background: rgb(32, 149, 174);
    background: linear-gradient(180deg, rgba(32, 149, 174, 1) 22%, rgba(255, 255, 255, 1) 73%);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .counter-section1 {
    background: rgb(32, 149, 174);
    background: linear-gradient(180deg, rgba(32, 149, 174, 1) 22%, rgba(255, 255, 255, 1) 73%);
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .hero-section {
    object-fit: cover;
  }

  .rotating-image {
    position: relative;
    margin-top: -350px;
    margin-left: 30px;
    /* Set height as needed */
    animation: rotate 20s linear infinite;
    /* Adjust duration and timing function as needed */
  }

  .tour-content {
    position: relative;
    padding: 35px;
    margin-top: -30px;
    background: white;

    justify-content: center;
    align-items: center;
    border-top-right-radius: 20%;


  }

  .tour-content1 {
    position: relative;
    padding: 35px;
    margin-top: -30px;
    background: white;

    justify-content: center;
    align-items: center;
    border-top-right-radius: 20%;


  }

  html,
  body {
    font-size: 90% !important;
  }

  .navbar-container {
    padding: 0px 10px 10px 10px;
  }

  nav.navbar {
    height: auto;
  }

  .text1 {
    font-size: 40px !important;
    line-height: 30px !important;
  }

  .slide-caption {
    padding-top: 87% !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .slide-caption h1 {
    font-family: "Poppins", sans-serif !important;
    text-transform: capitalize !important;
    letter-spacing: 3px;
    font-size: 40px !important;
    margin-top: 100px !important;
    padding-top: 0px !important;
    padding: 0px 5px 0px 5px;
    font-weight: 700 !important;
    color: #ffffff;
  }

  .experience-box {
    display: inline-block;
    margin-left: 80px !important;


  }

  .card-info {
    margin-left: 250px !important;
    margin-top: 10px !important;
  }

}

@media(max-width:1400px) {
  .card-info {
    margin-left: 240px;
  }
}

@media(max-width:1024px) {
  .card-info {
    margin-left: 70px;
  }
}

@media(max-width:500px) {
  .text2 {
    padding: 0;
  }
}


/*Animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein {
  opacity: 0;
}

/* Toggler shfaqet nen 1100px */
@media (max-width: 1100px) {
  .dropdown-submenu {
    position: static !important;
    box-shadow: none;
    border: none;
    padding-left: 15px;
  }

  .offcanvas {
    width: 280px !important;
  }
}

/* Desktop mbi 1100px - submenu djathtas */
@media (min-width: 1101px) {
  .dropdown-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
  }

  .dropdown-submenu:hover,
  li:hover>.dropdown-submenu {
    display: block;
  }
}

@media(max-width:1100px) {

  .about-section h6,
  .jetski-text h6 {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

@media(max-width:768px) {
  .about-section img {
    width: auto !important;
  }

  .ferry-tickets td {
    padding: 0px;
  }
}

@media(max-width:600px) {
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

.table-scroll table {
  min-width: 700px; 
  border-collapse: collapse;
}
}