html {
  scroll-behavior: smooth;
}
/* Style the top bar */
.top-bar {
    background-color: #ffffff; /* Change the background color as needed */
    color: #313131; /* Change the text color as needed */
    padding: 10px 0; /* Adjust padding as needed */
    border: 1px solid #efefef;
}

@media (max-width: 767.98px) {
  .top-bar{
  font-size: 12px;
}
}


.menu-bar{
    background-color: #f8f8f8; /* Change the background color as needed */
    color: #313131; /* Change the text color as needed */
    padding-bottom: 5px;
}
/* Style for social icons */
.itim-font {
    font-family: 'Itim', sans-serif;
}
.ash-color{
    color: #837a7a;
}

a{
    color: black;
    text-decoration: none;
    margin-left: 5px;
}

.contact-button{
    border: 1px solid #dddddd;
    background-color: #16E0D6;
}
.contact-button a{
    color: #ffffff;
    margin-left:5px;
}

.full-width {
  width: 100%;
  /* height: 500px; */
}

/* body{text-align:center;} */
.box {
  width:200px; 
  height:50px; 
  background: #ccc; 
  margin: 0 auto; 
  text-align:center; 
  line-height:50px;}
.fadeInUp{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); 
    opacity: 0;}
  100%{transform:translate(0px, 0);
    opacity: 1;}
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ====================HOME PAGE WAVE EFFECT========================================== */
.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(72,121,145,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}
/* .logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
} */

.inner-header {
  /* height:500px; */
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
/* ====================HOME PAGE WAVE EFFECT END========================================== */

/* ======================BANNER TEXT ANIMATION========================= */
.text-blob {
            font-size: 25px;
            /* font-family: sans-serif; */
            color: #fff;
            background-color: #000000a8;
            padding: 10px;
            border-radius: 3px;
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: 700;
        }

        /* fade-in and fade-out animation */
        .fade-in-out {
            animation: fadeInOut ease 5s infinite;
            -webkit-animation: fadeInOut ease 5s infinite;
            -moz-animation: fadeInOut ease 5s infinite;
            -o-animation: fadeInOut ease 5s infinite;
            -ms-animation: fadeInOut ease 5s infinite;
        }

        @keyframes fadeInOut {
            0%, 100% {opacity:0;}
            50% {opacity:1;}
        }

        @-moz-keyframes fadeInOut {
            0%, 100% {opacity:0;}
            50% {opacity:1;}
        }

        @-webkit-keyframes fadeInOut {
            0%, 100% {opacity:0;}
            50% {opacity:1;}
        }

        @-o-keyframes fadeInOut {
            0%, 100% {opacity:0;}
            50% {opacity:1;}
        }

        @-ms-keyframes fadeInOut {
            0%, 100% {opacity:0;}
            50% {opacity:1;}
        }
/* ======================BANNER TEXT ANIMATION END========================= */
/* ===================SOCIAL MEDIA ICONS TOP======================== */

.sticky-icon  {
	z-index:1;
	position:fixed;
	top:45%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;
  
}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:10px 0px 0px 10px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:7px;
	font-size:17px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);
  opacity: 0.8;
}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Whatsapp  {
	background-color:#353535;
	color:#FFF;
}
	
.Instagram  {
	background-color:#353535;
	color:#FFF;

}
	
.Tripadvisor  {
	background-color:#353535;
	color:#FFF;
  
}		

.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#25D366;
}
	
.sticky-icon a i.fa-tripadvisor  {
	background-color:#FFF;
	color:#00af87;
}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;
}
	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			
/* ===================SOCIAL MEDIA ICONS TOP END======================== */


