@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto:wght@400;500&display=swap');
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap";

:root {
  --accent-color: darkblue;
  --secondary-color: green;
}

@charset "utf-8";

/* Font Css Design */

@font-face {
  font-family: myFirstFont;
  src: url('fonts/SoleilRegular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: myFirstFontBold;
  src: url('fonts/SoleilBold.otf');
}

@font-face {
  font-family: myFirstFontBook;
  src: url('fonts/SoleilBook.otf');
}

@font-face {
  font-family: myFirstFontLight;
  src: url('fonts/SoleilLight.otf');
}

@font-face {
  font-family: mySecondFont;
  src: url('fonts/Regular_Brush.otf');
}


html,
body {
  width: 100%;
  height: 100%;
 scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #0b3b59;
}

a {
  color: #0076c0;
  /*display: inline-block;*/
}

.cp{
    cursor:pointer;
}

.header .navbar-brand {
  color: #0b3b59;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
  padding-left: 15px;
}

.navbar-brand span {
  font-weight: 400;
}

.fixed .navbar-brand {
  color: #6347F9;
}
.fixed .nav-item .nav-link{
  color: #7a7e8a;
}

.navbar-toggler i{
  color: #fff;
}
.fixed .navbar-toggler i{
  color: #0b3b59;
}
.badge-offer {
  background-color: #0b3b59;
  color: #fff;
  padding: 6px;
  font-weight: 500;
}
.btn-main{
  background-color: #0b3b59;
  color: #fff !important;
}
.btn-main i{
  transition: all 300ms ease;
}
.btn-main:hover i{
  margin-left: 8px;
}

/*-----------------
Watermark
----------------*/
.watermark {
  position: fixed;
  bottom: 0;
  right: 0;
  user-select: none;
  /* Non-prefixed version for chorme, opera and*/
  -ms-user-select: none;
  /* Internet Explorer, Edge */
  -moz-user-select: none;
  /* Firefox */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
}

.watermark:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(https://carrnivaltrips.online/v1/assets/img/cth_logo.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
}

/*---------------------
Error & Success alert
---------------------*/
.error {
  display: none;
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--accent-color);
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
  box-shadow: 1px 1px 3px #2f2f2f;
  z-index: 99999;
}

.success {
  display: none;
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--secondary-color);
  /*background-color: green;*/
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
  box-shadow: 1px 1px 3px #2f2f2f;
  z-index: 99999;
}

/* Homepage Search Block */
.homepage-search-block {
  background-color: #eef0ef;
}

.homepage-search-form .form-control {
  font-size: 15px;
  height: 50px;
  padding-right: 106px;
}

.homepage-search-form .form-group {
  position: relative;
}

.homepage-search-form .locate-me {
  background: #ececec none repeat scroll 0 0;
  color: #666;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 3px;
  position: absolute;
  right: 14px;
  top: 9px;
}

.homepage-search-form .locate-me:hover {
  background: #666 none repeat scroll 0 0;
  color: #ffffff;
}

.homepage-search-form .btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 50px;
  padding: 13px 5px;
}

.homepage-search-form .location-dropdown i {
  left: 18px;
  position: absolute;
  top: 20px;
  z-index: 9;
}

.homepage-search-form .select2-selection {
  border-color: #ced4da !important;
  border-radius: 0 !important;
  height: 50px !important;
  outline: none !important;
}

.homepage-search-form .select2-selection__rendered {
  font-size: 15px;
  line-height: 47px !important;
  padding: 0 28px 0 31px !important;
}

.homepage-search-form .select2-selection__arrow {
  right: 9px !important;
  top: 13px !important;
}

.select2-dropdown {
  margin: -2px 0 0 0;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
}

.select2-search__field {
  outline: none !important;
  border: 1px solid #ced4da;
}

.owl-carousel-category .owl-nav button {
  top: 36px;
}

/* Homepage */
.line {
  background-color: #0b3b59;
  border-radius: 12px;
  display: inline-table;
  height: 4px;
  margin: 0 0 51px;
  width: 50px;
}

/* Homepage */
.line {
  margin: 0 0 20px;
}

.dropdown-cart-top-header {
  min-height: 75px;
}

