@import "../styles/update-menu-2023.css";
@import "../styles/update2022.css";

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #555;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}

h1 {
  font-weight: 900;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  user-select: none;
}

.enquire-now-simple {
  display: inline-block;
  padding-left: 0.5rem 1rem;
  padding-right: 0.5rem;
  background-color: color(primary);
  color: white;
}

img {
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.page-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 992px) {
  .page-section {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .page-section {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

.page-section .text-center {
  text-align: center;
}

.page-section.inner-page {
  padding-top: 5rem;
  padding-bottom: 0rem;
}

.page-section.inner-page p + p {
  margin-top: 1.5rem;
}

.page-section .section-heading {
  text-align: center;
  position: relative;
}

.page-section .section-heading.to-left {
  text-align: left;
}

.page-section .section-heading.to-left h2::before {
  left: 0;
}

.page-section .section-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #333;
  position: relative;
}

.page-section .section-heading h2::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: #db5f15;
  width: 6rem;
  height: 4px;
  top: -4px;
  left: calc(50% - 3rem);
}

@media screen and (min-width: 768px) {
  .page-section .section-heading h2::before {
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .page-section .section-heading h2 {
    font-size: 2.7rem;
  }
  .page-section .section-heading h2::before {
    top: -1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-section .section-heading h2 {
    font-size: 3.2rem;
  }
}

.page-section .section-heading h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #888;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-section .section-heading h3 {
    text-transform: unset;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .page-section .section-heading h3 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-section .section-heading h3 {
    font-size: 1.7rem;
  }
}

.page-section .section-heading h3.primary {
  color: #db5f15;
}

.page-section .section-icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: -5rem;
  left: calc(50% - 2rem);
  filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(89%) contrast(94%);
}

.page-section .section-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .page-section .section-icon {
    top: -6rem;
  }
}

@media screen and (min-width: 992px) {
  .page-section .section-icon {
    width: 5rem;
    height: 5rem;
    top: -7rem;
    left: calc(50% - 2.5rem);
  }
}

.page-section .section-presentation {
  text-align: center;
  position: relative;
}

.page-section .section-presentation.left {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .page-section .section-presentation.custom-left .section-title {
    text-align: left;
  }
  .page-section .section-presentation.custom-left .section-title::before {
    left: 0;
  }
  .page-section .section-presentation.custom-left .section-icon {
    left: 1rem;
  }
}

.page-section .section-presentation.inverse {
  color: color(co-grey-lighter);
  color: white;
}

.page-section .section-presentation.inverse .section-title {
  color: white;
}

.page-section .section-presentation.inverse .section-subtitle {
  color: color(co-grey-lightest);
}

.page-section .section-presentation.inverse .section-icon img {
  filter: filtercolor(white);
}

.page-section .section-presentation.left .upper-line::before {
  left: 0;
}

.page-section .section-description {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .page-section .section-description {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .page-section .section-description {
    font-size: 1.7rem;
  }
}

.page-section .section-description > p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-section .section-content {
  margin-top: 5rem;
}

.sized {
  position: relative;
}

.sized.size_4_5 {
  width: 100%;
  padding-top: calc(100% * 5 / 4);
}

.sized.size_5_4 {
  width: 100%;
  padding-top: calc(100% * 4 / 5);
}

.sized.size_3_2 {
  width: 100%;
  padding-top: calc(100% * 2 / 3);
}

.sized.size_2_3 {
  width: 100%;
  padding-top: calc(100% * 3 / 2);
}

.sized.size_1_1 {
  width: 100%;
  padding-top: 100%;
}

.sized img.size-target {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.btn-salkantay-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .btn-salkantay-wrapper {
    margin-top: 2rem;
    justify-content: center;
  }
}

.btn-salkantay-wrapper > div {
  width: 49.8%;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 0.5rem;
}

.btn-salkantay-outer2 {
  margin-top: 2rem;
  text-align: center;
}

.btn-salkantay-outer3 {
  margin-top: 3rem;
  text-align: center;
}

.btn-salkantay-outer {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  margin-top: 4rem;
  text-align: center;
}

.btn-salkantay-outer::after {
  content: "";
  position: absolute;
  border-top: 1px solid #f0f0f0;
  width: 90%;
  left: 5%;
  top: calc(50% - 1px);
  z-index: -1;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .btn-salkantay-outer::after {
    width: 600px;
    left: calc(50% - 300px);
  }
}

.btn-salkantay-outer .btn-salkantay {
  position: relative;
  z-index: 1;
}

.btn-salkantay {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 10rem;
  line-height: 2.8rem;
  min-width: 25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: white;
}

.btn-salkantay.circle {
  min-width: 1rem;
  height: 4rem;
  width: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 4rem;
  font-size: 2.4rem;
}

.btn-salkantay.circle span,
.btn-salkantay.circle i {
  line-height: 4rem;
}

.btn-salkantay.circle::before {
  padding: 0;
  margin: 0;
}

.btn-salkantay.special {
  letter-spacing: normal;
}

.btn-salkantay.small {
  height: 3rem;
  font-size: 1.4rem;
  font-size: 1.2rem;
  min-width: auto;
  padding: 0 2.5rem;
}

.btn-salkantay.small::before {
  font-size: 1.2rem;
}

.btn-salkantay.small.flat-icon::before {
  width: 2rem;
  height: 2rem;
}

.btn-salkantay.small.font-icon::before {
  font-size: 1.8rem;
}

.btn-salkantay.link-ahead-icon::after {
  content: "";
  width: 0rem;
  height: 2rem;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  background-image: url(../assets/opt/right.min.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 5;
  margin-left: 0;
}

.btn-salkantay.link-ahead-icon:hover::after {
  opacity: 1;
  width: 2rem;
  margin-left: 0.5rem;
}

.btn-salkantay.flat-icon::before {
  content: "";
  background-image: url("../icons/like.svg");
  display: inline-block;
  background-size: auto 100%;
  filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
  margin-right: 1rem;
  height: 3rem;
  width: 3rem;
}

.btn-salkantay.font-icon::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  font-size: 2rem;
  padding-right: 1rem;
}

.btn-salkantay.font-icon.brochure::before {
  content: "\f56d";
}

.btn-salkantay.font-icon.enquire::before {
  font-weight: 400;
  content: "\f1d8";
}

.btn-salkantay.font-brand-icon::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-weight: 900;
  font-size: 2rem;
  padding-right: 1rem;
}

