@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&family=League+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

:root {
  --c-body: #333333;
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #f80053;
  --c-secondary: #370040;
  --c-gray: #60d66a;
  --c-title-color: #2e0038;
  --c-bordercolor: #D3D3D3;
}

html,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991.5px) {
  p br {
    display: none;
  }
}

.paragraph--type--home-banner .overlay-content h1,
.paragraph--type--home-banner .overlay-content h2 {
  font-size: 4.375rem;
}

@media screen and (min-width: 1200px) {

  .paragraph--type--home-banner .overlay-content h1,
  .paragraph--type--home-banner .overlay-content h2 {
    font-size: 6.25rem;
  }
}

@media screen and (min-width: 1400px) {

  .paragraph--type--home-banner .overlay-content h1,
  .paragraph--type--home-banner .overlay-content h2 {
    font-size: 7.5rem;
  }
}

.tours-page #tour-pricing h2 p,
.page-node-type-tours .header-image-page .view-content .container .banner-title h1,
.paragraph--type--case-studies .case-study-caption h2,
.paragraph--type--celebrity-presentation .celebrity-caption h2,
.paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption h2,
.paragraph--type--tournaments .tournaments-caption h2,
.paragraph--type--banner-bottom h3,
.paragraph--type--home-banner .overlay-content h1 span,
.paragraph--type--home-banner .overlay-content h2 span {
  font-size: 3.75rem;
}

@media screen and (min-width: 1200px) {

  .tours-page #tour-pricing h2 p,
  .page-node-type-tours .header-image-page .view-content .container .banner-title h1,
  .paragraph--type--case-studies .case-study-caption h2,
  .paragraph--type--celebrity-presentation .celebrity-caption h2,
  .paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption h2,
  .paragraph--type--tournaments .tournaments-caption h2,
  .paragraph--type--banner-bottom h3,
  .paragraph--type--home-banner .overlay-content h1 span,
  .paragraph--type--home-banner .overlay-content h2 span {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1400px) {

  .tours-page #tour-pricing h2 p,
  .page-node-type-tours .header-image-page .view-content .container .banner-title h1,
  .paragraph--type--case-studies .case-study-caption h2,
  .paragraph--type--celebrity-presentation .celebrity-caption h2,
  .paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption h2,
  .paragraph--type--tournaments .tournaments-caption h2,
  .paragraph--type--banner-bottom h3,
  .paragraph--type--home-banner .overlay-content h1 span,
  .paragraph--type--home-banner .overlay-content h2 span {
    font-size: 6.25rem;
  }
}

.rnt-book-tour-makebooking .infor-tour h2,
.rnt-book-tour-makebooking .wrapper-form-step-you .card-header,
.rnt-book-tour-makebooking .wrapper-form-step-team .card-header,
.rnt-book-tour-makebooking .wrapper-form-step-travel .card-header {
  font-size: 2.8125rem;
}

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

  .rnt-book-tour-makebooking .infor-tour h2,
  .rnt-book-tour-makebooking .wrapper-form-step-you .card-header,
  .rnt-book-tour-makebooking .wrapper-form-step-team .card-header,
  .rnt-book-tour-makebooking .wrapper-form-step-travel .card-header {
    font-size: 2.25rem;
  }
}

