@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit:wght@793&display=swap');

:root {
  /* --theme-primary-color: rgb(246 151 57); */
  /* --theme-primary-color: #B43C28;  */
  --theme-primary-color: #ea730a;
  /* --theme-secondary-color: #003b95; */
  /* --theme-secondary-color: #013178; */
  /* --theme-secondary-color: #FF8201; #833925 */
  --theme-secondary-color:#833925; 
  --theme-third-color: #00adef;
  --theme-text-color:#dcdcdc;
   --theme-fourth-color:  #07b1f53d;
   --theme-fifth-color:#833925;
   --theme-orange-color:#FBBF24;
}
a:hover{
    color:#FBBF24;
    transition:all .3s;
}
/* Main Style */
*{
  /*font-family: "Jost", sans-serif;*/
   font-family: "Josefin Sans",  sans-serif;
}
.p-c{
  color:var(--theme-primary-color) !important;
}
.s-c{
  color:var(--theme-secondary-color) !important;
}
.p-bg{
  background-color:var(--theme-primary-color) !important;
}
.s-bg{
  background-color:var(--theme-secondary-color) !important;
}
.bg-theme-third{
  background-color: var(--theme-third-color) !important;
}
.p-t-c{
  color:var(--theme-third-color) !important;
}
.bg-whatsapp{
  background-color:#25D366;
}
.fb-color{
  color:#316FF6;
}
.tw-color{
  color:#1da1f2;
}
.insta-color{
  color:#FF0000;
}
.linked-clor{
  color:#0077B5;
}
.youtube-color{
  color:#FF0000;
}
.fifth-bg{
  background-color:#833925 !important;   
}
.mt-b{
  margin-top:100px;
  margin-bottom: 100px;
}
.bg-theme-p-c{
  background-color:var(--theme-primary-color) !important;
}
.bg-theme-s-c{
  background-color:var(--theme-secondary-color) !important;
}
.bg-theme-t-c{
  background-color:var(--theme-third-color) !important;
}
.c-fix-margin{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.c-fix-margin-home-package{
  margin-top:0px !important;
  margin-bottom: 80px !important;
}
/* End of Main Style */

/***Additional Bootstrap Class Style****/
.c-form-control:focus {
  border-color: var(--theme-secondary-color) !important;
  box-shadow: none;
}
.c-form-check-input:focus{
  box-shadow: none;
}
.c-form-check-input[type=radio] {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
/***End of Additional Bootstrap Class Style****/

/* Nave Bar Style */
.top-bar{
  font-weight: 500;
  padding: 5px 0px 5px 0px;
  background-color: black;
  /*background-color: var(--theme-primary-color);*/
}
.top-bar p{
  font-size: 15px;
}
.top-bar-second p span{
  color:var(--theme-secondary-color);
  font-weight: 700;
}
.top-bar .first-div{
  color:var(--theme-secondary-color);
  padding: 10px 5px 10px 50px;
}
.top-bar .second-div{
  padding: 10px;
  color: var(--theme-secondary-color);
  justify-content: space-around;
}
.header{
  position: relative;
  z-index: 900;
  width: 100%;
  transition: all 1s ease-in-out;
}
.navbar .navbar-brand img{
  width:225px;
  height: 70px;
}
.custom-navbar-brand{
  padding-right: 10px;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .show>.nav-link {
  color: var(--theme-text-color) !important;
}
.navbar .navbar-nav .nav-item{
  margin-left: 5px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--theme-text-color);
  
}
.top-bar-navbar .navbar-nav .nav-link {
   color:rgba(255, 255, 255, 0.638); 
  /*color: var(--theme-secondary-color) !important;*/
}
.top-bar-navbar .navbar-nav .nav-link:hover {
  color: var(--theme-secondary-color) !important;
}

.navbar-nav .nav-link:hover {
  color: var(--theme-text-color) !important;
}
.dropdown:hover .dropdown-menu{
  display: block;
  transition: 1s;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--theme-text-color) !important;
  background-color: var(--theme-primary-color) !important;
}
.dropdown-item:focus, .dropdown-item:hover .s-c{
  color: var(--theme-text-color) !important;
}
.currency-change-droapdown{
  min-width: 0px !important;
}

#header-currency-btn{
  color: var(--theme-primary-color) !important;
}

.currency-toggle::after{
  color:white;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: #fff  !important;
}