.btn-salkantay.font-brand-icon.whatsapp::before {
  content: "\f232";
}

.btn-salkantay.font-brand-icon.enquire::before {
  content: "\f3fe";
}

.btn-salkantay.solid-whatsapp {
  background-color: #00e676;
  color: white;
}

.btn-salkantay.solid-primary {
  background-color: #db5f15;
}

.btn-salkantay.solid-primary-light {
  background-color: rgba(255, 102, 0, 0.1);
  color: #db5f15;
}

.btn-salkantay.solid-accent {
  background-color: #333;
}

.btn-salkantay.solid-accent-light {
  background-color: rgba(63, 171, 175, 0.1);
  color: #333;
}

.btn-salkantay.solid-dark {
  background-color: #333;
}

.btn-salkantay.solid-black {
  background-color: black;
}

.btn-salkantay.solid-grey-light {
  background-color: #f0f0f0;
  color: #db5f15;
}

.btn-salkantay.solid-grey-lighter {
  background-color: #f0f0f0;
  color: #333;
}

.btn-salkantay.solid-white {
  background-color: white;
  color: #db5f15;
}

.btn-salkantay.outline-primary {
  border: 1px solid #db5f15;
  color: #db5f15;
}

.btn-salkantay.outline-accent {
  border: 1px solid #333;
  color: #333;
}

.btn-salkantay.outline-dark {
  border: 1px solid #333;
  color: #333;
}

.btn-salkantay.outline-black {
  border: 1px solid #333;
  color: #333;
}

.btn-salkantay.outline-white {
  border: 1px solid white;
  color: white;
}

.btn-salkantay.outline-light {
  border: 1px solid #ccc;
  color: #db5f15;
}

.btn-salkantay.outline-lighter {
  border: 1px solid #ccc;
  color: #db5f15;
}

.btn-salkantay.outline-lightest {
  border: 1px solid #ccc;
  color: #ccc;
}

.btn-salkantay.bg-white {
  background-color: white;
}

.hero {
  height: 35rem;
  width: 100%;
  position: relative;
}

.hero.multi-image .hero-content {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .hero {
    height: 70rem;
  }
}

.hero-slide {
  width: 100%;
  height: 100%;
}