.rnt-book-tour-makebooking .wrapper-header-form h1,
.have-ques-block h2,
.tour-offers .tour-offers-items h2,
.paragraph--type--case-studies .case-study-caption h2 span,
.paragraph--type--celebrity-presentation .celebrity-caption h3,
.paragraph--type--football-tournament-item .item-caption h2 {
  font-size: 2rem;
}

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

  .rnt-book-tour-makebooking .wrapper-header-form h1,
  .have-ques-block h2,
  .tour-offers .tour-offers-items h2,
  .paragraph--type--case-studies .case-study-caption h2 span,
  .paragraph--type--celebrity-presentation .celebrity-caption h3,
  .paragraph--type--football-tournament-item .item-caption h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {

  .rnt-book-tour-makebooking .wrapper-header-form h1,
  .have-ques-block h2,
  .tour-offers .tour-offers-items h2,
  .paragraph--type--case-studies .case-study-caption h2 span,
  .paragraph--type--celebrity-presentation .celebrity-caption h3,
  .paragraph--type--football-tournament-item .item-caption h2 {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {

  .rnt-book-tour-makebooking .wrapper-header-form h1,
  .have-ques-block h2,
  .tour-offers .tour-offers-items h2,
  .paragraph--type--case-studies .case-study-caption h2 span,
  .paragraph--type--celebrity-presentation .celebrity-caption h3,
  .paragraph--type--football-tournament-item .item-caption h2 {
    font-size: 5rem;
  }
}

.have-ques-block .field--name-field-have-ques-text {
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .have-ques-block .field--name-field-have-ques-text {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .have-ques-block .field--name-field-have-ques-text {
    font-size: 2rem;
  }
}

.paragraph--type--case-studies,
.paragraph--type--celebrity-presentation,
.paragraph--type--tournaments,
.paragraph--type--banner-bottom {
  padding-top: 80px;
}

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

  .paragraph--type--case-studies,
  .paragraph--type--celebrity-presentation,
  .paragraph--type--tournaments,
  .paragraph--type--banner-bottom {
    padding-top: 100px;
  }
}

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

  .paragraph--type--case-studies,
  .paragraph--type--celebrity-presentation,
  .paragraph--type--tournaments,
  .paragraph--type--banner-bottom {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1200px) {

  .paragraph--type--case-studies,
  .paragraph--type--celebrity-presentation,
  .paragraph--type--tournaments,
  .paragraph--type--banner-bottom {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1400px) {

  .paragraph--type--case-studies,
  .paragraph--type--celebrity-presentation,
  .paragraph--type--tournaments,
  .paragraph--type--banner-bottom {
    padding-top: 200px;
  }
}

.paragraph--type--case-studies {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--case-studies {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--case-studies {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--case-studies {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--case-studies {
    padding-bottom: 200px;
  }
}

.have-ques-block,
.tours-page #tour-pricing .tour-pricing-wrap,
.tours-page #tour-pricing,
.tour-accommodation-sec,
.tour-offers,
.paragraph--type--case-studies .case-study-caption,
.paragraph--type--football-tournament-item {
  padding-top: 60px;
}

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

  .have-ques-block,
  .tours-page #tour-pricing .tour-pricing-wrap,
  .tours-page #tour-pricing,
  .tour-accommodation-sec,
  .tour-offers,
  .paragraph--type--case-studies .case-study-caption,
  .paragraph--type--football-tournament-item {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {

  .have-ques-block,
  .tours-page #tour-pricing .tour-pricing-wrap,
  .tours-page #tour-pricing,
  .tour-accommodation-sec,
  .tour-offers,
  .paragraph--type--case-studies .case-study-caption,
  .paragraph--type--football-tournament-item {
    padding-top: 100px;
  }
}

.rnt-book-tour-uk-makebooking,
.disclaimer,
.have-ques-block,
.tour-offers,
.paragraph--type--case-studies .case-study-caption,
.paragraph--type--football-tournament-item,
.paragraph--type--banner-bottom {
  padding-bottom: 60px;
}

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

  .rnt-book-tour-uk-makebooking,
  .disclaimer,
  .have-ques-block,
  .tour-offers,
  .paragraph--type--case-studies .case-study-caption,
  .paragraph--type--football-tournament-item,
  .paragraph--type--banner-bottom {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {

  .rnt-book-tour-uk-makebooking,
  .disclaimer,
  .have-ques-block,
  .tour-offers,
  .paragraph--type--case-studies .case-study-caption,
  .paragraph--type--football-tournament-item,
  .paragraph--type--banner-bottom {
    padding-bottom: 100px;
  }
}

.cookiesjsr-banner {
  background-color: var(--c-secondary);
}

.cookiesjsr-banner .cookiesjsr-btn {
  background-color: var(--c-secondary);
  color: var(--c-white);
}

.cookiesjsr-banner .cookiesjsr-btn.important {
  background-color: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}

.cookiesjsr-layer--actions .denyAll,
.cookiesjsr-layer--actions .allowAll {
  border-color: var(--c-secondary) !important;
  color: var(--c-secondary);
}

.cookiesjsr-layer--actions .important {
  border-color: var(--c-secondary) !important;
  background-color: var(--c-secondary) !important;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background-color: var(--c-secondary) !important;
}

ul.field--name-field-social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 8px 0 20px;
  margin: 0;
}

ul.field--name-field-social-items li {
  padding-right: 20px;
}

body.page-node-type-homepage {
  font-family: "League Gothic", sans-serif;
}

.block-page-title-block {
  display: none;
}

.paragraph--type--home-banner {
  position: relative;
}

.paragraph--type--home-banner .video-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paragraph--type--home-banner .video-background {
  margin-right: -100%;
  width: 100%;
  position: relative;
  padding: 56.25% 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--home-banner .video-background {
    min-height: calc(100vh - 135px);
  }
}

.paragraph--type--home-banner .video-background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.paragraph--type--home-banner .video-background .video-frame {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.paragraph--type--home-banner .container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph--type--home-banner .overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--c-white);
}

@media screen and (min-width: 768px) {
  .paragraph--type--home-banner .overlay-content {
    width: 50%;
  }
}

.paragraph--type--home-banner .overlay-content h5 {
  text-transform: uppercase;
  font-size: 22px;
  position: relative;
  padding: 30px 0;
  font-family: "League Gothic", sans-serif;
}

.paragraph--type--home-banner .overlay-content h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 2px;
  background-color: var(--c-primary);
}

.paragraph--type--home-banner .overlay-content h1,
.paragraph--type--home-banner .overlay-content h2 {
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 -0.7em 0 var(--rt-mid-blue) inset;
  box-shadow: 0 -0.7em 0 var(--rt-mid-blue) inset;
}

.paragraph--type--home-banner .overlay-content h1 span,
.paragraph--type--home-banner .overlay-content h2 span {
  font-family: var(--rt-font-trapstyle);
  color: var(--c-primary);
  line-height: 0.8;
}

.paragraph--type--home-banner .overlay-content .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--home-banner .overlay-content .btn-wrapper {
    padding-top: 40px;
  }
}

.paragraph--type--home-banner .overlay-content .link {
  position: relative;
  display: inline-block;
  top: unset;
  left: unset;
  margin-right: 40px;
}

.paragraph--type--home-banner .overlay-content .link a {
  font-size: 18px;
}

.paragraph--type--home-banner .overlay-content a.video-trigger {
  color: var(--c-white);
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 575.5px) {
  .paragraph--type--home-banner .overlay-content a.video-trigger {
    margin-top: 32px;
    margin-left: 20px;
  }
}

.paragraph--type--home-banner .overlay-content a.video-trigger svg {
  margin-left: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--c-primary);
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* paragraph--type--banner-bottom css start */
.paragraph--type--banner-bottom {
  text-align: center;
  position: relative;
}

.paragraph--type--banner-bottom::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 40%;
  left: 3%;
  top: 0;
  background-image: url("../img/banner-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.paragraph--type--banner-bottom .banner-bottom-sec {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.paragraph--type--banner-bottom h2 {
  text-transform: uppercase;
  color: var(--c-secondary);
  line-height: 1;
  position: relative;
  padding-bottom: 35px;
  font-size: 50px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--banner-bottom h2 {
    padding-bottom: 56px;
    font-size: 90px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--banner-bottom h2 {
    font-size: 120px;
  }
}

.paragraph--type--banner-bottom h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: var(--c-primary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.paragraph--type--banner-bottom h3 {
  color: var(--c-primary);
  font-family: var(--rt-font-trapstyle);
  padding-top: 30px;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--banner-bottom h3 {
    font-size: 50px;
  }
}

.paragraph--type--banner-bottom p {
  margin: 0 auto;
  color: var(--c-secondary);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  max-width: 90%;
  padding-top: 35px;
}

@media screen and (min-width: 576px) {
  .paragraph--type--banner-bottom p {
    max-width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--banner-bottom p {
    padding-top: 60px;
    max-width: 55%;
  }
}

/* Comment */
@media screen and (min-width: 768px) {
  .field--name-field-football-tournament-items .field__item:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-football-tournament-items .field__item:nth-child(odd) .item-caption {
    padding-left: 100px;
  }
}

.paragraph--type--football-tournament-item {
  background-color: #F8F6F8;
}

.paragraph--type--football-tournament-item .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .paragraph--type--football-tournament-item .row {
    padding: 0 100px;
  }
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--football-tournament-item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--football-tournament-item .item-image {
    padding-bottom: 20px;
  }
}

.paragraph--type--football-tournament-item .item-image img {
  width: 100%;
}

.paragraph--type--football-tournament-item .item-caption {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--football-tournament-item .item-caption {
    width: 90%;
  }
}

.paragraph--type--football-tournament-item .item-caption h5 {
  font-size: 20px;
  color: var(--c-primary);
  text-transform: uppercase;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--football-tournament-item .item-caption h5 {
    padding-bottom: 40px;
  }
}

.paragraph--type--football-tournament-item .item-caption h2 {
  color: var(--c-secondary);
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--football-tournament-item .item-caption h2 {
    padding-bottom: 50px;
  }
}

.paragraph--type--football-tournament-item .item-caption p {
  color: var(--c-secondary);
}

.paragraph--type--football-tournament-item .item-caption .link {
  position: relative;
  left: unset;
  top: unset;
  display: inline-block;
  margin-top: 24px;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--football-tournament-item .item-caption .link {
    margin-top: 40px;
  }
}

.paragraph--type--football-tournament-item .item-caption .link a {
  font-size: 18px;
}

/* paragraph--type--tournaments css start */
.paragraph--type--tournaments .tournaments-caption h5 {
  text-transform: uppercase;
  color: var(--c-primary);
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  font-size: 20px;
}

.paragraph--type--tournaments .tournaments-caption h5::after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid var(--c-primary);
}

.paragraph--type--tournaments .tournaments-caption h2 {
  text-transform: uppercase;
  color: var(--c-secondary);
  line-height: 1;
  padding-bottom: 60px;
}

.paragraph--type--tournaments .tournament-item-inner {
  background-color: var(--c-secondary);
  position: relative;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--tournaments .tournament-item-inner {
    margin-bottom: 40px;
  }
}

.paragraph--type--tournaments .tournament-item-inner .tournament-inner-image img {
  width: 100%;
}

.paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: var(--c-white);
  padding: 30px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 992px) {
  .paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption {
    padding: 30px 40px;
  }
}

.paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption a {
  text-decoration: none;
  color: var(--c-white);
}

.paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption h2 {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--c-white);
  text-stroke: 1px var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption h2 {
    font-size: 70px;
  }
}

.paragraph--type--tournaments .tournament-item-inner .tournament-inner-caption h5 {
  font-size: 24px;
  color: var(--c-primary);
}

.paragraph--type--tournaments .tournament-item-inner .right-arrow {
  position: absolute;
  right: -4%;
  bottom: 17%;
}

.paragraph--type--tournaments .tournament-item-inner:hover h2 {
  color: var(--c-white);
}

/* paragraph--type--featured-tour css start */
.paragraph--type--featured-tour {
  background-color: var(--c-secondary);
  color: var(--c-white);
  padding: 100px 0;
  margin-top: 80px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .paragraph--type--featured-tour {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--featured-tour {
    margin-top: 120px;
  }
}

.paragraph--type--featured-tour .featured-tour-content h5 {
  color: var(--c-white);
  padding: 10px 50px;
  background-color: var(--c-primary);
  display: inline-block;
  text-transform: uppercase;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  margin-bottom: 20px;
}

.paragraph--type--featured-tour .featured-tour .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--featured-tour .featured-tour .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.paragraph--type--featured-tour .featured-tour-title {
  position: relative;
}

@media screen and (min-width: 768px) {
  .paragraph--type--featured-tour .featured-tour-title {
    width: 70%;
  }
}

.paragraph--type--featured-tour .featured-tour-title h2 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--featured-tour .featured-tour-title h2 {
    font-size: 80px;
  }
}

.paragraph--type--featured-tour .featured-tour-title p {
  padding-top: 20px;
}

.paragraph--type--featured-tour .featured-tour-title .link {
  margin-top: 40px;
  display: inline-block;
  position: relative;
  top: unset;
  left: unset;
  margin-left: 16px;
}

.paragraph--type--featured-tour .featured-tour-title .link a {
  font-size: 18px;
}

.paragraph--type--featured-tour .featured-tour-image {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--featured-tour .featured-tour-image {
    margin-bottom: 50px;
  }
}

.paragraph--type--featured-tour .featured-tour-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url("../img/image-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--featured-tour .featured-tour-image::before {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.paragraph--type--featured-tour .featured-tour-image img {
  border-radius: 30px;
  max-width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .paragraph--type--featured-tour .featured-tour-image img {
    max-width: 60%;
  }
}

.paragraph--type--featured-tour>div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* paragraph--type--celebrity-presentation css start */
.paragraph--type--celebrity-presentation {
  margin-bottom: -50px;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--celebrity-presentation {
    margin-bottom: 0px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .paragraph--type--celebrity-presentation {
    margin-bottom: -80px;
  }
}

.paragraph--type--celebrity-presentation .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--celebrity-presentation .celeb-right-image {
    padding-top: 80px;
  }
}

.paragraph--type--celebrity-presentation .celebrity-caption h5 {
  text-transform: uppercase;
  color: var(--c-primary);
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
}

.paragraph--type--celebrity-presentation .celebrity-caption h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  border-bottom: 2px solid var(--c-primary);
}

.paragraph--type--celebrity-presentation .celebrity-caption h3 {
  font-family: var(--rt-font-trapstyle);
  color: var(--c-primary);
  padding: 30px 0 20px;
  line-height: 1;
}

.paragraph--type--celebrity-presentation .celebrity-caption h3>div {
  all: inherit;
}

.paragraph--type--celebrity-presentation .celebrity-caption h2 {
  color: var(--c-secondary);
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 20px;
}

.paragraph--type--celebrity-presentation .celebrity-caption .link {
  position: relative;
  top: unset;
  left: unset;
  display: inline-block;
  margin-top: 40px;
  margin-left: 15px;
}

.paragraph--type--celebrity-presentation .celebrity-caption .link a {
  font-size: 18px;
}

.paragraph--type--celebrity-presentation .celebrity-caption p {
  color: var(--c-secondary);
}

@media screen and (min-width: 992px) {
  .paragraph--type--celebrity-presentation .celebrity-caption p {
    width: 70%;
  }
}

/* paragraph--type--case-studies css start */
.paragraph--type--case-studies {
  color: var(--c-white);
  background-image: url("../img/purple-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  overflow: hidden;
  background-size: contain;
}

@media screen and (min-width: 1200px) {
  .paragraph--type--case-studies {
    background-size: cover;
  }
}

.paragraph--type--case-studies::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2%;
  width: 40%;
  height: 40%;
  background-image: url("../img/abs1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
}

.paragraph--type--case-studies::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 15%;
  width: 80%;
  height: 80%;
  background-image: url("../img/text-abs1.png");
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: contain;
  pointer-events: none;
}

.paragraph--type--case-studies .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  background-color: #3d024a;
  z-index: -1;
  pointer-events: none;
}

.paragraph--type--case-studies .row {
  position: relative;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--case-studies #tabs-titles {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--case-studies #tabs-titles li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left !important;
  }
}