.carrnival-category-item:hover {
  border: 1px solid var(--accent-color);
}
.carrnival-category-item{
  height: 160px;
}
.carrnival-category-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carrnival-category-item h6{
  color: #fff;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  transition: all 300ms ease-in;
}
.carrnival-category-item:hover h6{
    background:#00000063;
  bottom: 10px;
}
/*.carrnival-category-item:hover img{*/
/*  opacity: 0.5;*/
/*}*/


.banner-trip .item{
  position: relative;
  border-right: 2px solid #ffffff;
  background: #6347f9;
  transition: all 300ms ease-in;
}
.banner-trip .item:hover{
  background-color: #fff;
}
.banner-trip .item:hover img{
  transform: scale(1.2);
}
.banner-trip .col-lg-3:last-child .item{
  border-right: 0;
}
.banner-trip .item a{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  padding: 25px 5px;
  transition: all 300ms ease-in;
}
.banner-trip .item:hover a{
  color: #0b3b59;
}
.banner-trip .item:hover h6{
/*   letter-spacing: 1px; */
  font-size: 16px;
}


.list-card .list-card-image {
  height: 165px;
}
.list-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}
.products-box {
  position: relative;
}

.products-box .box-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.products-box .box-icon .honeymoon-icon {
  font-size: 40px;
  text-shadow: 0 0 5px #f44336;
}

.packages-image {
  height: 250px;
  object-fit: cover;
  filter: drop-shadow(7px 4px 5px black);
  border-radius: 0;
}

.tea-tourism-packages-list .products-box .card img {
  height: 200px;
}

.tea-tourism-packages-list .products-box a {
  display: block;
}

.tea-tourism-packages-list .products-box a.btn {
  display: inline-block;
}

.tea-tourism-packages-list .products-box a img {
  width: 100%;
  height: 200px;
}

.single-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.heading-circle {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 7px 0px;
  background-color: #f44336;
  position: relative;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  border: 2px solid #fff;
  z-index: 99;
}

.heading-circle p {
  position: absolute;
  top: 8px;
  left: 4px;
  color: #fff;
  margin-bottom: 0;
}

.heading-circle i {
  position: absolute;
  color: #fff;
  font-size: 25px;
}

.tea-tourism-item {
  width: 100%;
  display: inline-block;
  height: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.tea-tourism-item img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}

/* Packages */
/* .best-packages-single.packages-page {
  height: 265px;
} */

/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
    its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.*/
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;*/
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: var(--secondary-color);
}

/* Styling;*/
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: var(--secondary-color);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid var(--secondary-color);
  border: 8px solid var(--secondary-color-opacity);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.apply-filter-holder {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #f1f1f1;
  z-index: 1;
}

.display-mobile-only {
  display: none;
}

.display-desktop-only {
  display: inline-block;
}

.packages-filter {
  position: static;
  z-index: 0;
  height: 100%;
  overflow: initial;
  background-color: #f3f7f8;
}

.packages-card-body {
  position: relative;
  padding: 1rem;
}

/* Single destination */
.restaurant-detailed-banner .img-fluid.cover {
  height: 200px;
}

.restaurant-detailed-header-left img {
  border: 2px solid #fff;
}

.restaurant-detailed-header-right .btn-success,
.restaurant-detailed-header-right .btn-accent {
  border-radius: 3px;
  height: auto;
  margin: 0px 0 18px;
  min-width: auto;
  padding: 0.25rem 0.5rem;
}

.mall-category-item small {
  color: var(--accent-color);
}

.mall-category-item:hover small {
  background: var(--accent-color);
  color: var(--accent-color-matching-text);
}

.destination-sidebar {
  position: sticky;
  top: 70px;
}

.best-packages-single.hotels-page {
  height: 290px;
}

.best-packages-single.hotels-page .list-card .list-card-image {
  height: 127px;
}

.best-packages-single.hotels-page .display-on-hover {
  border-top: 0;
  padding-top: 0;
}

.best-packages-single.hotels-page .list-card {
  height: 270px;
}

.best-packages-single.hotels-page .features i {
  font-size: 30px;
}

.best-packages-single.hotels-page:hover>.list-card {
  height: 310px;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.amenities i {
  font-size: 40px;
  margin-right: 10px;
  display: block;
}

.generator-bg {
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
}

/* blogs */
.order-list img.mr-4 {
  width: auto;
  height: 120px;
}

/* modal */
#lead-modal .side-img {
  position: relative;
}

