@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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");
.removeh3addp{
    font-size:18px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body{
    font-family: "Poppins", sans-serif !important;
}

.titlePragraph{
          white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


p{

    font-family: "Poppins", sans-serif !important;
    text-align:justify;
  font-size:14px;
  line-height:24px;
  color:#373737;
}

li{
    font-family: "Poppins", sans-serif !important;
  text-align: justify;
  font-size:14px;
  line-height:24px;
  color:#373737;
}

.logo {
  margin-right: 20px; }
.logo img {
    width: 150px; }

.search-item {
  width: 250px;
  background-color: #d7d7d7;
  border-radius: 7px;
  overflow: hidden;
  position: relative; }
  .search-item input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 40px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent; }
    .search-item input::placeholder {
      color: #000;
      opacity: 1;
      /* Firefox */
      font-size: 14px; }
    .search-item input::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #000;
      font-size: 14px; }
    .search-item input:focus {
      outline: none; }
  .search-item button {
    position: absolute;
    left: 5px;
    top: 5px;
    border: none;
    background-color: transparent; }
    .search-item button svg {
      fill: #FFE603;
      font-size: 25px; }

nav ul li {
  position: relative; }
  nav ul li:not(:last-of-type) {
    margin-right: 30px; }
  nav ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #16447d;
    padding: 20px 5px;
    text-transform: uppercase;
    font-weight: 600; }
    nav ul li a svg {
      fill: #FFE603; }
  nav ul li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

.menu-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease-in-out;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 250px;
  box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.2);
  margin-top: 15px; }
  .menu-dropdown ul li {
    margin-right: 0px !important; }
    .menu-dropdown ul li a {
      font-size: 15px;
      padding: 8px 10px;
      display: block;
      color: #16447d;
      transition: 0.3s ease-in-out; }
      .menu-dropdown ul li a:hover {
        background-color: #FFE603;
        color: #16447d;
        padding-left: 15px; }

.notification svg {
  fill: #FFE603;
  font-size: 25px; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* width */
body::-webkit-scrollbar {
  width: 6px !important; }

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd !important;
  border-radius: 10px !important; }

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #ccc !important;
  border-radius: 10px !important; }

.relative {
  position: relative; }

.bg-gray {
  background-color: #f9f9f8; }

.bg-color {
  background-color: #0B2230; }

.content-wrapper h2, .heading-wrapper h2 {
  text-transform: capitalize; }

.txt-white {
  color: #fff; }

.bg-yellow {
  background-color: #FFE603; }
/*
body {
  line-height: 1;
  font-family: "Jost", sans-serif; }
*/
.custom-btn {
  padding: 20px;
  background-color: #0B2230;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  outline: none;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  display:inline-block;
}
  .custom-btn:focus {
    outline: none; }
  .custom-btn.add-prop {
    padding: 12px 30px;
    transition: 0.5s ease-in-out; }
    .custom-btn.add-prop svg {
      font-size: 20px;
      vertical-align: middle;
      margin-right: 5px; }
.custom-btn.bg-yellow{
  background-color:#FFE603;
  color:#000;
  padding: 10px 15px;
  font-size: 15px;

}

.banner {
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
  position:relative;
}
.banner .slider-image{
  height: 500px;
  width:100%; 
}
.banner .slider-image img {
  width: 100%;
  height: 100%; 
  object-fit:cover;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #b5b5b5;
  opacity: 1; }
.hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFE603; }

.coll-now {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1; }
  .coll-now a {
    display: inline-block;
    font-size: 18px;
    padding: 18px 20px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #FFE603;
    color: #16447d;
    text-decoration: none;
    font-weight: 600; }
    .coll-now a svg {
      margin-right: 7px; }

.searchengin {
  background-color: #c1c1c1;
  border-radius: 5px;
  margin: 20px 0px; }

.searchby {
  padding: 8px 10px; }
  .searchby input {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
    width: 100%;
    font-size: 16px; }
    .searchby input::placeholder {
      color: #000;
      opacity: 1;
      /* Firefox */
      font-size: 16px; }
    .searchby input::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #000;
      font-size: 16px; }
    .searchby input:focus {
      outline: none; }
  .searchby svg {
    fill: #FFE603;
    font-size: 20px; }
  .searchby .search-btn {
    background-color: #FFE603;
    color: #16447d;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 34px 6px;
        margin-bottom: 8px;
      
  }
    .searchby .search-btn svg {
      font-size: 20px;
      margin-left: 7px;
      fill: #16447d; }

.dest-heading h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 500; }
  .dest-heading h1 span {
    display: inline-block;
    position: relative; }
    .dest-heading h1 span:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 2px;
      background-color: #FFE603; 
}


.dest-heading h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 500; }
  .dest-heading h2 span {
    display: inline-block;
    position: relative; }
    .dest-heading h2 span:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 2px;
      background-color: #FFE603; 
}
.cart-item{
    position:relative;
}
.cart-item span{
    position: absolute;
    text-transform:uppercase;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
.cart-item .image-box img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:10px;
    margin:5px;
}
.swiper-button-prev, .swiper-button-next{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#FFE603;
    background-image:none;
    z-index:99;
}

