@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  h1 {
    font-size: 28px;
    font-weight: 500;
  }
  h2 {
    font-size: 25px;
    font-weight: 500;
  }
  h3 {
    font-size: 21px;
    font-weight: 500;
  }
  h4 {
    font-size: 20px;
    font-weight: 500;
  }
  h5 {
    font-size: 18px;
    font-weight: 500;
  }
  h6 {
    font-size: 16px;
    font-weight: 500;
  }
}

.menu-btn div {
  position: absolute;
  /* left: 100%;*/
  /*   top: 64%;*/
  /* padding-right: 8px;*/
  /*margin-top: -0.50em;*/
  /* line-height: 1.2;*/
  font-size: 18px;
  font-weight: 200;
  /*vertical-align: middle;*/
  z-index: 99;
}

.text-size {
  font-size: 21px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-size {
    font-size: 18px;
  }
}
.navbar-collapse {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .navbar-collapse {
    border-radius: 1px;
    background: #ffffff;
    max-height: 300px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 100px;
    width: 100%;
    overflow: auto;
    border: medium none;
  }
}
.expand {
  display: block !important;
}
.header-bg {
  background: #09a2a7;
}
.menubar {
  margin-left: 170px;
  width: 48px;
  height: 48px;
}
.nav-button {
  color: white !important;
  border-bottom: 2px solid #09a2a7;
  font-size: 20px;
  font-weight: 400;
}
.nav-button:hover {
  color: white;
  border-bottom: 2px solid white;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav-button {
    color: grey !important;
    padding: 10px !important;
    border-bottom: none;
  }
}
.icon-img {
  width: 25px;
  height: 25px;
}
.header-text {
  font-size: 13px;
  font-weight: 400;
}
.header-content {
  display: flex;
  justify-content: end;
  padding-right: 123px;
  padding-top: 7px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .header-content {
    display: flex;
    /* justify-content: space-between;*/

    padding-right: 15px;
  }
}

