html, body {
  width: 100%;
  overflow-x: hidden;
}

  html {
      scroll-behavior: smooth;
    }

    /* Fallback for browsers that don't support smooth scrolling */
    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }
    }
/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent !important;
}

::-webkit-scrollbar-track {
  background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* For Firefox */
html {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 0, 0, 0) transparent !important;
}
 #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00c6ff;
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: opacity 1s ease;
    }
 .section-center {
      position: relative;
      width: 600px;
      height: 450px;
      display: block;
      z-index: 6;
      margin: 0 auto;
      overflow: hidden;
    }
.section-up{
	position: absolute;
	width: 100%;
	height: 270px;
	left: 0;
	top: 0;
	display: block;
	z-index: 5;
}
.hill{
	position: absolute;
	width: 115px;
	height: 27px;
	left: 30px;
	bottom: 0;
	display: block;
	z-index: 15;
}
.hill.snd{
	left: 115px;
	z-index: 14;
}
.hill.trd{
	transform: rotateY(180deg);
	left: auto;
	right:30px;
}
.hill.frt{
	transform: rotateY(180deg);
	left: auto;
	right: 110px;
	z-index: 14;
}
.hill span{
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	left: 4px;
	top: 0;
	display: block;
	border-radius: 50%;
	border: 2px solid #030308;
	border-color: #030308 transparent transparent transparent;
}
.hill span:nth-child(2){
	width: 110px;
	height: 110px;
	left: -6px;
	top: -5px;
	background-color: transparent;
	transform: rotate(5deg);
	border-color: transparent transparent transparent #030308;
}
.hill span:nth-child(3){
	width: 10px;
	height: 10px;
	left: 2px;
	top: 22px;
	transform: rotate(-55deg);
	border: none;
	border-radius: 0;
}
.hill span:nth-child(4){
	width: 40px;
	height: 40px;
	left: auto;
	top: 11px;
	right: 5px;
	border-color: #030308 transparent transparent transparent;
}
.hill span:nth-child(5){
	width: 110px;
	height: 110px;
	left: auto;
	top: 3px;
	right: -8px;
	background-color: transparent;
	transform: rotate(85deg);
	border-color: #030308 transparent transparent transparent;
}
.hill span:nth-child(6){
	width: 24px;
	height: 24px;
	left: auto;
	top: -5px;
	right: 31px;
	background-color: transparent;
	border-color: transparent transparent #030308 transparent;
}
.hill span:nth-child(7){
	width: 17px;
	height: 4px;
	left: auto;
	top: 10px;
	right: 49px;
	background-color: transparent;
	border-radius: 0;
	transform: rotate(33deg);
	border-color: #030308 transparent transparent transparent;
}
.hill span:nth-child(8){
	width: 20px;
	height: 10px;
	left: 65px;
	top: 21px;
	transform: rotate(-35deg);
	border: none;
	border-radius: 0;
}
.hill span:nth-child(9){
	width: 30px;
	height: 10px;
	left: 46px;
	top: 15px;
	transform: rotate(33deg);
	border: none;
	border-radius: 0;
}
.hill span:nth-child(10){
	width: 20px;
	height: 10px;
	left: 60px;
	top: 19px;
	border: none;
	border-radius: 0;
}
.hill span:nth-child(11){
	width: 20px;
	height: 10px;
	left: 101px;
	top: 29px;
	border: none;
	border-radius: 0;
	transform: rotate(45deg);
}
.left-tree{
	position: absolute;
	width: 20px;
	height: 33px;
	left: 33px;
	bottom: 8px;
	display: block;
	z-index: 10;
	transform: rotate(11deg) skewX(3deg);
	transform-origin: center bottom;
	animation: moveTree 1.6s ease infinite;
}
@keyframes moveTree {
  0%,100% { 
		transform: rotate(11deg) skewX(3deg);  
  }
  50% { 
		transform: rotate(-11deg) skewX(-3deg); 
  }
  100% { 
		transform: rotate(11deg) skewX(3deg); 
  }
}
.left-tree span{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #030308;
	background-color: #fff;
}
.left-tree span:nth-child(2){
	width: 2px;
	height: 25px;
	left: 9px;
	top: auto;
	bottom: 0;
	border-radius: 0;
	border: none;
	background-color: #030308;
}
.left-tree span:nth-child(3){
	width: 2px;
	height: 5px;
	left: 7px;
	top: auto;
	bottom: 20px;
	border-radius: 0;
	border: none;
	background-color: #030308;
	transform: rotate(-45deg);
}
.left-tree span:nth-child(4){
	width: 2px;
	height: 5px;
	left: 11px;
	top: auto;
	bottom: 17px;
	border-radius: 0;
	border: none;
	background-color: #030308;
	transform: rotate(45deg);
}
.right-tree{
	position: absolute;
	width: 20px;
	height: 33px;
	right: 25px;
	bottom: 3px;
	display: block;
	z-index: 10;
	transform: rotate(11deg) skewX(3deg);
	transform-origin: center bottom;
	animation: moveTree 1.6s ease infinite;
}
.right-tree span{
	position: absolute;
	width: 18px;
	height: 18px;
	left: 1px;
	top: 2px;
	border-radius: 50%;
	border: 2px solid #030308;
	background-color: #fff;
}
.right-tree span:nth-child(2){
	width: 2px;
	height: 25px;
	left: 9px;
	top: auto;
	bottom: 0;
	border-radius: 0;
	border: none;
	background-color: #030308;
}
.right-tree span:nth-child(3){
	width: 2px;
	height: 5px;
	left: 7px;
	top: auto;
	bottom: 20px;
	border-radius: 0;
	border: none;
	background-color: #030308;
	transform: rotate(-45deg);
}
.right-tree span:nth-child(4){
	width: 2px;
	height: 5px;
	left: 11px;
	top: auto;
	bottom: 17px;
	border-radius: 0;
	border: none;
	background-color: #030308;
	transform: rotate(45deg);
}
.right-tree span:nth-child(5){
	position: absolute;
	width: 14px;
	height: 14px;
	left: 3px;
	top: -6px;
	border-radius: 50%;
	border: 2px solid #030308;
	background-color: #fff;
	border-bottom-color:transparent;
}
.building-left{
	position: absolute;
	left: 62px;
	bottom: 3px;
	display: block;
	z-index: 9;
}
.building-left span{
	position: absolute;
	left: 0;
	bottom: 0;
	border: 2px solid #030308;
	background-color: #fff;
	width: 17px;
	height: 42px;
}
.building-left span:nth-child(2){
	left: 20px;
	width: 30px;
	height: 64px;
}
.building-left span:nth-child(3){
	left: 23px;
	bottom: 62px;
	width: 24px;
	height: 9px;
}
.building-left span:nth-child(4){
	left: 54px;
	width: 20px;
	height: 46px;
}
.building-left span:nth-child(5){
	left: 56px;
	bottom: 44px;
	width: 16px;
	height: 7px;
}
.building-left span:nth-child(6){
	left: 2px;
	bottom: 27px;
	border: none;
	background-color: #030308;
	width: 6px;
	height: 2px;
}
.building-left span:nth-child(7){
	left: 22px;
	bottom: 44px;
	border: none;
	background-color: #030308;
	width: 11px;
	height: 2px;
}
.building-left span:nth-child(8){
	left: 39px;
	bottom: 20px;
	border: none;
	background-color: #030308;
	width: 11px;
	height: 2px;
}
.building-left span:nth-child(9){
	left: 56px;
	bottom: 31px;
	border: none;
	background-color: #030308;
	width: 8px;
	height: 2px;
}
.building-left span:nth-child(10){
	left: 29px;
	bottom: 71px;
	border: none;
	background-color: #030308;
	width: 2px;
	height: 17px;
}
.building-left span:nth-child(11){
	left: 39px;
	bottom: 71px;
	border: none;
	background-color: #030308;
	width: 2px;
	height: 17px;
}
.building-right{
	position: absolute;
	right: 67px;
	bottom: 0;
	display: block;
	z-index: 8;
}
.building-right span{
	position: absolute;
	right: 18px;
	bottom: 0;
	border: 2px solid #030308;
	background-color: #fff;
	width: 86px;
	height: 24px;
}
.building-right span:nth-child(2){
	right: 18px;
	bottom: 22px;
	width: 96px;
	height: 22px;
	transform-origin: center bottom;
	transform: skewX(-20deg); 
}
.building-right span:nth-child(3){
	right: 0;
	bottom: 0;
	width: 22px;
	height: 52px;
}
.building-right span:nth-child(4){
	right: 2px;
	bottom: 42px;
	background-color: #030308;
	border: none;
	width: 7px;
	height: 2px;
}
.building-right span:nth-child(5){
	right: 13px;
	bottom: 32px;
	background-color: #030308;
	border: none;
	width: 7px;
	height: 2px;
}
.building-right span:nth-child(6){
	right: 10px;
	bottom: 52px;
	background-color: #030308;
	border: none;
	width: 2px;
	height: 32px;
}
.building-right span:nth-child(7){
	right: -4px;
	bottom: 74px;
	border: none;
	background-color: transparent;
	width: 0;
	height: 0;
    border-bottom: 10px solid #030308;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
	transform: skewY(-15deg); 
	transform-origin: left center;
	animation: moveFlag 1.5s ease infinite;
}
.building-right span:nth-child(8){
	right: 2px;
	bottom: 76px;
	border: none;
	background-color: transparent;
	width: 0;
	height: 0;
    border-bottom: 5px solid #fff;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent;
	transform: skewY(-15deg); 
	transform-origin: left center;
	animation: moveFlag 1.5s ease infinite;
}
@keyframes moveFlag {
  0% { 
		transform: skewY(-15deg);  
  }
  50% { 
		transform: skewY(5deg); 
  }
  100% { 
		transform: skewY(-15deg); 
  }
}
.building-right span:nth-child(9){
	right: 31px;
	bottom: 0;
	width: 33px;
	height: 65px;
	perspective: 70px;
	background-color: transparent;
	border: none;
}
.building-right span:nth-child(9) span{
	right: 0;
	bottom: 0;
	width: 33px;
	height: 65px;
	transform-origin: bottom center;
	transform: rotateX(13deg);
}
.building-right span:nth-child(10){
	right: 31px;
	bottom: 55px;
	width: 33px;
	height: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.building-right span:nth-child(11){
	right: 36px;
	bottom: 63px;
	width: 23px;
	height: 30px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}
.building-right span:nth-child(12){
	right: 42px;
	bottom: 91px;
	width: 11px;
	height: 7px;
}
.building-right span:nth-child(13){
	right: 46px;
	bottom: 98px;
	width: 3px;
	border: none;
	background-color: #030308;
	height: 18px;
}
.building-right span:nth-child(14){
	right: 43px;
	bottom: 17px;
	width: 9px;
	height: 11px;
}
.building-right span:nth-child(15){
	right: 43px;
	bottom: 35px;
	width: 9px;
	height: 11px;
}
.building-right span:nth-child(16){
	right: 43px;
	bottom: 63px;
	width: 9px;
	height: 13px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.bird-wrapper {
	position: absolute;
	left: 166px;
	bottom: 46px;
	display: block;
	z-index: 8;
	animation: birdFly 3.5s ease infinite;
	animation-delay: 0.4s;
}
.bird-wrapper.snd {
	left: 340px;
	bottom: 65px;
	animation-delay: 0s;
}
.bird-wrapper.trd {
	left: 420px;
	bottom: 132px;
	animation-delay: 1s;
}
@keyframes birdFly {
  0%{ 
		transform: translateY(0);  
  }
  50% { 
		transform: translateY(-40px); 
  }
  100% { 
		transform: translateY(0); 
  }
}
.left-wing {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	transform-origin: right bottom;
	animation: wingLeft 0.4s ease infinite;
}
.left-wing span {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 2px solid #030308;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border-color: #030308 transparent transparent transparent;
	transform: translate(4px, 12px);
}
@keyframes wingLeft {
  0%{ 
		transform: rotate(0);  
  }
  50% { 
		transform: rotate(40deg); 
  }
  100% { 
		transform: rotate(0); 
  }
}
.right-wing {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	transform-origin: left bottom;
	animation: wingRight 0.4s ease infinite;
}
.right-wing span {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 2px solid #030308;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border-color: #030308 transparent transparent transparent;
	transform: translate(-4px, 12px);
}
@keyframes wingRight {
  0%{ 
		transform: rotate(0);  
  }
  50% { 
		transform: rotate(-40deg); 
  }
  100% { 
		transform: rotate(0); 
  }
}
.sun {
	position: absolute;
	left: 200px;
	top: 50px;
	z-index: 4;
}
.sun span{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 2px solid #030308;
	background-color: #fff;
	width: 37px;
	height: 37px;
	animation: sunShine 3.5s linear infinite;
}
@keyframes sunShine {
  0%{ 
		transform: scale(1);  
  }
  50% { 
		transform: scale(1.14); 
  }
  100% { 
		transform: scale(1); 
  }
}
.cloud-left {
	position: absolute;
	left: 124px;
	top: 113px;
	z-index: 4;
	width: 30px;
	height: 20px;
	animation: cloudMove 1.7s linear infinite;
}
.cloud-left span {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #030308;
	border-color: #030308 #030308 #030308 transparent;
}
.cloud-left span:nth-child(2){
	right: auto;
	left: 0;
	top: 3px;
	width: 14px;
	height: 17px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #030308;
	border-bottom: 2px solid #030308;
	border-left: 2px solid #030308;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.cloud-left span:nth-child(3){
	right: 12px;
	top: auto;
	bottom: 0;
	width: 10px;
	height: 8px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #030308;
}
@keyframes cloudMove {
  0%{ 
		transform: translateX(0);  
  }
  50% { 
		transform: translateX(10px); 
  }
  100% { 
		transform: translateX(0); 
  }
}
.cloud-middle {
	position: absolute;
	left: 285px;
	top: 117px;
	z-index: 4;
	width: 40px;
	height: 28px;
	animation: cloudMove 1.7s linear infinite;
	animation-delay: 0.4s;
}
.cloud-middle span {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #030308;
	border-color: #030308 #030308 #030308 transparent;
}
.cloud-middle span:nth-child(2){
	right: auto;
	left: 0;
	top: 4px;
	width: 17px;
	height: 24px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #030308;
	border-bottom: 2px solid #030308;
	border-left: 2px solid #030308;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.cloud-middle span:nth-child(3){
	right: 14px;
	top: auto;
	bottom: 0;
	width: 10px;
	height: 8px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #030308;
}
.cloud-right {
	position: absolute;
	right: 64px;
	top: 73px;
	z-index: 4;
	width: 23px;
	height: 16px;
	animation: cloudMove 1.7s linear infinite;
	animation-delay: 0.6s;
}
.cloud-right span {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #030308;
	border-color: #030308 #030308 #030308 transparent;
}
.cloud-right span:nth-child(2){
	right: auto;
	left: 0;
	top: 3px;
	width: 10px;
	height: 13px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #030308;
	border-bottom: 2px solid #030308;
	border-left: 2px solid #030308;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.cloud-right span:nth-child(3){
	right: 7px;
	top: auto;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #030308;
}
.section-down{
	position: absolute;
	width: 100%;
	height: 180px;
	left: 0;
	top: 270px;
	display: block;
	z-index: 6;
	border-top: 2px solid #030308;
	background-color: #00c6ff;
}
.water-wrapper{
	position: absolute;
	left: 65px;
	bottom: 0;
	height: 70px;
	width: 77px;
	display: block;
	z-index: 6;
	overflow: hidden;
}
.water-wrapper.right{
	left: 450px;
	bottom: -20px;
}
.water-wrapper.top.right{
	left: 454.5px;
	bottom: -10px;
}
.water-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 231px;
	display: block;
	z-index: 6;
	transform: translateX(0);  
	animation: moveWater 1.6s linear infinite;
}
@keyframes moveWater {
	0% { 
		transform: translateX(0);  
	}
	100% { 
		transform: translateX(-33.333333333333%);  
	}
}
.water{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 77px;
	display: block;
	z-index: 6;
	background-color: #00c6ff;
}
.water.snd{
	left: 77px;
}
.water.trd{
	left: 154px;
}
.water span{
	position: absolute;
	left: -4px;
	top: 12px;
	height: 20px;
	width: 20px;
	display: block;
	z-index: 6;
	border-radius: 50%;
	border: 2px solid #030308;
	border-color: #030308 transparent transparent transparent;
}
.water span:nth-child(2){
	left: 9px;
	top: -1px;
	border-color: transparent transparent #030308 transparent;
}
.water span:nth-child(3){
	left: 22px;
}
.water span:nth-child(4){
	left: 35px;
	top: -1px;
	border-color: transparent transparent #030308 transparent;
}
.water span:nth-child(5){
	left: 48px;
}
.water span:nth-child(6){
	left: 61px;
	top: -1px;
	border-color: transparent transparent #030308 transparent;
}
.water-wrapper.top{
	width: 68px;
	left: 69.5px;
	bottom: 10px;
	z-index: 7;
}
.water-wrapper.top .water-wrap{
	width: 204px;
}
.water-wrapper.top .water{
	height: 70px;
	width: 68px;
	background-color: transparent;
}
.water-wrapper.top .water.snd{
	left: 68px;
}
.water-wrapper.top .water.trd{
	left: 136px;
}
.water-wrapper.top .water span{
	position: absolute;
	left: -3px;
	top: 12px;
	height: 18px;
	width: 18px;
	display: block;
	z-index: 6;
	border-radius: 50%;
	border: 2px solid #030308;
	border-color: #030308 transparent transparent transparent;
}
.water-wrapper.top .water span:nth-child(2){
	left: 8px;
	top: 0;
	border-color: transparent transparent #030308 transparent;
}
.water-wrapper.top .water span:nth-child(3){
	left: 19px;
}
.water-wrapper.top .water span:nth-child(4){
	left: 30px;
	top: 0;
	border-color: transparent transparent #030308 transparent;
}
.water-wrapper.top .water span:nth-child(5){
	left: 41px;
}
.water-wrapper.top .water span:nth-child(6){
	left: 53px;
	top: 0;
	border-color: transparent transparent #030308 transparent;
}
.fish-wrapper{
	position: absolute;
	left: 82px;
	bottom: 85px;
	height: 20px;
	width: 54px;
	display: block;
	z-index: 4;
}
.fish-wrapper.right{
	left: 467px;
	bottom: 70px;
}
.fish-wrapper.right .fish-wrap{
	transform: translate(-35px, 60px) rotate(-90deg);  
	animation: moveFish-higher 3.5s linear infinite;
	animation-delay: 1s;
}
.fish-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 54px;
	display: block;
	z-index: 4;
	transform-origin: center center;
	transform: translate(-35px, 60px) rotate(-90deg);  
	animation: moveFish 3.5s linear infinite;
}
@keyframes moveFish {
	0% { 
		transform: translate(-35px, 60px) rotate(-90deg); 
	}
	5% { 
		transform: translate(20px, 60px) rotate(90deg); 
	}
	45% { 
		transform: translate(20px, 60px) rotate(90deg); 
	}
	50% { 
		transform: translate(10px, 10px) rotate(35deg); 
	}
	58% { 
		transform: translate(0, 0) rotate(0); 
	}
	67% { 
		transform: translate(0, 0) rotate(0); 
	}
	75% { 
		transform: translate(-20px, 10px) rotate(-65deg); 
	}
	80% {  
		transform: translate(-35px, 60px) rotate(-90deg); 
	}
	100% {  
		transform: translate(-35px, 60px) rotate(-90deg); 
	}
}
@keyframes moveFish-higher {
	0% { 
		transform: translate(-35px, 60px) rotate(-90deg); 
	}
	5% { 
		transform: translate(20px, 60px) rotate(90deg); 
	}
	45% { 
		transform: translate(20px, 60px) rotate(90deg); 
	}
	50% { 
		transform: translate(10px, 10px) rotate(35deg); 
	}
	58% { 
		transform: translate(0, -7px) rotate(0); 
	}
	67% { 
		transform: translate(0, -7px) rotate(0); 
	}
	75% { 
		transform: translate(-20px, 10px) rotate(-65deg); 
	}
	80% {  
		transform: translate(-35px, 60px) rotate(-90deg); 
	}
	100% {  
		transform: translate(-35px, 60px) rotate(-90deg); 
	}
}
.fish{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 54px;
	display: block;
	z-index: 4;
	transform: scale(1, 0.45);
}
.fish span{
	position: absolute;
	left: 0;
	top: 0;
	height: 36px;
	width: 36px;
	background-color: #fff;
	border: 4px solid #030308;
	border-top-left-radius: 60%;
	border-bottom-right-radius: 60%;
	border-bottom-left-radius: 53%;
	transform: rotate(45deg);
}
.fish span:nth-child(2){
	position: absolute;
	left: 39px;
	top: 16px;
	height: 4px;
	width: 13px;
	background-color: #030308;
	border: none;
	border-radius: 0;
	transform-origin: left center;
	transform: rotate(45deg);
	animation: fishTail-bottom 3.5s linear infinite;
}
.fish-wrapper.right .fish span:nth-child(2){
	animation-delay: 1s;
}
@keyframes fishTail-bottom {
	0% { 
		transform: rotate(45deg);
		left: 39px;
		top: 16px;
	}
	59% { 
		transform: rotate(45deg);
		left: 39px;
		top: 16px;
	}
	60% { 
		transform: rotate(25deg);
		left: 37px;
		top: 15px;
	}
	61% { 
		transform: rotate(25deg);
		left: 37px;
		top: 15px;
	}
	62% { 
		transform: rotate(45deg);
		left: 39px;
		top: 16px;
	}
	64% { 
		transform: rotate(45deg);
		left: 39px;
		top: 16px;
	}
	65% { 
		transform: rotate(25deg);
		left: 37px;
		top: 15px;
	}
	66% { 
		transform: rotate(25deg);
		left: 37px;
		top: 15px;
	}
	67% { 
		transform: rotate(45deg);
		left: 39px;
		top: 16px;
	}
	100% {  
		transform: rotate(45deg);
		left: 39px;
		top: 16px;
	}
}
.fish span:nth-child(3){
	position: absolute;
	left: 39px;
	top: 16px;
	height: 4px;
	width: 13px;
	background-color: #030308;
	border: none;
	border-radius: 0;
	transform-origin: left center;
	transform: rotate(-45deg);
	animation: fishTail-top 3.5s linear infinite;
}
.fish-wrapper.right .fish span:nth-child(3){
	animation-delay: 1s;
}
@keyframes fishTail-top {
	0% { 
		transform: rotate(-45deg);
		left: 39px;
		top: 16px;
	}
	59% { 
		transform: rotate(-45deg);
		left: 39px;
		top: 16px;
	}
	60% { 
		transform: rotate(-25deg);
		left: 37px;
		top: 17px;
	}
	61% { 
		transform: rotate(-25deg);
		left: 37px;
		top: 17px;
	}
	62% { 
		transform: rotate(-45deg);
		left: 39px;
		top: 16px;
	}
	64% { 
		transform: rotate(-45deg);
		left: 39px;
		top: 16px;
	}
	65% { 
		transform: rotate(-25deg);
		left: 37px;
		top: 17px;
	}
	66% { 
		transform: rotate(-25deg);
		left: 37px;
		top: 17px;
	}
	67% { 
		transform: rotate(-45deg);
		left: 39px;
		top: 16px;
	}
	100% {  
		transform: rotate(-45deg);
		left: 39px;
		top: 16px;
	}
}
.fish span:nth-child(4){
	position: absolute;
	left: 9px;
	top: 14px;
	height: 7px;
	width: 4px;
	background-color: #030308;
	border: none;
	border-radius: 50%;
	transform-origin: center center;
	transform: rotate(0);
	animation: fishEye 3.5s linear infinite;
}
.fish-wrapper.right .fish span:nth-child(4){
	animation-delay: 1s;
}
@keyframes fishEye {
	0% { 
		height: 7px; 
		top: 14px;
	}
	59% { 
		height: 7px; 
		top: 14px;
	}
	60% { 
		height: 0; 
		top: 17px;
	}
	61% { 
		height: 7px; 
		top: 14px;
	}
	64% { 
		height: 7px; 
		top: 14px;
	}
	65% { 
		height: 0; 
		top: 17px;
	}
	66% { 
		height: 7px; 
		top: 14px;
	}
	100% {  
		height: 7px; 
		top: 14px;
	}
}
.water-lines-wrapper{
	position: absolute;
	top: 18px;
	left: 33px;
	z-index: 2;
}
.water-lines-wrapper.right{
	left: 500px;
	top: 24px;
}
.water-lines{
	position: absolute;
	top: 0;
	left: 0;
}
.water-lines span{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #030308;
	animation: water-lines-1 3.5s ease infinite;
}
@keyframes water-lines-1 {
	0% { 
		transform: translateX(0) scaleX(1);
	}
	50% { 
		transform: translateX(21px) scaleX(0.75);
	}
	100% {  
		transform: translateX(0) scaleX(1);
	}
}
.water-lines span:nth-child(2){
	left: 49px;
	width: 17px;
	animation-name: water-lines-2;
}
@keyframes water-lines-2 {
	0% { 
		transform: translateX(0) scaleX(1);
	}
	50% { 
		transform: translateX(15px) scaleX(1.29);
	}
	100% {  
		transform: translateX(0) scaleX(1);
	}
}
.water-lines span:nth-child(3){
	top: 12px;
	left: 14px;
	width: 14px;
	animation-name: water-lines-3;
	animation-delay: 0.1s;
}
@keyframes water-lines-3 {
	0% { 
		transform: translateX(0) scaleX(1);
	}
	50% { 
		transform: translateX(8px) scaleX(1.21);
	}
	100% {  
		transform: translateX(0) scaleX(1);
	}
}
.water-lines span:nth-child(4){
	top: 12px;
	left: 47px;
	width: 11px;
	animation-name: water-lines-4;
	animation-delay: 0.1s;
}
@keyframes water-lines-4 {
	0% { 
		transform: translateX(0) scaleX(1);
	}
	50% { 
		transform: translateX(11px) scaleX(1.18);
	}
	100% {  
		transform: translateX(0) scaleX(1);
	}
}
.water-lines span:nth-child(5){
	top: 24px;
	left: 32px;
	width: 10px;
	animation-name: water-lines-5;
	animation-delay: 0.2s;
}
@keyframes water-lines-5 {
	0% { 
		transform: translateX(0) scaleX(1);
	}
	50% { 
		transform: translateX(7px) scaleX(1.2);
	}
	100% {  
		transform: translateX(0) scaleX(1);
	}
}
.water-big-wrapper{
	position: absolute;
	left: 240px;
	bottom: 0;
	height: 140px;
	width: 114px;
	display: block;
	z-index: 6;
	overflow: hidden;
}
.water-big-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 114px;
	width: 348px;
	display: block;
	z-index: 6;
	animation: moveWater 2s linear infinite;
}
.water-big{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140px;
	width: 116px;
	display: block;
	z-index: 1;
}
.water-big.snd{
	left: 116px;
}
.water-big.trd{
	left: 232px;
}
.water-big span{
	position: absolute;
	left: 0;
	top: 20px;
	height: 50px;
	width: 116px;
	display: block;
	z-index: 1;
	background-color: #00c6ff;
}
.water-big span:nth-child(2){
	left: -2px;
	top: -20px;
	height: 40px;
	width: 40px;
	z-index: 2;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #030308;
	border-color: transparent #030308 #030308 transparent;
	transform: rotate(45deg);
}
.water-big span:nth-child(3){
	left: 37px;
	top: -20px;
	height: 40px;
	width: 40px;
	z-index: 2;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #030308;
	border-color: transparent #030308 #030308 transparent;
	transform: rotate(45deg);
}
.water-big span:nth-child(4){
	left: 75px;
	top: -20px;
	height: 40px;
	width: 40px;
	z-index: 2;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #030308;
	border-color: transparent #030308 #030308 transparent;
	transform: rotate(45deg);
}
.water-big span:nth-child(5){
	left: 8px;
	top: 14px;
	height: 60px;
	width: 60px;
	border-top-left-radius: 60%;
	border-bottom-right-radius: 60%;
	border-bottom-left-radius: 53%;
	transform: scale(0.45, 1) rotate(-45deg);
}
.water-big span:nth-child(6){
	left: 46px;
	top: 14px;
	height: 60px;
	width: 60px;
	border-top-left-radius: 60%;
	border-bottom-right-radius: 60%;
	border-bottom-left-radius: 53%;
	transform: scale(0.45, 1) rotate(-45deg);
}
.water-big span:nth-child(7){
	left: 84px;
	top: 14px;
	height: 60px;
	width: 60px;
	border-top-left-radius: 60%;
	border-bottom-right-radius: 60%;
	border-bottom-left-radius: 53%;
	transform: scale(0.45, 1) rotate(-45deg);
}
.water-big span:nth-child(8){
	left: -30px;
	top: 14px;
	height: 60px;
	width: 60px;
	border-top-left-radius: 60%;
	border-bottom-right-radius: 60%;
	border-bottom-left-radius: 53%;
	transform: scale(0.45, 1) rotate(-45deg);
}
.water-big span:nth-child(9){
	left: 5px;
	top: 15px;
	height: 15px;
	width: 10px;
	transform: rotate(-55deg);
}
.water-big span:nth-child(10){
	left: 43px;
	top: 14px;
	height: 15px;
	width: 10px;
	transform: rotate(-55deg);
}
.water-big span:nth-child(11){
	left: 81px;
	top: 14px;
	height: 15px;
	width: 10px;
	transform: rotate(-55deg);
}
.water-big span:nth-child(12){
	left: 23px;
	top: 13px;
	height: 17px;
	width: 10px;
	transform: rotate(55deg);
}
.water-big span:nth-child(13){
	left: 62px;
	top: 14px;
	height: 15px;
	width: 10px;
	transform: rotate(55deg);
}
.water-big span:nth-child(14){
	left: 100px;
	top: 14px;
	height: 15px;
	width: 10px;
	transform: rotate(55deg);
}
.ship-wrapper{
	position: absolute;
	left: 260px;
	bottom: 116px;
	display: block;
	z-index: 4;
}
.ship{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 6;
	width: 86px;
	height: 34px;
	transform-origin: center center;
	animation: shipFloat 1.6s linear infinite;
}
@keyframes shipFloat {
	0% { 
		transform: translateY(0) rotate(0);
	}
	25% { 
		transform: translateY(0) rotate(-10deg);
	}
	40% { 
		transform: translateY(4px) rotate(-10deg);
	}
	85% { 
		transform: translateY(1px) rotate(10deg);
	}
	100% { 
		transform: translateY(0) rotate(0);
	}
}
.ship span{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 86px;
	height: 34px;
	border: 3px solid #030308;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	z-index: 1;
}
.ship span:nth-child(2){
	left: 30px;
	bottom: 34px;
	width: 3px;
	height: 85px;
	border: none;
	border-radius: 0;
	background-color: #030308;
}
.ship span:nth-child(3){
	left: 21px;
	bottom: 57px;
	width: 0;
	height: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
    border-bottom: 62px solid #030308;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	transform: rotate(-16.5deg);
	border-bottom-right-radius: 5px;
}
.ship span:nth-child(4){
	left: 21px;
	bottom: 55px;
	width: 0;
	height: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
    border-bottom: 62px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
	transform: rotate(-17.5deg) scale(0.85);
	border-bottom-right-radius: 3px;
	z-index: 2;
}
.ship span:nth-child(5){
	left: -1px;
	bottom: 60px;
	width: 0;
	height: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
    border-bottom: 48px solid #030308;
    border-left: 31px solid transparent;
    border-right: 0 solid transparent;
	border-bottom-left-radius: 5px;
}
.ship span:nth-child(6){
	left: 1px;
	bottom: 58px;
	width: 0;
	height: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
    border-bottom: 48px solid #fff;
    border-left: 31px solid transparent;
    border-right: 0 solid transparent;
	border-bottom-left-radius: 3px;
	transform: scale(0.80);
	z-index: 2;
}