.swiper-button-prev svg, .swiper-button-next svg{
    font-size:25px;
}
.demand-packages .swiper-wrapper{
    padding-left:60px;
}
.demand-packages .attrection-slider .swiper-wrapper{
  padding-left:0px;
}
.dest-ind-slider .cart-item .image-box img{
    height:270px;
}
.sea-all{
    text-decoration:none;
    font-size:18px;
    color:#000;
    font-weight:600;
    display:flex;
    align-items:center;
}
.sea-all span{
    width:25px;
    height:25px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background-color: #FFE603;
    margin-left:10px;
}
.sea-all span svg{
    font-size:20px;
}
.northpackage .left-item .image-box img{
  height:560px;
}
.northpackage .cart-item{
  margin-bottom:20px;
}
.overlay{
  position:relative;
}
.overlay:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.3);
}
.overlay-content{
  position:absolute;
  left:50%;
  top:100px;
  transform:translateX(-50%);
  padding:0px 20px;
  text-align:center;
  width:100%;
}
.overlay-content h3{
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.overlay-layer:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.2);

}
.demand-packages .cart-item .image-box img{
  height:200px;
}
.demand-packages a{
  text-decoration:none;
  color:#373737;
} 
.demand-packages .cart-item .product-details h4{
  font-size:18px;
  font-weight:600;
  margin:10px 0px;
}
.demand-packages .cart-item .product-details p{
  font-size:16px;
  color:#373737;
  line-height:22px;
}
footer{
  background-color:#000;
  padding:50px 20px;
}
.footer-item h3{
  font-size:18px;
  font-weight:600;
  color:#FFE603;
  margin-bottom:10px;
}
.footer-item ul li a{
  font-size:16px;
  color:#fff;
  display:block;
  padding:5px 0px;
  text-decoration:none;
}
.social-icons ul li a{
  width:30px;
  height:30px;
  background-color:#FFE603;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin:0px 5px;
}
.social-icons ul li a svg{
  width:20px;
  fill:#000;
  height:20px;
}
.footer-logo{
  margin:50px 0px 30px;
}
.footer-logo img{
  width:200px;
}
.copy-right p a{
  color:#fff;
  text-decoration:none;
}
.copy-right p{
  color:#fff;
  text-align:center
}
.white p{
  color:#fff;
}
.inner-banner-content{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:100%;
}
.inner-banner-content h1{
  color:#fff;
  text-transform: uppercase;
}
.inner-banner .desc a svg{
  width:30px;
  height:30px;
  fill:#000;
}
.accordion-item button, .filter-box button{
  padding:0;
  margin:0;
  border:none;
  background-color: transparent;
}
.accordion-item button:focus, .filter-box button:focus{
  outline:none;
  background-color: transparent;
  box-shadow: none;
}
.sidebar h2{
  font-size:24px;
}
.filter-box button{
  font-size:18px;
  font-weight: 600;
}
.filter-box button span{
 display: inline-block;
  padding-bottom:6px;
  border-bottom: 3px solid #FFE603;
}
.filter-inside .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.filter-inside .form-group{
  margin-bottom:15px;
}
.filter-inside .form-group label {
  position: relative;
  cursor: pointer;
}

