@import url('https://fonts.googleapis.com/css2?family=Sofadi+One&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ribeye&display=swap');

*{
    margin: 0;
    padding: 0;
   
}


h2{
  font-size: 3rem;
}



/* cursor pointer */


/* header start */

header{ 
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
}




header nav{
    position: relative;
    margin: auto;
    display: block;
    padding: 2rem 5rem;
    width: fit-content;
    background-position: bottom;
    background-repeat: no-repeat;
  
    
}

.nav-links{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 2rem;
   /*  justify-content: center; */
}

.nav-links a{
  color: #000000;
    text-decoration: none;
    font-family: 'Caveat Brush', cursive;;
    font-size: 1.8rem;
    padding: 0.1rem 0.2rem;
    font-weight: 400;
    transition: 1s;
    background-color: #ffffffd3;
    
}

.nav-links li{
  list-style: none;

}

.nav-links a:hover{
  color: #000000;
  text-shadow: 0px 3px 0px #b2a98f,
  0px 14px 10px rgba(0,0,0,0.15),
  0px 24px 2px rgba(0,0,0,0.1),
  0px 34px 30px rgba(0,0,0,0.1);
  scale: 1.1;
  transition: 1s;

}

header nav img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* filter: grayscale(1); */
}


.dropdown-content {
  display: none;
  position: absolute;
  /* margin-left: 12px; */
  /* margin : 0 5px; */
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  left: 40%;
  transform: translate(-50%, 0);
  margin-top: 0.1rem;
  border-radius: 20px !important;
  overflow: hidden;
}

.dropdown-content a:first-child{
 border-top-left-radius: 20px;
 border-top-right-radius: 20px;
}

.dropdown-content a:last-child{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

}




.dropdown-content a {
  color: #000000;
  padding: 10px 5px;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem ;
  display: block;
  border-radius: 0px;
  text-align: center;
}

.dropdown-content a:hover { 
  background-color: #ffffff;
  color: #000000;
}



.dropdown:hover .dropdown-content {
  display: block;
  background-color:#ffffffa9 ;

  border-radius: 0px;
}



/* 
header nav:hover img{
  filter: grayscale(0);

} */




/* Top banner start */

.topbanner-section{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.topbanner-section .heading{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.topbanner-section .heading span:first-child{
  color: #a7471f;
  font-size: 2.5rem;
  font-family: "Ribeye", serif;
font-weight: 600;
text-align: center;
color: #000000;
text-align: center;
text-shadow: none;
transition: 1s;

}

.topbanner-section .heading span:hover{
  scale: 1.2;
  text-shadow: 0px 3px 0px #b2a98f,
  0px 14px 10px rgba(0,0,0,0.15),
  0px 24px 2px rgba(0,0,0,0.1),
  0px 34px 30px rgba(0,0,0,0.1);
}



.topbanner-section .heading span{
  color: #a7471f;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Ribeye", serif;
  line-height: 3rem;
  text-shadow: 0px 3px 0px #b2a98f,
  0px 14px 10px rgba(0,0,0,0.15),
  0px 24px 2px rgba(0,0,0,0.1),
  0px 34px 30px rgba(0,0,0,0.1);
  text-align: center;
  transition: 1s;
}

.topbanner-container{
    height: 100vh;
    width: 100%;
    position: relative;
}




.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          /* z-index: 999; */
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
          
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
         
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
         
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
         
}

.bird-container {
  position: absolute;
  top: 5%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
           z-index: 1;
           margin-bottom: 50px;
}
.bird-container--two {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
          z-index: 1;
}
.bird-container--three {
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
          z-index: 2;
          margin-bottom: 50px;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
          z-index: 2;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}



.topbanner-container a{
  color: #ffffff;
  text-decoration: none;

}

.topbanner-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}

/* #background-top-banner a{
  cursor: pointer !important;
} */


#background-top-banner{
    z-index: 1;
    /* position: absolute; */
}

 #background-top-banner{
    width: 100%;
    height: 100%;
    
}




.camps img{
  filter: grayscale(0);
  z-index: 4;
}


#banner-camp1{
  position: absolute;
  top: 55%;
  right: 5%;
  /* transform: translate(-50%, -50%); */
  height: 300px;
  width: auto;
  z-index: 3;
  transition: 0.5s;
}

#banner-camp1:hover{
  transition: 0.5s;
   top: 54%;
 }