.paragraph--type--case-studies .case-study-caption {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--case-studies .case-study-caption {
    width: 50%;
  }
}

.paragraph--type--case-studies .case-study-caption h5 {
  text-transform: uppercase;
  color: var(--c-primary);
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
}

.paragraph--type--case-studies .case-study-caption h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  border-bottom: 2px solid var(--c-primary);
}

.paragraph--type--case-studies .case-study-caption h2 {
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 20px;
}

.paragraph--type--case-studies .case-study-caption h2 span {
  font-family: var(--rt-font-trapstyle);
  color: var(--c-primary);
  display: block;
  line-height: 1;
  padding: 20px 0 0;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--case-studies .case-study-caption h2 span {
    padding: 20px 0 40px;
    font-size: 60px;
  }
}

.paragraph--type--case-studies .case-study-caption h2 br {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .paragraph--type--case-studies .case-study-caption h2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--case-studies .case-study-caption p {
    width: 80%;
  }
}

.paragraph--type--case-studies .case-study-caption .link {
  position: relative;
  top: unset;
  left: unset;
  display: inline-block;
  margin-top: 40px;
}

.paragraph--type--case-studies .case-study-caption .link a {
  font-size: 18px;
}

.paragraph--type--case-studies .case-study-items .media-gallery-img-wrap a {
  display: inline-block;
  position: relative;
}

/*  SPECIAL OFFERS FOR THIS TOUR! css start */
.tour-offers {
  background-color: #3D004A;
  color: var(--c-white);
}

.tour-offers .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .tour-offers .row>div {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .tour-offers .row>div {
    padding: 0 30px;
  }
}

.tour-offers .tour-offers-items h2 {
  font-family: "League Gothic", sans-serif;
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  .tour-offers .tour-offers-items h2 {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 575.5px) {
  .tour-offers .tour-offers-items h2 {
    font-size: 50px;
  }
}

.tour-offers .offers-for-tour {
  max-width: 1100px;
  margin: 0 auto;
}

.tour-offers .offers-for-tour .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-offers .offers-for-tour .row>div:not(:last-child) .offer-inner {
  margin-bottom: 50px;
}

.tour-offers .offers-for-tour .offer-inner {
  text-align: center;
}

.tour-offers .offers-for-tour .offer-inner .offer-icon {
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-offers .offers-for-tour .offer-inner .offer-icon img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 75px;
}

@media screen and (min-width: 768px) {
  .tour-offers .offers-for-tour .offer-inner .offer-icon img {
    height: 90px;
  }
}

.tour-offers .offers-for-tour .offer-inner .offer-text {
  text-align: center;
}

.tour-offers .offers-for-tour .offer-inner .offer-text h5 {
  color: var(--c-primary);
  font-size: 26px;
  margin: 0 auto 12px;
}

.tour-offers .offer-condition-text {
  max-width: 1150px;
  margin: 62px auto 0;
  background-color: #480057;
  border-left: 2px solid var(--c-primary);
  padding: 26px 30px;
}

@media screen and (min-width: 768px) {
  .tour-offers .offer-condition-text {
    padding: 33px 50px;
    width: 85%;
  }
}

@media screen and (min-width: 1600px) {
  .tour-offers .offer-condition-text {
    padding: 33px 80px;
  }
}

.tour-offers .offer-condition-text p {
  font-size: 16px;
}

.paragraph--type--offer-item .offers-for-tour h5 {
  max-width: 70%;
}

@media screen and (max-width: 767.5px) {
  .page-node-type-tours #heading-menu-sticky-wrapper #heading-menu {
    display: none;
  }
}

.page-node-type-tours .header-image-page .view-content>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-node-type-tours .header-image-page .view-content .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-tours .header-image-page .view-content .container .banner-title {
  width: 100%;
  padding: 100px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-node-type-tours .header-image-page .view-content .container .banner-title .tour-header-title {
  position: relative;
  left: unset;
  top: unset;
}

.page-node-type-tours .header-image-page .view-content .container .banner-title .tour-header-title::before {
  top: 0;
  height: 2px !important;
  left: 0;
  width: 210px;
}

.page-node-type-tours .header-image-page .view-content .container .banner-title h1 {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-family: "League Gothic", sans-serif;
  padding-top: 20px;
}

@media screen and (max-width: 767.5px) {
  .page-node-type-tours .header-image-page .view-content .container .banner-title h1 {
    font-size: 80px;
  }
}

.page-node-type-tours .header-image-page .view-content .tour-header-img {
  width: 100%;
  margin-left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-tours .header-image-page .view-content .tour-header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tours-page #strapline .tour-strapline {
  width: 100%;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .tours-page #strapline .tour-strapline {
    width: 60%;
  }
}

@media screen and (max-width: 767.5px) {
  .tours-page #strapline .tour-strapline {
    font-size: 42px;
  }
}

/* when-where-who */
#when-where-who .www-wrap {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  #when-where-who .www-wrap {
    padding-bottom: 0px;
    max-width: 70%;
  }
}

#when-where-who .www-wrap .field--name-field-when-title {
  padding-top: 0;
}

#when-where-who .www-wrap>div:not(:last-child) {
  border-bottom: 1px solid var(--c-secondary);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #when-where-who .www-wrap>div:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-right: 1px solid var(--c-secondary);
  }
}

#when-where-who .field--name-field-when-title::before,
#when-where-who .field--name-field-where-title::before,
#when-where-who .who-topper::before {
  display: none;
}

#when-where-who .when-wrap,
#when-where-who .where-wrap,
#when-where-who .who-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#when-where-who .when-wrap .when-hd,
#when-where-who .when-wrap .where-hd,
#when-where-who .when-wrap .who-hd,
#when-where-who .where-wrap .when-hd,
#when-where-who .where-wrap .where-hd,
#when-where-who .where-wrap .who-hd,
#when-where-who .who-wrap .when-hd,
#when-where-who .who-wrap .where-hd,
#when-where-who .who-wrap .who-hd {
  margin-bottom: 12px;
}

#when-where-who .when-wrap>div,
#when-where-who .where-wrap>div,
#when-where-who .who-wrap>div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#when-where-who .when-wrap img,
#when-where-who .where-wrap img,
#when-where-who .who-wrap img {
  width: 28px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}

/* tour-information */
#tour-information {
  margin-top: 0;
  position: relative;
  padding-top: 40px;
}

@media screen and (min-width: 576px) {
  #tour-information {
    padding-top: 120px;
  }
}

#tour-information::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  width: 100%;
  background-image: url("../img/top-abs.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 100px;
}

@media screen and (min-width: 576px) {
  #tour-information::before {
    height: 200px;
    background-size: cover;
  }
}

#tour-information::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F8F6F8;
  z-index: -1;
  height: calc(100% - 100px);
}

