/*
Theme Name: My Blog Theme
Author: Your Name
Version: 1.0
*/


#root {
  margin: 0;
  padding: 0;

}

.mx-inline-auto {
    margin-inline-start : auto;
    margin-inline-end : auto;

}
.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

:root {
  --spacing: 0.25rem;
  /*font-family: 'Aeonik', 'Helvetica', 'Arial', sans-serif;*/
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
}

main {
  margin-top: 50px;
}

/*h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif !important;
}*/

h1 {
  font-size: 3.2em !important;
  line-height: 1.1 !important;
}

button {
  border: 1px solid transparent;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  transition: border-color 0.25s;
}

.webFont {
  font-family: "Raleway", sans-serif;
}

.webButton {
  background-color: #01228b;
}

.webButton:hover {
  background-color: #0229a7;
}

.webFontColor {
  color: #01228b;
}

.webFontColor:hover {
  color: #0229a7;
}

.webBg {
  background-color: #01228b;
}

@media (prefers-color-scheme: light) {
  :root {
    background-color: #ffffff;
  }
}

@media (prefers-color-scheme: Dark) {
  :root {
    background-color: #ffffff;
  }
}

.nav-bg {
  background-color: #01228b;
  box-shadow: 0px 2px 11px 1px rgba(157,157,157,0.69);
-webkit-box-shadow: 0px 2px 11px 1px rgba(157,157,157,0.69);
-moz-box-shadow: 0px 2px 11px 1px rgba(157,157,157,0.69);
}

.text-search-shadow {
  text-shadow: 1px 1px 1px #919191;
}

.text-shadow-black {
  text-shadow: 1px 1px 1px #000;
}

.container {
    @media (width >= 80rem) {
        max-width: 85rem;
    }
}

.tour-font {
  font-family: "Raleway", sans-serif;
}

.copyright-border {
  border-top: 1px solid #e1e1e1;
}

@media (max-width: 767px) {

  main {
    margin-top: 20px;
  }

  h1 {
    font-size: 2em;
  }

}

@media (min-width: 768px) and (max-width: 992px)  {

  main {
    margin-top: 30px;
  }

  h1 {
    font-size: 2.3em;
  }

}

@media (min-width: 992px) and (max-width: 1024px)  {

  h1 {
    font-size: 2.3em;
  }

}

.breadcrumb li:after {
  content: "/";
  padding: 0 10px;
}

.breadcrumb li:last-child:after {
  content: "";
}

@media (max-width: 767px) {

  .breadcrumb li:last-child:after {
    display: none;
  }

}

.breadcrumb li:last-child {
  text-decoration: underline;
}

.tour-activites .no-scrollbar::-webkit-scrollbar {
  display: none;
}

.tour-activites .no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.listing-filter-calendar .react-calendar {
  width: 100% !important;
  border: none !important;
}

.listing-filter-calendar .react-calendar__tile--active {
  background: #006edc !important;
  color: #fff !important;
  border-radius: 10px;
}

.listing-filter-calendar .react-calendar__tile--now {
    background: #c7f3ff;
    border-radius: 10px;
}

.listing-filter-calendar .react-calendar__navigation button {
  font-family: "Raleway", sans-serif !important;
}

.listing-filter-calendar .react-calendar__navigation {
    background: #eee;
    color: #000;
}

.listing-filter-calendar .react-calendar__month-view__weekdays__weekday {
  color: #757575;
  font-family: "Raleway", sans-serif !important;
}

.listing-filter-calendar .react-calendar__tile {
    color: #000;
    font-weight: bold !important;
    font-size: 15px !important;
    font-family: "Raleway", sans-serif !important;
}

.listing-filter-calendar .react-calendar__month-view__days__day--neighboringMonth {
  color: #e4e4e4;
}

.more-tours li:after {
  content: "|";
  color: #333;
  padding: 0 10px;
}

.more-tours li:last-child:after {
  content: "";
}

.text-mobile {
  font-size: 0.55rem;
}

.slider-opacity {
  opacity: .8;
}

.booking-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tour-itinerary li {
  content: "";
 background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 16px, rgb(0, 0, 0) 16px, rgb(0, 0, 0) 18px, rgb(255, 255, 255) 18px);
}

.tour-itinerary li:last-child:after {
  content: "";
  background-color: #000;
  padding: 7px;
  border-radius: 50px;
  position: absolute;
  left: 10px;
  bottom: 20px;
}

.booking-wrap {
  margin-bottom: 40px;
}

@media (max-width: 767px) {

  .booking-wrap {
    margin-bottom: 25px;
  }

}

.yarl__thumbnails_thumbnail {
  border: 1px solid #1b1b1b !important;
}

.social {
  display: ruby;
}

@media (max-width: 767px) {

  .social {
    display: none;
  }

}

@media (min-width: 767px) and (max-width: 992px)  {

  .social {
    display: none;
  }

}

.listing .swiper-button-prev, 
.listing .swiper-button-next {
  width: 30px;
  height: 30px;
  color: #333;
  background-color: #ffffffbf;
  border-radius: 50px;
}

.listing .swiper-button-prev:after, 
.listing .swiper-button-next:after {
  font-size: 18px;
}

.listing .swiper-pagination-bullet {
  background-color: #000;
}

.listing .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.search-result {
  width: -webkit-fill-available;
}

.more-blog .swiper-slide {
  min-height: 330px;
}

@media (max-width: 767px) {

  .more-blog .swiper-slide {
    min-height: 350px;
  }

}



.ai-optimize-6 {
  margin-bottom: 1rem !important;
}


.page-numbers {
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  color: #1f2937;
  text-decoration: none;
}

.page-numbers:hover {
  background-color: #f3f4f6;
}

.page-numbers.current {
  background-color: #1e3a8a;
  color: white;
}



  @media (min-width: 992px) {
    .lg\:w-140 {
        width: calc(var(--spacing) * 140);
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .md\:w-100 {
        width: calc(var(--spacing) * 100);
    }
}

.content-wrapper img {
  max-width: 50% !important;
  display: block;
}


.wp-caption {
  max-width: 100%;
  margin: 1rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100% !important;
}

.wp-caption img {
  width: inherit !important;
  height: 300px;
  object-fit: cover;
  margin-bottom: 5px;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.5rem;
}
.single-blog {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.675;
    text-align: justify;
}

.single-blog p,
.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4,
.single-blog h5,
.single-blog h6 {
    margin-top: 2px;
    margin-bottom: 2px;
}

/* Mobile-first (default) */
.single-blog h1 {
    font-size: 24px i !important;
    font-weight: 600;
    margin: 12px 0 8px 0;
}

.single-blog h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 8px;
    line-height: 1.3;
}

.single-blog h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 6px;
    line-height: 1.3;
}

/* Larger screens (tablet and up) */
@media (min-width: 768px) {
    .single-blog {
        font-size: 17px;
    }

    .single-blog h1 {
        font-size: 35px !important;
        margin: 15px 0 10px 0;
    }

    .single-blog h2 {
        font-size: 30px;
        margin: 20px 0 10px;
    }

    .single-blog h3 {
        font-size: 23px;
        margin: 20px 0 10px;
    }
}

.min-height-title{
  min-height: 50px;
}
.single-blog ul {
    list-style: disc;
    padding-inline-start: 20px;
}