.hero-image-slide {
  width: 100%;
  height: 100%;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 992px) {
  .hero-content {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

h1 {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 80%;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

h1::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 4px;
  border-radius: 4px;
  background-color: #db5f15;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  h1 {
    width: 50%;
    font-size: 5rem;
  }
}

.tour-info {
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.tour-info strong {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
}

@media screen and (min-width: 992px) {
  .tour-info {
    font-size: 1.8rem;
    line-height: 3rem;
    display: inline-block;
  }
  .tour-info.with-separator {
    margin-left: 2rem;
    padding-left: 2.2rem;
    border-left: 2px solid white;
  }
  .tour-info strong {
    font-size: 2.7rem;
  }
}




.salkantay-trekking-associations {
  background-color: white;
  text-align: center;
  padding: 6rem 0;
}

.salkantay-trekking-associations__title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #ccc;
  font-weight: 300;
  margin-bottom: 1rem;
}
.salkantay-trekking-associations ul {
  display: table;
	width: 100%;
	padding: 0px;
	margin: 0px; 
}
.salkantay-trekking-associations ul li {
	padding: 0.3em;
    width: 30%;
	  display: inline-block;
}
.salkantay-trekking-associations ul li img {
  width: 100%;
  -webkit-filter: hue-rotate(0deg) saturate(0) brightness(100%);
          filter: hue-rotate(0deg) saturate(0) brightness(100%);
  opacity: 0.3;
}
@media screen and (min-width: 480px) {
  .salkantay-trekking-associations ul li {width: 24%; padding: 1em;}
}
@media screen and (min-width: 768px) {
  .salkantay-trekking-associations ul li {width: auto; display: table-cell;}
}




.salkantay-trek-associations-title {
  font-family: var(--font-po);
  font-size: 30px;
  color: #ccc;
  font-weight: 300;
}

.salkantay-trek-associations img {
  height: 80px;
  margin: 0px 10px;
  filter: hue-rotate(0deg) saturate(0) brightness(100%);
  opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  .salkantay-trek-associations img {
    height: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .salkantay-trek-associations {
    display: none;
  }
}

.main-footer {
  font-size: 1.4rem;
}

.salkantay-trekking-quote {
  color: #888;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: url("../images/bg/bg-mountains-tile-footer-black.png") repeat-x bottom center;
  min-height: 25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.salkantay-trekking-quote .main-phrase {
  font-size: 1.8rem;
  text-transform: uppercase;
}

.salkantay-trekking-quote .complementary-phrase {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .salkantay-trekking-quote {
    font-size: 1.8rem;
  }
  .salkantay-trekking-quote .main-phrase {
    font-size: 2.4rem;
  }
  .salkantay-trekking-quote .complementary-phrase {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-trekking-quote {
    font-size: 1.8rem;
  }
  .salkantay-trekking-quote .main-phrase {
    text-transform: unset;
    font-size: 3.6rem;
  }
  .salkantay-trekking-quote .complementary-phrase {
    font-size: 2.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-trekking-quote {
    font-size: 2.4rem;
  }
}

.footer-update {
  background-color: black;
}

.footer-update a:hover {
  text-decoration: underline;
}

.footer-upper-area {
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .footer-upper-area {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
  }
}

.footer-menu-wrapper {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .footer-menu-wrapper {
    width: 25%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu-wrapper {
    width: 20%;
  }
}

.collapsible-block {
  margin-top: 0;
}

.collapsible-block h4 {
  margin-top: 0;
  border-bottom: 1px solid #333;
  position: relative;
  cursor: pointer;
}

.collapsible-block h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  right: 0;
}

@media screen and (min-width: 992px) {
  .collapsible-block h4 {
    border-bottom: none;
    display: inline-block;
    cursor: unset;
  }
  .collapsible-block h4::after {
    content: "";
  }
}

@media screen and (min-width: 992px) {
  .footer-menu-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer-menu-block h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0f0f0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 4rem;
}

@media screen and (min-width: 992px) {
  .footer-menu-block h4 {
    line-height: unset;
  }
}

.footer-menu-block ul {
  color: #ccc;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .footer-menu-block ul {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-menu-block ul a {
  color: #ccc;
}

.footer-menu-block ul a {
  display: inline-block;
}

.footer-menu-block ul a:hover {
  text-decoration: underline;
}

.footer-menu-block ul li:first-child {
  padding-top: 1rem;
}

.footer-menu-block ul li + li {
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .footer-menu-block ul li:first-child {
    padding-top: 0rem;
  }
}

.footer-menu-block ul.collapsible-list {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.footer-menu-block ul.collapsible-list h4 {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .footer-menu-block ul.collapsible-list {
    max-height: unset;
  }
}

.footer-menu-block .btn-salkantay {
  min-width: 18rem !important;
}

.social-media-container {
  display: flex;
}

.social-media-container a {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 5px;
  background-color: #db5f15;
  text-align: center;
}

.social-media-container a + a {
  margin-left: 5px;
}

.social-media-container a:hover {
  background-color: #ee8344;
}

.footer-lower-area {
  color: white;
  font-size: 1.4rem;
  padding: 2rem 0rem 2rem;
  border-top: 1px solid #333;
  position: relative;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  color: #ccc;
}

.footer-copyright a {
  color: #ccc;
}

.footer-copyright .copyright {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-copyright {
    flex-direction: row;
    align-items: center;
  }
  .footer-copyright .copyright {
    margin: 0;
  }
}

.logo-footer {
  margin-right: 2rem;
}

.logo-footer img {
  max-height: 5rem;
}

.footer-lower-nav {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer-lower-nav {
    font-weight: 400;
    margin-left: auto;
  }
}

.footer-lower-nav li + li {
  margin-left: 5px;
  padding-left: 6px;
  border-left: 1px solid #555;
}

.features-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .features-container {
    display: flex;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #333;
    height: 10rem;
    margin-top: -5rem;
    padding: 0;
    position: relative;
  }
  .features-container .main-features-list {
    display: flex;
  }
}

.video-feature {
  display: none;
}

@media screen and (min-width: 992px) {
  .video-feature {
    flex-basis: 10rem;
    display: block;
    background-color: #db5f15;
    line-height: 10rem;
    text-align: center;
  }
  .video-feature img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
  }
}

.brochure-feature {
  display: none;
}

@media screen and (min-width: 992px) {
  .brochure-feature {
    flex-basis: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
  }
  .brochure-feature a {
    color: white;
    background: #333;
    display: inline-block;
    padding: 1rem 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}

.main-features-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .main-features-list {
    display: none;
    flex: nowrap;
    background-color: white;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    margin-top: unset;
    margin-bottom: unset;
  }
}

.main-features-list .feature-separator {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-features-list .feature-separator {
    display: block;
    height: 60%;
    width: 2px;
    background-color: #f0f0f0;
  }
}

.main-feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: calc(50% - 5px);
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: white;
  padding: 2rem 0.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .main-feature-item {
    width: unset;
    border: none;
    border: unset;
    margin: 0;
    padding: 0;
    border: unset;
    border-radius: unset;
  }
}

@media screen and (min-width: 992px) {
  .main-feature-item {
    flex-direction: row;
    justify-content: unset;
    text-align: unset;
  }
}

.main-feature-item .icon {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  margin-bottom: 0.75rem;
  filter: invert(35%) sepia(86%) saturate(839%) hue-rotate(349deg) brightness(104%) contrast(97%);
}

@media screen and (min-width: 768px) {
  .main-feature-item .icon {
    margin-bottom: 0.5rem;
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .main-feature-item .icon {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .main-feature-item .icon {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }
}

.main-feature-item .content {
  text-align: center;
  line-height: 1;
}

.main-feature-item .content strong {
  display: block;
  font-size: 1.3rem;
}

.main-feature-item .content span {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .main-feature-item .content strong {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .main-feature-item .content {
    flex: 1;
    text-align: unset;
  }
}

@media screen and (min-width: 1200px) {
  .main-feature-item .content strong {
    font-size: 1.6rem;
  }
}

.itinerary-presentation-section2 {
  background-color: #f8f9fa;
  background-image: url("../images/cartographic-section-bg2.png");
  background-repeat: repeat;
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .intro-container {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .intro-container {
    margin-top: 5rem;
  }
}

.intro-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .intro-wrapper {
    text-align: left;
  }
  .intro-wrapper .main-visited-places {
    order: -1;
  }
}

.main-visited-places {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .main-visited-places {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .main-visited-places {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    flex-direction: row;
    align-items: center;
  }
}

.main-visited-places .icon {
  color: #db5f15;
  display: block;
  margin-bottom: 1rem;
  text-transform: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .main-visited-places .icon {
    margin: unset;
    display: inline-block;
    margin-right: 0.5rem;
  }
}

.itinerary-subtitle {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .itinerary-subtitle {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-subtitle {
    margin-top: 0rem;
    font-size: 2rem;
  }
}

.intro-separator {
  display: none;
}

@media screen and (min-width: 992px) {
  .intro-separator {
    display: block;
    border-bottom: 1px solid #ddd;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.itinerary-introduction p:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .itinerary-introduction {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.map-container {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .map-container {
    text-align: right;
  }
}

.map-container span {
  padding: 1rem;
  font-size: 1.4rem;
  color: #888;
  text-align: right;
}

.map {
  border-radius: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .map {
    max-width: 55rem;
  }
}

.map-wrapper {
  position: relative;
  display: block;
  margin-top: 4rem;
}

.map-wrapper .icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  top: 1rem;
  right: 1rem;
}

.buttons-container {
  text-align: center;
  margin-top: 3rem;
}

.buttons-container .skt-button {
  width: 80%;
  max-width: 30rem;
}

.buttons-container .skt-button .alternative-icon {
  margin-left: 5px;
}

.buttons-container .skt-button .main-icon {
  display: none;
}

@media screen and (min-width: 400px) {
  .buttons-container {
    margin-top: 4rem;
  }
  .buttons-container .skt-button {
    width: 48%;
  }
  .buttons-container .skt-button .alternative-icon {
    display: none;
  }
  .buttons-container .skt-button .main-icon {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .buttons-container .skt-button {
    max-width: 25rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .buttons-container {
    display: none;
  }
}

.skt-button {
  background-color: #db5f15;
  color: white;
  display: inline-block;
  border-radius: 5px;
  transition: 0.5s;
  height: 5rem;
  line-height: 5rem;
  min-width: 15rem;
  margin-top: 1rem;
}

.skt-button.outline {
  color: #db5f15;
  background-color: transparent;
  border: 1px solid #db5f15;
}

.skt-button.outline:hover {
  background-color: #f0f0f0;
  color: #db5f15;
}

.skt-button:hover {
  color: white;
  background-color: #ee8344;
}

.tabs-controls {
  background-color: #f8f9fa;
  display: none;
}

@media screen and (min-width: 768px) {
  .tabs-controls {
    display: block;
  }
}

.tabs {
  display: flex;
}

.tabs > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 10rem;
  cursor: pointer;
  color: #333;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  transition: 0.5s;
}

.tabs > li:hover {
  background-color: white;
}

.tabs > li.active {
  background-color: white;
  color: #db5f15;
}

.tabs > li.active span {
  display: inline-block;
  color: white;
  background-color: #db5f15;
  padding: 2px 4px;
}

.tabs > li span {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.25px;
  display: inline-block;
  background-color: transparent;
  padding: 2px 4px;
}

.tabs > li .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .tabs > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .tabs > li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tabs > li span {
    font-size: 1.3rem;
  }
  .tabs > li .icon {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .tabs > li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .tabs {
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .tabs {
    justify-content: flex-start;
  }
}

.tabs-content p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs-content p + ul,
.tabs-content p + div {
  margin-top: 2rem;
}

.tabs-content p strong {
  color: #333;
  font-weight: 700;
}

.tabs-content p a {
  color: #db5f15;
  font-weight: 700;
}

.tabs-content p a:hover {
  text-decoration: underline;
}

.tab-content-item {
  background-color: white;
  transition: 0.5s;
  max-height: 0;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tab-content-item {
    display: none;
    max-height: none;
    max-height: unset;
  }
  .tab-content-item.active {
    display: block;
    animation: fadeIn ease 0.5s;
  }
}

.tab-content-item .tab-content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .tab-content-item .tab-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.tab-content-item__introduction {
  margin-bottom: 4rem;
}

.tab-button-item {
  color: #333;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .tab-button-item {
    display: none;
  }
}

.tab-button-item .tab-button {
  height: 6rem;
  line-height: 6rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.tab-button-item .tab-button::before {
  position: absolute;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 60px;
  font-size: 1.6rem;
  right: 1rem;
  transition: 0.5s;
}

.tab-button-item.active {
  color: #db5f15;
}

.tab-button-item.active .tab-button::before {
  transform: rotate(180deg);
}

.inner-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  margin: 5rem 0 3rem;
  padding-top: 1.5rem;
}

.inner-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  width: 5rem;
  background-color: #db5f15;
}

p + .inner-section,
div + .inner-section,
ul + .inner-section {
  margin-top: 4rem;
}

.inner-section + .inner-section {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.inner-section .title {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 3rem;
}

.inner-section .title::before, .inner-section .title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
}

.inner-section .title::before {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.inner-section .title::after {
  width: 10rem;
  width: 5rem;
  border-bottom: 1px solid #db5f15;
}

#booking-tab {
  color: #db5f15;
}

.list-details > li {
  padding-left: 2.5rem;
  position: relative;
}

.list-details > li + li {
  margin-top: 1rem;
}

.list-details > li::before {
  position: absolute;
  content: "\f00c";
  top: 2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  line-height: inherit;
  color: #db5f15;
}

.list-details > li.meal-detail::before {
  content: "\f2e7";
}

.list-details > li.accommodation-detail::before {
  content: "\f236";
}

.list-details > li.adventure-detail::before {
  content: "\f4d7";
}

.list-details > li.distance-detail::before {
  content: "\f554";
}

.list-details > li.duration-detail::before {
  content: "\f1da";
}

.list-details > li strong {
  color: #333;
  font-weight: 700;
}

.list-details + p,
.list-details + ul,
.list-details + div {
  margin-top: 2rem;
}

.day-tour {
  position: relative;
}

@media screen and (min-width: 768px) {
  .day-tour::before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 2px solid #eee;
    left: 3.4rem;
    top: 0;
  }
}

.day-tour .day-tour-title {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
}

.day-tour .day-tour-title div {
  background-color: #db5f15;
  color: white;
  text-align: center;
  margin-right: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  border-radius: 1rem;
}

.day-tour .day-tour-title div span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .day-tour .day-tour-title div {
    margin-right: 2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 4rem;
  }
  .day-tour .day-tour-title div span {
    font-size: 2.4rem;
  }
}

.day-tour .day-tour-title h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 2rem;
  text-transform: uppercase;
  color: txtcolor(heading);
  flex: 1;
}

@media screen and (min-width: 768px) {
  .day-tour .day-tour-title h3 {
    font-size: 2rem;
  }
}

.day-tour .day-tour-description {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .day-tour .day-tour-description {
    padding-left: 9rem;
  }
  .day-tour .day-tour-description p {
    position: relative;
  }
  .day-tour .day-tour-description p::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    left: -6rem;
    top: 0.7rem;
    border: 1px solid color(primary);
    background-color: white;
  }
}

.itinerary-summary {
  position: relative;
}

.itinerary-summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.45rem;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}

.itinerary-summary > li {
  position: relative;
}

.itinerary-summary > li + li {
  margin-top: 2rem;
}

.itinerary-summary .day-header {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.itinerary-summary .day-number {
  color: #db5f15;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5rem;
  height: 5rem;
  background-color: white;
  border-radius: 3rem;
}

.itinerary-summary .day-number span {
  font-weight: 900;
  font-size: 2rem;
}

.itinerary-summary h4 {
  flex: 1;
  font-size: 1.8rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  margin-left: 1rem;
}

.itinerary-summary .day-highlights {
  display: none;
  padding-left: 6rem;
  margin-top: 0.5rem;
}

.itinerary-summary .day-highlights li {
  padding-left: 1.8rem;
  position: relative;
}

.itinerary-summary .day-highlights li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 5px;
}

.itinerary-summary .day-highlights li + li {
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .itinerary-summary .day-highlights {
    display: block;
  }
}

.st-list li {
  padding-left: 1.8rem;
  position: relative;
}

.st-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #333;
}

.st-list li + li {
  margin-top: 1.25rem;
}

@media screen and (min-width: 1200px) {
  .st-list {
    column-count: 2;
    column-gap: 4rem;
  }
}

.why-us-list {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .why-us-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .why-us-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .why-us-item-outer {
    padding: 1rem;
  }
}

.why-us-item {
  overflow: visible;
  border-radius: 5px;
  min-height: 15rem;
  background-color: white;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.075);
  width: 100%;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  text-align: center;
}