/* <!-- ==============ABOUT US===================== --> */
.bg_pattern {
  background-image:url('../images/pattern.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.service-image {
  margin: 0 1%; /* Adjust margin as needed */
}

@media (max-width: 767.98px) {
  .service-image {
    width: 100%; /* Adjust width as needed for smaller screens */
    margin: 0 1%; /* Adjust margin as needed for smaller screens */
  }
}
.service-image {
  margin: 0 auto; /* Center the image horizontally */
}

@media (max-width: 767.98px) {
  .service-image {
    width: 100%; /* Adjust width as needed for smaller screens */
  }
}
.image-wrapper {
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}

.image-wrapper:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.image-wrapper img {
  width: 100%;
}

.image-title {
  font-weight: 700;
  text-align: center;
  padding-top: 7px;
}

/* <!-- ==============ABOUT US END===================== --> */


/* ============================We Offering========================== */
.bg_offering{
background-color: #eeeeee;
}
.bg_offering_head{
padding-left: 150px;
}

@media (max-width: 767.98px) {
  .bg_offering_head{
  padding-left: 10px;
}
}

.services-list li {
list-style: none;
margin: 20px 0;
}
.services-list li a {
display: inline-block; /* Add this line */
vertical-align: middle; /* Add this line to align with the bullet */
padding-top: 5px;
}
.services-list li:before {
content: '\2713';
display: inline-block;
position: relative;
top: 3px; /* Adjusted to align properly */
width: 20px;
height: 20px;
margin-right: 8px;
padding: 2px;
font-size: 12px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
border: 2px solid #16e0d6;
border-radius: 50%;
text-align: center;
background-color: #16e0d6;
}




.circle-wrapper {
  position: relative;
  display: inline-block;
  width: 240px; /* Set the size of the circle images */
  height: 240px;
}
.circle {
  width: 100%; /* Set the size of the circle images */
  height: 100%;
  border-radius: 50%; /* Make them circular */
  object-fit: cover; /* Ensure the image fills the circle */
}
.first-circle {
  margin-top: 0px; /* Adjust margin for the first circle */
}
.second-circle {
  margin-top: 0px; /* Adjust margin for the second circle */
}
/* ============================We Offering END========================== */


/* ============================EXPERIENCE========================== */
.experience {
display: grid;
place-items: center;
}

.gallery {
max-width: 720px;
height: 360px;
display: flex;
justify-content: center;
gap: 1rem;
}

.gallery-card {
flex: 1;
border-radius: 0.75rem;
overflow: hidden;
cursor: pointer;
transition: flex 0.35s ease-in-out;
}

.gallery-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.35s ease;
}

.gallery-card:hover {
flex: 2.25;
}

.gallery:has(.gallery-card:hover)
.gallery-card:not(:hover) img {
filter: grayscale(100%);
opacity: 0.5;
}

/* ============================EXPERIENCE END========================== */
/* ===============================FOOTER================================== */
.footer_bg {
  position: relative;
  background-image: url(../images/footer_bg.jpg);
}
.footer_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 99, 127, 0.8); /* 50% transparent black */
  
}
.ftr{
  z-index: 1;
}
.ftr_clr{
color: #eeeeee;
}
.ftr_adrs{
padding-top: 0px;

}
.ftr_adrs h5,h6{
line-height: 1.7;
}
form{
  
  max-width:768px;
  display:flex;
  flex-direction:column;
  padding-right: 25px;
}

form label{
  margin-bottom:15px;
  position:relative;
  border-bottom:2px solid #f5eeee
}
form input{
  width:100%;
  padding:10px 0px;
  margin-top:20px;
  border:none;
  outline:none;
  background: linear-gradient(60deg, rgba(53,134,157,0) 0%, rgba(31,151,173,0) 100%);

}
input::placeholder{
  opacity:0;
}
form textarea{
width:100%;
padding:10px 0px;
margin-top:20px;
border:none;
outline:none;
background: linear-gradient(60deg, rgba(53,134,157,0) 0%, rgba(31,151,173,0) 100%);
}
form span{
  position:absolute;
  top:0;
  left:0;
  transform:translateY(30px);
  font-size:0.825em;
  transition-duration:300ms;
  color: #ffffff;
}
form button{
  padding:10px 0px; 
  margin-top:20px;
  background:#f5eeee;
  color:#242424;
  border:1px solid #f5eeee;
  cursor:pointer;
  border-radius:3px;
  text-align: center;
  font-weight: 500;
  width: 200px;
  
}

form label:focus-within > span,
input:not(:placeholder-shown) + span{
  color:rgb(0, 0, 0);
  transform:translateY(0px);
}

/* =========================OUR SHOP ===================== */
.our_shop_tittle{
  text-align: center;
}
.our_shop{
  text-align: center;
}
    
#myImg {
/* border-radius: 5px; */
cursor: pointer;
transition: 0.3s;
/* border: #ccc solid 5px; */
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

/* Add Animation */
.modal-content{  
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.modal-content {
  width: 100%;
}
}
/* =========================OUR SHOP END===================== */


/* ===============================FOOTER================================== */
/* ===============================FOOTER SVT================================== */
.footer_svt_bg{
background-color: #494949;
}
.footer_svt_font_clr a{
color: #f5eeee;
}