.currency-btn-toggler{
  border-radius:0px;
  border:none;
  color: white;
  /*background-color: #212540a3;*/
  background-color:#13357B;
  padding: 5px;
  font-size: 14px;
}

.toggle-dropdown-currency .dropdown-menu{
  min-width: 0px !important;
}

/* Remove border color on focus */
.navbar-toggler:focus {
  outline: none; /* Remove the default outline */
  box-shadow: none; /* Remove the default box shadow */
  border-color: transparent; /* Ensure border color is transparent */
}

/* Optional: If you want to ensure no border is applied */
.navbar-toggler {
  border: none; /* Remove border */
}

.c-bottom-navbar{
  background: #ffffff !important;
}
.c-bottom-navbar .navbar-nav .nav-link {
  color: var(--theme-secondary-color) !important;
  font-weight:500;
}
.c-bottom-navbar .navbar-nav .nav-link:hover {
  color: var(--theme-secondary-color) !important;
}

/* Side menu styles */
.side-menu {
  position: fixed;
  top: 0;
  right: -265px; /* Initially hidden off-screen */
  width: 260px;
  height: 100%;
  background: #fff;
  color: var(--theme-secondary-color);
  transition: right 0.3s ease; /* Smooth sliding effect */
  z-index: 1000;
  overflow: scroll;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
}

.side-menu.open {
  right: 0; /* Slide in */
}

.side-menu .close-btn {
  background: none;
  border: none;
  color: var(--theme-secondary-color);
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}

.menu-items li {
  padding: 15px;
  border-bottom: 1px solid #555;
}

.menu-items a {
  color: var(--theme-secondary-color);
  text-decoration: none;
  display: block;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid darkgray;
}

.c-accordiaon-button{
  background-color: #fff !important;
  color: var(--theme-secondary-color) !important;
  font-weight: 200 !important;
}

.mobile-menu-droapdown{
  list-style-type: none;
  padding-left: 0px;
}

.mobile-menu-droapdown .m-droapdown-li{
  padding: 0px !important;
  padding: 5px !important;
  border-bottom: 0px;
}
.mobile-menu-droapdown .m-droapdown-li a{
  padding: 0px 0px 5px 0px !important;
}

.collapsible {
  position: relative;
  background-color: #fff;
  color: var(--theme-secondary-color);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  padding: 10px 18px 10px 18px;
  border-bottom: 1px solid darkgray; 
}

.collapsible::after{
  position:absolute;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  right: 10px;
  content: "\f077"; /* FontAwesome icon code for chevron-down */
  font-family: "Font Awesome 5 Free"; /* Specify the FontAwesome font family */
  font-weight: 900; /* Set font weight for solid icons */
  color: var(--theme-secondary-color);
  display: inline-block; /* Ensure the icon is rendered correctly */ 
  transform: rotate(180deg);
  transition: transform .2s ease-in-out; 
}

.co-active, .collapsible:hover {
  background-color: #fff;
}

.co-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}



/* End of Nave Bar Style */

/***Breadcrumb Style***/
.breadcrumb-tour{
  background: cornsilk;
  padding: 10px;
}

.breadcrumb-tour {
  overflow: auto; /* Allow the content to scroll */
  white-space: nowrap; /* Prevent line breaks */
}

.breadcrumb-tour p {
  word-wrap: normal; /* Allow normal word wrapping */
  margin-bottom: 0; /* Set bottom margin to zero */
}

/* ::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-third-color);
  border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
  background: var(--theme-third-color);
} */

/* Custom scrollbar styles for WebKit browsers */
.breadcrumb-tour::-webkit-scrollbar {
  display:none;
}

.breadcrumb-img{
  height: 350px;
}
.bg-breadcrumb{
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.75);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 8%);
  z-index: 1;
  display: flex;
  align-items: end;
}
.breadcrumb-title{
  position: absolute;
  /* height: 100%; */
  width: 100%;
  background: #ea720ac4;
  padding-right:35px;
  
}
.inner-bg-breadcrumb {
  background: #00000036;
  width: 100%;
  text-align: end;
  margin-top:5px;
  
}
.inner-bg-breadcrumb  h1{
    /*font-size: 45px;*/
    color:white;
}

/** End of Breadcrumb***/


/***Banner Style*****/
.banner {
  position: relative;
  padding: 40px 0px 40px 0px;
  background: #000000e0;
 }

 .banner h1{
  font-size: 35px;
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  line-height: 1.7;
 }
 .banner-icon-style{
  display: inline-block;
  padding: 15px;
  background-color: var(--theme-primary-color);
  border-radius:10px;
 } 
 .banner-icon-style img{
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items:center;
 }
 .banner-icon{
  flex-wrap: nowrap;
 }
 .banner-btn{
  border:1px dashed #fff;
 }  
 /****End of Banner Style*****/