@media screen and (min-width: 576px) {
  #tour-information::after {
    height: calc(100% - 200px);
  }
}

#tour-information .container.wrapper {
  padding-top: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  #tour-information .container.wrapper {
    padding-top: 60px;
  }
}

#tour-information .paragraph--type--tour-information img {
  max-width: 600px !important;
}

#tour-information .field--name-field-tour-information-title {
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  color: var(--c-secondary);
  font-weight: bold;
  line-height: 1;
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  #tour-information .field--name-field-tour-information-title {
    font-size: 50px;
  }
}

/* tour-highlights css start */
#tour-highlights .field--name-field-tour-highlights {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tour-highlights .field--name-field-tour-highlights>div:not(:last-child) {
  margin: 0 0 40px;
}

@media screen and (min-width: 576px) {
  #tour-highlights .field--name-field-tour-highlights>div {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#tour-highlights .paragraph--type--tour-highlights .field--name-field-highlights-image {
  width: 100%;
}

#tour-highlights .paragraph--type--tour-highlights .field--name-field-highlights-image img {
  width: 100%;
}

#tour-highlights .paragraph--type--tour-highlights .field--name-field-highlights-title {
  line-height: 1;
  font-size: 30px;
}

.tour-accommodation-sec {
  position: relative;
  padding-bottom: 0 !important;
}

.tour-accommodation-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tour-accommodation-sec h2.tour-accommodation {
  text-align: left;
  padding-left: 0;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec h2.tour-accommodation {
    width: 60%;
  }
}

.tour-accommodation-sec h2.tour-accommodation::after {
  left: 0;
  width: 100px;
  height: 2px;
  bottom: 0;
}

@media screen and (max-width: 767.5px) {
  .tour-accommodation-sec .paragraph--type--tour-accommodation {
    padding-left: 0;
    padding-right: 0;
  }
}

.tour-accommodation-sec .t-acc-wrapper {
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .t-acc-wrapper {
    width: 40%;
  }
}

.tour-accommodation-sec .t-acc-wrapper .t-acc-all {
  margin-left: 0;
  padding-left: 0;
}

.tour-accommodation-sec .something {
  width: 100%;
}

.tour-accommodation-sec .something .accommodation-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tour-accommodation-sec .something .accommodation-slider .slider-bg-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-bg-img {
    margin-right: -100%;
  }
}

.tour-accommodation-sec .something .accommodation-slider .slider-bg-img>div {
  width: 100%;
}

.tour-accommodation-sec .something .accommodation-slider .slider-bg-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  max-height: 900px;
}

@media screen and (max-width: 575.5px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-bg-img img {
    height: 500px;
  }
}

.tour-accommodation-sec .something .accommodation-slider .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .something .accommodation-slider .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tour-accommodation-sec .something .accommodation-slider .slider-text {
  max-width: 480px;
  width: 100%;
  background-color: #fff;
  border-radius: 18px;
  padding: 40px 0 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text {
    padding: 70px 20px 80px;
  }
}

@media screen and (min-width: 992px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text {
    padding: 70px 40px 80px;
    max-width: 530px;
  }
}

@media screen and (min-width: 1600px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text {
    max-width: 530px;
  }
}

.tour-accommodation-sec .something .accommodation-slider .slider-text.right-side {
  margin-left: auto;
  margin-right: 0;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text h4 {
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--c-primary);
  font-family: "League Gothic", sans-serif;
  color: var(--c-secondary);
}

.tour-accommodation-sec .something .accommodation-slider .slider-text ul {
  padding: 0;
  margin: 0 0 0 1rem;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text ul li {
  margin-bottom: 16px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text ul li {
    font-size: 18px;
  }
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .big-button-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 40px 0 0 12px;
  margin-top: 40px;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .big-button-relative .big-button-wrapper {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .big-button-relative .big-button-wrapper a {
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .big-button-relative .big-button-wrapper a::before {
  content: "View All";
  text-transform: uppercase;
  display: block;
  color: inherit;
  font-size: 18px;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .navigation-swiper {
  padding-top: 12px;
}

@media screen and (max-width: 767.5px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text .navigation-swiper {
    display: none;
  }
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .swiper-button-next,
.tour-accommodation-sec .something .accommodation-slider .slider-text .swiper-button-prev {
  top: unset;
  padding: 0;
  margin: 0;
  color: var(--c-secondary);
  font-size: 22px;
  z-index: 3;
}

.tour-accommodation-sec .something .accommodation-slider .slider-text .swiper-button-next::after,
.tour-accommodation-sec .something .accommodation-slider .slider-text .swiper-button-prev::after {
  color: var(--c-secondary);
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text .swiper-button-next {
    right: 32px;
  }
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .something .accommodation-slider .slider-text .swiper-button-prev {
    left: 32px;
  }
}

.tour-accommodation-sec .control-wrapper {
  position: relative;
  height: 44px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tour-accommodation-sec .control-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
}

.tour-accommodation-sec .control-wrapper .container {
  width: 100%;
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 20px;
  max-width: 480px;
}

@media screen and (min-width: 992px) {
  .tour-accommodation-sec .control-wrapper .swiper-controls-accommodation {
    max-width: 530px;
  }
}

@media screen and (max-width: 767.5px) {
  .tour-accommodation-sec .control-wrapper .swiper-controls-accommodation {
    height: unset !important;
  }
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-pagination {
  margin: 0;
  left: 0;
  right: 0;
  position: relative;
  width: auto;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  bottom: 0;
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: var(--c-secondary);
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-next,
.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-prev {
  top: unset;
  padding: 0;
  margin: 0;
  color: var(--c-secondary);
  font-size: 22px;
  z-index: 3;
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-next::after,
.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-prev::after {
  color: var(--c-secondary);
  font-size: 1em;
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 576px) {
  .tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-next {
    right: 32px;
  }
}

.tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-prev {
  left: 0;
}

@media screen and (min-width: 576px) {
  .tour-accommodation-sec .control-wrapper .swiper-controls-accommodation .swiper-button-prev {
    left: 32px;
  }
}

/* tour-showcase-video css start */
#tour-showcase-video:has(.paragraph--type--showcase-video) {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  #tour-showcase-video:has(.paragraph--type--showcase-video) {
    padding: 120px 0;
  }
}

#tour-showcase-video .showcase-video-caption {
  text-align: center;
  padding-bottom: 60px;
}

#tour-showcase-video .showcase-video-caption h5 {
  color: var(--c-primary);
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--c-primary);
}

#tour-showcase-video .showcase-video-caption h2 {
  font-family: "League Gothic", sans-serif;
  color: var(--c-secondary);
  font-size: 60px;
  text-transform: uppercase;
}

#tour-showcase-video .showcase-video {
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  #tour-showcase-video .showcase-video {
    max-width: 550px;
  }
}

@media screen and (min-width: 992px) {
  #tour-showcase-video .showcase-video {
    max-width: 650px;
  }
}

@media screen and (min-width: 1400px) {
  #tour-showcase-video .showcase-video {
    max-width: 750px;
  }
}

#tour-showcase-video .showcase-video a.video-trigger {
  position: relative;
  display: block;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

#tour-showcase-video .showcase-video a.video-trigger:before {
  content: "";
  position: absolute;
  text-align: center;
  background-image: url("../img/image-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: -20%;
  top: 10%;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#tour-showcase-video .showcase-video a.video-trigger img.img-thumbnail {
  width: 100%;
  border: none;
  padding: 0;
  position: relative;
  max-height: 450px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 576px) {
  #tour-showcase-video .showcase-video a.video-trigger img.img-thumbnail {
    height: 100%;
  }
}

#tour-showcase-video .showcase-video a.video-trigger .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

#tour-showcase-video .showcase-video a.video-trigger:hover .play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/* tour-pricing css start */
@media screen and (min-width: 1200px) {
  .tours-page #tour-pricing .container {
    padding: 0 100px;
  }
}

.tours-page #tour-pricing h2 {
  font-size: 20px !important;
  position: relative;
  padding-top: 30px;
  font-weight: 500;
  letter-spacing: normal !important;
  font-family: "League Gothic", sans-serif;
}

.tours-page #tour-pricing h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 2px;
  background-color: var(--c-primary);
}

.tours-page #tour-pricing h2 span {
  display: block;
  font-size: 16px;
  width: 100%;
  color: var(--c-secondary);
}

.tours-page #tour-pricing .tour-pricing-wrap {
  width: 100%;
  padding-left: 0;
}

.tours-page #tour-pricing .tour-pricing-wrap .row>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tours-page #tour-pricing .tour-pricing-wrap .inner-item {
  padding-bottom: 34px;
  border-bottom: 2px solid var(--c-primary);
  width: 100%;
}