/* #Link to profile
================================================== */

/* For Edge and IE */
body {
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}
    :root {
      --primary-color: #ff6f00;
      --primary-hover: #e65c00;
      --secondary-color: #00c6ff;
      --dark-color: #1a1a1a;
      --light-color: #f9f9f9;
      --text-color: #333;
      --text-light: #555;
    }
    section{
      height: 100%;
    }
    /* WhatsApp Floating Button */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
      background-color: #25d366;
      padding: 12px;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
    }
    
    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }
    
    .whatsapp-float img {
      width: 36px;
      height: 36px;
    }
    
    /* Navbar Styles */
.custom-navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.8rem 1rem;
  transition: all 0.3s ease;
}

/* Mobile styles - always white bg with black text */
@media (max-width: 991.98px) {
  .custom-navbar {
    background-color: white !important;
  	color: #000 !important;
  }
  .navbar-nav .nav-link,
  .navbar-brand {
    color: black !important;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
}

/* Desktop styles - transparent with white text by default */
@media (min-width: 992px) {
  .navbar-nav .nav-link,
  .navbar-brand {
    color: white !important;
    transition: color 0.3s ease;
  }
  
  .custom-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .custom-navbar.scrolled .logo-word::first-letter {
  color: #000; /* vibrant coral or pick your brand accent */
  font-size: 1.8rem;
}
  /* Black text when scrolled on desktop */
  .custom-navbar.scrolled .navbar-nav .nav-link,
  .custom-navbar.scrolled .navbar-brand {
    color: black !important;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .custom-navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
      #logo {
      color: var(--primary-color) !important;
      font-weight: 700;
      font-size: 1rem;
      display: flex;
      align-items: center;
    }
}

/* Common hover effect for all devices */
.navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}
    .navbar-nav .nav-link {
      color: var(--text-color);
      font-weight: 500;
      margin: 0 0.5rem;
      transition: color 0.3s ease, transform 0.2s;
      position: relative;
    }
    
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background-color: var(--primary-color);
      transition: width 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
      color: var(--primary-color);
    }
    
    .navbar-nav .nav-link:hover::after {
      width: 100%;
    }
    
    .btn-orange {
      background-color: var(--primary-color) !important;
      color: #fff !important;
      border: none !important;
      transition: all 0.3s ease !important;
      padding: 0.5rem 1.5rem !important;
    }
    
    .btn-orange:hover {
      background-color: var(--primary-hover);
      color: #fff;
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 8px rgba(230, 92, 0, 0.3) !important;
    }