.filter-inside .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FFE603;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.filter-inside .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-price input{
  text-align: center;
  color:#000;
  font-size:14px;
  width:100%;
  border:none;
  border-bottom:1px solid #ddd;
  padding:5px;
}
.custom-price input:focus{
  outline:none;
}
.custom-price span{
  font-size:20px;
  color:#000;
  display: inline-block;
  padding:0px 15px;
}
/* Chrome, Safari, Edge, Opera */
.custom-price input::-webkit-outer-spin-button,
.custom-price input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.custom-price input[type=number] {
  -moz-appearance: textfield;
}
.dest-link {
  padding-left:20px;
}
.dest-link li{
  list-style: none;
}
.dest-link li a{
  font-size:15px;
  color:#000;
  display: block;
  padding:10px 0px;
  text-decoration: none;
}
.apply-btn{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #FFE603;
  display: inline-block;
  border: none;
  padding: 5px 20px;
  border-radius: 33px;
  margin-top: 16px;
}
.apply-btn:focus{
  outline:none;
}

.productCard .img-item{
  height:250px;
  width:100%;
}
.productCard .img-item img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius:20px;
}
.night-day{
  font-size:14px;
  color:#242424;
  display: block;
  margin:15px 0px 0px;
}
.productCard{
  margin-bottom:50px;
}
.productcard-content h3{
  font-size:16px;
  font-weight:500;
  color:#000;
  line-height:22px;
  margin-top:7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 222px;
}
.productcard-content .price{
  background-color: #f7f5f5;
  padding: 12px 7px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.btn-group .custom-btn{
  padding:10px 12px;
  font-size:15px;
  border:2px solid #FFE603;
  background-color: #fff;
  color:#000;
  text-align: center;
  width:48%;
}
.btn-group .custom-btn.bg-yellow{
  background: #FFE603;
}
.view-more .custom-btn{
  background-color:#b5b5b5;
  color:#000;
}
.sideswiper{
  height: 840px;
  padding:30px 0px 42px;
}
.sideswiper .swiper-slide img{
  width:100%;
  height:140px;
  border-radius: 2px;
}
.side-slider{
  position:relative;
}
.right-side-title h2{
  font-size:24px;
  margin-bottom:60px;
 
}
.right-side-title h2 span{
  border-bottom:2px solid #FFE603;
  display: inline-block;
  padding-bottom:5px;
}
.title-city{
  padding:5px 2px;
  font-size:14px;
  font-weight:500;
  border-radius: 5px;
  color:#000;
  background-color:#FFE603;
  margin:10px auto 0px;
  display:inline-block;
}
.side-slider .swiper-button-prev,
.side-slider .swiper-button-next{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  background-color: transparent;
  width:auto;
  height:auto;
}
.side-slider .swiper-button-prev svg,
.side-slider .swiper-button-next svg{
  width:25px;
  height:20px;
}
.side-slider .swiper-button-prev{
  top:85px;
}
.side-slider .swiper-button-next{
  bottom:-27px;
  top:inherit;
}
.blog-item img{
  width:100%;
  height:150px;
  border-radius: 20px;
}
.blog-item span{
  margin:10px auto;
}
.see-all{
  text-decoration: none;
  font-size:16px;
  font-weight:600;
  color:#000;
  display: flex;
  align-items: center;
  float:right;
  text-transform: capitalize;
}
.see-all span{
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#FFE603;
  border-radius:50%;
  border:none;
  margin-left:10px;
}
.see-all span:before{
  display: none;
}
.see-all span svg{
  fill: #000;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.attrection-slider .cart-item .image-box img{
  height:250px;
}
.visit-links ul li{
  margin-right:20px;
  margin-bottom: 20px;
}
.visit-links ul li a{
  font-size:15px;
  font-weight:500;
  color:#000;
  text-align: center;
  border:1px solid #FFE603;
  padding:10px 30px;
  text-decoration: none;
  display: inline-block;
}

.toggle-button, .close-menu, .hide-on-desktop{
  display:none;
}

/* detail page css */

.detain{
  /* background-image:url(../../images/paris.jpg); */
  position:relative;
  display:flex;
  justify-content:flex-end;
  min-height: 470px;
}
.detain .package-image{
  width:70%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}
.detain .package-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height: 470px;
}