.why-us-item::before {
  content: "\f064";
  font-family: "Font Awesome 5 Free";
  color: #f0f0f0;
  font-weight: 900;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  transition: 0.5s;
}

.why-us-item img {
  height: 4rem;
  width: auto;
  filter: invert(35%) sepia(86%) saturate(839%) hue-rotate(349deg) brightness(104%) contrast(97%);
}

.why-us-item h5 {
  line-height: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 1px;
  margin-top: 2rem;
}

.why-us-item:hover {
  background-color: rgba(219, 94, 21, 0.1);
}

.why-us-item:hover::before {
  color: #db5f15;
}

.full-itinerary .itinerary-day + .itinerary-day {
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .full-itinerary {
    position: relative;
  }
  .full-itinerary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.45rem;
    height: 100%;
    border-left: 1px solid #f0f0f0;
  }
  .full-itinerary .itinerary-day {
    position: relative;
  }
  .full-itinerary .itinerary-day + .itinerary-day {
    margin-top: 4rem;
  }
}

.full-itinerary .day-header {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.full-itinerary .day-number {
  color: #db5f15;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5rem;
  height: 5rem;
  background-color: white;
  border: 1px solid #db5f15;
}

.full-itinerary .day-number span {
  font-weight: 900;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .full-itinerary .day-number {
    border: none;
    background-color: #db5f15;
    border-radius: 3rem;
    color: white;
  }
}

.full-itinerary h4 {
  flex: 1;
  margin-left: 1rem;
  font-size: 1.8rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
}

.full-itinerary .day-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #db5f15;
  color: #888;
}