.tours-page #tour-pricing .tour-pricing-wrap .big-button-relative {
  padding-top: 40px;
  margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .tours-page #tour-pricing .tour-pricing-wrap .big-button-relative {
    padding-top: 70px;
  }
}

.tours-page #tour-pricing .tour-pricing-wrap .big-button-relative .big-button-wrapper {
  position: unset;
}

.tours-page #tour-pricing .tour-pricing-wrap .big-button-relative .big-button-wrapper a {
  width: 16em;
}

.tours-page #tour-pricing .tour-pricing-wrap .field--name-field-pricing-tour .field__item {
  padding-left: 2.2rem;
  font-size: 100px;
}

@media screen and (min-width: 768px) {
  .tours-page #tour-pricing .tour-pricing-wrap .field--name-field-pricing-tour .field__item {
    padding-left: 3.2rem;
    font-size: 200px;
    line-height: 1;
  }
}

.tours-page #tour-pricing .tour-pricing-wrap .field--name-field-pricing-tour .field__item::before {
  font-size: 70px;
}

@media screen and (min-width: 768px) {
  .tours-page #tour-pricing .tour-pricing-wrap .field--name-field-pricing-tour .field__item::before {
    font-size: 100px;
  }
}

.tours-page #tour-pricing .tour-pricing-wrap .field--name-field-pricing-tour .field__item::after {
  left: unset;
  right: 10rem;
}

@media screen and (max-width: 575.5px) {
  .tours-page #tour-pricing .tp-group {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.tours-page #tour-pricing .tp-group .field--name-field-tour-filter-ages {
  margin-left: 0;
  font-size: 80px;
  width: 90%;
}

@media screen and (max-width: 575.5px) {
  .tours-page #tour-pricing .tp-group .field--name-field-tour-filter-ages {
    font-size: 60px;
    width: 100%;
  }
}

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

  .tours-page #tour-pricing .field--name-field-pricing-tour,
  .tours-page #tour-pricing .tp-all-pricing {
    padding-left: 0;
    padding-right: 0;
  }
}

#block-letsgetstarted {
  position: relative;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 575.5px) {
  #block-letsgetstarted {
    background-size: contain;
    padding-bottom: 100px;
  }
}

#block-letsgetstarted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 90%;
}

@media screen and (max-width: 575.5px) {
  #block-letsgetstarted::before {
    background-color: #3d004a;
  }
}

#block-letsgetstarted .container {
  position: relative;
}

@media screen and (max-width: 575.5px) {
  #block-letsgetstarted .container .row {
    padding: 0px;
  }
}

#block-letsgetstarted .field--name-field-3rd-text {
  padding-bottom: 12px;
}

#block-letsgetstarted .lets-right-col .field--type-link {
  padding-top: 32px;
}

#block-letsgetstarted .lets-right-col .field--type-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: relative;
  display: flex;
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  #block-letsgetstarted .lets-right-col .field--type-link a {
    font-size: 80px;
  }
}

#block-letsgetstarted .lets-right-col .field--type-link a::after {
  content: " →";
  display: block;
  font-size: 40px;
  margin-left: 20px;
  vertical-align: bottom;
}

#block-letsgetstarted .lets-left-col .field--name-field-2nd-text {
  font-size: 80px;
}

@media screen and (min-width: 768px) {
  #block-letsgetstarted .lets-left-col .field--name-field-2nd-text {
    font-size: 100px;
  }
}

#block-letsgetstarted .lets-left-col .field--name-field-3rd-text {
  line-height: 1;
  font-size: 80px;
}

@media screen and (min-width: 768px) {
  #block-letsgetstarted .lets-left-col .field--name-field-3rd-text {
    font-size: 100px;
  }
}

/* have-ques-block css start */
.have-ques-block-outer {
  position: relative;
}

.have-ques-block-outer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  height: 85%;
  background-image: url("../img/abs1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  bottom: -58%;
  -webkit-transform: translateX(-42%);
  transform: translateX(-42%);
}

@media screen and (min-width: 768px) {
  .have-ques-block-outer::before {
    bottom: -32%;
  }
}

.have-ques-block-outer::after {
  content: "";
  position: absolute;
  right: 0;
  top: -27%;
  width: 70%;
  height: 85%;
  background-image: url("../img/abs1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  -webkit-transform: translateX(44%);
  transform: translateX(44%);
}

.have-ques-block {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #290436;
  text-align: center;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .have-ques-block {
    margin: 140px auto 0;
    max-width: 90%;
  }
}

@media screen and (min-width: 1200px) {
  .have-ques-block {
    margin: 180px auto 0;
  }
}

.page-id-46 .have-ques-block {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .page-id-46 .have-ques-block {
    margin-bottom: 80px;
  }
}

.have-ques-block h2 {
  font-family: var(--rt-font-trapstyle);
  color: var(--c-primary);
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.have-ques-block h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: var(--c-primary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.have-ques-block .field--name-field-have-ques-text {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
  letter-spacing: 0.01em;
}

.have-ques-block .big-button-relative {
  padding-top: 20px;
  margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .have-ques-block .big-button-relative {
    padding-top: 40px;
  }
}

.have-ques-block .big-button-relative .big-button-wrapper {
  position: unset;
  display: inline-block;
}

.page-node-type-accommodation .swiper-button-lock {
  display: unset !important;
}

.page-node-type-accommodation .acc-heading-title {
  margin-bottom: 20px;
  padding: 60px 0 30px;
}

@media screen and (min-width: 768px) {
  .page-node-type-accommodation .acc-heading-title {
    margin-bottom: 40px;
    padding: 100px 0 50px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-accommodation .acc-heading-title {
    margin-bottom: 60px;
    padding: 140px 0 50px;
  }
}

.page-node-type-accommodation .acc-heading-title .container {
  max-width: 1320px;
}

.page-node-type-accommodation .acc-heading-title .accommodation-breadcrumb a {
  font-weight: 500;
}

.paragraph--type--accomodation-top-title,
.paragraph--type--holiday-park-accommodation {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

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

  .paragraph--type--accomodation-top-title,
  .paragraph--type--holiday-park-accommodation {
    padding-bottom: 80px;
  }
}

.paragraph--type--accomodation-top-title:has(.disclaimer),
.paragraph--type--holiday-park-accommodation:has(.disclaimer) {
  padding-bottom: 0;
}

@media screen and (min-width: 1400px) {

  .paragraph--type--accomodation-top-title .container,
  .paragraph--type--holiday-park-accommodation .container {
    max-width: 1120px;
  }
}

.paragraph--type--accomodation-top-title .acc-top-title h2,
.paragraph--type--holiday-park-accommodation .acc-top-title h2 {
  color: var(--c-secondary);
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-size: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

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

  .paragraph--type--accomodation-top-title .acc-top-title h2,
  .paragraph--type--holiday-park-accommodation .acc-top-title h2 {
    font-size: 70px;
  }
}

.paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper,
.paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper .acctopSwiper,
.paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper .acctopSwiper {
  padding-bottom: 70px;
}

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

  .paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper .acctopSwiper,
  .paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper .acctopSwiper {
    padding-bottom: 100px;
  }
}

.paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper .swiper-slide .img-wrapper,
.paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper .swiper-slide .img-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.902%;
}

.paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper .swiper-slide img,
.paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper .swiper-slide p,
.paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper .swiper-slide p {
  text-align: center;
  margin: 0 auto;
  color: var(--c-secondary);
  padding-top: 40px;
}

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

  .paragraph--type--accomodation-top-title .swiper-wrapper-acctopSwiper .swiper-slide p,
  .paragraph--type--holiday-park-accommodation .swiper-wrapper-acctopSwiper .swiper-slide p {
    max-width: 60%;
  }
}

.paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-next,
.paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-prev,
.paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-next,
.paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-prev {
  color: var(--c-black);
  top: 0;
  margin-top: calc(28.52% - 20px);
}

.paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-next::after,
.paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-prev::after,
.paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-next::after,
.paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-prev::after {
  font-size: 20px;
}

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

  .paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-next::after,
  .paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-prev::after,
  .paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-next::after,
  .paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-prev::after {
    font-size: 30px;
  }
}

.paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-prev,
.paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-prev {
  left: -8%;
}

@media screen and (min-width: 1200px) {

  .paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-prev,
  .paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-prev {
    left: -10%;
  }
}

.paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-next,
.paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-next {
  right: -8%;
}

@media screen and (min-width: 1200px) {

  .paragraph--type--accomodation-top-title .navigation-swiper .swiper-button-next,
  .paragraph--type--holiday-park-accommodation .navigation-swiper .swiper-button-next {
    right: -10%;
  }
}