/***Best tours Area****/

/* 
.best-tours::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/world-map.png");
  background-position: center;
  background-size: cover; 
  background-repeat: no-repeat;
  z-index: -1; 
} */

.best-tours h2{
  font-weight: 600;
}
.best-tours p{
  color:#697488 !important; 
  font-size: 16px !important;
}
/****End of Best tours*****/

/**packge style**/
.card-package{
  position: relative;
  border:0px !important;
  border-radius:15px !important;
  display: flex;
  flex-direction: column;
  /* height:400px; */
  height: 100%; 
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}
.card-package:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
    border-radius:15px!important;
}
.card-package img{
  height: 200px;
  /* object-fit: cover; */
    border-radius:15px 15px 0 0!important;
}
.package-link{
  text-decoration: none;
  color:inherit;
}
.package-link:hover{
  text-decoration: none;
  color:inherit;
}
.card-package .card-body{
    
  padding: 10px 8px 8px 8px !important;
  /* background:#f8f8ffab;   */
}
.card-package .card-title{
  font-size: 17px;
}
.card-package .duration{
  font-size: 14px;
}
.card-package .location{
  font-size: 14px;
}
.card-package .reviews{
  font-size: 13px;
}
.card-package .reviews .fa-star{
  color:#FBBF24;
}
.card-package .booked{
  font-size: 14px;
}
.package-currency{
  font-size: 17px;
}
.package-img-wrap{
  position: relative;
  overflow: hidden;
    border-radius:15px 15px 0 0!important;
}
.card-package:hover .package-img-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000024;
  
}
.card-package .package-img-wrap img{  
  transition: all .35s ease-out;
  transform: scale(1);
}
.card-package:hover .package-img-wrap img{  
   /*transition: all 1s ease-out; */
  /* scale: 1.2; */
  transform: scale(1.12);
 
  /*border-radius:15px 15px 0 0!important;*/
}
.ribbon-sell-out{
  border-radius: 100px;
    position: absolute;
    background: forestgreen;
    color: antiquewhite;
    font-size: 11px;
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    top: 8px;
    left: 4px;
}
.ribbon-top-rated{
  border-radius: 100px;
  position: absolute;
  background: var(--theme-primary-color);
  color: #000000;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  top: 8px;
  left: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}
.ribbon-best-seller{
  border-radius: 100px;
  position: absolute;
  background: #ffc845;
  color: #000000;
  font-size: 11px;
  padding: 5px 15px 5px 15px;
  top: 8px;
  left: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}

/* .card-package {
  display: flex;
  flex-direction: column;
  height: 100%; 
} */

.card-body {
  flex-grow: 1; /* Allows the body to take up the remaining space */
  display: flex; /* Enables Flexbox for the body */
  flex-direction: column; /* Aligns content vertically */
  justify-content: space-between; /* Distributes space between elements */
}

.package-img-wrap {
  flex-shrink: 0; /* Prevents the image section from shrinking */
  
}


/**ebd of package style**/