/* Tablet screens */
@media (max-width: 992px) {
    .detain .package-image img {
        min-height: 350px;
    }
     .detain .package-image{
    display:block;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
    .detain .package-image img {
        min-height: 220px;
    }
     .detain .package-image{
    display:block;
  }
}
.package-info{
  width:30%;
  padding:25px 20px;
  background-color:#686868;
}
.package-info h1{
  font-size:20px;
  line-height:30px;
  color:#FFE603;
  margin-bottom:10px;
}
.day-night{
  font-size:15px;
  color:#ddd;
  display:block;
  margin-bottom:10px;
  font-weight:500;
}
.crose-price{
  display:block;
  color:#ddd;
  font-size:16px;
  text-decoration:line-through;
}
.main-price span{
  padding:3px 5px;
  color:#000;
  background-color:#FFE603;
  font-size:18px;
  font-weight:500;
  margin:10px 0px;
  border-radius:5px;
}
.main-price sub{
  font-size:14px;
  color:#fff;
  padding-left:10px;
}
.daylist li{
  color:#fff;
  font-size:16px;
  margin-bottom:10px;
  line-height: 24px;
}
.package-info h3{
  font-size:20px;
  margin-bottom:20px;
  color:#FFE603;
  margin-top:20px;
}
.itinery-list ul{
  flex-wrap:wrap;
}
.itinery-list ul li{
  display:flex;
  flex-direction:column;


}
.itinery-list ul li p{
  font-size:15px;
  color:#fff;
  text-align:center;
}
.itinery-list ul li span{
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:2px solid #FFE603;
  margin:10px auto;
}

.itinery-list ul li:not(:last-of-type){
  margin-right:20px;
}
.package-info .btn-group a{
  width:auto;
  margin-right:10px;
}
.package-info .btn-group a:first-child{
  background-color:transparent;
  color:#fff;
}
.tab-wrapper .tabs{
  list-style:none;
  border-bottom:1px solid #FFE603;
  padding-bottom:20px !important;
}
.tab-wrapper .tabs .tab-link{
  font-size:18px;
  margin-right:40px;
  font-weight:500;
  color:#000;
  cursor:pointer;
  transition: all ease 0.5s;
  letter-spacing: 1px
}
.tab-wrapper .tabs .tab-link:hover{
  color:#FFE603;
}
.tab-wrapper .tabs .tab-link.active{
  color:#FFE603;
}
.content-wrapper .tab-content{
  display: none;
  opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}
.content-wrapper .tab-content.active{
  display: block
}
.content-wrapper .tab-content .dest-heading h2 span{
  display:block;
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.form-area{
  background-color:#ddd;
  padding:15px;
}
.form-area input, .form-area textarea{
  width:100%;
  background-color:#fff;
  border-radius:8px;
  border:none;
  margin-bottom:15px;
  padding:10px;
}
.form-area input:focus, .form-area textarea:focus{
  outline:none;
  box-shadow:none;
}
.form-area textarea{
  width:100%;

}
.form-area .dropdown-toggle{
  background-color:#fff;
  border-radius:8px;
  border:none;
  margin-right:15px;
  height:44px;
}
.form-area .input-group input{
  border-top-left-radius:8px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.offer-title{
  background-color:#464646;
  padding:15px;


}
.offer-title h2,.getqout{
  color:#FFE603 !important;
  font-size:24px;
  font-style: italic;
}


.offer-title p{
  color:#fff;
  font-size:18px;
  font-style: italic;
}
.txt ul{
  list-style:disc;
  padding-left:20px !important;
}
.txt ul li{
  font-size:14px;
  color:#000;
  line-height:20px;
  margin-top:10px;
}
.desc ul li{
 font-size: 14.0pt;
  line-height: 24px;
  color: #373737;
  margin-bottom:10px;
}
.desc ul li{
  list-style:disc;
}
.tab-content .desc .accordion-item{
  padding:0;
  margin:0;
  border:none;
}
.tab-content .accordion{
  background-color:#fbf9f9;
  padding:10px 20px;
}
.tab-content .desc .accordion-item{
  background-color:transparent;
  
}
.tab-content .desc .accordion-item button{
  background-color:transparent;
  border:none;
  color:#000;
  box-shadow:none;
  padding:15px 0px;
}
.tab-content .desc .accordion-body{
  padding:0px 40px 0px 20px;
}
.tab-content .desc .accordion-body ul{
  padding-left:10px;
}
.acc_wrapper .accordion-button{
  border:none;
  background-color:transparent;
  padding:10px 0px;
  box-shadow:none;
}
.acc_wrapper .accordion-button span{
  display:block;
  width:100%;
  color:#000;
  font-weight:600;
  font-size:20px;
  margin-bottom:20px;
}
.acc_wrapper .accordion-item{
  border:none;
}
.acc_wrapper .accordion-body{
  padding:0px;
}
.acc_wrapper .accordion-button::after{
  position: absolute;
  right: 0;
  top:15px;
}
.hot-desc{
  padding-right:20px;
}
.hot-desc h4{
  color:#000;
  font-weight:600;
  font-size:18px;
}
.hot-desc ul li svg{
  width:15px;
  height:15px;
  fill:#ff7555;
}
.hotel-item{
  background-color:#ccc;
  overflow:hidden;
}
.hotel-item .img_box{
  width:30%;
  height:280px;
}
.hotel-item .img_box img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hotel-item .about-hotel{
  width:70%;
}
.hot-desc p{
  margin-top:10px;
}
.btn-city{
  margin:0px 40px;
}
.select-cat-item{
  background-color:#ccc;
  border:1px solid #FFE603;
  padding:15px;
}
.check-area input{
  border:1px solid #FFE603;
  width:20px;
  height:20px;
}



@media only screen and (max-width:1399px){
  nav ul li a{
    font-size: 14px;
  }
  nav ul li:not(:last-of-type){
    margin-right: 10px;
  }
  .filter-box button{
    font-size:14px;
  }
  .accordion-body{
    padding:20px 0px;
  }
}
@media only screen and (max-width:1199px){
  nav ul li a{
    font-size:14px;
  }
  .banner .slider-image{
    height:400px;
  }
  .cart-item .image-box img{
    height:270px;
  }
  .overlay-content h3{
    font-size:24px;
  }
  .north-dest .northpackage .left-item .image-box img {
    height: 450px;
  }
  .north-dest .cart-item .image-box img{
    height:215px;
  }
  .btn-group .custom-btn{
    padding: 10px 10px;
    font-size: 13px;
  }
  .productcard-content .price{
    font-size:16px;
  }
  .detain .package-image{
    width:60%;
    
  }
  .package-info{
    width:40%;
  }
  .tab-wrapper .tabs .tab-link{
    margin-right:24px;
  }
  .related-prod .productCard .img-item{
    height:170px;
  }
  .related-prod .swiper-button-next, .related-prod .swiper-button-prev{
    top:33%;
  }
  .hotel-item .img_box{
    height:240px;
  }
  .btn-city{
    margin: 0px 20px;
  }
}
@media only screen and (max-width:991px){
  nav{
    position:fixed;
    right:0;
    top:0;
    width:300px;
    height:100%;
    background-color:#FFE603;
    z-index:9;
    transition:0.5s ease-in-out;
    transform: translateX(100%)
  }
  nav ul{
    flex-direction: column;
    padding-top:40px;
  }
  nav ul li{
    margin:10px 0px;
  }
  nav ul li a svg{
    fill:#000;
  }
  nav ul li a{
    font-size:16px;
    display:block;
    padding:0px;
    text-align:center;
  }
  nav.active{
    transform: translateX(0%)
  }

  .toggle-button, .close-menu{
    display:block;
    cursor:pointer;
  }
  .toggle-button svg{
    width:30px;
    height:30px;
  }
  .banner .slider-image{
    height:250px;
  }
  .menu-dropdown{
    position:relative;
    left:inherit;
    top:inherit;
    opacity:1;
    visibility:visible;
    margin-top:10px;
    display:none;
    transform:inherit;
  }
  .menu-dropdown.active{
    display:block;
  }
  nav ul li:not(:last-of-type){
    margin-right:0px;
  }
  .close-menu svg{
    width:30px;
    height:30px;
    position:absolute;
    right:20px;
    top:15px;
  }
  .menu-dropdown ul li a:hover{
    background-color:#fff;
    padding:8px 10px;
  }
  .searchby{
    padding: 8px 10px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .searchengin{
    padding:20px;
  }
  .mob-submit{
    background-color:transparent;
    display:flex;
    justify-content:center;
    border:none;
  }
  .north-dest .northpackage .left-item .image-box img{
    height:250px;
  }
  .overlay-content{
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-button-prev, .swiper-button-next{
    width:30px;
    height:30px;
  }
  .swiper-button-prev svg, .swiper-button-next svg{
    width:20px;
  }
  .demand-packages .cart-item .product-details p{
    font-size:14px;
    line-height:20px;
  }
  .dest-heading h2{
    font-size:20px;
  }
  .footer-item h6{
    font-size:16px;
  }
  .productCard .img-item{
    height:160px;
  }
  .productcard-content h3{
    font-size:14px;
  }
  .btn-group{
    flex-direction:column;
  }
  .btn-group .custom-btn{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .dest-link{
    padding-left:0px;
  }
  .attrection-slider .cart-item .image-box img{
    height:150px;
  }
  .package-info .btn-group{
    flex-direction:row;
  }
  .tab-wrapper .tabs .tab-link{
    font-size:13px;
    margin-right: 10px;
  }
  .hotel-item{
   flex-direction:column;
   flex-wrap:wrap; 
  }
  .hotel-item .img_box, .hotel-item .about-hotel{
    width:100%;
    flex-direction:column;
   flex-wrap:wrap; 
  }
  .hot-desc{
    text-align:center;
    padding:20px 20px;
  }
  .hot-desc ul{
    justify-content:center;
  }
  .hotel-item .about-hotel{
    margin-top:20px;
  }
  .select-price h4{
    font-size:18px;
  }
  .check-detail h5{
    font-size:18px;
  }
 
}
@media only screen and (max-width:767px){
  .demand-packages .swiper-wrapper{
    padding-left:0px;
  }
  .banner{
    margin-bottom:20px;
  }
  .destination{
    margin:20px 0px !important;
  }
  .hide-on-desktop{
    display:block;
  }
  .filter-btn{
    border:none;
    background-color:transparent;
    float:right;
  }
  .filter-btn:focus{
    outline:none;
  }
  .filter-btn svg{
    width:20px;
    height:20px;
    vertical-align: middle;
  }
  .sidebar{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100vh;
    background-color:#fff;
    transition:0.5s ease-in-out;
    transform:translateY(100%);
    padding:20px 100px;
    z-index:999;
    overflow:auto;
  }
  .sidebar.active{
    transform:translateY(0%);
  }
  .right-side-title h2{
    text-align:center;
  }
  .sidebar{
    padding:20px 15px;
  }
  .sideswiper{
    height:250px;
  }
  .sideswiper .swiper-slide img{
    height:160px;
  }
  footer{
    padding:20px 0px;
  }
  .footer-item{
    margin-bottom:30px;
  }
  .package-info, .detain .package-image{
    width:50%;
  }
  .tab-wrapper .tabs .tab-link{
    font-size:16px;
  }
  .daylist li{
    font-size:13px;
  }
  .itinery-list ul li:not(:last-of-type){
    margin-right:14px;
  }
  .package-info h3{
    margin-top:10px;
    margin-bottom:10px;
  }
  .select-cat-item .check-area{
    margin-left:0px !important;
  }
  .check-detail h5, .acc_wrapper .accordion-button span{
    font-size:16px;
  }
  .acc_wrapper .accordion-button span, .dest-heading{
    margin-bottom:10px !important;
  }
  .package-info{
    width:100%;
  }
  /*.detain .package-image{*/
  /*  display:none;*/
  /*}*/
}
@media only screen and (max-width:575px){
  .cart-item .image-box img,
  .dest-ind-slider .cart-item .image-box img,
  .demand-packages .cart-item .image-box img{
    height:170px;
  }
  .cart-item span{
    padding: 7px 10px;
    font-size: 14px;
    bottom: 0px;
  }
  .dest-heading h2{
    font-size:14px;
    margin-bottom:0px !important;
  }
  .dest-heading{
    margin-bottom:20px !important;
  }
  .sea-all{
    font-size:14px;
  }
  .customer-support .dest-heading p{
    margin-top:20px;
  }
  .search-item{
    width:auto;
    background-color:transparent;
  }
  .search-item input{
    display:none;
  }
  .search-item button{
    position:relative;
    left:inherit;
    top:inherit;
  }
  .toggle-button{
    margin-left:70px;
  }
  .banner .slider-image {
    height: 220px;
  }
  nav{
    padding-top:40px !important;
  }
  p{
    font-size:14px;
    line-height:20px;
  }
  .tab-wrapper{
    height: 30px;
    overflow: hidden;
    margin-bottom:20px !important;
  }
  .tab-wrapper .tabs{
    width:100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .tab-wrapper .tabs .tab-link{
    margin-right:20px;
  }
}


.floatvk {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-floatvk {
    margin-top: 16px;
    color: #fff;
}

.fa-whatsapp:before {
    padding-top: 14px !important;
}



/* popup */

/* Popup overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup content */
.popup-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* Show popup */
.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .topcall {
        display: none;
    }
}


