/* Small (≥576px) */
@media (min-width: 576px) {
  .container {
    padding: 0 2rem;
  }
}

/* Medium (≥768px) */
@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

/* Large (≥992px) */
@media (min-width: 992px) {
  .container {
    padding: 0 4rem;
  }
}

/* X-Large (≥1200px) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 2rem;
  }

  .container [class*="col-"],
  [class*="col_"],
  [class~="col"] {
    padding: 0 1rem 0;
  }
}

/* XX-Large (≥1400px) */
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
    padding: 0 2rem;
  }
}

/* XX-Large (≥1600px) */
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0 2rem;
  }
}

/* XX-Large (≥1600px) */
@media (min-width: 1920px) {
  .container {
    padding: 0 2rem;
  }
}



@media screen and (max-width: 1600px) {
  #hero-banner .hero-banner__title {
    font-size: 6rem;
    line-height: 6rem;
  }
}


@media screen and (max-width: 1366px) {
  #small-hero-banner .small-hero-banner__title {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }

  .swiper-button-next {
    right: -40px;
    background: #ffffff !important;
  }

  .swiper-button-prev {
    left: -40px;
    background: #ffffff !important;
  }

  .feature-box {
    padding: 30px !important;
  }
}

@media screen and (max-width: 1280px) {
	.activity__thumb img {
		width: 100%;
		border-radius: 10px;
		min-height: 250px;
		height:250px;
	}
}
@media screen and (max-width: 1024px) {
  #small-hero-banner {
    min-height: calc(30vh - 300px);
    display: flex;
    align-items: center;
    padding-top: 260px;
  }

  #small-hero-banner .small-hero-banner__title {
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .left-spacer {
    padding-left: 0;
  }

  .right-spacer {
    padding-right: 0px;
  }

  .tours__btn-navigation {
    display: none !important;
  }

  article.blog__item.blog__item--style-six {
    margin-bottom: 50px;
  }
}

/* Small devices (up to 768px) */
@media (max-width: 768px) {

  .mob-pt0,
  .mob-pb0,
  .mob-mt-0,
  .mob-mb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Margins */
  .mob-mt-10,
  .mob-mb-10 {
    margin: 0.625rem !important;
  }

  .mob-mt-20,
  .mob-mb-20 {
    margin: 1.25rem !important;
  }

  .mob-mt-30,
  .mob-mb-30 {
    margin: 1.875rem !important;
  }

  .mob-mt-40,
  .mob-mb-40 {
    margin: 2.5rem !important;
  }

  .mob-mt-50,
  .mob-mb-50 {
    margin: 3.125rem !important;
  }

  .mob-mt-60,
  .mob-mb-60 {
    margin: 3.75rem !important;
  }

  .mob-mt-70,
  .mob-mb-70 {
    margin: 4.375rem !important;
  }

  .mob-mt-80,
  .mob-mb-80 {
    margin: 5rem !important;
  }

  .mob-mt-90,
  .mob-mb-90 {
    margin: 5.625rem !important;
  }

  .mob-mt-100,
  .mob-mb-100 {
    margin: 6.25rem !important;
  }

  /* Padding */
  .mob-pt-10,
  .mob-pb-10 {
    padding: 0.625rem !important;
  }

  .mob-pt-20,
  .mob-pb-20 {
    padding: 1.25rem !important;
  }

  .mob-pt-30,
  .mob-pb-30 {
    padding: 1.875rem !important;
  }

  .mob-pt-40,
  .mob-pb-40 {
    padding: 2.5rem !important;
  }

  .mob-pt-50,
  .mob-pb-50 {
    padding: 3.125rem !important;
  }

  .mob-pt-60,
  .mob-pb-60 {
    padding: 3.75rem !important;
  }

  .mob-pt-70,
  .mob-pb-70 {
    padding: 4.375rem !important;
  }

  .mob-pt-80,
  .mob-pb-80 {
    padding: 5rem !important;
  }

  .mob-pt-90,
  .mob-pb-90 {
    padding: 5.625rem !important;
  }

  .mob-pt-100,
  .mob-pb-100 {
    padding: 6.25rem !important;
  }

  .container [class*="col-"],
  [class*="col_"],
  [class~="col"] {
    padding: 0 0.5rem 0;
  }

  h1,
  .h1 {
    font-size: 90px;
    line-height: 100px;
  }

  h2,
  .h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  h3,
  .h3 {
    font-size: 42px;
    line-height: 52px;
  }

  h4,
  .h4 {
    font-size: 28px;
    line-height: 36px;
  }

  h5,
  .h5 {
    font-size: 21px;
    line-height: 26px;
  }

  h6,
  .h6 {
    font-size: 16px;
    line-height: 22px;
  }

  #small-hero-banner {
    min-height: calc(40vh - 300px);
    display: flex;
    align-items: center;
    padding-top: 260px;
  }

  #small-hero-banner .small-hero-banner__title {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }

  #hero-banner .hero-banner__title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .testimonials-pagination {
    display: none;
  }

  .post-tags-and-shares .social-share-wrapper ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }

  .layout-content h2,
  .layout-content h3 {
    font-size: 24px;
  }
	.activity__thumb img {
        height: auto;
    }
}

@media screen and (max-width:675px) {
  #hero-banner {
    height: calc(100vh - 80px);
    padding-top: 80px;
  }

  h1,
  .h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  h3,
  .h3 {
    font-size: 36px;
    line-height: 42px;
  }

  #small-hero-banner {
    min-height: calc(40vh - 300px);
    padding-top: 200px;
  }

  #small-hero-banner .small-hero-banner__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section-title-and-cta__section-title {
    margin-bottom: 0px;
  }

  .section-title-and-cta {
    margin-bottom: 40px;
  }
}

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

  h1,
  .h1 {
    font-size: 48px;
    line-height: 62px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 32px;
  }

  #small-hero-banner {
    min-height: calc(40vh - 300px);
    padding-top: 150px;
  }

  #small-hero-banner .small-hero-banner__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  #hero-banner .hero-banner__title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}