.paragraph--type--accomodation-top-title .swiper-controls-wrapper .swiper-controls,
.paragraph--type--holiday-park-accommodation .swiper-controls-wrapper .swiper-controls {
  padding-top: 30px;
}

.paragraph--type--accomodation-top-title .swiper-controls-wrapper .swiper-controls .swiper-pagination,
.paragraph--type--holiday-park-accommodation .swiper-controls-wrapper .swiper-controls .swiper-pagination {
  position: relative;
  padding: 0;
  margin: 0;
  bottom: 0;
}

.paragraph--type--accomodation-top-title .swiper-controls-wrapper .swiper-controls .swiper-pagination span.swiper-pagination-bullet-active,
.paragraph--type--holiday-park-accommodation .swiper-controls-wrapper .swiper-controls .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--c-secondary);
}

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

  .paragraph--type--accomodation-top-title .swiper-controls-wrapper .swiper-controls .swiper-pagination span,
  .paragraph--type--holiday-park-accommodation .swiper-controls-wrapper .swiper-controls .swiper-pagination span {
    width: 12px;
    height: 12px;
  }
}

/* acc-all  */
@media screen and (min-width: 1400px) {
  .paragraph--type--accommodation .container {
    max-width: 1120px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--accommodation .acc-feature-wrap {
    margin-top: 30px;
  }
}

.paragraph--type--accommodation .acc-title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.paragraph--type--accommodation .acc-title>div {
  line-height: inherit;
}

.paragraph--type--accommodation .acc-link,
.paragraph--type--holiday-park-accommodation .acc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

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

  .paragraph--type--accommodation .acc-link,
  .paragraph--type--holiday-park-accommodation .acc-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.paragraph--type--accommodation .acc-link .big-button-relative,
.paragraph--type--holiday-park-accommodation .acc-link .big-button-relative {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
}

.paragraph--type--accommodation .acc-link .big-button-wrapper,
.paragraph--type--holiday-park-accommodation .acc-link .big-button-wrapper {
  position: relative;
  left: unset;
  top: unset;
  display: inline-block;
}

.paragraph--type--accommodation .acc-link .big-button-wrapper a,
.paragraph--type--holiday-park-accommodation .acc-link .big-button-wrapper a {
  font-size: 18px;
}

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

  .paragraph--type--accommodation .acc-link .link,
  .paragraph--type--holiday-park-accommodation .acc-link .link {
    padding-left: 50px;
  }
}

.paragraph--type--accommodation .acc-link .link a,
.paragraph--type--holiday-park-accommodation .acc-link .link a {
  font-size: 18px;
  color: var(--c-primary);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--c-primary);
}

.acc-all .accSwiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acc-all .accSwiper .swiper-slide article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 230px;
}

@media screen and (min-width: 576px) {
  .acc-all .accSwiper .swiper-slide article {
    max-height: 400px;
  }
}

.acc-all .accSwiper .swiper-slide article .field--name-field-media-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.acc-all .accSwiper .swiper-slide article .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.acc-all .accSwiper .swiper-slide article .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.acc-all .accthumbSwiper .swiper-slide {
  overflow: hidden;
}

.acc-all .accthumbSwiper .swiper-slide article {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 576px) {
  .acc-all .accthumbSwiper .swiper-slide article {
    max-height: 70px;
  }
}

.acc-all .accthumbSwiper .swiper-slide article article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acc-all .accthumbSwiper .swiper-slide article article>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.acc-all .acc-pricing .acc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* accommodation-full css start */
.accommodation-full .import-info-wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.accommodation-full .import-info-wrapper .big-button-relative .big-button-wrapper {
  position: relative;
}

#speacial-offers {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  #speacial-offers {
    margin-top: 80px;
  }
}

.page-node-type-accommodation #speacial-offers {
  margin-top: 0;
}

.disclaimer {
  color: #848484;
  text-align: center;
}

.accommodation-full .info-docc {
  width: auto;
}

.accommodation-full .info-docc .import-info-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.path-make-booking .inner-main {
  padding: 0 !important;
}

.path-make-booking .inner-main .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.path-make-booking .big-button-wrapper {
  display: inline-block;
  position: relative !important;
  top: 0;
}

.path-make-booking .big-button-wrapper .btn-item {
  display: block;
  width: 10rem;
  height: 2.8rem;
  line-height: 1.9rem;
  font-size: 1rem;
  font-family: "league-gothic";
  text-decoration: none;
  color: #333;
  letter-spacing: 0.01vw;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  padding: 0.4rem;
}

.path-make-booking .big-button-wrapper .btn-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fb014b;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
}

.path-make-booking .big-button-wrapper .btn-item:hover {
  color: white;
}

.path-make-booking .big-button-wrapper .btn-item:hover::after {
  width: 100%;
}