#banner-camp1:hover img{
  filter: grayscale(0) !important;
}


#banner-camp1:hover p{
  display: block !important;
}


#banner-camp1 p{
  position: absolute;
  top: -20%;
  right: 20%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 62% 76%, 28% 100%, 35% 75%, 0% 75%);
  display: none;
  background-color: #000000;
  padding:1rem 1rem 1.5rem 1rem ;
  border-radius: 50%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  
 

}






#banner-camp2{
  position: absolute;
  top: 73%;
  left: 33%;
  transform: translate(-50%, -50%);
  height: 300px;
  z-index: 3;
  width: auto;
  cursor: pointer !important;

}


#banner-camp2:hover{
  transition: 0.5s;
   top: 72%;
 }
 
 #banner-camp2:hover img{
  filter: grayscale(0) !important;
 }

#banner-camp2:hover p{
  display: block !important;

}

#banner-camp2 p{
  position: absolute;
  display: none;
  top: -10%;
  right: 10%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 62% 76%, 28% 100%, 35% 75%, 0% 75%);
  display: none;
  background-color: #000000;
  padding:0.8rem 1rem 1.5rem 1rem ;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
 
}

.tree1{
  position: absolute;
  left: -8%;
  bottom: 2%;
  height: 80%;
  z-index: 1;
}

.tree2{
  position: absolute;
  right: -15%;
  bottom: 2%;
  height: 80%;
  z-index: 1;
}


#location-plate{
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50% , -50%);
  height: 100px;
  
  z-index: 3;
}

#location-plate p{
  position: absolute;
  width: 130px;
  text-align: center;
  top: 30%;
  left: 55%;
  transform: translate(-50% , -50%);
  font-size: 1rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

#location-plate span{
  display: none;
  color: #3d2300;
  font-size: 2rem;
 

 
 

}

#location-plate img{
  filter: none !important;
  z-index: 2;

}


.bonfire-banner {
  position: absolute;
  bottom: 5%;
  left: 50%;
  height: 70px;
  z-index: 2;
}

.bonfire-banner img{
height: 100%;
width: auto;
}


.lamp-banner {
  position: absolute;
  bottom: 5%;
  left: 30%;
  height: 70px;
  z-index: 11;
}

.lamp-banner img{
height: 100%;
width: auto;

}



/* banner section end */





/* about section start */