.day-features-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .day-features-container {
    order: 4;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.day-features-container.vertical2 .day-feature {
  flex-direction: column;
  align-items: flex-start;
}

.day-features-container.vertical2 .day-feature .content {
  margin: 0;
  margin-top: 1rem;
}

.day-feature {
  display: flex;
  align-items: center;
  width: 49%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
  .day-feature {
    width: 32%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.day-feature .icon {
  width: 4rem;
  height: 4rem;
}

.day-feature .icon img {
  width: 100%;
  height: 100%;
}

.day-feature img.icon {
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}

.day-feature .content {
  margin-left: 1rem;
  flex: 1;
}

.day-feature .content span {
  display: block;
  font-size: 1rem;
  line-height: 15px !important;
  font-family: "Montserrat", sans-serif;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0px 0px 0px;
}

.day-feature .content strong {
  display: block;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.day-image {
  display: block;
}

.inclusions-list {
  margin-bottom: 4rem;
  padding-left: 1.5rem;
  position: relative;
}

.inclusions-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.45rem;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .inclusions-list {
    padding-left: 2rem;
  }
  .inclusions-list::before {
    left: 0.7rem;
  }
}

@media screen and (min-width: 992px) {
  .inclusions-list {
    padding-left: 3rem;
  }
  .inclusions-list::before {
    left: 0.95rem;
  }
}

@media screen and (min-width: 1200px) {
  .inclusions-list {
    padding-left: 4rem;
  }
  .inclusions-list::before {
    left: 1.95rem;
  }
}

.inclusions-list .inclusions-sublist li + li {
  margin-top: 1.5rem;
}

.inclusions-list h4 {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.inclusions-list h4:not(:first-child) {
  margin-top: 3rem;
}

.inclusions-list h4::before {
  content: "";
  position: absolute;
  content: "";
  top: 5px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 2rem;
  color: white;
  background-color: #db5f15;
  color: #db5f15;
}

@media screen and (min-width: 768px) {
  .inclusions-list h4 {
    margin-left: -2rem;
    padding-left: 2rem;
  }
  .inclusions-list h4::before {
    content: "\f00c";
    font-weight: 900;
    font-size: 1.4rem;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    border: 1px solid #f0f0f0;
  }
}

@media screen and (min-width: 992px) {
  .inclusions-list h4 {
    margin-left: -3rem;
    padding-left: 3rem;
  }
  .inclusions-list h4::before {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .inclusions-list h4 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-left: -4rem;
    padding-left: 4rem;
  }
  .inclusions-list h4::before {
    font-size: 1.6rem;
    left: 5px;
    width: 3rem;
    height: 3rem;
  }
}

.inclusions-list h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.inclusions-list h5::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #db5f15;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .inclusions-list h5 {
    margin-left: -2rem;
    padding-left: 2rem;
  }
  .inclusions-list h5::before {
    left: 5.5px;
  }
}

@media screen and (min-width: 992px) {
  .inclusions-list h5 {
    margin-left: -3rem;
    padding-left: 3rem;
    font-weight: 700;
  }
  .inclusions-list h5::before {
    left: 1.7rem;
    width: 6px;
    height: 6px;
    left: 7px;
  }
}

@media screen and (min-width: 1200px) {
  .inclusions-list h5 {
    margin-left: -4rem;
    padding-left: 4rem;
  }
  .inclusions-list h5::before {
    left: 1.7rem;
  }
}

.inclusions-list .inclusions-sublist p,
.inclusions-list .inclusions-sublist ul {
  display: none;
}

@media screen and (min-width: 768px) {
  .inclusions-list .inclusions-sublist p,
  .inclusions-list .inclusions-sublist ul {
    display: block;
  }
}

.inclusions-list .required {
  display: block;
}

.inclusions-list.not-included h5:not(:first-child) {
  margin-top: 2rem;
}

.inclusions-list.not-included h5::before {
  background-color: #ccc;
}

.tour-inner-title {
  font-family: "Montserrat", sans-serif;
  color: #db5f15;
  margin: 0;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .tour-inner-title {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tour-inner-title {
    font-size: 2.4rem;
  }
}

.tour-inner-title.bottom-border {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.tour-inner-title.bottom-border::after {
  position: absolute;
  content: "";
  border-top: 2px solid #f0f0f0;
  bottom: 0;
  width: 100%;
  left: 0;
}

.tour-inner-title.bottom-margin {
  margin-bottom: 3rem;
}

.previous-price {
  display: inline;
  position: relative;
}

.previous-price::before {
  position: absolute;
  content: "";
  border-top: 2px dashed #db5f15;
  width: 110%;
  left: -5%;
  top: 50%;
}

.form-group-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.form-group-2 > * {
  margin-bottom: 1rem;
}

.reservations-travel .color-orange {
  color: #db5f15 !important;
  fill: #db5f15;
}

.form-st-control {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .form-st-control {
    margin-bottom: 1.5rem;
  }
}

.form-st-control label {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 1.4rem;
}

.form-st-control label span {
  display: inline-block;
  margin-left: 0.25rem;
  color: #db5f15;
}

.form-st-control span {
  font-size: 12px;
  color: txtcolor(light);
  display: inline-block;
  margin-left: 1.6rem;
}

.form-st-control svg {
  width: 22px;
  margin: 0px 3px 0px 0px;
  fill: txtcolor(light);
  position: absolute;
  left: 5px;
  top: 33px;
}

.form-st-control input,
.form-st-control select,
.form-st-control textarea {
  appearance: none;
  background-color: white;
  border-radius: 3px;
  height: 4rem;
  padding: 0 1.6rem;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  color: txtcolor(body);
  outline: red;
}

.form-st-control input:focus, .form-st-control input:active,
.form-st-control select:focus,
.form-st-control select:active,
.form-st-control textarea:focus,
.form-st-control textarea:active {
  border-color: color(co-grey);
}

.form-st-control input::-webkit-input-placeholder,
.form-st-control select::-webkit-input-placeholder,
.form-st-control textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.4rem;
  color: txtcolor(lighter);
}

.form-st-control input::-moz-placeholder,
.form-st-control select::-moz-placeholder,
.form-st-control textarea::-moz-placeholder {
  font-size: 1.4rem;
  color: txtcolor(lighter);
  /* Firefox 19+ */
}

.form-st-control input:-ms-input-placeholder,
.form-st-control select:-ms-input-placeholder,
.form-st-control textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  color: txtcolor(lighter);
  /* IE 10+ */
}

.form-st-control input:-moz-placeholder,
.form-st-control select:-moz-placeholder,
.form-st-control textarea:-moz-placeholder {
  font-size: 1.4rem;
  color: txtcolor(lighter);
  /* Firefox 18- */
}

.form-st-control select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3NTIwNTc2RkJFNTExRUFBQzk4ODVCODc4MjU3RTA5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3NTIwNTc3RkJFNTExRUFBQzk4ODVCODc4MjU3RTA5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1MjA1NzRGQkU1MTFFQUFDOTg4NUI4NzgyNTdFMDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc1MjA1NzVGQkU1MTFFQUFDOTg4NUI4NzgyNTdFMDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz75R+qNAAAA7ElEQVR42mL8//8/AzUBEwOVweA3kIVhZnAEkPYE4llAfJRMc0yBOBuI9zD+j2OAxcpnIPYH4v0kGmYFxFuAWBDiQg6wAY5AzAvEG0k0FMUwIDjMBDVgG1QAZqgjGYbtA5nFBPVqKBDvJMFQdMMOAHEgEL+HxfI3IA4m0lBshgUA8Sf0ZPOVCEOxGQYKso8wBYz/0zBcwA3Ea4HYHSn2PYD4JxDvxuKyj8iasRmIzVCQd/4BsQCayz4Rm1PQvc9HjGGQdPgTZ0zCDEV2KUoEYAOM/yd5EkpvIO93gS1nYCjFZxjEwNHykFIAEGAAaF1FaPlSR0AAAAAASUVORK5CYII=) no-repeat white;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.form-st-control textarea {
  height: unset;
}

.form-st-control select {
  position: relative;
}

.form-st-control select:focus, .form-st-control select:active {
  border-color: color(co-grey);
}

.form-st-control .custom-select {
  position: relative;
}

.form-st-control button {
  appearance: none;
  color: white;
  background-color: #db5f15;
  border: 0;
  outline: none;
  height: 4rem;
  border-radius: 4rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: 100%;
  max-width: 20rem;
}

.form-title {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
  color: #db5f15;
}

.form-subtitle {
  font-family: "Montserrat", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
}

.form-block + .form-block {
  margin-top: 3rem;
}

.highlights strong {
  font-weight: 300 !important;
}

.highlights {
  color: color(co-grey-lighter);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300 !important;
  font-size: 16px;
  margin-bottom: 16px;
}

.highlights a {
  color: color(accent) !important;
}

.alert_february {
  font-size: 1.2rem;
  font-style: italic;
  display: inline-block;
  padding: 0.5rem;
  background-color: color(co-grey-lightest);
  color: #333;
  position: relative;
  padding-left: 1rem;
}

.alert_february::before {
  content: "i";
  color: #db5f15;
  position: absolute;
  left: 0;
}

.response-box {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 3px;
}

.response-box.progress {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  border: 1px solid #ffc107;
}

.response-box.success {
  background-color: rgba(40, 167, 70, 0.2);
  color: #28a745;
  border: 1px solid #28a745;
}

.response-box.danger {
  background-color: rgba(220, 53, 70, 0.2);
  color: #dc3545;
  border: 1px solid #dc3545;
}

.enquire-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .enquire-options.three-part .enquire-option-box {
    width: calc((100% - 20px) / 3);
  }
}