.content-text-header {
  display: flex;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .content-text-header {
    display: flex;
    justify-content: center;
  }
}
.nav-content {
  margin-top: -30px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav-content {
    margin-top: -30px;
  }
}
.menu-content {
  margin-top: 20px;
}
.header-logo {
  width: 87px;
  height: 87px;
  /* border-radius:100%;*/
  /*margin-top:12px;
    margin-bottom:15px*/
  margin-top: -15px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .header-logo {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-top: -5px;
    /* margin-top: 13px;*/
  }
}
.vacay-bg {
  background-color: #4081be;
  /* padding:20px*/
}
.adven-para {
  color: #ffffff;
  text-align: justify;
}
.vacay-img {
  border-radius: 15px;
  width: 270px;
  height: 270px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .vacay-img {
    border-radius: 15px;
    width: 350px;
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .vacay-img {
    border-radius: 15px;
    width: 190px;
    height: 130px;
  }
}
.tour-heading {
  color: #4d4d4d;
  font-size: 35px;
  font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tour-heading {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 500;
  }

  .tour-subheading {
    color: #4d4d4d;
    font-size: 14px !important;
    font-weight: 500;
  }
}
.tour-span {
  color: #09a2a7;
}
.tour-subheading {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
}

.tour-slideimg {
  width: 550px;
  height: 550px;
  border-radius: 0px 15px 15px 0px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tour-slideimg {
    width: 100%;
    height: 300px;
    border-radius: 15px 15px 15px 15px;
  }
}
.slider-side {
  position: sticky;
  margin-left: -74px;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .slider-side {
    position: sticky;
    margin-left: 0px;
    overflow: hidden;
  }
}

.slider-image {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767.99px) {
  /* .slider-image{
        width:100%;
        height:150px
    } */
}

.icon-direct {
  margin-left: 780px;
  margin-top: 490px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .icon-direct {
    margin-left: 650px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .icon-direct {
    margin-left: 0px;
    margin-top: 0px;
    visibility: visible;
  }
}
.icon-direct-right {
  margin-top: 490px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .icon-direct-right {
    margin-top: 450px;
    margin-left: -30px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .icon-direct-right {
    margin-top: 0px;
    margin-left: 0px;
    visibility: visible;
  }
}
.border-line1 {
  border-bottom: solid 3px #0e4170;
  width: 25%;
  margin: auto;
}

.border-line2 {
  border-bottom: solid 3px #c83c3c;
  width: 25%;
  margin: auto;
  margin-left: 500px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .border-line2 {
    border-bottom: solid 3px #c83c3c;
    width: 50%;
    margin: auto;
  }
}

.category-img {
  height: 200px;
  transition: 0.3s ease-in-out;
  /* transform: scale(1.01);*/
  border-radius: 3px;
}
.category-img:hover {
  transform: scale(1.02);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .category-img {
    height: 250px;
    border-radius: 3px;
  }
}

.hover-image {
  position: relative;
  width: 100%;
}
.overlay1 {
  font-family: "Merienda", cursive;
  /* font-weight: 600;*/
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.hover-image:hover .overlay1 {
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .overlay1 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
}
.blog-border {
  border-bottom: solid 2px #0e4170;
  width: 40%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .blog-border {
    border-bottom: solid 2px #0e4170;
    width: 80%;
  }
}
.blog-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.blog-top {
  margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .blog-top {
    margin-top: 0px;
  }
}
.blog-button {
  border-radius: 10px;
  background: #09a2a7;
  border: solid 2px #09a2a7;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.blog-button:hover {
  border-radius: 10px;
  background: #ffffff;
  border: solid 2px #09a2a7;
  color: #09a2a7;
}

.query-bg {
  background-color: #dbdada;
  padding: 20px;
  border-radius: 13px;
  border: solid 1px grey;
}
.query-input {
  border-radius: 7px;
  border: solid 1px grey;
}

.query-input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.review-border {
  border-bottom: solid 3px #c83c3c;
  width: 30%;
  margin: auto;
}

.slider-cardimg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.slide-card {
  background-color: #ebebeb;
  border-radius: 13px;
  padding: 10px;
  margin: 10px;
}

.icon-color {
  color: rgb(241, 141, 48);
}
.review-lefticon {
  font-size: 40px;
  margin-left: -135px;
  color: black;
  position: sticky;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .review-lefticon {
    font-size: 40px;
    margin-top: 0px;
    margin-left: 0px;
    color: black;
    position: sticky;
  }
}
.review-righticon {
  font-size: 40px;
  margin-left: 135px;
  color: black;
  position: sticky;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .review-righticon {
    font-size: 40px;
    margin-top: 0px;
    margin-left: 0px;
    color: black;
    position: sticky;
  }
}

.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

/* .cont-details{
    margin-top:120px
  } */
/* @media only screen and (min-width:320px) and (max-width:768px){
    .cont-details{
        margin-top:200px
      }
} */
/*
 */
/* .dropdown{
    position: relative;
    display: inline-block;
} */
/* .dropdown:hover .dropdown-content {display: block;} */

.nav-size {
  height: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav-size {
    height: 90px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tagline {
    border-top: solid 2px white;
    margin-top: 10px;
  }
}

.footer-tab {
  border-bottom: solid 2px #010428;
  width: 30%;
  margin-top: -10px;
}
.logo-text {
  font-size: 11px;
  font-weight: 400;
  text-align: justify;
  /* margin-top: 10px;*/
}
.footer-text {
  color: #000066;
  font-weight: 500;
  font-size: 19px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-text {
    color: #000066;
    font-weight: 500;
    font-size: 16px;
  }
}
.footer-text:hover {
  color: #ffc107;
}
.footer-icon {
  color: #000033;
}
.footer-icon:hover {
  color: #ffc107;
}
.copy-text {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .copy-text {
    font-size: 12px;
    font-weight: 400;
  }
}
.footer-logo {
  border-radius: 100%;
  width: 160px;
  height: 160px;
}
.footer-img {
  padding-top: 25px;
}

.web-heading {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: solid 2px white;

  padding-bottom: 13px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .web-heading {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: solid 2px white;

    padding-bottom: 13px;
  }
}
.footer-nav {
  font-size: 20px;
  font-weight: 500;
}

.footer-border {
  border-bottom: solid 2px white;
  padding-top: 10px;
  padding-bottom: 13px;
}
.nav-home {
  margin-left: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav-home {
    margin-left: 0px;
  }
}

.dropdown-text {
  background-color: #09a2a7;
  color: white;
  margin-top: 5px;
}

.list-dropdown {
  color: white;
}

.subdropdown-menu {
  margin-left: 150px;
  background: #ebd0d0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .subdropdown-menu {
    margin-left: 0px;
    background: #ebd0d0;
  }
}
.submenu-text {
  background-color: #0e4170;
  color: white;
  margin-top: 5px;
}

.cate-button {
  font-size: 11px;
  font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cate-button {
    font-size: 10px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.flex-slider {
  width: 100%;
  position: relative;
}
.flex-slider .slides {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flex-slider .slides > li {
  float: left;
  margin-right: -100%;
  width: 100%;
  overflow: hidden;
  height: 30vw;
}
.flex-slider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
  text-decoration: none;
  position: absolute;
  height: 1em;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  color: #333;
  max-width: 20px;
  border-radius: 100%;
}
.flex-slider .flex-direction-nav .flex-prev {
  left: 0;
}
.flex-slider .flex-direction-nav .flex-next {
  right: 0;
}
/* .slide-image{background-size:cover;background-position:center;position:absolute;width:100%;height:100%;left:0;top:0;} */
.flex-active-slide .slide-image {
  animation: zoomout 2s;
}
@keyframes zoomout {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width: 767.99px) {
  .flex-slider .slides > li {
    height: 329vw;
  }
}
/*@media only screen (min-width: 320px) and (max-width: 767px){
  .flex-slider .slides > li {height:350vw}  
}*/
/*@media (max-width:1024px) {
  .flex-slider .slides > li {height:370vw}
  .flex-slider .slides > li {float:left;margin-right:-100%;width:100%;overflow:hidden;height:37vw;}
}*/
/* .dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
}

.dropdown-submenu>.dropdown-menu {
    top:0;left:100%;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}  
 .drop-menu{
    width:500px;
    border:none
 }
 .drop-submenu{
    margin-left:-300px;
    width:300px;
    border:none;
     border-left:1px solid grey 
 }*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /*.drop-menu{
    width:auto;
    border:solid 0.5px grey;
 }
 .drop-submenu{
    margin-left:0px;
    width:auto;
    border:solid 0.5px grey;
    
 } */
  .cate-position {
    margin-top: 0px;
  }
}

.cate-position {
  margin-top: -7px;
}

/* .footer-copyright{
   margin-top:100px
 }*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left: 100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .active > div {
    display: none;
  }
  .active > div:nth-child(1) {
    display: block;
  }

  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
}

.enquire-form-bg {
  background-color: #09a2a7;
}

.close-border {
  border-radius: 100%;
  width: 44px;
  height: 45px;
  text-align: center;
}

.error {
  font-size: 15px;
  font-weight: 500;
  color: red;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .package-box {
    display: flex;
    justify-content: space-between;
  }
}

/* .nav       { background: #ccc; } */

/* relevant styling */

/* FIRST LEVEL */
/*  .nav li:hover > ul.dropdown-menu {
    display: block;
    
}
li:hover > ul.dropdown-menu{
    display: block; 
}
  .nav > ul > li { 
      display:inline-block; 
      position: relative; 
      padding: 3px 10px 3px 0;
      z-index: 100;
      list-style:none;
  }*/

/*  .nav > ul > li > ul{
      width:100px}
  
  .nav > ul > li > a{
      color:#939598;
      text-decoration:none;
  }
  */
/* Level 1 Drop Down */
/*  .dropdown-menu > li {
      display:block;
     
  }
  .dropdown-menu > li:first-child {
      margin-left: 0;
  }
  
  .dropdown-menu li {
      position: relative;
      list-style:none;
  }*/

/* SECOND LEVEL ( background -color) of full width bg*/
/*  .nav > ul > li > ul {
      position: absolute;
      left: 0;
      top: 100%;
      padding: 0 1000em; 
    
      z-index: 101;   
      background:white;
      color: black;
  }
  */

/*second level menu*/
/*  .nav li ul li ul li:before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
     
      position: absolute;
      left: 0;
  }
  
  
  .nav > ul > li > ul > li {
     
      text-decoration:none;
  
  
  }
  
  .nav > ul > li > ul > li > a{color:#939598;
      text-decoration:none;}
      
      .dropdown-menu li a{
     
      text-decoration:none;     
  }
  
      .dropdown-menu li ul li{
       text-decoration:none;
         }
      
      
      
  .dropdown-menu  > li > ul {
      text-align: left;
      display: none;
      color:#939598;
      text-decoration:none;
      position: absolute;
      top: 5px;
      left: 100%;   
      z-index: 999999; 
  }
  
  
  .nav .drop { 
   
      width:100%!important; 
      box-sizing:border-box;
  }*/

/*Third level menu*/

/*.dropdown-menu  > li > ul > li > ul {
      text-align: left;
  display: none;    
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 9999999;
    
      text-decoration:none;
  }*/

.card-enquiry-button {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .card-enquiry-button {
    display: block;
    justify-content: center;
    padding: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-enquiry-button {
    display: block;
    justify-content: space-around;
  }
}

.subscribe_form {
  border: solid 1px white;
  padding: 25px;
  width: 100%;
  height: 160px;
}

.sub-btn {
  border: solid 1px #009900;
  background: #009900;
  color: white;
  border-radius: 7px;
}

.management-card {
  width: 100%;
  height: 250px;
}

.mg-card {
  border: none;
  box-shadow: 1px 1px 3px grey;
  border-radius: 5px;
  border-bottom: 5px solid #09a2a7;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mg-card {
    border: none;
    box-shadow: 1px 1px 3px grey;
    border-radius: 5px;
    border-bottom: 5px solid #09a2a7;
    width: 100%;
  }
}
.card-para {
  text-align: justify;
  color: grey;
  font-size: 16px;
  font-weight: 500;
}

.moretext {
  display: none;
}

.vacay-form {
  /* background-color: #5409b8;*/
  background: rgb(252, 158, 70);
  background: radial-gradient(
    circle,
    rgba(252, 158, 70, 0.9332107843137255) 1%,
    rgba(195, 63, 251, 0.9220063025210083) 100%
  );
  padding: 15px;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}

.query-image {
  width: 100%;
  height: 350px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .query-image {
    width: 100%;
    height: auto;
  }
}

.dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: black;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: black;
    margin-top: -10px;
  }
}

/*.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
  
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        padding-right: 30px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
      
        right: 15px;
       
        width: 60px;
        height: 60px;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
*/

.card-border {
  border-radius: 7px;
  box-shadow: 2px 2px 7px grey;
  border: none;
}
.rel-card-img {
  width: 100%;
  height: 200px;
}

.trip-border {
  border: solid 1px #09a2a7;
  padding: 15px;
  border-radius: 7px;
  margin: 5px;
}

.trip-bg {
  background-color: #00aa6c;
  border-radius: 100%;
  padding: 7px;
  text-align: justify;
}

.icon-clr {
  color: #00aa6c;
  font-size: 20px;
  margin-top: -10px;
}

.navbar {
  background: #09a2a7;
  /* opacity:0.90; */
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 60 60px; */
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 2px 2px 5px white;
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1px;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
  /* height: 15px;*/
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
  /* height: 15px;*/
}

.navbar .menu-items {
  display: flex;
  align-items: center;
  z-index: -1;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: #112f48;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.first-item {
  color: white !important;
  /*  font-size:20px !important;*/
  font-weight: 400;
}
.first-item:hover {
  color: rgb(255, 230, 0) !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023.99px) {
  .first-item {
    color: black !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .first-item {
    color: black !important;
  }
}
.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  font-weight: 500;
}

.menu-item:hover {
  color: blue;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* mega menu  */

.navbar .mega-menu {
  position: absolute;
  left: 25%;
  /* width: 100vw; */
  top: 85px;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  /*background: #e9ecef;*/
  background-image: url("../images/tourbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: 100% 100%;*/
  padding: 1rem;
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  /* justify-content: space-between; */
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.content .col {
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  line-height: 2.5rem;
}

.content .col .menu-title {
  color: tomato;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content .col .menu-title {
    color: tomato;
    font-size: 16px;
    line-height: 3rem;
    font-weight: bold;
  }
}
.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}


.mega-mn-links {
  padding: 3px;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
  /*height: 15px !important;*/
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
  /*height: 15px !important;*/
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
  /* height: 15px !important;*/
}

/* Responsive style */

@media screen and (max-width: 1024px) {
  .navbar {
    padding: 10px 20px;
  }

  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 50%;
    top: 80px;
    left: 0;
    background: #fcfcfc;
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;

    z-index: -1 !important;
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* .navbar .menu-items {
      
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 50%;
    top: 80px;
    left: -25px !important;
    background: #fcfcfc;
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
  }   */
  }
  .menu-items.open {
    transform: translateY(0);
    z-index: 6000;
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0px;
  }
  .col .mega-links li {
    margin: 0;
  }
}

#google_translate_element select {
  background-color: #f6edfd;
  color: #383ffa;
  border: none;
  border-radius: 3px;
  padding: 6px 8px;
  /* width: 50px;
   height: 50px;*/
}

.capt-heading {
  font-size: 90px;
  font-weight: 700;
  font-family: "Caveat", cursive;
}

.capt-para {
  font-size: 22px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

.animate-charcter {
  /* text-transform: lowercase;*/
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 250% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  /*font-size: 190px;*/
}

@keyframes textclip {
  to {
    background-position: 250% center;
  }
}

@media only screen and (max-width: 767.98px) {
  .capt-heading {
    /* margin-top: 70px;*/
    font-size: 25px;
    font-weight: 800;
    font-family: "Caveat", cursive;
  }

  .capt-para {
    font-size: 13px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
  }

  .carousel-caption {
    top: 40%;
  }
  .menu-item.first-item {
    padding: 7px;
  }
}
.mega-mn-link {
  padding-left: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mega-mn-link {
    padding-left: 0px;
  }
}

.gallery-image {
  width: 100%;
  height: 250px;
}

.capt-heading-bg {
  background: rgba(52, 64, 65, 0.43);
  /* background: radial-gradient(circle, rgba(9,162,167,0.1825105042016807) 1%, rgba(255,255,255,0.20211834733893552) 100%); */
  border-radius: 10px;
}

.crt-sld-fnt {
  font-size: 90px;
  font-weight: 700;
  font-family: "Caveat", cursive;
}

@media screen and (max-width: 1000px) {
  .capt-heading-bg {
    background: rgba(52, 64, 65, 0.43);
    /* background: radial-gradient(circle, rgba(9,162,167,0.1825105042016807) 3%, rgba(255,255,255,0.20211834733893552) 100%); */
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767.99px) {
  .carousel-item img {
    width: 100%;
    height: 200px;
  }
  .crt-sld-fnt {
    font-size: 35px;
    font-weight: 800;
    font-family: "Caveat", cursive;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .crt-sld-fnt {
    font-size: 40px;
    font-weight: 800;
    font-family: "Caveat", cursive;
  }
}

.package-card h3{
  font-size: 20px;
  font-weight:500;
}

/* --------Footer--------- */
.footer-bg{
  background-color: #09a2a7;
  padding:30px 40px;
}
.footer-main-list-show{
  padding-left: 0px;
  list-style: none;
}
.footer-main-list-show li{
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  margin-top:6px;
}
.footer-main-list-show li a{
  color:#000000;
}
.footer-main-list-show span{
  color: #c90000
}
.main-footer-title{
  font-size:18px;
  font-weight: 600;
  color:#c90000;
  margin-top:10px;
  text-transform: uppercase;
}
.footer-icon-show{
  color:#c90000;
  font-size: 17px;
  margin-left:5px;
}
.footer-icon-show:hover{
  color:#ffab1f
}
.all-tour-box-showvw{
  background-color: #fff;
  border:solid 1px rgb(211, 211, 211);
  padding:10px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
}
.all-tour-box-showvw-details h6{
  font-size: 15px;
  font-weight: 600;
  color:#000000;
  margin-left:7px;
}
.all-tour-box-showvw-details p{
  font-size: 14px;
  font-weight: 500;
  color:#585858;
  margin-left:7px;
}

.all-tours-box-img-show{
  width:50px;
  height:50px;
  border-radius: 50%;
}
.all-tours-content-dtls-show p{
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  color:rgb(78, 78, 78);
}
@media only screen and (max-width:768px){
  .footer-bg{
    background-color: #09a2a7;
    padding:20px 0px;
  }
  .footer-main-list-show li{
    font-size: 14.3px;
    font-weight: 500;
  }
}