/***Popular Destination*****/
.hover-effect {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.hover-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Explore Now button styles */
 .heading .title{
  font-size: 30px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  color: #555;
}
.heading-title{
  font-size: 35px !important;
  /*font-weight: bold;*/
  margin-bottom:20px;
}
.destination-heading{
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin-bottom: 17px;
}


.effect{
  background: #000000;
  position: relative;
  overflow: hidden;
  max-height: 240px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: auto;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
  border: 5px solid #f5f5f5;  
}
.effect:hover img{
  /* -webkit-transform: translate3d(-20px, 0, 0) scale(1); */
  /* -webkit-transform: scale(1); */
   opacity: .5;
}

.effect img{
  position: relative;
  display: block;
  /* min-height: 100%; */
  /* max-height: 240px; */
  height: 240px;
  /* max-width: none; */
  /* width: calc(100% + 60px); */
  width: 100%;
  opacity: 1;
  object-fit: cover;
  /* transform: translate3d(0, 0, 0) scale(1.12); */
  transform: scale(1.12);
  transition: all .35s;
  /* -webkit-transform: translate3d(0, 0, 0) scale(1.12); */
  -webkit-transform: scale(1.12);
  -webkit-transition: all .35s;
}

.effect .tab-text{
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect:hover .tab-text p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect .tab-text p {
  width: 65%;
  font-size: 68%;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  float: right;
  padding-left: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  opacity: 0;
  transition: all .35s;
  font-family: "Open sans";
  padding-bottom: 5px;
}

.effect .tab-text p:before {
  right: 0;
  bottom: -6px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  content: "";
  position: absolute;
}

.effect .tab-text p:after {
  top: -5px;
  left: -5px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  content: "";
  position: absolute;
}
/*** End of Popular Destination***/

/*****Partener Style******/
/* .partener{
  background-image: url("/assets/img/bg-line-part-1.png"), url("/assets/img/bg-line-part-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right, left;
  background-attachment: fixed;
} */
.partners-item img{
  height: 33px;
  width: 150px;
}
/****End of Partener Style*****/

/*****Blank Message****/
.blank-message img{
  height: 350px;
  object-fit: cover;
}
.blank-message .message-area{
  background:#00ffff0a;
}
.blank-message h5{
  font-size: 28px;
}
.blank-message p{
  font-size: 15px;
}
/***End of Blank Message*****/

/***Offer Area*****/
.feature-item {
  -webkit-box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
  box-shadow: -1px 1px 11px -4px rgba(0,0,0,0.75);
}
.feature-item img{
  height: 50px;
}
.feature-item h5{
  font-size: 16px;
  margin-bottom: 5px;
}
.feature-item p{
  font-size: 13px;
}
/***End of Offer Area****/


/**Style of Tour itenery***/
.gallery-item {
  position: relative;
  overflow: hidden;
  /* border-radius:5px; */
}
/* .gallery-item:hover{
  -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.75);
} */
.gallery-item img {
  width: 100%;
   /*height: auto; */
  transition: transform 0.3s ease;
   object-fit: cover; 
   
}
.h-450{  
  height: 408px;
}
.h-200{
  height: 200px;
}
.all-package-booking-form li a{
  color: firebrick;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.tour-itenery-title{
  font-size: 30px;
  margin-bottom: 30px;
}
.tour-icon{
  font-size: 20px;
}
.overview p{
  font-size: 16px;
}
.tour-highlight{
  list-style-type: none;
  padding: 0;
  font-size: 15px;
}

.tour-highlight i{
 
  font-size: 5px;
}
.inclusion{
  list-style-type: none;
  padding: 0;
  font-size: 15px;  
}
.exclusion{
  list-style-type: none;
  padding: 0;
  font-size: 15px;
}
.itinerary_heading{
  margin-bottom: 30px;
}
.itinerary_heading .head{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.itinerary_heading .detail p{
  margin-bottom: 0px !important;
  font-size: 16px;
}

.box_style_4 {
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
}
.box_style_4:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #ccc;
  margin-bottom: 0;
}
.keydetails1 {
  border-radius: 10px;
  color: #000;
}
.keydetails1 ul {
  padding: 0;
  margin: 0;
}
.keydetails1 li {
  border-bottom: 1px dotted #ada2a2;
  font-size: 14px;
}
li.font_style12 {
  list-style-type: none;
}
.box_style_4:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff;
  margin-bottom: -1px;
  z-index: 1;
}
.package-all-tours {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px -8px rgba(0, 0, 0, 0.75);
}
.keydetails1 .font_style12 {
  list-style-type: none;
}
.keydetails1 .font_style12 a{
  text-decoration: none;
}
.keydetails1 .font_style12 a:hover{
  color:#000000;
}

#carouselExampleControls .carousel-inner .carousel-item img{
  height: 300px;
  object-fit: cover;
}
/*** End of Tours Itenery***/

/***Internation formate form style*****/
.iti {
  position: relative;
  display: block !important;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  background: beige !important;
}
/***End of Internation formate form style*****/

/***Footer***/
.footer{
  position:relative;
  /* background-color: #000000e0; */
  
  background-color: #090909;
  padding: 50px 0px 50px 0px;
  color:#f7f3f3;
  border-top: 1px solid #8080803b;
}
.footer-top-class{
  width: 100%;
  height: 20px;
  background: var(--theme-primary-color);
}

.footer-icon-location{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 100px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}
.footer-icon-phone{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
}
.footer-icon-email{
  height: 30px;
  width: 30px;
  /* background: var(--theme-primary-color); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
}
.main-link{
  list-style-type: none;
  padding: 0px;
}
.main-link li{
  margin-bottom: 15px;
}
.main-link li a{
  text-decoration: none;
  font-size: 15px;
}
.main-link li a:hover{
  color:rgba(255, 255, 255, 0.638);
  
}
.footer-fs{
  font-size: 15px;
}
.upper-footer{
  padding: 50px 0px 50px 0px;
  background-image:url("/assets/img/bg-line.png");
  border-top: 4px dashed var(--theme-primary-color);
  background: #000000e0;
}
.upper-footer a{
  text-decoration: none;
  font-size: 15px;
    
}
.footer-below a{
  text-decoration: none;  
}
.footer-below{
  /* background: #000000e0; */
  /* background: #fff;
  color:#000; */
  background-color: #090909;

  color:#f7f3f3;
}
/***End of Footer***/


/* Page Preloader */
.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side,#0000 40%,#474bff 41%);
  background: linear-gradient(0deg ,rgba(71,75,255,0.5) 50%,rgba(71,75,255,1) 0) center/4.5px 100%,
       linear-gradient(90deg,rgba(71,75,255,0.25) 50%,rgba(71,75,255,0.75) 0) center/100% 4.5px;
  background-repeat: no-repeat;
  animation: spinner-d3o0rx 1s infinite steps(12);
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.spinner::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes spinner-d3o0rx {
  100% {
     transform: rotate(1turn);
  }
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: rgb(0 0 0 / 86%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
/***End of preloader***/

/** Animation */
  /* Define keyframes for fade-in */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* Define keyframes for fade-out */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  /* Apply fade-in animation */
  .fade-in {
    animation: fadeIn 0.5s ease-in;
  }

  /* Apply fade-out animation */
  .fade-out {
    animation: fadeOut 0.5s ease-out;
  }

  @keyframes fadeInSlideUp {
    from {
      opacity: 0; /* Start as fully transparent */
      transform: translateY(20px); /* Start 20px below its original position */
    }
    to {
      opacity: 1; /* End as fully opaque */
      transform: translateY(0); /* End at its original position */
    }
  }
  
  /* Apply the animation */
  .fade-in-slide-up {
    animation: fadeInSlideUp 0.5s ease-out; /* Adjust duration and easing as needed */
  }
/**Animation*/

/***other functionality****/
.read-more{
  /* display: inline-block; */
  text-align:center;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.background-style-area{
  position: relative;
  height: 350px;
  width: 100%;
  background-image: url("/assets/img/banner/img-psx.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.background-style-area .inner-bg-stl-area{
  position:absolute;
  width: 100%;
  height: 100%;
  background:#e7a70670;
}

.background-style-area h3{
  font-family: "Playwrite CU", cursive !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 1.7;
}
.fix-m-hr{
  margin: 50px 0px 50px 0px;
}
.btn:focus{
  box-shadow:none !important;
}
.loading {
  cursor: not-allowed !important; /* Change cursor to indicate the button is disabled */
  opacity: 0.5; 
  pointer-events: none !important;  /* Optionally, change opacity to visually indicate the button is disabled */
}
.thnk-thumb{
  font-size: 50px;
}
.border-bottom{
  border-bottom:1px solid var(--theme-secondary-color) !important;
}
/****End of other Functionality****/
/***Style Checkout page***/
.checkout-nav-border {
  border-bottom: 2px solid var(--theme-primary-color);
}
#checkout-form-timer {
  background: lemonchiffon;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}
.fs-8 {
  font-size: 8px;
}
.checkout-tooltip {
  position: relative;
}
.checkout-tooltip .c-tooltip {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  right: 20px;
  top: 8px;
}
.c-accordian-style{
  border: 0px; 
  border-bottom:1px solid #80808052 !important;
  /* border: 1px 0px 0px 0px solid #80808052 !important;   */
}
.c-accordian-style .accordion-button:focus{
  border-color:#fff;
  box-shadow:none;
}
.c-accordian-style .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

/***End of Checkout Page****/

/***Booking Form Style***/
.booking-form-wrapper{
  background: #f5faff6e;
}
/***End of Booking Form Style***/


.blog-card img{
  width: 100%;
  height: 200px;
}

.blog-card{
  -webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
}

.blog-anch{
  text-decoration: none !important;
}
.blog-anch:hover{
  color: var(--theme-secondary-color) !important;
}

/***Style of owl carausel********/
.owl-carousel .item {
  padding: 10px; 
 
}

.owl-carousel .card {
    
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}

.owl-carousel .card:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75); 
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.contact-icon{
  font-size: 25px;
}

  /* Customize the previous button */
  .owl-prev {
    left: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  /* Customize the next button */
  .owl-next {
    right: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
  }

  .owl-carousel .owl-nav button.owl-next{
    margin-left:10px;
  }
  .owl-carousel .owl-nav button.owl-next i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev{
    margin-right:10px;
  }

  /* Additional styling if needed */
 /* .owl-prev, .owl-next {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
  }*/
/*******End of Style of owl carausel********/

/* update css by devendra */
.owl-nav span{
    display:none;
  }
  
.owl-nav {
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin-top: -10px; 
}

.owl-prev, .owl-next {
  padding: 10px 15px; 
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.owl-prev, .owl-next i:hover{
 transform: scale(1);
  transition: all 2s;
}


.owl-dots {
  display: flex;
  margin: 0 15px;
  display:none;
}

.owl-dot {
  background: #ddd; 
  border-radius: 50%; 
  width: 10px; 
  height: 10px;
  margin: 0 5px; 
  cursor: pointer; 
  border:none;
}

.owl-dot.active {
  background: #007bff; 
}


/*end-update new css by devendra */

/*** Add Media Query***/

/* Styles for screens 576px and below */
@media only screen and (max-width: 576px) {
.breadcrumb-img{
  height:234px;
}
.bg-breadcrumb{
  top:0px;

}
.ove
.eWlnOb{
    display:none;
}
.owl-dots {
  display: flex;
  margin: 0 15px;
  display:none;
}
    .card-package img {
        height:250px !important;
        object-fit: cover !important;
    }
  .custom-navbar-brand img{
    width:135px !important;
    height:50px !important;
  }
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
     }
     .banner h1{
      font-size: 20px;
    }
    .heading-title{
      font-size: 20px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }
    .inner-bg-breadcrumb  h5{
      font-size:10px;
      color:white;
    }
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    
    .bg-icon-itinary{
   padding-bottom:10px;
    
}
  /****End of Style of baaner***/
  
  /*update by devendra*/
  
  .owl-tours .owl-stage
  {
    margin-left:-55px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
        display:none;
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
    
  /*end of update by devendra*/
}

/* Styles for screens between 577px and 768px */
@media only screen and (min-width: 577px) and (max-width: 768px) {
  /****Style of baaner***/
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
     }
     .banner h1{
      font-size: 25px;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      display: none !important;
    }
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }
    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    
     /*update by devendra*/
  
  .owl-stage
  {
    margin-left:-40px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
    
  /*end of update by devendra*/
  /****End of Style of baaner***/
}

/* Styles for screens between 769px and 992px */
@media only screen and (min-width: 769px) and (max-width: 992px) {
   /****Style of baaner***/
   .banner h1{
      font-size: 30px;
    }
    .banner p{
      font-size: 13px;
    }
    .banner-icon-overflow {
      overflow-x: scroll;
      /* Additional styles for this range */
    }
    .banner-icon-overflow::-webkit-scrollbar {
      display:none;
    }
    .banner {
      position: relative;
      padding: 20px 0px 20px 0px;
      background: #000000e0;
    }
    .banner h1{
      font-size: 25px;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      /*display: none !important;*/
    }
    .c-fix-margin {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }
    .partners-item img {
      height: 28px;
      width: 100px;
    }
    .footer {
      padding: 25px 0px 25px 0px;
    }
    .main-link li {
      margin-bottom: 5px;
    }

    .inner-bg-breadcrumb  h5{
      font-size: 25px;
      color:white;
    }
    
    .tour-itenery-title {
      font-size: 20px;
      margin-bottom: 15px;
    }
    /****End of Style of baaner***/
}

/* Styles for screens larger than 992px */
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /****Style of baaner***/
    .banner h1{
      font-size: 35px;
    }
  /****End of Style of baaner***/
}

/* Styles for screens larger than 992px */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
 
}
/*** End of Media Query***/



.home-img-view p{
  font-size: 1.5rem !important;
  font-weight: 400;
}
.home-img-view img{
  border-radius:5px;
  height: 200px;
  object-fit: cover;
}
.c-text-wrap{
  text-wrap: wrap;
}

.text-md-nowrap{
  text-wrap: nowrap;
}

.dark-img img{
 
object-fit: cover;
border-radius: 5px;
width: 95%;

-webkit-box-shadow: 6px -4px 11px -4px rgba(4, 6, 90, 0.75);
-moz-box-shadow: 6px -4px 11px -4px rgba(17, 6, 100, 0.75);
box-shadow: 6px -4px 11px -4px rgba(23, 2, 106, 0.75);
}
.f-dancing{
  color: rgb(0, 0, 0);
font-family: "Dancing Script", cursive;

}

.f-l-dancing{
color: rgb(0, 0, 0);
font-family: "Dancing Script", cursive;
font-weight: 900;
font-style: normal;
font-size:2.8rem;
line-height: 1;
}

.f-s-dancing{
line-height: 1;
color: rgb(0, 0, 0);
font-family: "Dancing Script", cursive;
font-weight: 900;
font-style: normal;
font-size: 1.5rem;
}

.c-text{
position: absolute;
height: 100%;
display: flex;
justify-content: center;
align-items:center;
text-shadow: 2px 2px 4px rgba(248, 246, 246, 0.7); 
z-index: 1;
color: rgb(0, 0, 0);
}

.c-b-next,
.c-b-prev {
top:40% !important;
width: 40px; 
height: 40px; 
/* background-color: rgba(255, 255, 255, 0.8);  */
background-color: rgba(222, 92, 5, 0.756); 
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
transition: background-color 0.3s ease; 
z-index: 1;
position: absolute; 
}

.c-b-next {
right: 10px;       
}

.c-b-prev {
left: 10px; 

}

.c-b-next:hover,
.c-b-prev:hover {
background-color: rgba(251, 66, 34, 0.834); 
}

.c-b-next i,
.c-b-prev i {
font-size: 20px; 
color:white !important;
}
.carousel-image-box img {
width:100%;
/* height: 100%; */
animation: zoomin 24s ease infinite;
/*background: #02029aa5 !important; */
}

@media screen and (max-width: 576px) {

  .dark-img img{
      margin:20px;
      width:90%;
  }
  .bg-image-left{
      min-height:100px;
      margin: 5px;
  }
  
  .c-carousel-item img{
      height: 250px;
      object-fit: cover;
  }
  .c-carousel-caption h5{
      font-size: 20px !important;
  }
  .c-carousel-caption p{
      font-size: 14px !important;
  }
  .top-bottom-m{
      margin:50px 0px 50px 0px !important;
  }
  .bg-breadcrumb {       
      background-position: right !important;
      background-size: cover !important;
      /*padding: 44px 0 15px 0;*/
  }
  .bg-breadcrumb h3{
      font-size: 10px !important;
  }
  .partners-item img {
      height: 25px;
  }
  .tours-bread-style{
      background: #a9a9a952;
      margin-top: 0px;
    }
  .c-slider-img-h{
      height: 200px;
  }

  /* devendra write qreybcss start */
  .c-t-prev,.c-t-next{
    display: none;
    
  }.c-b-next,
  .c-b-prev {
      width: 35px;
      height: 35px;
  }
  
  .c-b-prev{
      left:-30px;
      
  }
  .c-b-next{
      right:-30px;
  }
  .c-text{
      top:-4px;
  }
  .c-text p{ 
    font-size:1.2rem;
  }
  .c-text .text-2{ 
      font-size:9px;
  }
  .px-5{
     padding-left: 0px !important;
     padding-right: 0px !important;
  }
  .s-about-img img{
      height: 250px;
  }
  /*devendra write qreuy-css end */
}

@media screen and (min-width: 577px) and (max-width: 776px) {
  .c-carousel-item img{
      height: 300px;
      /*object-fit: cover;*/
  }
  .c-carousel-caption h5{
      font-size: 25px !important;
  }
  .c-carousel-caption p{
      font-size: 20px !important;
  }
  .top-bottom-m{
      margin:50px 0px 50px 0px !important;
  }
  .partners-item img {
      height: 25px;
  }
  .bg-breadcrumb {     
      background-position: right !important;
      background-size: cover !important;
      /*padding: 44px 0 15px 0;*/
  }
  .bg-breadcrumb h3{
      font-size: 15px !important;
  }
  .tours-bread-style{
      background: #a9a9a952;
      margin-top: 0px;
    }
  .c-slider-img-h{
      height: 335px;
  }

  /* devendra write qreybcss start */
  
  .dark-img img{
      margin:20px;
      width:100%;
      /* height:280px; */
  }
  .bg-image-left{
      min-height:100px;
      margin: 5px;
  }
  .c-b-prev,.c-b-next {
      margin: 0px;
    }
    .c-b-prev{
      left:-10px;
    }
    .c-b-next{
      right:-10px;
    }
    .c-text{
      top:-4px;
    }
    .c-text p{  
      font-size:1.5rem;
    }
    .c-text .text-2{
      font-size:0.8rem;
      
    }
}

@media screen and (min-width: 777px) and (max-width: 992px) {
  .c-carousel-item img{
      height: 350px;
      object-fit: cover;
  }
  .c-carousel-caption h5{
      font-size: 30px !important;
  }
  .c-carousel-caption p{
      font-size: 25px !important;
  }
  .top-bottom-m{
      margin:50px 0px 50px 0px !important;
  }
  .partners-item img {
      height: 25px;
  }
  .tours-bread-style{
      background: #a9a9a952;
      margin-top: 0px;
    }
  .c-slider-img-h{
      height: 335px;
  }

  /* devendra write qreybcss start */

    .c-text{
      top:-4px;
    }
    .c-text p{  
      font-size: 1.8rem;
    }
    .c-text .text-2{
      font-size: 1.4rem;
    }
    
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .c-carousel-item img{
      height: 500px;
      object-fit: cover;
  }
  .c-carousel-caption h5{
      font-size: 35px !important;
  }
  .c-carousel-caption p{
      font-size: 25px !important;
  }
  .top-bottom-m{
      margin:50px 0px 50px 0px !important;
  }
  .partners-item img {
      height: 25px;
  }

  /* devendra write qreybcss start */


}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .c-carousel-item img{
      height: 600px;
     
  }
  .c-carousel-caption h5{
      font-size: 40px !important;
  }
  .c-carousel-caption p{
      font-size: 35px !important;
  }

  /* .banner-section{
      margin-top: 90px;
  } */
}
@media screen and (min-width:1401px) and (max-width: 1900px) {
  /* .banner-section{
      margin-top: 90px;
  } */
}

.btn-primary-custom{
  background-color:#FF8201 !important;
  border: none;
}
.btn-primary-custom:hover{
  background-color:#ff8001a3;
}
.package-btn .btn-primary{
  background-color:#FF8201;
  border: none;
}
.package-btn .btn-primary:hover{
  background-color:#ff8001a3;
}

.text-primary{
 color:var(--theme-primary-color) !important;
}


.icons-travel-img{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.icons-travel-img .fa-plane{
  transform: rotate(-45deg);
}

.icon-list i{
    margin-bottom:15px;
  font-size: 35px;
  width: 80px;
  height: 80px;
  /*border: 2px solid var(--theme-primary-color);*/
  border-radius: 50% ;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.icon-list img{
    margin-bottom:15px;
      /*border: 2px solid var(--theme-primary-color);*/
}
.icons-travel-img img{
 width:  80px !important ;
  height: 80px;
  border-radius: 50%;
}
.icons-travel-img i:hover {

 cursor: pointer;
}

.sec-p-se{
  padding: 0px 90px 0px 90px !important;
}

.sec-p{
  padding: 20px !important;
}
.link-video iframe{
  width: 100%;
  height: 250px;
  border-radius:10px;
}
.icons-font i{
  font-size:35px;
}

.video-frame{
  z-index: -99999;
}



.bg-icon-itinary{
    background-color:#e8f8f669;
    max-width:200px;
    height:auto;
    border:none;
    border-radius:8px;
    padding:10px;
     transition:all .5s;
}

.bg-icon-itinary:hover{
    cursor:pointer;
    background-color:#e8f8f6c2;
   transition:all .5s;
    
}

.text-shadow{
    text-shadow: 4px 2px 2px #d2cece;
}

.tripa-logo-img{
   width:30px !important;
    height:30px !important;
    
}
.tripa-icon p{
    margin-left:5px;
    line-height:1;
    
}
.tripa-icon  i{
    margin-left:5px;
   font-size:10px ; 
}
.tripa-icon span{
    margin-left:5px;
   font-size:12px ; 
}
.tripa-link:hover{
   text-decoration-line: none
}

.link-book-tour a:hover{
    color:orange !important;
}

.eWlnOb{
    display:none;
}

.whats-app-btn{
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 20px;
  left: 30px;
  background: #04d735;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff !important;
  z-index:99999;
  text-decoration: none;
}

.josefin-sans {
  font-family: "Josefin Sans",  sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}


.card-border-radius{
    border-radius:10px !important;
}