.enquire-option-box {
  display: block;
  background-color: white;
  border: 1px solid #db5f15;
  border-radius: 3px;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.enquire-option-box .icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  object-fit: cover;
}

.enquire-option-box p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.enquire-option-box.alternative {
  border: none;
  padding: 1rem;
  display: flex;
  border: 1px solid #f0f0f0;
  background-color: white;
  border-radius: 5px;
}

.enquire-option-box.alternative .icon {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  margin: 0;
  margin-right: 1rem;
}

@media screen and (min-width: 992px) {
  .enquire-option-box {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .enquire-option-box {
    padding: 2rem;
  }
  .enquire-option-box .icon {
    margin-bottom: 2rem;
  }
  .enquire-option-box.alternative {
    padding: 2rem;
  }
  .enquire-option-box.alternative icon {
    margin: 0;
    margin-right: 2rem;
  }
}

.selected-tour-box {
  border-radius: 3px;
  padding: 0.5rem 1rem;
  background-color: white;
  border: 1px solid color(co-grey-lightest);
  border: 1px solid #db5f15;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.instagrams-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .instagrams-container {
    width: 80%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .instagrams-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.instagram-card-outer {
  position: relative;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .instagram-card-outer:hover {
    transform: scale(1.05);
    z-index: 2;
  }
  .instagram-card-outer:hover .instagram-card__content {
    opacity: 0;
  }
}

.instagram-card {
  border-radius: 0.5rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: 0.5s;
  border: none;
}

.instagram-card__image {
  position: relative;
  z-index: 1;
}

.instagram-card__image::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.instagram-card__image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.instagram-card__icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.instagram-card__icon img {
  object-position: center center;
  object-fit: cover;
}

.instagram-card__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  transition: ease-in 0.5s;
  color: white;
  z-index: 1;
}

.instagram-card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  display: block;
  text-transform: uppercase;
}

