@charset "UTF-8";

/* dev/scss/main.scss */
@font-face {
  font-family: "Chillax";
  src: url("./fonts/Chillax-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("./fonts/Chillax-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luxury";
  src: url("./fonts/topluxury-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Chillax", sans-serif;
  line-height: 1.6;
  font-size: 15px;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Luxury", sans-serif;
}
.container {
  width: 85%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.fw-bold {
  font-weight: 700;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin-top: 10px;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #000;
}
.breadcrumb a {
  font-size: 14px;
  color: #999999;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 5px;
  color: #6c757d;
}
.hidden {
  display: none;
}
.rotate-180 {
  transform: rotate(50deg);
  transition: transform 0.3s ease;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
ul {
  padding-left: 1rem;
}
.bg-beige {
  background-color: #dfb881;
}
.bg-crema {
  background-color: #f9eee1;
}
.header-main {
  padding: 10px;
  background: #383b3b;
}
.qor__header {
  display: flex;
  justify-content: space-between;
}
.qor__header a {
  color: #dfb881;
  padding: 10px;
}
.head__contacts {
  list-style: none;
  display: flex;
}
.head__menu {
  list-style: none;
  display: flex;
}
.nav-menu {
  background-color: #303434;
  padding: 10px;
}
.section-menu {
  display: flex;
  align-items: center;
}
.brand img {
  width: 160px;
  height: auto;
  display: block;
}
.main-menu {
  display: flex;
  list-style: none;
}
.main-menu .menu-item > .menu-link {
  padding: 20px;
  display: inline-block;
  color: #dfb881;
  font-weight: 700;
}
.logo-foo {
  margin-bottom: 20px;
  display: block;
}
.main-footer {
  background-color: #333333;
}
.foo-alaxa {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  padding: 2rem 0;
  color: white;
}
.foo-alaxa a {
  color: white;
}
.foo-alaxa .title-foo {
  display: block;
  font-size: 1.2em;
  color: #dfb881;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.foo-alaxa ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.foo-alaxa ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.foo-alaxa ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.foo-copyright {
  background-color: #dfb881;
  padding: 1rem 0;
  text-align: center;
  color: #383b3b;
}
.foo-copyright p {
  margin-bottom: 0;
}
.slider--b {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.slider--b .slider--bimage {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider--b .slider--bimage:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(108, 69, 20, 0.35);
}
.slider--b .slider--bimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider--b .slider--bcontent {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.slider--b .breadcrumb .breadcrumb-item {
  color: white;
  font-size: 16px;
}
.slider--b .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.slider--b .breadcrumb a {
  color: white;
}
.slider--b h1 {
  font-size: 2.5rem;
}
.card-tour--one {
  background: white;
  display: flex;
  flex-direction: column;
}
.card-tour--one .tour-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.card-tour--one h3 {
  margin: 0;
}
.card-tour--one h3 a {
  font-size: clamp(1.2rem, 1vw, 1.8rem);
  color: #303434;
}
.card-tour--one .tour-details {
  margin-bottom: 40px;
  margin-top: 10px;
}
.card-tour--one .card-body {
  padding: 20px;
  height: 100%;
}
.card-tour--one .card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-tour--one .ts-price {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  text-transform: uppercase;
  color: #666666;
  line-height: 1.2;
}
.card-tour--one .ts-price .price {
  font-size: 28px;
  font-weight: 700;
}
.card-tour--one .ts-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.card-tour--one .ts-details .detail-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.card-tour--one .btn-link {
  display: block;
  background-color: #dfb881;
  color: #303434;
  padding: 10px 20px;
  text-transform: uppercase;
}
.home-slider {
  width: 100%;
  position: relative;
  height: 80dvh;
}
.home-slider .slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-slider .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-slider .slider-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-slider .slider-body {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.home-slider .slider-body > * {
  width: 60%;
  text-align: center;
}
.home-slider h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin-bottom: 20px;
}
.home-about-us {
  text-align: center;
}
.home-about-us .why-title {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: 10px;
}
.home-about-us .why-body {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.home-about-us .why-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.home-about-us .link-action {
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  color: black;
  font-weight: 600;
}
.home-luxury-tours {
  background-color: #f9eee1;
}
.home-luxury-tours .luxury-title {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}
.home-luxury-tours .luxury-body {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.luxury-tours-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.what-kind-content {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 40px;
  align-items: center;
}
.what-kind-body .fd-title {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  text-align: center;
  margin-bottom: 20px;
}
.what-kind-body .fd-description {
  text-align: center;
}
.what-kind-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card-kind {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.card-kind .fd-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-kind .fd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-kind .fd-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-kind .card-body {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: white;
}
.home-luxury-treks {
  background-color: #f9eee1;
}
.home-luxury-treks .fd-trek-title {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}
.home-luxury-treks .fd-trek-description {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.luxury-treks-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card-category-luxury {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.card-category-luxury .fd-title {
  font-size: 1.7em;
  text-align: center;
}
.card-category-luxury .fd-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.card-category-luxury .fd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-category-luxury .fd-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(108, 69, 20, 0.35);
}
.card-category-luxury .card-body {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  color: white;
}
.card-category-luxury .card-footer {
  text-align: center;
}
.card-category-luxury .btn-link {
  color: white;
  width: 100%;
  display: block;
  border: 1px solid white;
  padding: 15px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.home-separator-dedicated {
  position: relative;
  height: 600px;
}
.home-separator-dedicated .fd-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-separator-dedicated .fd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-separator-dedicated .fd-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 69, 20, 0.35);
}
.home-separator-dedicated .separator-body {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
}
.home-luxury-star {
  background-color: #f9eee1;
}
.home-luxury-star .star-title {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
  margin-bottom: 20px;
}
.home-luxury-star .star-description {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.luxury-hotel-tour {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.luxury-hotel-tour .card-luxu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.luxury-hotel-tour .fd-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.luxury-hotel-tour .card-foo {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.luxury-hotel-tour .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.luxury-hotel-tour .fd-price {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 13px;
}
.luxury-hotel-tour .fd-price .price {
  font-size: 24px;
  font-weight: 700;
}
.luxury-hotel-tour .luxu-characteries {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.luxury-hotel-tour .char-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.home-traditional-routes {
  position: relative;
  background-color: #dfb881;
}
.traditional-routes-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.traditional-routes-content .fd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traditional-routes-body {
  color: white;
  width: 75%;
}
.traditional-routes-body .fd-slogan {
  display: block;
  text-decoration: underline;
  font-weight: 700;
}
.traditional-routes-body .fd-title {
  font-size: 3em;
  font-weight: 700;
}
.why-book-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.why-book-body .fd-title {
  font-size: 3em;
}
.why-book-body .fd-description {
  margin-top: 20px;
  font-weight: 600;
}
.why-book-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.why-book-items .witem-title {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  font-size: 22px;
}
.why-book-items .witem-title path {
  fill: #dfb881;
}
.why-book-items .witem-card {
  padding: 20px;
  border-bottom: 1px solid #dfb881;
  border-right: 1px solid #dfb881;
}
.why-book-items .witem-card:nth-child(2n) {
  border-right: none;
}
.why-book-items .witem-card:nth-last-child(-n+2) {
  border-bottom: none;
}
.title-review {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
  margin-bottom: 20px;
}
.home-reviews {
  background: #f9eee1;
  text-align: center;
}
.reviews-embla {
  position: relative;
  width: 100%;
}
.reviews-embla .embla__viewport {
  overflow: hidden;
}
.reviews-embla .embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.reviews-embla .embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 12px;
}
.reviews-embla .embla__prev,
.reviews-embla .embla__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 3px solid white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 28px;
  z-index: 10;
}
.reviews-embla .embla__prev {
  left: 16px;
}
.reviews-embla .embla__next {
  right: 16px;
}
.card-review {
  padding: 0 10%;
  font-size: 20px;
}
.review-stars {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.review-stars .star {
  flex: 0 0 auto;
  background: white;
}
.review-stars .star-filled {
  fill: #dfb881;
}
.review-stars .star-empty {
  fill: none;
  stroke: #dfb881;
  stroke-width: 1.8;
  padding: 4px;
}
.rew-name {
  font-weight: 700;
  margin-top: 20px;
}
.rew-published {
  margin-top: 5px;
}
.home-luxury-accommodation .fd-title {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
  margin-bottom: 10px;
}
.home-luxury-accommodation .fd-description {
  text-align: center;
  margin-bottom: 30px;
}
.accomodation-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card-accom {
  background: #f9eee1;
}
.card-accom .fd-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.card-accom .card-body {
  padding: 20px;
}
.card-accom .fd-title {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
}
.card-accom .fd-description {
  margin-top: 30px;
  border-top: 1px solid #c5ae8c;
  text-align: center;
  padding-top: 20px;
}
.card-accom .fd-star {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
}
.category__list-tours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.fd-gallery {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-auto-rows: 300px;
  gap: 10px;
}
.fd-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.fd-gallery img:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
}
.tour-informations {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tour-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: center;
}
.tour-tags a {
  display: block;
  padding: 5px 10px;
  background: #dfb881;
  color: white;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
  font-size: 0.85rem;
}
.tour-section {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 50px;
}
.tour-details {
  background-color: #f9eee1;
  margin-top: 20px;
}
.tour__ct-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tour__ct-details .field {
  background: white;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tour__ct-details span {
  display: block;
}
.tour__ct-details .title {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #979797;
}
.tour__ct-details .value {
  font-size: 18px;
  margin-top: 10px;
}
.tour__fd-introduction {
  background: white;
  padding: 20px;
  border-radius: 2px;
  margin-top: 30px;
}
.tour__ct-booking {
  background: white;
  border-radius: 2px;
  overflow: hidden;
}
.tour__ct-booking p {
  margin-bottom: 0;
  font-size: 14px;
}
.tour__ct-booking .booking-header {
  background-color: #dfb881;
  padding: 30px;
  color: white;
  text-align: center;
}
.tour__ct-booking .price {
  font-size: 2.5em;
  font-weight: 600;
}
.tour__ct-booking .booking-body {
  padding: 30px;
}
.tour__ct-booking .tour-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tour__ct-booking .btn {
  width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
.tour__ct-booking .btn-book-now {
  background: #dfb881;
  color: white;
  border: 2px solid #dfb881;
}
.tour__ct-booking .btn-enquire-now {
  border: 2px solid #dfb881;
  background: white;
  color: #dfb881;
}
.tour-tabs .nav-tab {
  background: #333333;
}
.tour-tabs .tab-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tour-tabs .tab-navigation a {
  color: white;
  display: block;
  padding: 20px;
  font-size: 18px;
  font-family: "Luxury", sans-serif;
}
.tour-tabs .tab-content {
  background: #fefdfa;
}
.tour-tabs .title {
  background: #dfb881;
  text-align: center;
  padding: 10px;
  color: white;
  font-size: 1.5em;
  margin: 0;
}
.tour-tabs .tour-overview {
  padding: 30px 0;
}
.tour-tabs .tab-itinerary {
  background-color: #f9eee1;
}
.tour-tabs .tour-itinerary {
  padding: 30px 0;
}
.tour-tabs .accordion-header {
  font-family: "Luxury", sans-serif;
  background: transparent;
  width: 100%;
  border: none;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 10px;
}
.tour-tabs .accordion-header path {
  stroke: #dfb881;
}
.tour-tabs .accordion-header svg {
  transition: transform 0.3s ease;
}
.tour-tabs .accordion-item.active .accordion-header svg {
  transform: rotate(180deg);
}
.tour-tabs .accordion-content {
  margin-bottom: 30px;
  background-color: #fefdfa;
  border-radius: 2px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  overflow: hidden;
}
.tour-tabs .accordion-item:not(:last-child) {
  border-bottom: 1px solid #dfb881;
  margin-bottom: 30px;
}
.tour-tabs .accordion-item.active .accordion-content {
  grid-template-rows: 1fr;
}
.tour-tabs .inner-content {
  min-height: 0;
}
.tour-tabs .accordion-item.active .inner-content {
  padding: 20px;
}
.tour-tabs .tab-inclusions {
  background-color: #f2f2f2;
}
.tour-inclusions {
  margin-top: 30px;
  background-color: #fefdfa;
}
.tour-inclusions .title-inclusions {
  background: #f9eee1;
  padding: 20px;
  color: black;
  font-size: 18px;
}
.tour-inclusions .tour-inclusion-item {
  padding: 20px;
}
.tour-inclusions .title-inclusion {
  font-size: 16px;
}
.tour-exclusions {
  margin-top: 30px;
  background-color: #fefdfa;
}
.tour-exclusions .title-exclusions {
  background: #f9eee1;
  padding: 20px;
  color: black;
  font-size: 18px;
}
.tour-exclusions .tour-exclusions-item {
  padding: 20px;
}
.timeline {
  position: relative;
}
.timeline .timeline-item {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.timeline .dot {
  width: 12px;
  height: 12px;
  background-color: #c5a059;
  border-radius: 50%;
}
.timeline::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #4a5568;
  z-index: 1;
}
.hotels-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 30px;
}
.hotels-content .hotel-image {
  height: 450px;
}
.hotels-content .hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.tour-tabs .tab-content {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.tour-pricing {
  margin-top: 30px;
  border-radius: 2px;
  background-color: #fefdfa;
  padding: 20px;
}
.tour-packing-description {
  background-color: #fefdfa;
  padding: 20px;
  margin-top: 30px;
  border-radius: 2px;
}
.tour-packing-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.tour-packing-content .packing-item {
  background-color: #fefdfa;
  border-radius: 2px;
}
.tour-packing-content .packing-item-image {
  height: 300px;
}
.tour-packing-content .packing-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.tour-packing-content .packing-description {
  padding: 20px;
}
.tour-packing-content .packing-item-title {
  margin-bottom: 20px;
}
.tour-packing-content .packing-item-description {
  background-color: #f9eee1;
  padding: 15px;
  border-radius: 2px;
}
.faq-container {
  column-count: 2;
  column-gap: 1rem;
  margin-top: 20px;
}
.qori-accordion {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 1rem;
}
.qori-accordion .accordion-button {
  font-family: "Luxury", sans-serif;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f9eee1;
  color: black;
  font-weight: 700;
  padding: 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.qori-accordion .accordion-panel {
  background-color: #f9eee1;
  padding: 20px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tour-tabs .tab-faqs {
  background-color: #fefdfa;
}
.section-blog-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.section-blog-hero .post-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-blog-hero .post-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 69, 20, 0.35);
}
.section-blog-hero .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-blog-hero .post-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
}
.section-blog-hero .breadcrumb .breadcrumb-item {
  color: white;
}
.section-blog-hero .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.section-blog-hero .breadcrumb a {
  color: white;
}
.blog-description {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.list-blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.card-blog {
  border-radius: 2px;
  overflow: hidden;
  background-color: #f9eee1;
  display: flex;
  flex-direction: column;
}
.card-blog .blog-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 2px;
}
.card-blog .post-title a {
  color: #303434;
}
.card-blog .card-body {
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.card-blog .post-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.card-blog .card-foo {
  margin-top: auto;
  border-top: 1px solid #f9dab6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.card-blog .link-content {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  color: #303434;
  font-weight: 700;
}
.post-hero-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.post-hero-section .post-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-hero-section .post-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(108, 69, 20, 0.35);
}
.post-hero-section .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-hero-section .section-description {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
}
.post-hero-section .grid-group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.post-hero-section .post-published {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  border-right: 3px solid white;
  padding-right: 15px;
}
.post-hero-section .post-title {
  font-size: 2.8rem;
  text-transform: capitalize;
  line-height: 1.2;
}
.post-hero-section .breadcrumb .breadcrumb-item {
  color: white;
  font-size: 16px;
}
.post-hero-section .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.post-hero-section .breadcrumb a {
  color: white;
}
.post-container {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.toc {
  margin-bottom: 30px;
  margin-top: 30px;
}
.toc .toc__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border: 0;
  border-radius: 2px;
  background: #f9eee1;
  color: #303434;
  padding: 15px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
}
.toc .toc__list {
  margin: 0;
  list-style: disc;
  background-color: #f9f9f9;
  padding: 15px;
  padding-left: 1.5rem;
}
.toc .toc__item {
  margin-bottom: 0.4rem;
}
.toc .toc__item--level-3 {
  margin-left: 1rem;
  font-size: 0.95rem;
}
.toc a {
  text-decoration: none;
}
.toc.is-open .toc__icon {
  transform: rotate(180deg);
}
.section-questions {
  margin-bottom: 40px;
}
.post__question-title {
  background: #dfb881;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  border-radius: 2px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__question {
  background: #f9eee1;
  padding: 20px;
  border-radius: 2px;
  font-size: 16px;
  color: #303434;
  font-weight: 700;
  cursor: default;
}
.faq__answer {
  padding: 20px;
}
.section-informations {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
.card-author {
  background: #f9eee1;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  width: 350px;
  align-items: center;
}
.card-author .author-image {
  width: 85px;
  height: 85px;
}
.card-author .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.card-author .author-description {
  display: flex;
  flex-direction: column;
}
.card-author .author-name a {
  font-size: 20px;
  font-weight: 700;
  color: #303434;
}
.card-author .author-profes {
  font-size: 14px;
}
.card-share {
  background: #f9eee1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  width: 250px;
  align-items: center;
  justify-items: center;
}
.card-share path {
  fill: #303434;
}
.path-author {
  background: #f9eee1;
}
.section-author-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.author-grid {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 50px;
  align-items: start;
}
.card-profile {
  background: white;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 10px;
}
.card-profile img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.card-profile .author-name {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
}
.card-profile .author-profe {
  color: #8e8e8e;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.card-profile hr {
  width: 100%;
  background-color: #eee;
  height: 0;
  border: 1px solid #eee;
}
.card-profile .author-bio {
  text-align: center;
  margin-top: 20px;
}
.content-posts {
  padding: 30px;
  border-radius: 2px;
  background-color: white;
}
.content-posts .title-content {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.card-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card__post-author {
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card__post-author .post-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 2px;
}
.card__post-author .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__post-author .post-title {
  margin-bottom: 5px;
}
.card__post-author .post-title a {
  color: #303434;
  font-size: 16px;
}
.card__post-author .post-description {
  font-size: 14px;
  margin-bottom: 10px;
}
.card__post-author .card-foo {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__post-author .link-content {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  color: #303434;
  font-weight: 700;
}
.blog__category-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.blog__category-hero .category-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog__category-hero .category-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(108, 69, 20, 0.35);
}
.blog__category-hero .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__category-hero .category-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.blog__category-hero .breadcrumb .breadcrumb-item {
  color: white;
  font-size: 16px;
}
.blog__category-hero .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.blog__category-hero .breadcrumb a {
  color: white;
}
.blog__category-hero h1 {
  font-size: 2.5rem;
}
.cat__description {
  text-align: center;
}
.cat__list-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/*# sourceMappingURL=main.css.map */