#logo {
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 6px; /* spacing between words */
}

.logo-word::first-letter {
  color: #fff; /* vibrant coral or pick your brand accent */
  font-size: 1.8rem;
  outline: #000000;
}

.logo-word {
  color: var(--primary-color);
}

    #logo i {
      margin-right: 8px;
      font-size: 1.8rem;
    }
    #booking{
		background-color: #f9f9f9;
		padding: 0 !important;
	}
    /* Hero Section */
    .hero-section {
  position: relative;
  height: 70vh; /* Full viewport height */
  overflow: hidden;
  color: white;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.container{
	z-index: 2;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(1, 1, 1, 0.625) 0%,
    #005e7a3d 30%,
    rgba(0, 50, 76, 0.475) 60%,
    rgba(0, 110, 150, 0.54) 100%
  );
  z-index: 1;
}
.hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-shadow:
    2px 2px 6px rgba(3, 21, 59, 0.415),
    0 0 10px rgba(0, 0, 0, 0.129);
  -webkit-text-stroke: 0.5px rgba(210, 210, 210, 0.3);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 600;
}


.btn-orange {
  background: #ff6f00;
  color: white;
  transition: background 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 111, 0, 0.5);
}
.btn-orange2 {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: background 0.3s ease !important;
}
.btn-orange2:hover,
.btn-orange2:focus {
  background: #e65c00 !important;
  border: 1px solid #e65c00 !important;
}
.btn-orange:hover,
.btn-orange:focus {
  background: #e65c00;
  box-shadow: 0 6px 20px rgba(230, 92, 0, 0.7);
}
/* Dot animation */
.dots::after {
  content: '';
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

/* Responsive font sizes */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .logo-word::first-letter {
  color: #00c6ff;
}
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .btn-orange {
    font-size: 1rem;
  }
  .btn-orange2 {
  background: transparent !important;
  font-size: 1rem !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: background 0.3s ease !important;
}
}
 