.instagram-card__nickname {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.25px;
  letter-spacing: 1px;
  color: white;
  display: block;
}

.instagram-card.alternative .instagram-card__nickname {
  color: #333;
}

.instagram-card.alternative .instagram-card__user {
  background-color: rgba(255, 255, 255, 0.753);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  border-radius: 3rem;
}

.instagram-card.alternative .instagram-card__content {
  align-items: flex-end;
  justify-content: center;
}

.instagram-card.alternative2 .instagram-card__nickname {
  color: #333;
}

.instagram-card.alternative2 .instagram-card__user {
  background-color: rgba(255, 255, 255, 0.753);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 2rem;
  margin: 2rem 0;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  border-radius: 3rem;
  border-radius: 3rem 0 0 3rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border-radius: 2rem 0 0 2rem;
}

.instagram-card.alternative2 .instagram-card__content {
  align-items: flex-start;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-end;
}

.instagram-card.alternative3 .instagram-card__nickname {
  color: #333;
}

.instagram-card.alternative3 .instagram-card__user {
  background-color: rgba(255, 255, 255, 0.753);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  border-radius: 3rem;
}

.instagram-card.alternative3 .instagram-card__content {
  align-items: flex-start;
  justify-content: flex-end;
}

.instagram-card__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-content: flex-end;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 1;
  transition: 0.5s;
}