.about-section{
    padding: 3rem 4rem;
    position: relative;
    /* background-color: #89A220; */
    background-image: linear-gradient(#89A220, #fff 90%);

}

.patternleaves{
  position: absolute;
  bottom: -50px;
  width: 100% !important;
  left: 0;
  
}

.patternleaves img{
  width: 100%;
  height: 100%;

}

.about-content{
  width: 70%;
  margin: auto;
  display: block;
 
}

.bagpack-about{
  position: absolute;
  left: 3%;
  top: 5%;
  height: 150px;
  width: auto;
  animation: tilt-n-move-shaking 5s infinite;
}

.lamp-about{
  position: absolute;
  left: 4%;
  bottom: 25%;
  height: 250px;
  width: auto;
  rotate: 30deg;
  animation: tilt-n-move-shaking 5s infinite;
}

.food-about{
  position: absolute;
  right: 4%;
  bottom: 50%;
  height: 250px;
  width: auto;
  rotate: 30deg;
  animation: tilt-n-move-shaking 5s infinite;
}

.rool-about{
  position: absolute;
  right: 4%;
  bottom: 15%;
  height: 100px;
  width: auto;
  rotate: 30deg;
  animation: tilt-n-move-shaking 5s infinite;
}

@keyframes tilt-n-move-shaking {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(5px, 5px) rotate(5deg); }
  50% { transform: translate(0, 0) rotate(0eg); }
  75% { transform: translate(-5px, 5px) rotate(-5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.about-content h3{
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
  font-family: "Ribeye", serif;
  margin-bottom: 1rem;
  position: relative;
}

.about-content .butterflygroup{
  position: absolute;
  top: -90%;
  right: 14%;
  height: 100px;
}

.about-content p{
  text-align: center;
  font-size: 0.7rem;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}


.about-image{
  margin: auto;
  display: block;
  height: 600px;
  margin-top: 4rem;
}

/* ABOUT end */


/* rate section start */

.bestrate-section{
  padding: 3rem 4rem;
  background-image: linear-gradient(#fff, #C2DEDC 90%);
  /* background-color: #C2DEDC; */
}

.bestrate-container{
  display: flex;
  gap: 9rem;
  justify-content: space-between;
  align-items: center;
}

.bestrate-container h2{
  font-size: 2.3rem;
  color: #116A7B;
  font-family: "Ribeye", serif;
}

.bestrate-container h3{
font-size: 1.3rem;
color: #567075;
font-family: 'Caveat Brush', cursive;;
}

.adventure-content{
  width: 60%;
}

.adventure-flex{
  display: flex;
  margin-top: 2rem;
  gap: 1.5rem;
}

.adventure-flex h5{
  color: #567075;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;

}

.adventure-flex p{
  font-size: 0.8rem;
  margin-top: 1rem;
  font-family:sans-serif;
  text-align: justify;
  font-weight: 600;
  /* color: #e9e9e9; */
}


.best-content{
  width: 40%;
}

.best-image{
  /* width: 300px; */
  height: 300px;
}

.best-image img{
  width: 100%;
  height: 100%;
}

.call-content{
  display: flex;
  align-items: baseline;
}

.call-content p{
  color: #567075;
  font-family: 'Montserrat', sans-serif;
}

.call-content a{
  color: #116A7B;
  font-size: 2.5rem;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer !important;
}

/* rate section end */


/* banner section start */

.banner-container{
  background-color: #C2DEDC;
}



.banner-section{
  position: relative;

  background-blend-mode:darken;
  /* padding: 1rem 0rem; */
  height: 246px;
  overflow-x: clip;
  background: url("images/bannerbg.png") no-repeat scroll center 0;
}

.tree-banner{
  bottom: -30px;
  right: 20%;
  height: 300px;
  position: absolute;
  z-index: 7;
}

/* 
 .banner_bg .banner_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  position: absolute;
  bottom: -10%;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
  z-index: 2;
} */

.banner_bg .banner_bg_five{
  background: url("images/car-van.gif") no-repeat center center;
  width: 150px;
  height: 300px;
  
background-size:100%;
bottom: -31%;
  left: -20%;
  position: absolute;
  -webkit-animation: mysecond 15s linear infinite;
  animation: mysecond 15s linear infinite;
  z-index: 2;
}

 .banner_bg .banner_bg_two {
  background: url("images/road-trip-car.gif") no-repeat center center;
  width: 120px;
  height: 300px;
  
background-size:100%;
bottom: -29%;
  left: -10%;
  position: absolute;
  -webkit-animation: myfirst 20s linear infinite;
  animation: myfirst 20s linear infinite;
  z-index: 3;
}

.banner_bg .banner_bg_three {
  background: url("images/withdogwalk.gif") no-repeat center center;
  width: 80px;
  height: 200px;
  scale: 0.7;
background-size:100%;
bottom: -12%;
  left: -10%;
  position: absolute;
  -webkit-animation: myfirst 40s linear infinite;
  animation: myfirst 40s linear infinite;
  z-index: 1;
}

/* .banner_bg .banner_bg_four {
  background: url("images/road-trip-car.gif") no-repeat center center;
  width: 180px;
  height: 200px;
  scale: 0.4;
background-size:100%;
bottom: -12%;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 10s linear infinite;
  animation: myfirst 10s linear infinite;
} */

@-moz-keyframes mysecond {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
  }
  
  @-webkit-keyframes mysecond {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
  }
  
  @keyframes mysecond {
  0% {
    left: 100%;
  }
  100% {
    left: -10%;
  }
  }
  



@-moz-keyframes myfirst {
0% {
  left: 0%;
}
100% {
  left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
  left: 0%;
}
100% {
  left: 100%;
}
}

@keyframes myfirst {
0% {
  left: 0%;
}
100% {
  left: 100%;
}
}

/* package section start */

.package-section{
  padding: 3rem 4rem;
  position: relative;
  background-image: linear-gradient(#5F8924, #F6CB6D 90%);
}

.package-section h2{
  color: #fff;
  font-family: "Ribeye", serif;
  text-align: center;
  font-weight: 500;

}

.package-container{
  margin-top: 3rem;
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
  justify-content: space-around;
  
}

.package-content{
  width: 27%;
  margin-bottom: 4rem;
  position: relative;
  box-shadow: -0.3rem -0.3rem #5F8924, 0.3rem 0.3rem #a7471f;
  transition: box-shadow 0.3s;
  z-index: 3;
/* clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); */
}

.package-content:hover{
  box-shadow: 0.3rem 0.3rem #5F8924, -0.3rem -0.3rem #a7471f;
}


.package-content img{
  width: 100%;
  height: 100%;
}

.package-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  display: none;
  
}

.package-content a{
color: #fff;
}

.package-content a img{
  filter: blur(0) !important;

}

.package-text i{
  font-size: 3rem;
}

.package-content:hover img{
  filter: blur(1px) brightness(70%);
}

.package-content:hover a{
  display: block;
}


/* package section end */



/* camp types start */
/* 
.camptypes-section{
  padding: 3rem 4rem;
  background-color: #b4e4fa;
} */



/* camp types end */






/* banner new start */

.bannernew{
  height: 1100px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sun-glow{
  position: absolute;
  top: -132px;
  left: 150px;
  height: 200px;
  z-index: 1;
}


.form-contact{
  position: absolute;
  left: 10%;
  top: 60%;
  transform: translate(-0% ,-50%);
}



/* banner new end */




/* footer start */
/* body {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "main" "footer";
  overflow-x: hidden;
  background: #000;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
} */
body .footer {
  z-index: 1;
  --footer-background:#87BBE2;
  display: grid;
  position: relative;
  grid-area: footer;
  min-height: 12rem; 
  overflow-x: clip;
  margin-top: -0.6rem;
}


body .footer .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: var(--footer-background);
  filter: url("#blob");
  
}
body .footer .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background: var(--footer-background);
  border-radius: 100%;
  -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
          animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
  transform: translate(-50%, 100%);
  width: 30px !important;
  height: 30px !important;
 
  opacity: 0.341;
  

}
body .footer .content {
  z-index: 2;
  display: flex;
  grid-template-columns: 1fr auto;
  grid-gap: 4rem;
  padding: 2rem;
  background: var(--footer-background);
  justify-content: space-between;
}
body .footer .content a, body .footer .content p {
 
  text-decoration: none;
 

}

body .footer .content a{
  cursor: pointer !important;
  font-weight: 100;
  /* padding: 0.5rem; */
}



body .footer .content p {
  margin: 0;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 600;
}
/* body .footer .content > div {
  display: flex;
  
  
} */
/* body .footer .content > div > div {
  margin: 0.25rem 0;
} */
/* body .footer .content > div > div > * {
  margin-right: 0.5rem;
} */
body .footer .content > div .image {
  align-self: center;
  width: 4rem;
  height: 4rem;
  margin: 0.25rem 0;
  background-size: cover;
  background-position: center;
}

.footerabout{
  width: 40%;
  
}



.footerabout img{
  width: 70px;
  height: auto;
  margin: auto;
  display: block;
}

.footer-links-conatiner {
  display: flex;
  gap: 2rem;
  width: 50%;
}

.footer-links-conatiner ul{
 
  margin-top: 0.5rem;
}

.footerlinks{
  width: 40%;
}

.footerlinks h3{
  font-family: "Ribeye", serif;
  font-size: 1.7rem;
  color: #ffffff;
  text-align: center;
  font-weight: 100;
}

.footer-links-conatiner li{
  list-style: none;
  margin: 0.2rem;
  font-size: 1.1rem;
  border: 1px solid #ffffff00;
 
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.footer-links-conatiner li a{
  color: #fff;
  padding: 0.3rem;

}

.footer-links-conatiner li a:hover{
  /* border: 1px solid #116A7B; */
  background-color: #116A7B;

}
.footer-copyright{
  flex-direction: column;
  width: 80%;
  gap: 1rem;
  display: flex;
  justify-content: center;
  margin: auto;
}

.footer-copyright p{
  text-align: center;
  

}

.footer-copyright img{
  height: auto;
  width: 250px;
  margin: auto;

}

.footer_bg_one {
  background: url("images/fishfloat1.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  /* -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite; */
  -webkit-animation: mysecond 100s linear infinite;
  animation: mysecond 100s linear infinite;
  z-index: 10;
}

 .footer_bg .banner_bg_two {
  background: url("images/fishfloat1.gif") no-repeat center center;
  width: 80px;
  height: 200px;
  scale: 0.7;
background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: mysecond 100s linear infinite;
  animation: mysecond 100s linear infinite;
  z-index: 10;
}


@-webkit-keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}

@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}
@-webkit-keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}
@keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}

/* footer end */