.callback-btn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: linear-gradient(180deg, #00f5d4, #00bbf9);
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 25px rgba(0, 187, 249, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: floatWave 3s ease-in-out infinite;
}

@keyframes floatWave {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-5px);
  }
}


.callback-link {
  border-radius: 5px;
  display: flex;
  flex-direction: row; /* vertical alignment */
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  writing-mode: vertical-rl; /* rotates text vertically */
  text-orientation: mixed;
  color: white;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  gap: 10px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.callback-link:hover {
  background: linear-gradient(to top, #ff416c, #ff4b2b); /* coral hover */
  box-shadow: 0 0 20px rgba(255, 65, 108, 0.5);
}

.icon {
  font-size: 20px;
  color: white;
}
.form-contain {
  z-index: 5 !important;
  margin-top: -80px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 25px 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.tour-search-section .form-select,
.tour-search-section .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  font-size: 14px;
}

.tour-search-section label {
  font-weight: 600;
  font-size: 14px;
}

.options-container {
  margin-bottom: 15px;
}
.option-btn {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 20px;
  background: white;
  color: #333;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}
.option-btn.active {
  background: linear-gradient(90deg, #FF6600, #FF9900);
  color: white;
  border-color: #FF6600;
}
/* Traveller Selector Styles */
.traveller-selector {
  position: relative;
}

.traveller-display {
  background-color: white;
  cursor: pointer;
}

.traveller-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 100;
  display: none;
  margin-top: 5px;
}

.traveller-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}

.traveller-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.traveller-label {
  font-weight: 500;
}

.traveller-counter {
  display: flex;
  align-items: center;
}

.counter-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.count {
  margin: 0 10px;
  min-width: 20px;
  text-align: center;
}

.done-btn {
  width: 100%;
  padding: 8px;
  background: linear-gradient(90deg, #FF6600, #FF9900);
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .tour-search-section .col-md-4 {
    margin-bottom: 15px;
  }
  
  .traveller-dropdown {
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .top-options .col-md-2 {
    margin-bottom: 15px;
  }
}
.packages-section {
  background: linear-gradient(to right, #f9f9f9, #fff);
  padding: 60px 0;
}

.glass-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  text-align: center;
  color: var(--dark-color);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.glass-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.card-icon {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-price {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.card-features li {
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.card-features i {
  color: var(--secondary-color);
  margin-right: 8px;
}

.card-button {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.card-button:hover {
  background: var(--primary-hover);
}

.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-subtext {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.6px;

  /* Gradient Text */
  background: linear-gradient(90deg, #000000, #0047ff, #ff2e2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-highlight {
  color: var(--primary-color);
}

    /* About Section */
    .about-section {
      background-color: #f9fafa;
      padding: 6rem 0;
    }
    
    .section-title {
      font-size: 3rem;
      font-weight: 800;
      color: var(--dark-color);
      line-height: 1.2;
      margin-bottom: 1.5rem;
    }
    
    .text-highlight {
      color: var(--primary-color);
      position: relative;
      display: inline-block;
    }
    
    .text-highlight::after {
      content: '';
      display: block;
      height: 4px;
      width: 70%;
      background: var(--secondary-color);
      position: absolute;
      left: 0;
      bottom: -8px;
      border-radius: 10px;
    }
    
    .section-subtext {
      font-size: 1.15rem;
      color: var(--text-light);
      line-height: 1.7;
      margin-bottom: 2rem;
    }
    
    .info-card {
      background: #fff;
      border-radius: 18px;
      padding: 2rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
      height: 100%;
      transition: all 0.3s ease;
      border: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .info-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }
    
    .icon-circle {
      width: 60px;
      height: 60px;
      background: #fff0e0;
      color: var(--primary-color);
      border-radius: 50%;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .info-title {
      font-weight: 700;
      color: var(--dark-color);
      font-size: 1.3rem;
      margin-bottom: 1rem;
    }
    
    .info-text {
      color: var(--text-light);
      font-size: 1.05rem;
      line-height: 1.6;
    }
    
    /* Services Section */

      .services-section {
    padding: 4rem 1rem 6rem;
    max-width: 100%;
    margin: auto;
  }
.services{
	margin: 0 0 100px 0;
}
  .services-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
  }

  .services-title .text-highlight {
    color: var(--primary-color);
  }

  .services-subtitle {
    font-size: 1.3rem;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card {
    border-radius: 16px;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  /* Swiper container */
  .swiper {
    width: 100%;
    height: 280px; /* slightly taller for better image view */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
	height: 280px;
    object-fit: cover !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    user-select: none;
  }

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 10;
}
#cruise .swiper-slide img{
	width: 100%;
	height: 350px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}
#cruise-slider{
	width: 100%;
	height: 350px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}
    /* Navigation Buttons */
    .swiper-button-next,
    .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.4);
      color: white !important;
      border: none;
      border-radius: 50%;
      width: 40px !important;
      height: 40px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 1;
    }

    .swiper-button-next {
      right: -20px;
    }

    .swiper-button-prev {
      left: -20px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 16px !important;
      font-weight: bold;
    }

  /* Swiper pagination dots */
  .swiper-pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.7;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-hover);
  }

  .service-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .service-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    gap: 8px;
  }



  .service-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
  }

  .service-description {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    flex-grow: 1;
  }

  .service-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    user-select: none;
    font-size: 1rem;
  }

  .service-btn:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(230, 92, 0, 0.3);
  }

  .service-btn i {
    margin-left: 8px;
  }
    /* Gallery Section */
  .gallery-section {
      padding: 6rem 0;
      background-color: #f9fafa;
      position: relative;
    }
    
    .gallery-title {
      font-size: 3rem;
      font-weight: 800;
      color: var(--dark-color);
      margin-bottom: 1rem;
      text-align: center;
      position: relative;
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .gallery-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background: var(--primary-color);
      margin: 15px auto;
      border-radius: 2px;
    }
    
    .gallery-subtitle {
      font-size: 1.3rem;
      color: var(--text-light);
      text-align: center;
      margin-bottom: 3rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
    }
    
    .location-card {
      margin-bottom: 6rem;
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }
    
    .location-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }
    #card-l{
        padding: 10px !important;
    }
    .location-content {
      padding: 2.5rem;
    }
    
    .location-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: var(--dark-color);
      position: relative;
    }
    
    .location-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background: var(--secondary-color);
      margin: 15px 0;
      border-radius: 2px;
    }
    
    .location-description {
      color: var(--text-light);
      margin-bottom: 2rem;
      font-size: 1.1rem;
      line-height: 1.7;
    }
    
    .gallery-btn {
      background-color: var(--primary-color);
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      box-shadow: 0 4px 15px rgba(255, 111, 0, 0.3);
    }
    
    .gallery-btn:hover {
      background-color: var(--primary-hover);
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(230, 92, 0, 0.4);
    }
    
    .gallery-btn i {
      margin-left: 8px;
      transition: transform 0.3s ease;
    }
    
    .gallery-btn:hover i {
      transform: translateX(5px);
    }
    
    .carousel-container {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .carousel-inner {
      border-radius: 12px;
      overflow: hidden;
    }
    
    .carousel-inner img {
      height: 450px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    
    .carousel-inner:hover img {
      transform: scale(1.02);
    }
    
    .carousel-control-prev,
    .carousel-control-next {
      width: 50px !important;
      height: 50px !important;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 50% !important;
      top: 50% !important;
      transform: translateY(-50%);
      opacity: 1;
      transition: all 0.3s ease;
    }
    
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      background-color: var(--primary-color);
    }
    
    .carousel-control-prev {
      left: 25px !important;
    }
    
    .carousel-control-next {
      right: 25px !important;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 25px;
      height: 25px;
    }
    
    .carousel-indicators {
      bottom: 20px;
    }
    
    .carousel-indicators button {
      width: 12px !important;
      height: 12px !important;
      border-radius: 50%;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
    }
    
    .carousel-indicators button.active {
      background-color: var(--primary-color);
    }
    
    /* Responsive Styles */
    @media (max-width: 1199.98px) {
      .gallery-title {
        font-size: 2.8rem;
      }
      
      .location-title {
        font-size: 2rem;
      }
    }
    
    @media (max-width: 991.98px) {
      .gallery-title {
        font-size: 2.5rem;
      }
      
      .gallery-subtitle {
        font-size: 1.2rem;
        max-width: 700px;
      }
      
      .carousel-inner img {
        height: 400px;
      }
    }
    
    @media (max-width: 767.98px) {
      .gallery-section {
        padding: 4rem 0;
      }
      
      .gallery-title {
        font-size: 2.2rem;
      }
      
      .gallery-subtitle {
        font-size: 1.1rem;
        margin-bottom: 2rem;
      }
      
      .location-card {
        margin-bottom: 4rem;
      }
          #card-l{
        padding: 20px !important;
    }
      
      .location-content {
        padding: 1.5rem;
      }
      
      .location-title {
        font-size: 1.8rem;
      }
      
      .location-description {
        font-size: 1rem;
      }
      
      .carousel-inner img {
        height: 350px;
      }
      
      .carousel-control-prev,
      .carousel-control-next {
        width: 40px;
        height: 40px;
      }
    }
    
    @media (max-width: 575.98px) {
		.form-contain {
  padding: 15px 10px;
}
      .gallery-title {
        font-size: 2rem;
      }
      .btn-orange{
        font-size: 16px !important;
      }
      .carousel-inner img {
        height: 300px;
      }
      
      .gallery-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
      }
    }
    
    /* Contact Section */
    .contact-section {
      padding: 6rem 0;
      background-color: #fff;
    }
    
    .contact-container {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }
    
    .contact-image {
      height: 100%;
      min-height: 400px;
      object-fit: cover;
    }
    
    .contact-form {
      padding: 3rem;
    }
    
    .contact-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--dark-color);
      margin-bottom: 1.5rem;
    }
    
    .contact-subtitle {
      color: var(--text-light);
      margin-bottom: 2rem;
      font-size: 1.1rem;
    }
    
    .form-control {
      padding: 0.8rem 1rem;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 1.5rem;
    }
    
    .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 0.25rem rgba(255, 111, 0, 0.25);
    }
    
    .submit-btn {
      background-color: var(--primary-color);
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      font-weight: 500;
      transition: all 0.3s ease;
      width: 100%;
    }
    
    .submit-btn:hover {
      background-color: var(--primary-hover);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(230, 92, 0, 0.3);
    }
    
    /* Footer */
    .footer {
      background-color: var(--dark-color);
      color: white;
      padding: 4rem 0 0;
    }
    
    .footer-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #fff;
    }
    
    .footer-text {
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 1rem;
    }
    
    .footer-links {
      list-style: none;
      padding: 0;
    }
    
    .footer-links li {
      margin-bottom: 0.8rem;
    }
    
    .footer-links a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    .footer-links a:hover {
      color: var(--primary-color);
    }
    
    .social-links {
      display: flex;
      gap: 1rem;
      margin-top: 1.5rem;
    }
    
    .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.1);
      color: white;
      transition: all 0.3s ease;
    }
    
    .social-link:hover {
      background-color: var(--primary-color);
      transform: translateY(-3px);
    }
    
    .map-container {
      height: 250px;
      border-radius: 12px;
      overflow: hidden;
    }
    
    .map-container iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
    
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 2rem;
      margin-top: 3rem;
      text-align: center;
    }
    
    .copyright {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.9rem;
    }
    
    /* Responsive Styles */
    @media (max-width: 1199.98px) {
      .hero-title {
        font-size: 3.5rem;
      }
      
      .section-title {
        font-size: 2.5rem;
      }
    }
    
    @media (max-width: 991.98px) {
      .hero-title {
        font-size: 3rem;
      }
      
      .hero-subtitle {
        font-size: 1.2rem;
      }
      
      .section-title {
        font-size: 2.2rem;
      }
      
      .callback-btn {
        top: auto;
        bottom: 10px;
        right: 45%;
        transform: translateX(50%);
        border-radius: 8px;
      }
      
      .callback-link {
        writing-mode: horizontal-tb;
        padding: 10px 15px;
      }
      
      .carousel-inner img {
        height: 350px;
      }
    }
    
    @media (max-width: 767.98px) {
      .hero-title {
        font-size: 2.5rem;
      }
      
      .hero-subtitle {
        font-size: 1.1rem;
      }
      
      .section-title {
        font-size: 2rem;
      }
      
      .info-card {
        margin-bottom: 1.5rem;
      }
      
      .contact-image {
        min-height: 300px;
      }
      
      .contact-form {
        padding: 2rem;
      }
    }
    
    @media (max-width: 575.98px) {
          #logo {
      color: var(--primary-color) !important;
      font-weight: 700;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
    }
      .hero-title {
        font-size: 2rem;
      }
      body{
overflow-x: hidden !important;      }
      .section-title {
        font-size: 1.8rem;
      }
      .services-title,
      .gallery-title,
      .testimonials-title {
        font-size: 2rem;
      }
      
      .contact-title {
        font-size: 1.8rem;
      }
      
      .carousel-inner img {
        height: 250px;
      }
    }