
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Meow+Script&display=swap');


.pagination-new {
    display: inline-flex;
    gap: 3rem;
    list-style: none;
    align-items: center;
}

.page-item-new.active-num .page-link-new{    font-size: 22px;
    font-weight: 500;color:#000;}
.page-link-new {
    font-size: 22px;
    color: #717171;
}
.pagination-new-div{    text-align: center;
    margin: 2rem 0;}
body {
  font-family: 'Poppins', sans-serif;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 300;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.modal-open {
  padding-right: 0!important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #d7c07f;
}

::selection {
  color: #000;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p {
  color: #4d4d4d;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

/* Styles for images */
img {
  max-width: 100%;
  height: auto;
}

:root{--pc:rgba(59, 78, 142, 1)}
.img-right img{width:100%;height:500px;object-fit:cover;border-radius:15rem 0 0 15rem}
.hover-link{position:absolute;inset:0;z-index:9}
.pp-img img{width:80px !important;height:80px;object-fit:cover;border-radius:50%}
.ban-item {position:relative}
.ban-images{display: grid;height: 100%;grid-template-columns: repeat(3,1fr);height: 100%;}
.ban-images> div{position:relative; height: 100%;overflow: hidden; /* This contains the scaled image */}
.ban-img img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.01);transition: all .5s ease-in-out;will-change: transform; 
}
.banner{height: 100vh;}
.ban-item:hover img{transform: scale(1.05); margin: 0%; /* Compensates for the 5% scale increase */}
.ban-img{height: 100vh;overflow: hidden;}
.t-figure p{ overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

figcaption{position: absolute;bottom: 0;width: 100%;height: max-content;padding: 5rem 5rem 2rem;}
figcaption h2{color: #fff;font-size: 20px;font-weight: 500;}
figcaption p{color: #fff;line-height: 20px;font-size: 14px;}
figcaption a{color: #fff !important;text-transform: capitalize;font-weight: 500;text-decoration: underline;}
figure{margin: 0;}
.logo img{width: 145px;height: 70px;}
.wp-block-heading{font-size:25px;font-weight:300}
header .nav-link{font-size: 16px;font-weight: 500;color: #fff !important;position: relative;}
header{background: rgba(59, 78, 142, 0.2);    position: fixed;
    z-index: 999;
    width: 100%;}

    header .navbar-nav{gap: 1rem;}

.about{background: url(../media/about-ban.jpg)center/cover no-repeat;}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
hgroup h3{  font-family: "Meow Script", cursive;  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;font-size: 48px;}

  hgroup h2{font-size: 64px;font-weight: 700;text-transform: capitalize;color:var(--pc);}
  .about{padding: 8rem 0;display: flex;}
.about> div{flex: 1;}  
.about > div:last-child{text-align: right;}
.about > div:nth-child(even){flex-basis: 350px;}
/* From Uiverse.io by ryota1231 */ 
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 36px;
  border: 4px solid;
  border-color: transparent;
  background: var(--pc);
  font-size: 16px;
  background-color: ;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 16px;font-weight: 400;text-transform: capitalize;
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #3b4e8e;
  border-radius: 12px;
  
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1f387e;
}

.animated-button:active {
  scale: 0.95;
  /* box-shadow: 0 0 0 4px greenyellow; */
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.counter-area{margin-top: -90px;}
.color-box-dark{padding: 3rem;background: var(--pc);}
.color-box-dark *{color: #fff!important;}
.why-us{background: url(../media/why.png)center/cover no-repeat;padding: 6rem 0 12rem;}
.container.custom-right{        max-width: -webkit-fill-available;
        margin-right: calc((100% - 1320px)/2);}

.custom-right .col-4:first-child{padding-left: 0;}
.color-box-light{background: rgba(98, 138, 207, 1);padding: 30px 15px 30px 75px;position: relative;}
.color-box-light::after {
    content: '';
    height: 95%;
    width: 39px;
    position: absolute;
    left: 5px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
}
.color-box-light h2{font-size: 18px;font-weight: 500;color: #fff;text-decoration: underline;}
.color-box-light p{color: #fff;font-size: 16px;font-weight: 300;line-height: 20px;margin: 0;}
.why-us hgroup h2{font-size: 40px;}
.color-box-light.c-dark{background: var(--pc);}
.counter{background: var(--pc);padding: 4rem;border-radius: 8px;}
.count-box h2{font-size: 40px;color:#fff;font-weight: 600;}
.count-box h3 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 10px;
    border-left: 1px solid;
    margin-left: 10px;
}
.count-box{display: flex;align-items: center;}
.counter{display: grid;grid-template-columns: repeat(4,1fr);justify-items: center;}
.reviews{padding: 4rem 0;}
.counter-area{padding-bottom: 4rem;}


header.scrolled{background: #fff!important;border-bottom: 1px solid #cdcd;}
header.scrolled .nav-link{color: #000 !important;transition: all .4s ease-in-out;}
header.scrolled svg path{fill: #000;}
.review-box p{font-size: 15px;font-weight: 400;line-height: 24px;color: rgba(32, 32, 32, 1);}
.pp h3{font-size: 16px;font-weight: 600;text-transform: uppercase;}
.qot{position: absolute;right: 0px;top: 0px ;width: 30px;}


.review-box {
    display: flex;
    background: rgba(226, 235, 247, 1);
    padding: 2rem;
    border-radius: 10px;
}

.rev-img{flex-shrink: 0;}

.reviews .owl-carousel .owl-item  img{width: auto;}
.rev-cont{padding: 2rem;}
.pp{display: flex;gap: 1rem;align-items: center;}
.pp i{color: #bfbfbf;}
.active-star i{color:var(--pc);}

.reviews .owl-carousel{margin-top: 6rem;}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
   }

  .reviews .owl-carousel .owl-nav .owl-prev {position: absolute;left: 200px;}
  .reviews .owl-carousel .owl-nav .owl-next {position: absolute;right: 200px;}
  .reviews .owl-dots{margin-top: 30px;}
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:var(--pc)
}
  
.f-logo img{width: 145px !important;margin: auto;}
.f-logo{text-align: center;}
.inp-email{background: rgba(217, 217, 217, 1);padding: 10px;border-radius: 5px;margin:2rem 0 1rem;}
.inp-email input{font-size: 16px;border: none;background: transparent;width: 100%;}
.inp-email + a{font-size: 16px;text-transform: uppercase;color: #fff;background: rgba(30, 97, 151, 1);border-radius: 5px;padding: 10px;width: 100%;display: block;font-weight: 600;text-align: center;}
.socials{list-style: none;padding: 0;display: flex;gap: 1rem;justify-content: center;margin-top: 1rem;}
footer h3{font-size: 18px;font-weight: 600;color: rgba(51, 51, 51, 1);text-transform: capitalize;margin-bottom: 1rem;}
footer .links-ul li a{color: rgba(86, 86, 86, 1);font-size: 15px;font-weight: 400;transition: all 300ms ease-in-out;}
footer .links-ul li p{color: rgba(86, 86, 86, 1);font-size: 15px;font-weight: 400;transition: all 300ms ease-in-out;}
.links-ul li:hover{color: var(--pc);transform: translateX(5px);}
.links-ul li a:hover{color: var(--pc);}
.links-ul{list-style: none;padding: 0;}
.links-ul li{display: flex;gap: 10px;transition:  all .4s ease-in-out;}
footer{padding-top: 4rem;border-top: 1px solid #cdcd;}

.f-bottom{background: var(--pc);padding: 10px;}
.f-bottom p{text-align: center;margin: 0;color: #fff;font-size: 15px;font-weight: 3 00;}
header.scrolled .nav-link:hover{color: var(--pc)!important;}
.scrolled .nav-item .nav-link::before{content: '';width: 0%;height: 2px;background: var(--pc);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transform-origin: left;transition: all .4s ease-in-out;}
.scrolled .nav-item  .nav-link:hover::before{width: 70%;}
.logo-link::before{display: none;}
.banner-sub{display: flex;align-items: center;justify-content: center;padding: 10rem 0;}
h1{
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 47px;
    font-weight: 600;
}

header.sub-header{background: transparent;}
.py-40{padding: 4rem 0;}
.offer-box h3{font-size: 27px;margin-bottom: 1.5rem;color: var(--pc);font-weight: 600;text-transform: capitalize;}
.offer-box{border: 1px solid var(--pc);padding: 2rem;border-radius: 5px;height: 100%;position: relative;background: #fff;}
.offer-box p{font-size: 15px;}
.after-line::after{content: '';width: 100%;height: 2px;background: var(--pc);position: absolute;top: 50%;left:100%;transform: translateY(-50%);}
.why-us-icon svg{width: 80px !important;height: 80px!important;}
.icon-area{margin-top: 4rem;}
.why-us-content h3{font-size: 20px;font-weight: 600;}
.why-us-icon{margin-bottom: 1rem;}
.why-us-content p{font-size: 15px;}
.services-inner{background: #edf1ff;margin-top:3rem;}

.t-figure{height: 400px;overflow: hidden;}
.t-figure img{width: 100%;height: 100%;object-fit: cover;;}
.t-figure h3 {
    color: white;
    font-size: 27px;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.t-figure::before{content: '';position: absolute;inset: 0;background: #0000004f;}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent !important;
}

.h-img img{width: 100%;object-fit: cover;aspect-ratio: 4/2;border-radius: 10px 10px 0 0;transform: scale(1) ;opacity: 1;transition: all .4s ease-in-out;}
.hol-card:hover img{transform: scale(1.05);opacity: 0.7;}
.h-img{overflow: hidden;border-radius: 10px 10px 0 0;background: #000;}

.h-head h3{font-size: 20px;font-weight: 600;color: var(--pc);}
.h-head h4{font-size: 15px;color: rgba(110, 110, 110, 1);}
.h-body p{font-size: 15px;color: rgba(110, 110, 110, 1);margin: 0;line-height: 25px;}
.h-foot{display: flex;align-items: center;justify-content: space-between;}
.h-foot h3{font-size: 17px;color: rgba(110, 110, 110, 1);font-weight: 600;}
.h-foot h2{font-size: 30px;font-weight: 700;color: var(--pc);}
.h-foot span{
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}

.h-foot a{display: inline-block;font-size: 15px;text-transform: capitalize;padding: 10px 25px;background: var(--pc);border-radius: 4px;color: #fff;border: 1px  solid var(--pc);transition: all .4s ease-in-out;}
.h-foot a:hover{background: #fff;color: var(--pc);}
.h-head{padding: 1rem;}
.h-body{border-top: 1px solid #cdcd;border-bottom: 1px solid #cdcd;padding: 2rem 1rem;}
.h-foot{padding:  1rem;}
.hol-card{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;border-radius: 10px;background: #fff;}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.h-img span{background: var(--pc);color: #fff;border-radius: 3rem;padding: 5px 20px;font-size: 14px;font-weight: 500;text-transform: uppercase;position: absolute;left: 10px;top: 10px;z-index: 99;}
.page-link{color: var(--pc);}
.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #1e6197;
    border-color: #1e6197;
}
.pagination{justify-content: center;margin-top: 4rem;}
.cont-head p{margin: 0;}
.cont-head h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--pc);
}
.cont-head a{color:#4d4d4d;text-decoration: underline;}
.border-col .col-4{border-right: 1px solid #cdcd;}


.reg-box h2 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--pc);
}

.reg-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 1rem;height: 100%;outline: 1px solid #fff;border-radius: 5px;transition: all .4s ease-in-out;}
.reg-box:hover{outline: 1px solid var(--pc);}
.inp-grp input,.inp-grp textarea,.inp-grp select{width: 100%;height: 100%;border: none;font-size: 15px;}
.inp-grp{padding: 10px;border-radius: 3px;border: 1px solid #cdcd;background: #fff;}
.form-body {
    background:var(--pc);
    padding: 4rem;
    z-index: 99;
    position: relative;
    max-width: 850px;
    margin: auto;
    border-radius: 10px;
}
.form-area{padding-top: 5rem;margin-bottom: -250px;}


 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 200px;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 1;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    .swiper-wrapper{height: 600px;}
    .mySwiper{position: absolute;bottom: 0px;padding-bottom: 0;z-index: 10;}
    .mySwiper .swiper-wrapper{height: 100%;}
    .mySwiper .swiper-slide{cursor: pointer;}

    .det-head h2 {
    font-size: 35px;
    color: var(--pc);
    font-weight: 600;
}

.det-head h4{font-size: 20px;}
.det-head{margin-bottom: 2rem;}
.content{padding: 2rem 0;border-top: 1px solid #cdcd;}


    .sub-head  {
    font-size: 27px;
    color: var(--pc);
    font-weight: 600;
}



.incl-ul {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    gap: 1rem;
    margin-top: 3rem;
}

.incl-ul li{
 
    color: #4d4d4d;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    

}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  color: var(--pc);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;
      line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

.enq-box h2{font-size: 27px;text-transform: capitalize;font-weight: 500;}
.enq-box ul{display: grid;grid-template-columns: repeat(2,1fr);gap: 10px;list-style: none;padding: 0;margin-top: 3rem;}
.enq-box ul li{padding: 1rem;border: 1px solid  var(--pc);border-radius: 4px;font-size: 17px;font-weight: 600;}
.enq-box ul li i{color: rgba(30, 97, 151, 1);}

.enq-box ul li span {
    font-size: 15px;
    color: #4f4f4f;
}

.enq-box {
    position: sticky;
    top: 150px;
}

.slider-banner::before{content: '';width: 100%;height: 300px;position: absolute;bottom: 0;background-image: linear-gradient(to top , #000 , transparent);z-index: 9;}
.modal-body .form-body{background: transparent;padding: 0;max-width: 100%;}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: var(--bs-btn-close-focus-opacity);
}

.inter-text{position: absolute;width: 100%;position: absolute;bottom: 0;background: linear-gradient(to top , #000 , transparent);padding: 2rem;transform: translateY(calc(100% - 80px));transition: all .4s ease-in-out;}
.inter-text h2{font-size: 25px;text-transform: capitalize;color: #fff;margin-bottom: 1.5rem;}
.inter-text p{font-size: 13px;margin: 0;color: #fff;line-height: 22px;}
.inter-bo{overflow: hidden;}
.inter-bo:hover .inter-text{transform: translateY(0);}
.inter-bo img{transform: scale(1);transition: all .4s ease-in-out;}
.inter-bo:hover img{transform: scale(1.1);}
.det-title{font-size: 30px;color: var(--pc);font-weight: 600;margin-bottom: 1.5rem;}
.img-ul{list-style: none;padding: 0;display: grid;grid-template-columns: repeat(3,1fr);gap: 1.5rem;margin: 2rem 0;}
.inter-trip-detail ul li::marker{color: var(--pc);}
.inter-trip-detail ul li{font-size: 16px;font-weight: 400;margin: 1rem 0;color: #4d4d4d;}
.form-body.detial-form{padding: 1rem;background: #efefefdd;border-radius: 7px;border: 1px solid #cdcd;}
.form-body.detial-form{position: sticky;top: 150px;}
.t-figure figcaption{padding: 1.5rem;    top: 50%;
    transform: translateY(-50%);}