.instagram-card__user {
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem;
  padding: 0.75rem 0.75rem;
  padding: 0.75rem 1.2rem;
  position: relative;
  z-index: 1;
}

.instagram-card__user .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}

.instagram-card__user .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tour-card {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background-color: #ccc;
  display: block;
  color: #555;
  position: relative;
}

.tour-card:hover .tour-card__content {
  bottom: 0;
}

.tour-card a {
  color: inherit;
}

.tour-card a:hover {
  color: inherit;
}

.tour-card__heading {
  position: relative;
}

.tour-card__image {
  width: 100%;
  padding-top: calc(100% * 16 / 9);
  position: relative;
  overflow: hidden;
}

.tour-card__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.tour-card__location {
  position: absolute;
  top: 0rem;
  left: 0rem;
  padding: 2rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.tour-card__location span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background-color: white;
  color: #db5f15;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.tour-card__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  bottom: -17rem;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding: 3rem 2rem;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.tour-card__content .title {
  font-size: 2rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.tour-card__content .duration-price {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  padding-top: 0.5rem;
}

.tour-card__content .excerpt {
  font-size: 1.4rem;
  margin-top: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.tour-card__content .visited-places {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tour-card__content .btn-wrapper {
  margin-top: 3rem;
  text-align: center;
}

.card-blog {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: hidden;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
  color: #333;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .card-blog {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .card-blog {
    margin-bottom: 0;
    color: white;
  }
}

@media screen and (min-width: 768px) {
  .card-blog {
    display: block;
  }
  .card-blog:hover .card-blog__image::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.card-blog__image {
  width: calc(100% / 3);
}

@media screen and (min-width: 768px) {
  .card-blog__image {
    width: 100%;
  }
}

.card-blog__image-wrapper {
  padding-top: 100%;
  background-color: green;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .card-blog__image-wrapper {
    width: 100%;
    padding-top: 100%;
  }
}

.card-blog__image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .card-blog__image-wrapper::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: 1s ease-out;
  }
}

.card-blog__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.card-blog__content {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  z-index: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .card-blog__content {
    padding: 2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
  }
}

.card-blog__content .heading {
  font-family: "Montserrat", sans-serif;
  color: #333;
  color: #555;
  font-weight: 400;
  font-size: 1.4rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}

.card-blog__content .heading::before {
  position: absolute;
  content: "";
  width: 4rem;
  bottom: 0;
  left: calc(50% - 2rem);
  border-bottom: 1px solid #db5f15;
  border-bottom: 4px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .card-blog__content .heading {
    font-size: 1.8rem;
    color: white;
  }
  .card-blog__content .heading::before {
    width: 6rem;
    left: calc(50% - 3rem);
    border-bottom: 1px solid white;
  }
}

.card-blog__content .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .card-blog__content .footer {
    flex-direction: column;
    margin-top: 0rem;
  }
}

.card-blog__content .date {
  color: #555;
  color: #ccc;
  font-family: #555;
  display: none;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .card-blog__content .date {
    color: white;
    display: block;
  }
}

.card-blog__content .inner-cta {
  margin-top: 2rem;
  font-size: 1.4rem;
  border-radius: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background-color: #f0f0f0;
  padding: 0 2.5rem 0 1.5rem;
  color: #db5f15;
  background-color: rgba(255, 102, 0, 0.1);
  color: #db5f15;
}

.card-blog__content .inner-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 1rem;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .card-blog__content .inner-cta {
    margin-top: 2rem;
    color: white;
    border: 1px solid white;
    padding: 0.5rem 3rem 0.5rem 2rem;
    background-color: rgba(255, 102, 0, 0);
  }
  .card-blog__content .inner-cta::after {
    right: 1.5rem;
  }
}

.card-blog__content .btn {
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #333;
  color: #333;
}

@media screen and (min-width: 768px) {
  .card-blog__content .btn {
    border: 1px solid white;
    color: white;
  }
}

.card-blog2 {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
}

.card-blog2:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.card-blog2__image img {
  transition: 2s;
}

.card-blog2__image:hover img {
  transform: scale(1.1);
}

.card-blog2__content {
  padding: 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.card-blog2__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-blog2__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #333;
  font-weight: 700;
  height: 3em;
}

.card-blog2__date {
  font-size: 1.2rem;
  display: inline-block;
  padding-top: 0.9rem;
  margin-top: 1rem;
  color: #888;
  border-top: 1px solid #f0f0f0;
}

.card-blog2__category {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}

.card-blog2__inner-cta2 {
  margin-top: 2rem;
}
.inclusions-responsive{
  display: flex;
} 

@media screen and (min-width: 768px) {
  .inclusions-responsive{
    display: none;
  } 
}