.path-make-booking .big-button-wrapper .btn-item .form-submit {
  background-color: transparent;
  color: inherit;
  border-radius: 0px;
  border: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.path-make-booking .big-button-wrapper .btn-item .form-submit:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rnt-book-tour-makebooking {
  padding: 50px 0 100px;
  /* rapper-form-step-you */
  /* wrapper-form-step-team css start */
  /* infor-tour */
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .wrapper-form-action-element {
    text-align: center;
  }

  .rnt-book-tour-makebooking .wrapper-form-action-element .form-step-action-left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .big-button-wrapper {
    left: 0;
  }
}

.rnt-book-tour-makebooking .wrapper-header-form h1 {
  font-weight: 400;
  color: var(--c-title-color);
  font-family: "League Gothic", sans-serif;
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .wrapper-header-form h1 {
    font-size: 65px;
  }
}

.rnt-book-tour-makebooking .form-step-nav {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .form-step-nav {
    margin-bottom: 50px;
  }
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul {
  background-color: transparent !important;
  padding: 60px 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li {
  color: #898989;
  position: relative;
  padding-bottom: 10px;
}

@media screen and (max-width: 575.5px) {
  .rnt-book-tour-makebooking .form-step-nav.navbar ul li {
    font-size: 8px;
  }
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border-bottom: 2px solid #d9d9d9;
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d9d9d9;
  border-radius: 50%;
  z-index: 2;
  left: calc(50% - 10px);
  width: 5px;
  height: 5px;
}

@media screen and (min-width: 576px) {
  .rnt-book-tour-makebooking .form-step-nav.navbar ul li::before {
    width: 10px;
    height: 10px;
    left: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .rnt-book-tour-makebooking .form-step-nav.navbar ul li::before {
    left: calc(50% - 30px);
  }
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li:last-child::before {
  left: 100%;
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li:not(:last-child) {
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .form-step-nav.navbar ul li:not(:last-child) {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .rnt-book-tour-makebooking .form-step-nav.navbar ul li:not(:last-child) {
    padding-right: 60px;
  }
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li.active {
  color: var(--c-secondary);
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li.active::before {
  background-color: var(--c-primary);
}

.rnt-book-tour-makebooking .form-step-nav.navbar ul li a {
  text-decoration: none;
}

.rnt-book-tour-makebooking .wrapper-form-step-you,
.rnt-book-tour-makebooking .wrapper-form-step-team,
.rnt-book-tour-makebooking .wrapper-form-step-travel {
  background-color: #f6f6f6;
  padding: 30px 20px;
}

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

  .rnt-book-tour-makebooking .wrapper-form-step-you,
  .rnt-book-tour-makebooking .wrapper-form-step-team,
  .rnt-book-tour-makebooking .wrapper-form-step-travel {
    padding: 30px 40px;
  }
}

.rnt-book-tour-makebooking .wrapper-form-step-you details,
.rnt-book-tour-makebooking .wrapper-form-step-team details,
.rnt-book-tour-makebooking .wrapper-form-step-travel details {
  margin: 0;
  background-color: transparent;
  border: none;
}

.rnt-book-tour-makebooking .wrapper-form-step-you .card-header,
.rnt-book-tour-makebooking .wrapper-form-step-team .card-header,
.rnt-book-tour-makebooking .wrapper-form-step-travel .card-header {
  background-color: transparent !important;
  border: none;
  font-weight: 400;
  color: var(--c-title-color);
  font-family: "League Gothic", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.rnt-book-tour-makebooking .wrapper-form-step-you .card-body,
.rnt-book-tour-makebooking .wrapper-form-step-team .card-body,
.rnt-book-tour-makebooking .wrapper-form-step-travel .card-body {
  padding: 0 !important;
}

.rnt-book-tour-makebooking .wrapper-form-step-you .card-body label,
.rnt-book-tour-makebooking .wrapper-form-step-team .card-body label,
.rnt-book-tour-makebooking .wrapper-form-step-travel .card-body label {
  margin-bottom: 6px;
  padding: 0;
  color: var(--c-title-color);
}

.rnt-book-tour-makebooking .wrapper-form-step-you .card-body .form-control,
.rnt-book-tour-makebooking .wrapper-form-step-team .card-body .form-control,
.rnt-book-tour-makebooking .wrapper-form-step-travel .card-body .form-control {
  padding: 12px;
  border: none !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  color: var(--c-title-color);
}

.rnt-book-tour-makebooking .wrapper-form-step-you .card-body .form-control:focus,
.rnt-book-tour-makebooking .wrapper-form-step-team .card-body .form-control:focus,
.rnt-book-tour-makebooking .wrapper-form-step-travel .card-body .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .form-input-who-comming .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -6px;
  margin-right: -6px;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .form-input-who-comming .card-body .form-item {
  padding-left: 6px;
  padding-right: 6px;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .wrapper-form-step-team .form-input-who-comming .card-body .form-item {
    width: 25%;
  }
}

.rnt-book-tour-makebooking .wrapper-form-step-team .form-input-who-comming .card-body input[type=number] {
  -moz-appearance: textfield;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .form-input-who-comming .card-body input[type=number]::-webkit-outer-spin-button,
.rnt-book-tour-makebooking .wrapper-form-step-team .form-input-who-comming .card-body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .form-item-travelling {
  padding-bottom: 20px;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  padding: 12px 0;
  width: 100%;
  color: var(--c-title-color);
  margin-bottom: 1rem;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item .team-no,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper .team-no {
  width: 10%;
}

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

  .rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item .team-no,
  .rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper .team-no {
    width: 20%;
  }
}

.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item .team-age-group,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item .team-gender,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper .team-age-group,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper .team-gender {
  padding-left: 6px;
  padding-right: 6px;
  width: 45%;
}

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

  .rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item .team-age-group,
  .rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item .team-gender,
  .rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper .team-age-group,
  .rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper .team-gender {
    width: 40%;
  }
}

.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item label,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper label {
  display: none;
}

.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-item-team-items-header-team-item select,
.rnt-book-tour-makebooking .wrapper-form-step-team .team-items .form-wrapper select {
  color: var(--c-title-color);
}

.rnt-book-tour-makebooking .wrapper-form-step-team #team_details_items {
  width: 100%;
}

.rnt-book-tour-makebooking .wrapper-form-action-element {
  padding-top: 33px;
}

.rnt-book-tour-makebooking .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .js-form-type-checkbox {
    margin-top: 60px;
  }
}

.rnt-book-tour-makebooking .js-form-type-checkbox .form-checkbox {
  margin-right: 20px;
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.rnt-book-tour-makebooking .row>div:nth-child(2) .js-form-type-item {
  margin: 0;
}

.rnt-book-tour-makebooking .infor-tour {
  background-color: #f6f6f6;
  padding: 30px 20px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .infor-tour {
    padding: 30px 40px;
    margin: 0;
  }
}

.rnt-book-tour-makebooking .infor-tour h2 {
  color: var(--c-title-color);
  font-family: "League Gothic", sans-serif;
  padding-bottom: 30px;
}

.rnt-book-tour-makebooking .infor-tour .alert-danger {
  padding: 12px 16px;
  background-color: var(--c-primary);
  color: var(--c-white);
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}

.rnt-book-tour-makebooking .infor-tour .alert-danger span {
  font-weight: 700;
  text-decoration: underline;
}

.rnt-book-tour-makebooking .infor-tour .text p span {
  color: var(--c-primary);
}

.rnt-book-tour-makebooking .infor-tour .when-title,
.rnt-book-tour-makebooking .infor-tour .location {
  margin-bottom: 20px;
  color: var(--c-title-color);
}

.rnt-book-tour-makebooking .infor-tour .when-title svg,
.rnt-book-tour-makebooking .infor-tour .location svg {
  color: var(--c-primary);
  fill: var(--c-primary);
  margin-right: 20px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation>div {
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0px 0px 60px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .form-item {
  margin: 0 !important;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .header-resort {
  overflow: hidden;
  position: relative;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .header-resort .image {
  padding-bottom: 30px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .header-resort .image img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .header-resort h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px 22px;
  color: var(--c-white);
  background-color: rgba(0, 0, 0, 0.54);
  font-size: 22px;
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .header-resort .text-sold-out {
  font-size: 18px;
  color: var(--c-white);
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
  position: absolute;
  background-color: var(--c-primary);
  padding: 10px 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -40px;
  top: 10px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .resort-star {
  color: var(--c-secondary);
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  padding: 0 20px;
  font-size: 18px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .wrapper-resort-accomodation .resort-star {
    font-size: 22px;
    padding: 0 30px;
  }
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .resort-price {
  color: var(--c-secondary);
  margin-top: 20px;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 0 20px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .wrapper-resort-accomodation .resort-price {
    padding: 0 30px;
  }
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .resort-price span {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-right: 12px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item {
  margin-bottom: 30px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms {
  margin-top: 16px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms {
    padding: 0 30px;
  }
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms>div:not(:last-child) {
  margin-bottom: 12px !important;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .btn-sold-out {
  background-color: #E9E9E9;
  padding: 6px 16px;
  border-radius: 4px;
  color: #6F6D6D;
  display: inline-block;
  text-align: center;
  font-family: "Lexend", sans-serif;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number label {
  font-size: 18px;
  margin: 0;
}

@media screen and (min-width: 1600px) {
  .rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number label {
    font-size: 20px;
  }
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number .qty-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: auto;
  /* For Firefox */
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number .qty-room .form-number {
  width: 42px;
  height: 26px;
  background-color: #E9E9E9;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number .qty-room span {
  display: inline-block;
  border: 1px solid var(--c-secondary);
  text-align: center;
  width: 42px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 18px;
  height: 26px;
  cursor: pointer;
  padding-bottom: 3px;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number .qty-room input[type=number]::-webkit-outer-spin-button,
.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number .qty-room input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rnt-book-tour-makebooking .wrapper-resort-accomodation .item .rooms .js-form-type-number .qty-room input[type=number] {
  -moz-appearance: textfield;
  border-radius: 3px;
  width: 50px;
  background-color: #E9E9E9 !important;
  display: inline-block;
  margin: 0 12px;
  text-align: center;
  padding: 4px 8px;
}

.rnt-book-tour-makebooking h2 {
  color: var(--c-secondary);
  font-family: "League Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}

.rnt-book-tour-makebooking .section-detail-info {
  margin-bottom: 32px;
}

.rnt-book-tour-makebooking .section-detail-info .row {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.rnt-book-tour-makebooking .section-detail-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-primary);
  margin-bottom: 12px;
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .section-detail-info.club .item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .section-detail-info.team-detail .content>.row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
  }
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .section-detail-info.booking-detail .row>div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.rnt-book-tour-makebooking .section-detail-info .content {
  background-color: var(--c-white);
  padding: 25px 20px;
  border-radius: 3px;
  font-family: "Lexend", sans-serif;
}

.rnt-book-tour-makebooking .section-detail-info .content h4 {
  font-size: 16px;
  color: var(--c-secondary);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.rnt-book-tour-makebooking .section-detail-info .content .item-value {
  font-size: 16px;
  color: var(--c-secondary);
  font-family: "Lexend", sans-serif;
  color: var(--c-secondary);
  font-weight: 300;
}

.rnt-book-tour-makebooking .section-detail-info .content .item-value p {
  margin-bottom: 6px;
}

.rnt-book-tour-makebooking .section-detail-info .group-tem-detail {
  padding-top: 20px;
}

.rnt-book-tour-makebooking .section-detail-info .group-tem-detail>.item {
  margin-bottom: 20px;
}

.rnt-book-tour-makebooking .accommodation-detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rnt-book-tour-makebooking .accommodation-detail .item .img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .accommodation-detail .item .img {
    margin-bottom: 30px;
    width: calc(40% - 20px);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .accommodation-detail .item .accommodation-info {
    width: calc(60% - 20px);
  }
}

.rnt-book-tour-makebooking .accommodation-detail .item .accommodation-info h2 {
  font-size: 32px;
  color: var(--c-secondary);
  font-family: "League Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.rnt-book-tour-makebooking .accommodation-detail .item .accommodation-info .star {
  color: var(--c-secondary);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
}

.rnt-book-tour-makebooking .accommodation-detail .item .rooms-seletion {
  width: 100%;
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .accommodation-detail .item .rooms-seletion {
    padding-top: 30px;
  }
}

.rnt-book-tour-makebooking .accommodation-detail .item .rooms-seletion .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 400;
  padding: 6px 20px;
}

.rnt-book-tour-makebooking .accommodation-detail .item .rooms-seletion .header>div {
  font-size: 1em;
}

.rnt-book-tour-makebooking .accommodation-detail .item .rooms-seletion .room-detail {
  border: 1px solid var(--c-secondary);
  border-radius: 5px;
  padding: 6px 20px;
  color: var(--c-secondary);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.rnt-book-tour-makebooking .price-detail .inner {
  margin-left: auto;
  color: var(--c-secondary);
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .price-detail .inner {
    width: 75%;
  }
}

.rnt-book-tour-makebooking .price-detail .inner h2 {
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .price-detail .inner h2 {
    font-size: 50px;
  }
}

.rnt-book-tour-makebooking .price-detail .inner .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lexend", sans-serif;
  border-top: 1px solid #C4C4C4;
  padding: 20px 0 10px;
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rnt-book-tour-makebooking .price-detail .inner .price-item .label {
  width: 70%;
}

.rnt-book-tour-makebooking .price-detail .inner .price-item .value {
  width: 30%;
}

@media screen and (max-width: 767.5px) {
  .rnt-book-tour-makebooking .price-detail .inner .price-item .value {
    text-align: right;
  }
}

.rnt-book-tour-makebooking .price-detail .inner .price-item.discount {
  border: none;
  color: var(--c-primary);
  padding-top: 0;
}

.rnt-book-tour-makebooking .price-detail .inner .price-item.total>div {
  font-weight: 700;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-makebooking .price-detail .inner .price-item.total>div {
    font-size: 22px;
  }
}

.wrapper-booking-terms-conditions {
  padding-top: 50px;
}

.wrapper-booking-terms-conditions h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
}

.wrapper-booking-terms-conditions .booking-terms-conditions {
  border: 1px solid #B6B6B6;
  padding-bottom: 20px;
}

.wrapper-booking-terms-conditions .booking-terms-conditions .js-form-item-text-terms-conditions {
  border: 1px solid red;
  margin: 0;
  padding: 22px 26px;
}

@media screen and (min-width: 768px) {
  .wrapper-booking-terms-conditions .booking-terms-conditions .js-form-item-text-terms-conditions {
    padding: 22px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper-booking-terms-conditions .booking-terms-conditions .js-form-item-text-terms-conditions {
    padding: 22px 60px;
  }
}

.wrapper-booking-terms-conditions .booking-terms-conditions .js-form-item-text-terms-conditions p a {
  color: var(--c-secondary);
}

.wrapper-booking-terms-conditions .booking-terms-conditions .js-form-type-checkbox {
  padding: 20px 26px;
}

@media screen and (min-width: 768px) {
  .wrapper-booking-terms-conditions .booking-terms-conditions .js-form-type-checkbox {
    padding: 32px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper-booking-terms-conditions .booking-terms-conditions .js-form-type-checkbox {
    padding: 32px 60px;
  }
}

.wrapper-booking-terms-conditions .booking-terms-conditions .wrapper-form-action-element {
  margin: 0 30px;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

@media screen and (min-width: 768px) {
  .wrapper-booking-terms-conditions .booking-terms-conditions .wrapper-form-action-element {
    padding: 25px 35px;
  }
}

.wrapper-booking-terms-conditions .booking-terms-conditions .wrapper-form-action-element p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .wrapper-booking-terms-conditions .booking-terms-conditions .wrapper-form-action-element p {
    max-width: 280px;
  }
}

.wrapper-booking-terms-conditions .booking-terms-conditions .wrapper-form-action-element p strong {
  color: var(--c-primary);
}

/* text-bottom-booking css start */
.text-bottom-booking {
  background-color: var(--c-title-color);
  color: var(--c-white);
  border-radius: 4px;
  margin-top: 16px;
  padding: 50px 30px;
}

@media screen and (min-width: 768px) {
  .text-bottom-booking {
    padding: 40px 60px;
  }
}

@media screen and (min-width: 992px) {
  .text-bottom-booking {
    padding: 50px 80px;
  }
}

@media screen and (min-width: 1200px) {
  .text-bottom-booking {
    padding: 60px 100px;
  }
}

.text-bottom-booking .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.text-bottom-booking h2 {
  color: var(--c-white);
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .text-bottom-booking h2 {
    padding-right: 50px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .text-bottom-booking h2 {
    padding-right: 100px;
  }
}

.text-bottom-booking h3 {
  font-size: 29px;
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.text-bottom-booking h3:not(:last-child) {
  margin-bottom: 20px;
}

.text-bottom-booking h3 svg {
  margin-right: 20px;
}

.text-bottom-booking h3 svg path {
  color: var(--c-primary);
  fill: var(--c-primary);
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel {
  padding-bottom: 100px !important;
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .details-wrapper>div {
  padding-bottom: 26px;
  margin-bottom: 36px;
  border-bottom: 2px solid var(--c-bordercolor);
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .wrapper-form-input-element .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .wrapper-form-input-element .form-item label {
  padding-right: 20px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-uk-makebooking .wrapper-form-step-travel .wrapper-form-input-element .form-item select {
    width: 40%;
  }
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-checkbox {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-checkbox .input-elm {
    width: 30%;
  }
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-checkbox .input-elm .form-checkbox {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (min-width: 768px) {
  .rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-checkbox label {
    width: 70%;
  }
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-textarea label {
  margin-bottom: 12px;
  color: var(--c-secondary);
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-textarea textarea {
  border: none;
  background-color: var(--c-white);
}

.rnt-book-tour-uk-makebooking .wrapper-form-step-travel .js-form-type-textarea textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767.5px) {
  footer .logo {
    margin-bottom: 30px;
  }

  footer .logo img {
    max-width: 100%;
    width: 60%;
  }
}

footer .footer-menus .region-footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-menus nav {
  width: 50%;
}

@media screen and (min-width: 768px) {
  footer .footer-menus nav {
    width: 50%;
  }
}

footer .footer-menus nav ul {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  font-size: 14px;
  padding: 20px 0 0 !important;
  margin: 0 !important;
}

footer .footer-menus nav ul li {
  padding: 0 !important;
}

footer .footer-menus nav ul li:not(:last-child) {
  margin-bottom: 12px !important;
}

footer .footer-menus nav ul li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "Lexend", sans-serif;
  font-size: 1em;
  text-transform: none;
  display: inline-block;
}

@media screen and (max-width: 767.5px) {
  footer .subscribe {
    margin-top: 30px;
  }
}

footer .subscribe form {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .subscribe form label {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  letter-spacing: normal !important;
  line-height: 1;
}

footer .subscribe form .form-item {
  margin: 0;
  width: 100%;
  margin-right: -30%;
}

footer .subscribe form .form-item .form-control {
  padding: 12px 20px;
  border-radius: 6px !important;
  background-color: #370040 !important;
  border: none !important;
}

footer .subscribe form .form-item .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer .subscribe form .form-actions {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}

footer .subscribe form .form-actions .button {
  padding: 8px 20px;
  border-radius: 6px;
  background-color: var(--c-primary);
  color: var(--c-white);
}

footer .subscribe .block-block-content {
  margin-top: 30px;
}

footer .footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #3d024a;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  footer .footer-bottom {
    margin-top: 80px;
  }
}

footer .footer-bottom .region-footer-bottom {
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767.5px) {
  footer .footer-bottom .region-footer-bottom>div {
    margin-bottom: 20px;
    display: block;
  }
}

footer .footer-bottom #block-websitebyshout {
  width: 40%;
}

@media screen and (max-width: 767.5px) {
  footer .footer-bottom #block-websitebyshout {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
}

footer .footer-bottom #block-websitebyshout p {
  font-size: 14px;
  font-weight: normal;
  max-width: 100%;
  line-height: 1.2;
  position: relative;
  padding-left: 10px;
  max-width: 80%;
}

footer .footer-bottom #block-websitebyshout p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 3px solid var(--c-primary);
  height: 100%;
}

footer .footer-bottom #block-accreditation {
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .footer-bottom #block-accreditation {
    width: 40%;
  }
}

footer .footer-bottom #block-rnt-websitebycoral {
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .footer-bottom #block-rnt-websitebycoral {
    width: 20%;
  }
}

footer .footer-bottom #block-rnt-websitebycoral p {
  font-size: 14px;
  font-weight: normal;
  max-width: 100%;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: none;
}

footer .footer-bottom #block-rnt-websitebycoral p a {
  padding: 0;
  margin: 0;
  text-transform: none;
  text-decoration: underline;
}

footer .footer-bottom #block-rnt-websitebycoral p svg {
  margin: 0 5px;
}

footer .footer-bottom-text {
  background-color: #20012B;
  padding: 16px 0;
}

@media screen and (max-width: 767.5px) {
  footer .footer-bottom-text {
    display: none;
  }
}

footer .footer-bottom-text p {
  font-size: 12px;
  color: #D4D4D4;
  text-transform: none;
  font-family: "Lexend", sans-serif;
  font-weight: 300 !important;
}

footer .footer-bottom-text p a {
  font-weight: 300 !important;
  font-family: "Lexend", sans-serif;
}

/*# sourceMappingURL=theme.css.map */