#lead-modal .side-img .holder {
  width: 100%;
  position: absolute;
  top: -5px;
  right: 7px;
  border: 10px solid #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#lead-modal .close-holder {
  width: 40px;
  height: 40px;
  padding: 6px 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -5px;
  right: 7px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* responsive only */
@media only screen and (max-width: 640px) {

  .homepage-add-section {
    padding: 0;
  }

  .packages-image {
    height: 172px;
  }
  .heading-circle {
    position: absolute;
    left: -25px;
  }

  .app {
    margin-top: 25px;
  }

  .tea-tourism-packages-list .col-md-6 {
    padding: 0;
  }

  .tea-tourism-packages-list .products-box a.btn {
    display: inline-block;
  }

  .book-now-pay-later-list {
    padding-top: 0;
  }

  .book-now-pay-later-list .homepage-add-section {
    padding-top: 0;
  }

  .best-packages-single .list-card {
    height: 400px;
  }

  .display-mobile-only {
    display: inline-block;
  }

  .display-desktop-only {
    display: none;
  }

  .packages-filter {
    position: fixed;
    left: 0;
    z-index: 999;
    height: 465px;
    overflow: scroll;
    right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

  .custom-margin {
    margin: 0;
  }

  .best-packages-single.packages-page>.list-card {
    height: 290px;
  }

  .packages-card-body {
    padding: 0.25rem 0.5rem;
  }

  .packages-card-body .list-card-body p.subhead {
    font-size: 10px;
  }

  .best-packages-single.hotels-page {
    height: 220px;
  }

  .best-packages-single.hotels-page .list-card {
    height: 235px;
  }

  .best-packages-single.hotels-page .features i {
    font-size: 18px;
    margin-right: 2px;
  }

  .restaurant-detailed-banner .img-fluid.cover {
    height: 400px;
  }

  .restaurant-detailed-header-left {
    margin-bottom: 20px;
  }
}

/* ================================
            New CSS
================================ */
.carrnival-nav {
  background: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.fixed .navbar-brand img {
  width: 85px;
}

.fixed .navbar {
  padding: 0;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.banner-swiper .swiper-slide::before{
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00000040;
  z-index: 1;
}

.homepage-search-block {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.carrnival-nav .nav-link {
  font-size: 16px;
  padding: 20px 12px !important;
  margin: 0;
  color: #fff;
}
.fixed .carrnival-nav .nav-link:hover{
  color: #0b3b59;
}

.banner-swiper{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  width: 100%;
  position: relative;
  z-index: 9;
}

.homepage-search-title {
  margin-bottom: 60px;
}

.homepage-search-title h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 30px;
}
.homepage-search-title h1 .stroke{
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}
.homepage-search-title h5 {
  color: #fff;
  font-size: 20px;
}
.banner-trip{
  margin-bottom: 30px;
}
.btn-search {
  display: block;
  border-radius: 0;
  background-color: #6347F9;
  color: #fff;
  font-family: "Roboto", sans-serif;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-search:hover {
  background-color: #712ec4;
  color: #fff;
}
.products-section {
  background: #e1f4ff;
}
.section-header{
  margin-bottom: 30px;
}
.section-header h2, .section-header h3{
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0b3b59;
  margin-bottom: 25px;
  font-family: "Playfair display", serif;
}
/* .section-header h3{
  font-size: 34px;
  font-weight: 600;
  color: #0b3b59;
  margin-bottom: 20px;
  font-family: "Playfair display", serif;
} */
.section-header h4{
  font-family: "Playfair display", serif;
  font-size: 24px;
  font-weight: 500;
  color: #a4508b;
  margin-bottom: 15px;
}
.section-header h5,
.pkg-text h5{
  font-size: 20px;
  font-weight: 500;
  color: #0b3b59;
}
.section-header p {
  font-size: 15px;
}
.section-header p span{
  color: #a4508b;
  font-weight: 500;
}
.section-header p a{
  color: #0b3b59;
  display: inline-block;
}
.products-box, .offer-slider{
  height: 250px;
  overflow: hidden;
}
.offer-slider .swiper-wrapper, .offer-slider .swiper-slide{
  height: 100%;
}
.products-box::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;/*remove it for showing black shadow*/
  background-image: linear-gradient(to top, rgba(0,0,0,0.9), transparent 50%);
}
.products-box > a{
  height: 100%;
}
.products-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 300ms all ease-out;
}
.products-box:hover img{
  transform: scale(1.2);
}
.products-box .card-title{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.products-box p{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.card-img-overlay a{
  color: #6347F9;
  background: #fff;
  margin-top: 15px;
  padding: 8px 12px;
  transition: all 300ms ease-in;
}
.card-img-overlay{
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  background: #00000050;
}

.list-item{
  height: 100%;
  border: 0;
  transform: scale(0.99);
  transition: all 300ms ease;
  overflow: hidden;
}
.list-item h4 a{
  font-size: 16px;
  font-weight: 600;
  color: #0b3b59;
  margin-bottom: 8px;
}
.list-item h5{
  color: #0b3b59;
  font-size: 15px;
}
.list-item .card-body{
  padding: 0.6rem 1rem;
  position: relative;
}
.available-feature{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: all 300ms ease-in;
}
.list-item:hover{
  transform: scale(1);
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
  box-shadow: 0 25px 20px -15px rgb(0 0 0 / 10%) !important;
}
.list-item:hover .available-feature{
  transform: translateX(0);
}
.available-feature li{
  margin-bottom: 4px;
}
.available-feature li i{
  font-size: 18px;
  color: #0b3b59;
}
/*-------------Placeholder------------*/
.placeholder{
    background:url("https://carrnivaltrips.online/uploads/placeholder.jpg") no-repeat;     
}
/*-------------END Placeholder------------*/

.list-card-image{
    background:url("https://carrnivaltrips.online/uploads/placeholder.jpg") no-repeat;   
    position: relative;
    height: 200px;
    overflow: hidden;
}
.card-rating{
  font-size: 14px;
  color: #525252;
  font-weight: 500;
}
.card-rating i{
  color: #129b0d;
}
.listing-discount{
  font-size: 70%;
  display: block;
}
.listing-discount s{
  color: #aaa;
}
.listing-discount small{
  color: #129b0d;
  margin-left: 8px;
  font-size: 100%;
}
.member-plan{
  position: absolute;
  /*left: 3px;*/
  left: 0;
  top: 1px;
  padding: 8px;
  z-index: 5;
  background: #ffc107;
  border-radius:0px 20px 20px 0px;
  /*border-radius:15px 20px 20px 10px;*/
  /*clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 50%, 100% 0);*/
  /*  text-align: left !important;*/
  /*  padding: 5px 38px 5px 10px;*/
  color: #000;
  font-size: 12px;
  text-align: left;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  /* text-transform: uppercase; */
}
.trip-days{
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateY(50%);
  background-color: #a4508b;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}
.trip-tags span{
  display: inline-block;
  color: #6c8293;
  font-size: 12px;
  text-transform: capitalize;
  padding-left: 10px;
  position: relative;
}
.trip-tags span::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Footer */
.footer, footer {
  background-color: #0b3b59;
  color: #fff;
}
.footer p{
  color: #fff;
  margin-bottom: 25px;
}
.footer h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.newsletter-form .form-control{
  border-radius: 0;
  padding: 16px 20px;
  font-size: 15px;
  height: auto;
}
.app ul{
  display: flex;
  align-items: center;
}
.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  line-height: 26px;
  list-style: outside none none;
}

.footer ul li a {
  color: #6c8293;
}
.footer ul li a:hover{
  color: #fff;
}
.search-links a {
  color: #666;
  font-size: 12px;
  line-height: 23px;
  margin: 0 2px;
}

.search-links {
  font-size: 11px;
}
.call-section{
  padding: 100px 0;
  text-align: center;
  background: url(../img/bg.png), rgb(0 0 0 / 54%);
  background-blend-mode: saturation;
  background-size: cover;
  background-position: center;
}
.call-section .btn-search{
  width: auto;
  padding: 15px 30px;
  display: inline-block;
}
.call-section h5{
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}
.package_one{
  height: 870px;
}
.package_one .swiper-slide{
  height: calc((100% - 135px) / 2) !important;
  /*height: calc((100% - 30px) / 2) !important;*/
}
.btn-blue {
  background-color: #6347f9;
  color: #fff !important;
  border-radius: 0;
  padding: 12px 20px;
}
.link-btn{
  background: none;
  color: #0b3b59 !important;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  transition: all 300ms ease-in;
}
.link-btn:hover{
  border-bottom: 1px solid #0b3b59;
}
/* Package Details Page */
.restaurant-detailed-banner{
  position: relative;
  /* min-height: 40vh; */
  background-size: cover;
  background-position: center;
}
.restaurant-detailed-banner::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 18, 52, 0) 0%, rgba(16, 18, 52, 1) 95%);
}
.restaurant-detailed-header{
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  padding: 150px 100px 30px 100px;
}
.restaurant-detailed-header-left h1{
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px){
    .call-btn-border, .call-btn-dark {
        background: none;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 0;
        padding: 12px 15px;
        font-size: 12px !important;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: capitalize;
    }
}
@media only screen and (max-width: 480px)
{
    .restaurant-detailed-header-left h1 {
        font-size: 18px !important;
        font-weight: 900;
    }
    .restaurant-detailed-header-left h4 p{
        font-size: 13px !important;
    }
    
}

.restaurant-detailed-header-left h4{
  color: #e1f4ff;
  font-size: 14px;
  line-height: 1.4;
}
.restaurant-detailed-header-left h1 .badge{
  background-color: #6347f9;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 0;
  padding: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.call-btn-border, .call-btn-dark{
  background: none;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.call-btn-dark{
  border-color: transparent;
  background-color: #0b3b59;
}
.call-btn-border:hover, .call-btn-dark:hover{
  background: #fff;
  color: #0b3b59;
}
.rating-badge{
  background: #e1f4ff;
  background: #129b0d;
  color: #0b3b59;
  color: #fff;
  padding: 3px 8px;
  margin-right: 12px;
  font-size: 18px;
}
.pkg-nav-tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pkg-nav-tab .nav-link {
  border-bottom: 3px solid transparent;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #0b3b59;
  white-space: nowrap;
}
.pkg-nav-tab .nav-link.active{
  color: #6347F9;
  border-color: #6347F9;
}
.pkg-nav-tab .nav-item{
  margin-right: 30px;
}
.pkg-nav-filter .mark-btn{
  background-color: #f3f7f8;
  border-radius: 0;
  padding: 4px 8px;
  margin-right: 10px;
}
.pkg-nav-filter .mark-btn:hover{
  background-color: #e1f4ff;
}
.pkg-nav-filter .mark-btn:focus{
  outline: 0;
  border: 0;
  box-shadow: none;
}
.recom-tab{
  margin-bottom: 25px;
}
.recom-tab h5{
  font-size: 20px;
  color: #0b3b59;
  margin-bottom: 25px;
}
.recom-tab .badge{
  background-color: #0b3b59;
  color: #e1f4ff;
  padding: 8px 5px;
}
.tour-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.tour-header h5{
  font-size: 20px;
  color: #0b3b59;
  font-weight: 600;
  margin-bottom: 0;
}
.products-listing .section-header{
  margin-bottom: 15px;
  margin-top: 15px;
}
.products-listing .btn-link{
  padding: 0;
  color: #a4508b;
}
.load_more{
  border: 1px solid #0b3b59;
}
.load_more:hover{
  background-color: #0b3b59;
  color: #fff;
}
.day-detail {
  background: #0b3b59;
  color: #fff;
  padding: 8px 10px 8px 60px;
  margin-left: -18px;
  margin-bottom: 20px;
  top: 55px;
  z-index: 999;
}
.day-detail p{
  color: #fff;
  margin: 0;
}
small.dayCount {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2c6b93;
  display: flex;
  align-items: center;
  width: 50px;
  color: #fff;
  justify-content: center;
  font-size: 16px;
}

.readml {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  transition: 300ms all linear;
  height: auto;
}
.expand .readml{
  height: auto !important;
  transition: 300ms all linear;
}
.readml-btn{
  text-align: right;
  display: none;
}
.fade-opc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(to top, rgb(225 244 255), transparent 50%);*/
  height: 40px;
}
.readml.white .fade-opc{
  /*background: linear-gradient(to top, rgb(243, 247, 248), transparent 50%);*/
}
.readml-btn::before{
  content: 'Read More';
}
.readml-btn.expand::before{
  content: 'Read Less';
}
.card-dn{
  font-size: 10px;
  color: #fff;
  background: #4931d6;
  padding: 5px 7px;
  border-radius: 15px;
  font-weight: 600;
  position: absolute;
  top: -25px;
  right: 5px;
  letter-spacing: 0.1em;
}
.card-dn-left{
    font-size: 10px;
    color: #fff;
    background: #ffc107;
    padding: 5px 7px;
    text-transform:uppercase;
    border-radius: 0px 15px 15px 0px;
    font-weight: 600;
    position: absolute;
    top: -25px;
    left: 0px;
    letter-spacing: 0.1em;
    
        background-image: linear-gradient(to left, #5b109b, #ff0058);
    width: fit-content;
    /*color: white;*/
    clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 50%, 100% 0);
    text-align: left !important;
    padding: 5px 38px 5px 10px;
}

.card-dn-right {
    font-size: 10px;
    color: #fff;
    background: #ffc107;
    padding: 5px 7px;
    text-transform: uppercase;
    /* border-radius: 0px 15px 15px 0px; */
    font-weight: 600;
    position: absolute;
    top: 0px;
    /* left: 0px; */
    right: 0;
    letter-spacing: 0.1em;
    background-image: linear-gradient(to left, #5b109b, #ff0058);
    width: fit-content;
    color: white;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 20% 50%, 0 0);
    text-align: left !important;
    padding: 5px 8px 5px 38px;
}

.card-dn-left-bottom {
    font-size: 10px;
    color: #fff;
    background: #ffc107;
    padding: 5px 7px;
    text-transform: uppercase;
    border-radius: 0px 15px 15px 0px;
    font-weight: 600;
    position: absolute;
    /* top: -25px; */
    left: 0px;
    bottom: 0;
    letter-spacing: 0.1em;
    background-image: linear-gradient(to left, #5b109b, #ff0058);
    width: fit-content;
    /* color: white; */
    clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 50%, 100% 0);
    text-align: left !important;
    padding: 5px 38px 5px 10px;
    z-index: 999;
}
.card-p{
  margin-bottom: 8px;
}
.card-p span{
  white-space: nowrap;
}
.card-p span strong{
  color: #4931d6;
}
.pkg-text .readml-btn{
  display: block;
}
.pkg-text .readml{
  height: 50px;
}
.pkg-text .readml.white .fade-opc {
  background: linear-gradient(to top, rgb(255 255 255), transparent 50%);
}
.pricing_wrap{
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  margin-bottom: 30px;
}
.pricing-wrap__strikethrough-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #757575;
}
.pricing-wrap__strikethrough-price {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #bababa;
  margin-left: 5px;
}
.pricing-wrap__current-price-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.pricing-wrap__current-price {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #6347f9;
  line-height: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-right: 15px;
}
.pricing-wrap__inventory-name {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}
.pricing-percent-difference {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #e1f4ff;
  background: #0b3b59;
  border-radius: 5px;
  margin: 0 5px;
}
.gold-members{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.gold-members:last-child{
  border: 0;
  margin: 0;
  padding: 0;
}
.gold-members p{
  margin: 0;
}
.enquiryForm h5{
  font-size: 18px;
  color: #0b3b59;
  font-weight: 600;
  margin-bottom: 20px;
}
.enquiryForm .form-control{
  font-size: 15px;
  margin-bottom: 12px;
}
.pricing_wrap_top{
  display: none;
}
.terms-conditions{
  padding: 0;
  margin-top: 20px;
}
.terms-conditions li{
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #0b3b59;
  margin-bottom: 8px;
}
.terms-conditions li i{
  margin-right: 8px;
  color: #129b0d;
}
.submit-button{
  display: block;
  width: 100%;
  background-color: #6347F9;
  color: #fff;
}
.submit-button:hover{
  color: #fff;
  background-color: #4931d6;
}
.ads-img{
  height: 500px;
}
.ads-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixedCTA{
  position: sticky;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  align-items: center;
  display: none;
}
.fixedCTA a{
  text-align: center;
  padding: 15px;
  width: 50%;
  color: #fff;
}
.fixedCTA a i{
  font-size: 20px;
  vertical-align: middle;
}
.fixedCTA .whatsapp{
  background-color: #56d062;
}
.fixedCTA .buy{
  background-color: #6347f9;
}
.day-card{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.day-card .dayDetailsImg{
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 20px;
}
.socialMenu{
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.socialMenu li{
  margin-right: 15px;
  line-height: 1 !important;
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.socialMenu li a i{
  color: #0b3b59;
  font-size: 25px;
}
.socialMenu li:hover a i{
  color: #4931d6;
}


/* =============================== Multi Step Form CSS  Starts =========================== */

.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2,
.multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
    display: none !important;
}

.no-js .multi-step-form fieldset,
.multi-step-form.edit-form fieldset {
    display: block !important;
}

.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset],
.multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
    display: inline-block !important;
}

.no-js .multi-step-form .steps,
.multi-step-form.edit-form .steps {
    display: none;
}

.multi-step-form fieldset {
    display: none;
}

.multi-step-form fieldset:first-of-type {
    display: block;
}

.multi-step-form fieldset.hidden {
    display: none;
}

.multi-step-form fieldset.visible {
    display: block;
}

.error-text {
    color: red;
}

.fieldset button{
  color: #0b3b59;
}
.custom-modal-dialog{
    max-width: 700px;
    width: 100%;
}
.modal{
    margin-top: 50px;
}
#queryForm .modal-content{
    border-radius: 10px;
    border: 0;
}
.locationSelector{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.locationSelector input{
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}
.locationSelector label{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    /*padding-top:40px;*/
    top: 0;
    left: 0;
    right: 0;
}
.locationSelector span{
    position: absolute;
    width: 100%;
    height: 100%;
    background:darkblue;
    color:white;
    border-radius: 50%;
    overflow: hidden;
    padding-top:40px;
    top: 0;
    left: 0;
    right: 0;
}
.locationSelector img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
#step-2 .locationSelector img{
    object-fit: scale-down;
    border: 2px solid #0b3b59;
    border-radius: 50%;
}
.locationSelector input[type=checkbox]:checked + label,
.locationSelector input[type=radio]:checked + label{
    /*border: 4px solid #ff3008 ;*/
    border: 4px solid #0b3b59;
}
.locationSelector input[type=checkbox]:checked + label span,
.locationSelector input[type=radio]:checked + label span{
    border: 4px solid #feff48 ;
    /*border: 4px solid #0b3b59;*/
} 
.locationSelector input[type=checkbox]:checked + label img,
.locationSelector input[type=radio]:checked + label img{
    margin: 0px -4px -4px -7px;
    width:110%;
    opacity: 0.8;
}
.img_txt{
    text-align: center;
    display: block;
    color: #0b3b59;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.multi-step-form fieldset{
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    /* margin-top: 50px; */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    color: #fff;
    text-align: center;
}
.multi-step-form h3{
    color: #0b3b59;
    margin-bottom: 50px;
}
.multi-step-form .btnSec{
    margin-top: 50px;
    text-align: right;
}
span.error-text{
    display: block;
    margin-top: 12px;
    color: #ffff;
    border-bottom: 1px solid red;
    background-color: red;
    /*color: #00ff00;*/
}
.coltxt{
    text-align: left;
}
.counterGroup{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.counterGroup .form-control{
    text-align: center;
    border: 0;
    width: calc(100% - 100px);
}
.counterGroup button{
    /*background: none;*/
    border: 1px solid #efefef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-container label{
    display: block;
    text-align: center;
    color: #0b3b59;
    margin-top: 12px;
}
.fieldset .btn-next, .fieldset .btn-submit{
    border-radius: 0;
    border: 0;
    background-color: #0b3b59;
    color: #fff;
}
.btn-next:hover, .btn-submit:hover
.btn-next:active, .btn-submit:active
.btn-next:focus .btn-submit:focus{
    background-color: #4931d6;
    color: #fff;
}
.textFields label{
    text-align: left;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0b3b59;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #6347f9;
  color: #fff;
}

/* =============================== Multi Step Form CSS Ends ============================== */

.contact-form .form-field {
  position: relative;
  margin: 14px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 25px;
  border-width: 0 0 2px 0;
  border-color: #5543ca;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #5543ca;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}

.nav-pills .btn-primary, 
.nav-pills .show>.btn-primary.dropdown-toggle {
    color: #ffffff !important;
    border-color: #4931d6 !important;
    background-color: #4931d6 !important;
}

/*.nav-pills .btn-outline-primary:hover, */
.nav-pills .btn-outline-primary:not(:disabled):not(.disabled).active, 
.nav-pills .btn-outline-primary:not(:disabled):not(.disabled):active, 
.nav-pills .show>.btn-outline-primary.dropdown-toggle {
    color: black !important;
    border: 1px solid #4931d6 !important;
    /*background-color: #4931d6 !important;*/
    background-color: transparent !important;
}