/*Fonts*/
@font-face {
  font-family: "Swett-Headline-Bold";
  src: url("fonts/Swett-Headline-Bold.woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Swett-Headline-Extra-Bold";
  src: url("fonts/Swett-Headline-Extra-bold.woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("fonts/Avenir-Book.woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("fonts/Avenir-Heavy.woff2");
  font-weight: normal;
}

/* Prevent horizontal scroll on entire page */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}
@font-face {
  font-family: "Swett-Headline-Bold";
  src: url("fonts/Swett-Headline-Bold-New.woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Swett-Headline-Extra-Bold";
  src: url("fonts/Swett-Headline-Extra-Bold-New.woff2");
  font-weight: normal;
} 

section.searchform_panel {
  width: 1120px;
  margin: 0 auto;
}
.search_form_container {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.search_form_container form#search_form {
  width: 72.8%;
  display: inline-block;
  color: #000;
}
.search_form_container #search_form .destination,
.search_form_container #search_form .travel_date {
  width: 50%;
  float: left;
  padding: 15px 0;
  color: #000;
  border: 0;
  display: flex;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search_form_container #search_form .search_btn_label {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 26px;
  font-weight: 800;
  color: #141414;
  margin-left: 10px;
}
.search_form_container #search_form .active .search_btn_label {
  color: #fff !important;
}
.search_form_container #search_form .fa-angle-down,
.search_form_container #search_form .fa-angle-up {
  float: right;
  font-size: 35px;
  font-weight: 800;
  padding-right: 30px;
  margin-left: auto;
}
.search_form_container #search_form .fa-home {
  float: left;
  padding-left: 30px;
  font-size: 35px;
}
.search_form_container #search_form .destination_after:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #959292;
}

.search_form_container #search_form .destination.active,
.search_form_container #search_form .travel_date.active {
  background: #000;
  color: #fff;
}
.search_form_container form#search_form .search_btn {
  background: #000;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 6px 35px;
  position: relative;
  top: -15px;
  width: 148px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  line-height: 23px;
}
.search_form_container form#search_form .search_btn:focus {
  outline: none;
}
.search_form_container form#search_form .section_btns {
  background: #f4e6d3;
  display: inline-block;
  width: 100%;
}

.search_form_container form#search_form .destination_down,
.search_form_container form#search_form .date_down {
  display: inline-block;
  width: 100%;
  padding: 10px 36px;
  background: #f8f0e5;
  margin-top: -7px;
}
.search_form_container form#search_form .destination_down .expiditionsresor,
.search_form_container form#search_form .destination_down .vandringsresor {
  width: 50%;
  float: left;
}
.search_form_container form#search_form .destination_down .expiditionsresor h4,
.search_form_container form#search_form .destination_down .vandringsresor h4,
.search_form_container form#search_form .date_down .valjar h4 {
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
}
.search_form_container form#search_form .destination_down .destination_list {
  width: 100%;
  /*height: 160px;
  display: inline-block;*/
}
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .select-destination,
.search_form_container
  form#search_form
  .date_down
  .date_years_list
  .select-year {
  width: 100%;
  border: none;
  background: #f8f0e5;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid #959292;
  border-radius: 0;
  padding: 13px 0px 27px;
  /* height: 150px; */
}
.search_form_container
  form#search_form
  .date_down
  .date_years_list
  .select-year {
  height: 80px;
}
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .select-destination
  .destination_value,
.search_form_container
  form#search_form
  .date_down
  .date_years_list
  .select-year
  .year_value {
  width: 23%;
  float: left;
  text-align: left;
  padding: 5px 10px;
  font-family: "Swett-Headline-Bold", Avenir-Book !important;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .vandringsresor-destination,
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .expiditionsresor-destination {
  width: 50%;
  float: left;
}
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .vandringsresor-destination
  .destination_value,
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .expiditionsresor-destination
  .destination_value {
  width: 48.5%;
  float: left;
}
.search_form_container form#search_form .date_down .date_years_list {
  width: 100%;
  /* height: 80px;
    display: inline-block;*/
}
/*.search_form_container form#search_form .date_down {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  background: #F8F0E5;
  margin-top: -7px;
}*/
.search_form_container form#search_form .date_down .valjar {
  width: 100%;
  float: left;
}
/*.search_form_container form#search_form .date_down .valjar h4 {
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}*/
/*.search_form_container
  form#search_form
  .date_down
  .date_years_list
  .select-year {
  width: 100%;
  border: none;
  background: #ff00ff00;
  overflow: auto;
  border-top: 1px solid #acaca7;
  border-radius: 0;
  height: 70px;
}*/
/*.search_form_container
  form#search_form
  .date_down
  .date_years_list
  .select-year
  .year_value {
  width: 25%;
  float: left;
  text-align: left;
  padding: 5px 0;
}*/
.search_form_container #search_form .destination .location_icon {
  width: 43px;
  margin-right: 13px;
}
.search_form_container #search_form .travel_date .calendar_icon {
  width: 43px;
  margin-right: 19px;
}
/*select[multiple]:focus option:selected, select[multiple]:focus option:checked, select[multiple]:focus option:hover {
  background: #FC3229 linear-gradient(0deg, #FC3229 0%, #FC3229 100%);
}*/
/*select[multiple]:focus option:checked {
  background: #FC3229 linear-gradient(0deg, #FC3229 0%, red 100%);
}*/
.search_form_container
  form#search_form
  .destination_down
  .destination_list
  .select-destination
  .destination_value.active,
.search_form_container
  form#search_form
  .date_down
  .date_years_list
  .select-year
  .year_value.active {
  background: #fc3229;
  color: #ffffff;
}
#destination_mobile,
#travel_date_mobile {
  display: none;
}

/*Post Slider*/

.section-slider-post,
.section-slider-addon,
.section-slider-team,
.section-slider-guider {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-slider-post, .section-slider-addon{
    padding-bottom: 50px;
}
.section-slider-post *, .section-slider-addon * {
  box-sizing: border-box; /* Prevent padding/border from extending width */
}
.section-slider-post h2, .section-slider-addon h2 {
  color: #141414;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 90px;
}
.section-slider-post h2:after, .section-slider-addon h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 116px;
  height: 2px;
  background-color: #000000;
}
.section-slider-post .swiper-container, .section-slider-addon .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  margin: 0; /* Remove any margin */
  overflow: hidden; /* Prevent overflow */
  position: relative; /* Establish positioning context for buttons */
}
.section-slider-post .swiper-wrapper, .section-slider-addon .swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%; /* Ensure wrapper takes full container width */
  max-width: 100%;
  box-sizing: border-box;
}
.section-slider-post .swiper-slide, .section-slider-addon .swiper-slide {
  flex-shrink: 0; /* Prevent slides from shrinking */
  width: auto; /* Let Swiper calculate width */
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 2s ease-out 100ms;
}
.section-slider-post .swiper-container .btn-white, .section-slider-addon .swiper-container .btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: "Swett-Headline-Extra-Bold", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 30px;
}
.section-slider-post .swiper-button-prev,
.section-slider-post .swiper-button-next,
.section-slider-addon .swiper-button-prev,
.section-slider-addon .swiper-button-next,
.section-slider-team .swiper-button-prev,
.section-slider-team .swiper-button-next,
.section-slider-guider .swiper-button-prev,
.section-slider-guider .swiper-button-next {
  position: absolute;
  z-index: 10;
  color: #141414;
  width: 50px;
  height: 50px;
  border: 2px solid #141414;
  border-radius: 50%;
  top: auto;
  bottom: 24px;
  margin-top: 0;
  background-image: none;
}
.section-slider-post .swiper-button-prev,
.section-slider-addon .swiper-button-prev,
.section-slider-team .swiper-button-prev,
.section-slider-guider .swiper-button-prev {
  left: auto;
}
.section-slider-post .swiper-button-next,
.section-slider-addon .swiper-button-next,
.section-slider-team .swiper-button-next,
.section-slider-guider .swiper-button-next {
  right: 24px;
}
.section-slider-post .swiper-container .swiper-button-prev:after,
.section-slider-post .swiper-container .swiper-button-next:after,
.section-slider-addon .swiper-container .swiper-button-prev:after,
.section-slider-addon .swiper-container .swiper-button-next:after,
.section-slider-team .swiper-container .swiper-button-prev:after,
.section-slider-team .swiper-container .swiper-button-next:after,
.section-slider-guider .swiper-container .swiper-button-prev:after,
.section-slider-guider .swiper-container .swiper-button-next:after {
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  font-size: 26px !important;
}
.section-slider-post .swiper-slide,.section-slider-addon .swiper-slide {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 2s ease-out 100ms;
}

.section-slider-post .swiper-slide.swiper-slide-next .slide-wrap p, .section-slider-addon .swiper-slide.swiper-slide-next .slide-wrap p {
  display: inline-flex;
}
.section-slider-post .swiper-slide.swiper-slide-next .slide-wrap, .section-slider-addon .swiper-slide.swiper-slide-next .slide-wrap {
  height: 520px;
}
.section-slider-post .swiper-slide .slide-wrap, .section-slider-addon .swiper-slide .slide-wrap {
  height: 520px !important;
  width: 100%;
  position: relative;
  /*padding: 52px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}
.section-slider-post .swiper-slide .slide-wrap img, .section-slider-addon .swiper-slide .slide-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-slider-post .swiper-slide img, .section-slider-addon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section-slider-post .swiper-slide .slide-wrap h3,
.section-slider-post .swiper-slide .slide-wrap h4,
.section-slider-post .swiper-slide .slide-wrap p, 
.section-slider-addon .swiper-slide .slide-wrap h3, 
.section-slider-addon .swiper-slide .slide-wrap h4, 
.section-slider-addon .swiper-slide .slide-wrap p  {
  color: #ffffff;
}
.section-slider-post .swiper-slide .slide-wrap h4, 
.section-slider-addon .swiper-slide .slide-wrap h4 {
  margin-bottom: 12px;
}
.section-slider-post .swiper-slide .slide-wrap .swiper-slide-overlay-title, 
.section-slider-addon .swiper-slide .slide-wrap .swiper-slide-overlay-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold";
  line-height: 45px;
  letter-spacing: 1.2px;
  text-align: center;
  transition-duration: 1s;
}
.section-slider-post .swiper-slide .slide-wrap p,
.section-slider-addon .swiper-slide .slide-wrap p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: center;
}
.section-slider-post .swiper-slide .slide-wrap a, 
.section-slider-addon .swiper-slide .slide-wrap a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  display: none;
}
/* .section-slider-post .swiper-slide .slide-wrap p,
.swiper-slide .slide-wrap a {
  display: none;
} */
.section-slider-post .swiper-slide .swiper-slide-overlay-text, 
.section-slider-addon .swiper-slide .swiper-slide-overlay-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #00000099;
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir-Book", Avenir-Book;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.section-slider-post .swiper-slide .swiper-slide-overlay-text span,  
.section-slider-addon .swiper-slide .swiper-slide-overlay-text span {
  font-size: 14px;
}
.section-slider-post .swiper-slide .swiper-slide-overlay-btn-div, 
.section-slider-addon .swiper-slide .swiper-slide-overlay-btn-div {
  position: absolute;
  left: 50%;
  /* bottom: 0; */
  transform: translateX(-50%);
  /* background: #00000099; */
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Avenir-Book", Avenir-Book;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .section-slider-post .swiper-slide .swiper-slide-overlay-btn-div, 
  .section-slider-addon .swiper-slide .swiper-slide-overlay-btn-div {
    display: none;
  }
  .section-slider-post .swiper-slide .swiper-slide-overlay-text, 
  .section-slider-addon .swiper-slide .swiper-slide-overlay-text {
    display: none;
  }
}
.section-slider-post .slide-wrap .swiper-slide-cat, 
.section-slider-addon .slide-wrap .swiper-slide-cat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000000b0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  padding: 2px 10px;
}
.section-slider-post
  .swiper-slide
  .swiper-slide-overlay-text
  .swiper-slide-overlay-date
  .vertical-line, 
  .section-slider-addon .swiper-slide
  .swiper-slide-overlay-text
  .swiper-slide-overlay-date
  .vertical-line {
  /* border-right: 2px solid; */
  padding-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
/* .section-slider-post .swiper-slide:hover .swiper-slide-overlay-text,
.section-slider-post .swiper-slide:hover .swiper-slide-overlay-btn {
  opacity: 1;
} */
.section-slider-post .swiper-slide:hover .swiper-slide-overlay-title, 
.section-slider-addon .swiper-slide:hover .swiper-slide-overlay-title {
  top: 20%;
}

/*END*/

/*Shortcode mailchimp*/
@media (min-width: 800px) {
  .section-blogs-list .blogs .mailchimp {
    padding: 5px 20px 10px;
  }
}

@media (max-width: 768px) {
    .section-reviews .review-right-image {
        flex: 0 0 100%;
        width: 100%;
    }
}

.section-blogs-list .blogs .mailchimp {
  background: #000;
  color: #fff;
}
.section-blogs-list a.view-all-articles {
  color: #141414;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 20px;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: uppercase;
}
.mailchimp.blog-tile h2 {
  font-size: 35px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  padding: 20px 20px 0px;
  text-align: center;
  text-transform: uppercase;
}
.mailchimp.blog-tile p {
  font-family: "Avenir-Book";
  font-size: 14px;
  text-align: center;
  padding: 0px 20px 10px;
}
.mailchimp.blog-tile form.subscription {
  text-align: center;
  padding: 0 10px;
}
.mailchimp.blog-tile input[type="email"] {
  font-family: "Avenir-Book";
  font-size: 18px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #ffffff;
  width: 250px;
  margin-bottom: 20px;
  color: #fff;
}
.mailchimp.blog-tile label {
  font-family: "Avenir-Book";
  font-size: 14px;
  margin-bottom: 20px;
}
input#mailchimp-terms-conditions {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-right: 10px;
  flex-shrink: 0;
}
input#mailchimp-terms-conditions:checked {
  background-color: #ffffff;
}
input#mailchimp-terms-conditions:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
label[for="mailchimp-terms-conditions"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.mailchimp .mailchimp_msg {
  display: inline-block;
  width: 100%;
  font-family: "Avenir-Book";
  font-size: 17px;
  margin-top: 20px;
}
.mailchimp .mailchimp_msg .success,
.section-subscripption .mailchimp_msg .success {
  color: #17c417;
}
.mailchimp .mailchimp_msg .error,
.section-subscripption .mailchimp_msg .error {
  color: red;
}
input#mailchimp_btn:focus {
  outline: none;
  background-color: #fc3229;
}

/* Mobile CSS fixes for Mailchimp shortcode */
@media (max-width: 768px) {

  .section-blogs-list .blogs .mailchimp {
    padding: 20px 15px;
    text-align: center;
    width: 90% !important;
  }

  .mailchimp.blog-tile h2 {
    font-size: 20px;
    padding: 15px 10px 5px;
    line-height: 1.2;
  }

  .mailchimp.blog-tile p {
    font-size: 14px;
    padding: 0 10px 15px;
  }

  .mailchimp.blog-tile form.subscription {
    padding: 0;
  }

  .mailchimp.blog-tile input[type="email"] {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }

  label[for="mailchimp-terms-conditions"] {
    font-size: 13px;
    align-items: flex-start;
    gap: 8px;
  }

  input#mailchimp-terms-conditions {
    width: 18px;
    height: 18px;
  }

  input#mailchimp_btn {
    width: 50%;
    font-size: 16px;
  }

  .mailchimp .mailchimp_msg {
    font-size: 14px;
    margin-top: 15px;
  }

  .section-blogs-list a.view-all-articles {
    font-size: 16px;
    margin-top: 15px;
  }
}
/* END mobile CSS */


/*END*/

/*Post Slider*/
.section-slider-post a.view-all-destination , 
.section-slider-team a.view-all-destination , 
.section-slider-guider a.view-all-destination {
  color: #141414;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 29px;
  margin-top: 24px;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 80px;
}
.view-all-destination i.fa-angle-right {
  padding-left: 10px;
}
/*END*/

.single-post section#stickyheaders {
  background-color: #000 !important;
}
.single-post h2 {
    font-size: 25px;
}

.swt-buttons-mobile #menuBtn img {
  width: 40px;
  vertical-align: middle;
}

/* Temp */
/* main.site-main {
  margin-top: 200px;
} */

/* Sticky Header - Sroll Effect*/

#stickyheaders {
  -webkit-transition: transform 0.34s ease;
  transition: transform 0.34s ease;
  /* background-color: #00000066; */
}
.headerup {
  transform: translateY(
    -110px
  ); /*adjust this value to the height of your header*/
}
.headerdown {
  background-color: #00000066;
}

/* Sticky Header */

/* Footer CSS Starts*/

.elementor-location-footer ul li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div#footer-icon-column div.elementor-widget-wrap {
  justify-content: center;
}

.footer-center-col a {
    padding: 10px;
}
.footer-center-col {
    text-align: center;
}

/* Footer CSS Ends */

/*Header CSS Starts*/

.swt-header-column {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.swt-header-seaction {
  position: fixed;
  /* width: 1440px; */
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  padding: 15px 44px 15px 44px;
  z-index: 199;
  /* background-color: #000; */
}
.swt-logo {
  display: flex;
  width: 30%;
  position: relative;
}
.swt-logo a {
  height: 57px;
  line-height: 1;
}
.swt-logo img {
  height: 57px;
}

@media (max-width: 800px) {
  .swt-logo {
    width: auto;
  }
  .swt-logo a {
  height: auto;
  line-height: 1;
}
  .swt-logo img {
    height: 44px;
    width: 134px;
  }
}

.swt-buttons-desktop {
  display: flex;
  width: 70%;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.swt-buttons-mobile {
  display: flex;
  width: 70%;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.swt-meny #menuBtn {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0.45px;
  text-shadow: 0px 0px 10px rgb(255 255 255 / 30%);
  fill: #ffffff;
  color: #ffffff;
  background-color: #00000000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff;
  border-radius: 23px 23px 23px 23px;
  padding: 6px 25px 06px 25px;
  width: auto;
}

.swt-contact-button #kontakta_oss {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 0.5px;
  background-color: #ff1b00;
  border-radius: 23px 23px 23px 23px;
  padding: 7px 25px 7px 25px;
  color: #ffffff;
}

.single-login .swt-header-column .swt-meny {
  display: none;
}

/*Header CSS Ends*/

/*Menu Styles Start*/

/* #menuBtn {
  position: absolute;
  width: 150px;
  height: 50px;
  top: 20px;
  right: 0;
  left: auto;
  font-size: 24px;
  line-height: 48px;
  border-radius: 25px;
} */

#mainMenu {
  position: fixed;
  background: #141414;
  min-width: 564px;
  width: auto;
  height: 100vh;
  top: 0;
  right: -100%;
  opacity: 0;
  padding: 30px 48px 36px;
  z-index: 9999;
  transition: right 1s linear, opacity 1s linear;
  overflow-y: auto;
  overflow-x: hidden;

  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#mainMenu::-webkit-scrollbar {
  display: none;
}
#mainMenu.active {
  right: 0;
  opacity: 1;
}
#mainMenu.open {
  /* Allow menu to expand when showing nested submenus - fit content up to max */
  width: fit-content;
  max-width: min(1600px, 95vw);
  min-width: 1100px;
}
#mainMenu .menu-extra {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#mainMenu .btn-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  padding: 0 15px;
  color: #ffffff;
  background: #fc3229;
  border: 2px solid #fc3229;
  border-radius: 20px;
  text-transform: uppercase;
}
form#searchform,
div.searchform {
  border: 2px solid #ffffff;
  display: flex;
  padding: 3px;
  border-radius: 20px;
  margin: 0px 12px;
  width: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  cursor: pointer;
}
form#searchform input,
div.searchform input {
  position: absolute;
  width: calc(100% - 50px);
  height: 30px;
  top: 3px;
  left: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
form#searchform button,
div.searchform button {
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0;
  margin: 0 0 0 auto;
  border: 0;
  cursor: pointer;
  pointer-events: none;
}

form#searchform button img,
div.searchform button img {
  width: 130%;
  height: 130%;
  max-width: 130%;
  /* margin-top: -4px; */
  /* margin-left: -4px; */
}
form#searchform input:focus,
form#searchform button:focus,
div.searchform input:focus,
div.searchform button:focus {
  outline: 0;
  box-shadow: unset;
}
form#searchform.active,
div.searchform.active {
  width: 280px;
}
form#searchform.active button,
div.searchform.active button {
  pointer-events: auto;
}

div.searchform button:hover {
  background-color: transparent;
}

#mainMenu .menu-extra #close-menu {
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 12px;
}
#mainMenu .menu-extra #close-menu img {
  width: 100%;
  height: 100%;
}

#mainMenu .menu-wrapper {
  position: relative;
  min-width: fit-content;
  width: 100%;
}
#mainMenu .menu-wrapper ul {
  list-style: none;
  padding-left: 0;
  max-width: 300px;
  width: 100%;
  min-width: 300px;
}
#mainMenu .menu-wrapper > div > ul {
  margin-right: 36px;
}
#mainMenu .menu-wrapper ul li {
  margin-bottom: 14px;
}
#mainMenu .menu-wrapper > div > ul > li > a {
  text-transform: uppercase;
}
#mainMenu .menu-wrapper > div > div > ul > li > a {
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-weight: 800;
}
#mainMenu .menu-wrapper ul a {
  color: #ffffff;
  position: relative;
  display: flex;
  padding-right: 16px;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 0.9px;
}
#mainMenu .menu-wrapper ul li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}
#mainMenu .menu-wrapper .sub-menu {
  position: absolute;
  max-width: 336px;
  min-width: 336px;
  width: 336px;
  top: 0;
  left: 336px;
  display: none;
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#mainMenu .menu-wrapper .sub-menu li {
  margin-bottom: 5px;
}
#mainMenu .menu-wrapper .sub-menu a {
  font-family: "Avenir-Book", Avenir-Book;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.4px;
  padding-right: 20px;
}
#mainMenu .menu-wrapper .sub-menu li.menu-item-has-children > a {
  padding-right: 30px;
}
/* Third level sub-menu (nested sub-menus) */
#mainMenu .menu-wrapper .sub-menu .sub-menu {
  position: absolute;
  max-width: 336px;
  min-width: 336px;
  width: 336px;
  top: 0;
  left: 336px;
  display: none;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 40px;
}
#mainMenu .menu-wrapper .sub-menu .sub-menu a {
  font-family: "Avenir-Book", Avenir-Book;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.4px;
}
/* Arrow indicator for nested sub-menu items that have children */
#mainMenu .menu-wrapper .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
#mainMenu
  .menu-wrapper
  li.menu-item-has-children.current-menu-ancestor.current-menu-parent
  > a,
#mainMenu .menu-wrapper li.current-menu-item > a,
#mainMenu .menu-wrapper li.active > a,
#mainMenu .menu-wrapper li.current-menu-item-hover > a {
  padding-left: 25px;
}
#mainMenu
  .menu-wrapper
  li.menu-item-has-children.current-menu-ancestor.current-menu-parent
  > a:before,
#mainMenu .menu-wrapper li.current-menu-item > a:before,
#mainMenu .menu-wrapper li.current-menu-item-hover > a:before,
#mainMenu .menu-wrapper li.active > a:before {
  content: "/";
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 32px;
  line-height: 40px;
  color: #fc3229;
}
#social-menu {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 48px;
  bottom: 36px;
}
#social-menu a {
  margin-left: 22px;
  font-size: 24px;
  color: #ffffff;
}
#social-menu .btn-red {
  display: none;
}

@media (max-width: 768px) {
  .section-slider-post a.view-all-destination {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 15px;
  }
  .section-banner-circle .circles .circle {
    margin: 5px !important;
    height: 100px !important;
    width: 100px !important;
  }
  .section-blogs-list a.view-all-articles {
    margin: 5px 15px 40px;
  }
  .swt-header-seaction {
    padding: 5px 15px 5px 15px;
  }
  #mainMenu {
    max-width: 100%;
    min-width: 100%;
    padding: 30px 16px 36px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu .menu-extra a.btn-red {
    display: none;
  }
  form#searchform.active,
  div.searchform.active {
    width: 150px;
  }

  #mainMenu .menu-wrapper {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #mainMenu .menu-wrapper ul {
    max-width: 100%;
  }
  #mainMenu .menu-wrapper > div > ul > li {
    margin-bottom: 16px;
  }
  #mainMenu .menu-wrapper > div > ul > li > a {
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.8px;
  }
  #mainMenu .menu-wrapper .sub-menu li {
    margin-bottom: 0;
  }
  #mainMenu .menu-wrapper .sub-menu a {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2px;
  }
  
  /* Third level sub-menu items styling for mobile */
  #mainMenu .menu-wrapper .sub-menu .sub-menu a {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
  }

  #mainMenu #social-menu {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: auto;
  }
  #mainMenu #social-menu > div {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 25px;
  }
  #mainMenu #social-menu > a {
    margin: 0 10px;
  }
  #mainMenu #social-menu > div:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #ffffff;
  }
  #mainMenu #social-menu a.btn-red {
    display: inline-flex;
  }

  #mainMenu .menu-wrapper ul li.menu-item-has-children > a:after {
    transform: rotate(90deg);
    transition: 0.2s ease;
  }
  #mainMenu .menu-wrapper ul li.active > a:after {
    transform: rotate(-90deg);
  }

  #mainMenu .menu-wrapper .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0;
    border-left: 0;
    margin-top: 10px;
  }
  
  /* Third level sub-menu for mobile */
  #mainMenu .menu-wrapper .sub-menu .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 20px;
    border-left: 0;
    margin-top: 10px;
  }
  
  #mainMenu .menu-wrapper .sub-menu .menu-item-has-children > a:after {
    transform: rotate(90deg);
    transition: 0.2s ease;
  }
  #mainMenu .menu-wrapper .sub-menu .menu-item-has-children.active > a:after {
    transform: rotate(-90deg);
  }
}
/*Menu Styles End*/

/* FAQ Section CSS Starts*/

h1 {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 80px;
  font-family: "Swett-Headline-Extra-Bold";
}
/*h2 {*/
/*  font-size: 45px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 1.4px;*/
/*  line-height: 52px;*/
/*  font-family: "Swett-Headline-Extra-Bold";*/
/*  text-align: center;*/
/*}*/
h3 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.9px;
  line-height: 33px;
  font-family: "Swett-Headline-Extra-Bold";
}
h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Swett-Headline-Bold";
}
h5 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  font-family: "Swett-Headline-Bold";
}

section {
  width: 100%;
  /* padding: 50px 40px; */
}
/* .page-template-page-blogs section {
  padding: 50px 40px;
} */
.container {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
}
a {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  text-decoration: none !important;
  transition: 0.3s ease;
}
/*a:hover,
a:focus {
  text-decoration: none !important;
  color: #fff !important;
}*/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  color: #141414;
  border: 2px solid #141414;
  border-radius: 23px;
  text-transform: uppercase;
}
#load-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 0 48px;
  color: #141414;
  border: 2px solid #141414;
  border-radius: 23px;
  text-transform: uppercase;
  font-weight: 800;
}
a.btn:hover,
a.btn:focus {
  color: #141414 !important;
}
.btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 23px;
  text-transform: uppercase;
}
a.btn-white:hover,
a.btn-white:focus {
  color: #ffffff !important;
}
.btn-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.45px;
  padding: 0 15px;
  color: #ffffff;
  background: #fc3229;
  border: 2px solid #fc3229;
  border-radius: 20px;
  text-transform: uppercase;
}
a.btn-red:hover,
a.btn-red:focus {
  color: #ffffff !important;
}
.section-banner {
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.section-banner a {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  bottom: 30px;
  text-align: center;
  line-height: 58px;
  transform: translateX(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  display: block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
.section-banner a#goToNext i {
  color: #fff;
}
.section-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-banner h1 {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-weight: 800;
}
.section-banner p {
  color: #ffffff;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 80px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  text-transform: uppercase;
}

.section-text {
  padding: 70px 0;
}
.section-text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 970px;
}
.section-text h2,
.section-text p {
  text-align: center;
  color: #141414;
}
.section-text h2 {
  margin-bottom: 55px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-weight: 800;
}
.section-text p {
  margin-bottom: 60px;
  font-family: "Avenir-Book", Avenir-Book;
  font-size: 20px;
}

.section-tile-list .filters.container {
  display: flex;
  justify-content: space-between;
  border-top: none;
  margin-bottom: 10px;
}
.filters .tabs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.filters .tabs .tab {
  opacity: 0.3;
  color: #141414;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 33px;
  position: relative;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}
.filters .tabs .tab:before {
  content: "/";
  position: absolute;
  width: 10px;
  height: 100%;
  top: -1px;
  left: 2px;
  display: none;
}
.filters .tabs .tab.active {
  opacity: 1;
  color: #fc3229;
}
.filters .tabs .tab.active:before {
  display: block;
}
.filters .search-btn {
  display: inline-flex;
}
/* .section-tile-list .filters.container .search-btn {
  width: 37px;
  height: 37px;
  margin: 0;
} */

.section-tile-list {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-tile-list .container:not(.filters) {
  border-top: 1px solid rgba(20, 20, 20, 0.2);
  padding-bottom: 50px;
}
.container.dest-container.destination_hide {
  display: none;
}
.section-tile-list .container > h3 {
  text-align: center;
  margin: 40px 0 32px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
}
.section-tile-list .container > a:not(.btn) {
  color: #141414;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 29px;
  margin-top: 24px;
  display: inline-block;
  text-transform: uppercase;
}
.section-tile-list > a.btn {
  margin: 0 auto;
}
.section-tile-list .tiles {
  display: flex;
  flex-wrap: wrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.section-tile-list .tiles::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.section-tile-list .tiles {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.section-tile-list .tiles.lists {
  flex-direction: column;
}
.section-tile-list .tiles.all-items {
  flex-wrap: wrap;
}
.section-tile-list .tiles .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 16px);
  margin: 8px;
  padding: 8px;
  background: #fefcfb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  position: relative;
}
.section-tile-list .tiles .tile > h5 {
  background: linear-gradient(-54deg, transparent 16px, #141414 0);
  color: #ffffff;
  height: 26px;
  padding: 0 26px 0 14px;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Swett-Headline-Bold", Avenir-Book;
}
.section-tile-list .tiles .img-wrap {
  position: relative;
  width: 100%;
  height: 100px;
  padding-bottom: 95%;
}
.section-tile-list .tiles .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-tile-list .tiles .img-wrap .layover-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-tile-list .tiles .img-wrap .layover-text h3,
.section-tile-list .tiles .img-wrap .layover-text h5 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.section-tile-list .tiles .img-wrap .layover-text h3 {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  margin: 0;
}
.section-tile-list .tiles .img-wrap .layover-text h5 {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  margin: 0;
}
.section-tile-list .tiles .text-wrap {
  width: calc(100% - 32px);
  padding: 20px 0;
  margin: 0 16px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.2);
}
.section-tile-list .tiles .text-wrap h4 {
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Swett-Headline-Bold", Avenir-Book;
}
.section-tile-list .tiles .text-wrap h4 i {
  display: none;
}
.section-tile-list .tiles .text-wrap a {
  color: #141414;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 23px;
  text-transform: uppercase;
}
.section-tile-list .tiles .tile .btn-red {
  margin: 28px 0 20px;
}

.section-tile-list .tiles.lists .tile {
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 16px);
  margin: 10px 8px;
  padding: 40px 32px 24px;
}
.section-tile-list .tiles.lists .tile > h5 {
  top: 0;
}
.section-tile-list .tiles.lists .tile .img-wrap {
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.section-tile-list .tiles.lists .img-wrap .layover-text {
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
}
.section-tile-list .tiles.lists .img-wrap img,
.section-tile-list .tiles.lists .img-wrap h5 {
  display: none;
}
.section-tile-list .tiles.lists .img-wrap h3 {
  color: #141414;
}
.section-tile-list .tiles.lists .text-wrap {
  border-bottom: none;
  width: 38%;
  margin: 0;
  padding: 0;
}
.section-tile-list .tiles.lists .text-wrap h4 {
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
.section-tile-list .tiles.lists .text-wrap h4 i {
  color: #141414;
  opacity: 0.2;
  display: inline-block;
  font-style: normal;
}
.section-tile-list .tiles.lists .text-wrap a {
  position: absolute;
  line-height: 26px;
  top: 0;
  left: 170px;
}
.section-tile-list .tiles.lists .tile .btn-red {
  margin: 0;
}

.section-slider {
  padding-bottom: 100px;
  margin-top: 70px;
}
.section-slider h2 {
  color: #141414;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 90px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  text-transform: uppercase;
}
.section-slider .addon-heading h2 {
  font-size: 28px;
  letter-spacing: 1.4px;
}
.section-slider h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 116px;
  height: 2px;
  background-color: #000000;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 1 !important;
  color: #141414;
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #141414;
  border-radius: 50%;
  top: auto !important;
  bottom: 0 !important;
  margin-top: unset !important;
  background-image: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 50px;
}
.section-slider .swiper-slide {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.section-slider .swiper-slide.swiper-slide-next .slide-wrap p,
.section-slider .swiper-slide.swiper-slide-next .slide-wrap a {
  display: inline-flex;
}
.section-slider .swiper-slide.swiper-slide-next .slide-wrap {
  height: 520px;
}
.section-slider .swiper-slide .slide-wrap {
  height: 430px;
  width: 100%;
  position: relative;
  padding: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}
.section-slider .swiper-slide .slide-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section-slider .swiper-slide .slide-wrap h3,
.section-slider .swiper-slide .slide-wrap h4,
.section-slider .swiper-slide .slide-wrap p {
  color: #ffffff;
}
.section-slider .swiper-slide .slide-wrap h4 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Bold", Avenir-Book;
}
.section-slider .swiper-slide .slide-wrap h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
}
.section-slider .swiper-slide .slide-wrap p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: center;
  font-family: "Avenir-Book", Avenir-Book;
}
.section-slider .swiper-slide .slide-wrap a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 76px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
}
.section-slider .swiper-slide .slide-wrap p,
.swiper-slide .slide-wrap a {
  display: none;
}
.swiper-slide {
  overflow: visible !important;
}

/*Addon Extra tiles*/
.section-slider .swiper-slide.Addon_black_background .slide-wrap {
  background-color: #000;
}
.section-slider .swiper-slide.addon_review .slide-wrap img.author_img {
  position: static;
  width: 85px;
  height: 82px;
  z-index: 1;
  object-fit: unset;
}
.section-slider .swiper-slide.addon_review p {
  display: block;
  margin-top: 30px;
}
.section-slider .swiper-slide.addon_review h3,
.section-slider .swiper-slide.addon_review h4 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.section-slider .swiper-slide.addon_review h4 {
  margin-top: -8px;
}
.section-slider .swiper-slide.addon_contact .slide-wrap h3 {
  font-size: 24px;
  text-align: center;
  word-spacing: 2px;
  word-break: break-word;
}
.section-slider .swiper-slide.addon_contact .slide-wrap p {
  display: block;
  font-size: 16px;
  margin-bottom: 60px;
}
.section-slider .swiper-slide.addon_contact .slide-wrap a.btn-white {
  display: inline-flex;
}
/*.section-slider .swiper-slide.addon_contact .slide-wrap h3:after {
    left: 36%;
    content: "";
    width: 116px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}*/
.section-slider .swiper-slide.addon_contact .slide-wrap span.horizontal_tile {
  width: 116px;
  background-color: #fff;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 35px;
}
/*END*/

.section-miniText {
  padding-bottom: 100px;
  background-image: url(/wp-content/themes/Swett/assets/images/Swett_Extend-your-trip_Background_Beige-60.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center center; */
  /* margin-top: -500px; */
   /* commented becuase FÖRLÄNG DIN RESA section removed from the page */
   margin-top: 0px;
   background-position: right bottom;
}
.section-miniText .container {
  max-width: 970px;
  max-width: 970px;
  /* padding-top: 440px; */ 
  /* commented becuase FÖRLÄNG DIN RESA section removed from the page */
  padding-top: 100px;
  padding-bottom: 50px;
}
.section-miniText .container > div {
  max-width: 600px;
  width: 100%;
}
.section-miniText .container h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
}
.section-miniText .container p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-bottom: 66px;
  font-family: "Avenir-Book", Avenir-Book;
}

/* .section-faq {
  padding-top: 130px;
  padding-bottom: 100px;
} */
/* .section-faq .container {
  max-width: 1052px;
} */
.section-faq h2 {
  color: #141414;
  font-size: 41px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  margin-top: 0;
}
.section-faq h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 116px;
  height: 2px;
  background-color: #000000;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
}
.section-faq .filters {
  margin-bottom: 80px;
}
.section-faq .filters .tabs {
  display: flex;
}
.section-faq .filters .tabs .tab {
  padding-left: 12px;
  padding-right: 12px;
}
.section-faq .filters .tabs .tab:before {
  left: 0;
}
section.section-faq {
    padding-top: 60px;
}

.tab-panel {
  width: 100%;
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-panel .swiper-container {
  /*change*/
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 60px;
}
.tab-panel .accordions {
  background-color: #ffffff;
  z-index: 9;
}
.tab-panel .accordions .accord {
  /*change*/
  position: relative;
  padding: 25px 0;
  min-height: 100px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tab-panel .accordions .accord:before {
  /*New*/
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  height: 100%;
  top: 0;
  left: -25px;
  background-color: #f8f0e5;
  opacity: 0;
  transition: 0.3s ease-out;
}
.tab-panel .accordions .accord.active:before {
  /*New*/
  opacity: 1;
}

.tab-panel .accordions .accord:not(:last-child) {
  border-bottom: 2px solid rgba(16, 15, 15, 0.31);
}
.tab-panel .accordions .accord-title {
  z-index: 1;
  position: relative;
  padding-left: 60px;
  padding-right: 36px;
  line-height: 26px;
  width: 100%;
  cursor: pointer;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  text-transform: uppercase;
  font-size: 18px;
}
.tab-panel .accordions .accord-title:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 34px;
  top: 0;
  left: 0;
  /* background-image: url(/wp-content/themes/Swett/assets/images/Swett_Icons_RGB_Communication_Red.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-panel .accordions .accord-title:after {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  width: 12px;
  height: 21px;
  top: 0;
  right: 0;
  transition: 0.2s ease;
  transform: rotate(0deg);
}
.tab-panel .accordions .accord-title p {
  font-family: "Avenir-Book", Avenir-Book;
}
.tab-panel .accordions .accord-content {
  /*Change*/
  position: relative;
  width: calc(100% + 50px);
  padding: 15px 25px 0px;
  background-color: #f8f0e5;
  display: none;
  font-family: Avenir-Book;
}

.tab-panel .accordions .accord.active {
  z-index: 9;
}
.tab-panel .accordions .accord.active .accord-title:after {
  transform: rotate(-180deg);
}

.page-template-page-blogs .tab-panel .accordions .accord:before {
  background-color: #a1a1a1;
}
/* .page-template-page-blogs
  .tab-panel
  .accordions
  .accord.active
  .accord-title:before {
  background-image: url(/wp-content/themes/Swett/assets/images/Swett_Icons_RGB_Communication_White.svg);
} */

.page-template-page-blogs .tab-panel .accordions .accord.active .accord-title {
  color: #fff;
}
.page-template-page-blogs
  .tab-panel
  .accordions
  .accord.active
  .accord-content {
  color: #fff;
}
.page-template-page-blogs .tab-panel .accordions .accord:before {
  background-color: #a1a1a1;
}
.page-template-page-blogs .tab-panel .accordions .accord-content {
  background-color: transparent;
}

/*.tab-panel .swiper-button-next.swiper-button-disabled, 
.tab-panel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}*/
.tab-panel .swiper-button-next,
.tab-panel .swiper-button-prev {
  /*change*/
  z-index: 0;
  bottom: 0px;
}

.section-faq .filters {
  position: relative;
}
.section-faq .filters .mobileTabs {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section-faq .filters .mobileTabs:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  top: 0;
  left: -15px;
  border-radius: 50px;
  box-shadow: 0 8px 10px 0 rgb(0 0 0 / 6%);
}
.section-faq .filters .mobileTabs > h4 {
  color: #141414;
  padding-left: 16px;
  position: relative;
  text-transform: uppercase;
}
.section-faq .filters .mobileTabs > h4:before {
  content: "/";
  position: absolute;
  width: 10px;
  height: 100%;
  top: -1px;
  left: 2px;
}
.section-faq .filters .mobileTabs .tabMenu {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.section-faq .filters .mobileTabs .tabMenu img {
  width: 100%;
  height: 100%;
}
.section-faq .filters .mobileTabs .tabMenu img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section-faq .filters .mobileTabs .tabMenu.open img:first-child {
  opacity: 0;
}
.section-faq .filters .mobileTabs .tabMenu.open img:last-child {
  opacity: 1;
}
.section-faq .filters .tabs:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  top: 0;
  left: -15px;
  border-radius: 50px;
  box-shadow: 0px 7px 10px 0 #cccccc;
  display: none;
}
.section-faq .filters .tabs h4 {
  display: none;
}

/* Section Popular posts landing page */

/* #section-popular .tab-panel .accordions .accord-title:before {
  background-image: url(/wp-content/themes/Swett/assets/images/Swett_Icons_RGB_Location_Black.svg);
  height: 38px;
  width: 40px;
} */
/* #section-popular .tab-panel .accordions .accord-title.lastminute:before {
  background-image: url(/wp-content/themes/Swett/assets/images/Swett_Icons_RGB_Location_Red.svg);
} */

#section-popular .swiper-button-next,
#section-popular .swiper-button-prev {
  display: none;
}
#section-popular .section-faq .filters {
  margin-bottom: 0;
}
#section-popular .filters .tabs-popular {
  justify-content: left;
}
#section-popular h2 {
  color: #141414;
  text-transform: uppercase;
}
#section-popular .filters .tabs-popular .tab:before {
  content: none;
}
#section-popular .filters .tabs-popular .tab {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 4px 8px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Bold";
}
#section-popular .filters .tabs-popular .tab.lastminute {
  background: linear-gradient(-61deg, transparent 16px, #fc3229 0);
  margin-right: -27px;
  z-index: 9999;
  position: relative;
  padding-right: 25px;
}
#section-popular .filters .tabs-popular .tab.platsor {
  background: #141414;
  z-index: 99;
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
  background: linear-gradient(-61deg, transparent 16px, #141414 0);
}
#section-popular .filters .tabs-popular.lastminute .tab.platsor {
  padding-left: 30px;
}

#section-popular .filters {
  margin-bottom: 0px;
  position: absolute;
  margin-bottom: 0;
  margin-top: -25px;
}

#section-popular .tab-panel .swiper-container {
  padding-left: 0;
  padding-right: 0;
}

#section-popular .tab-panel .accordions .accord-content {
  width: 100%;
}

#section-popular .tab-panel .accordions .accord-title {
  padding-top: 5px;
  padding-left: 45px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 25px;
}
#section-popular .tab-panel .accordions .accord-title span.date {
  white-space: nowrap;
  word-break: break-word;
}
#section-popular .popular-more-button {
  text-align: center;
}
#section-popular .popular-more-button .se-fler-resor {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #141414;
  border-radius: 23px;
  padding: 9px 40px;
  text-transform: uppercase;
  color: #141414;
  cursor: pointer;
}
#section-popular .vantelista {
  color: #fc3229;
  white-space: nowrap;
  word-break: break-word;
  font-size: 14px;
}
#section-popular .title {
  white-space: nowrap;
  word-break: break-word;
}
#section-popular .remaining-status {
  background: linear-gradient(-54deg, transparent 16px, #141414 0);
  color: #ffffff;
  height: 26px;
  padding: 0 26px 0 14px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}
#section-popular .bottom-button {
  text-align: center;
  margin-top: 30px;
}

#section-popular .bottom-button .btn-red {
  color: #fff !important;
  padding: 4px 12px;
}

@media (max-width: 800px) {
  /* #section-popular .tab-panel .accordions .accord-title span.date {
    float: left;
  } */
  #section-popular .swiper-button-next,
  #section-popular .swiper-button-prev {
    display: flex;
    bottom: 40px !important;
    border: none;
  }
  #section-popular .popular-more-button .se-fler-resor {
    letter-spacing: 0.2px;
    padding: 9px 20px;
  }
  #section-popular h2 {
    font-size: 28px;
    letter-spacing: 0.6px;
    font-family: "Swett-Headline-Bold";
  }
}

/*CSS for Tours Destination Shortcode*/
.section-tours-list {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-tours-list .tour-list-title {
  text-align: center;
  margin-bottom: 100px;
}

.section-tours-list .tour-list-title h2 {
  color: #141141;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 51px;
  letter-spacing: 1.2px;
}
.section-tours-list span.tour-divider {
  width: 116px;
  border-top: 2px solid #000;
  margin: 0 auto;
  display: flex;
}

.section-tours-list .tours-list {
  flex-direction: column;
}
.section-tours-list .tours-list .tile {
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 16px);
  margin: 10px 8px;
  padding: 40px 32px 24px;
  display: flex;
  align-items: center;
  background: #fefcfb;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
  position: relative;
}

.section-tours-list .tours-list .tile h5 {
  background: linear-gradient(-54deg, transparent 16px, #141414 0);
  color: #ffffff;
  height: 26px;
  padding: 0 26px 0 14px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.section-tours-list .tours-list .tile .img-wrap {
  position: relative;
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.section-tours-list .tours-list .img-wrap .layover-text {
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-tours-list .tours-list .img-wrap h3 {
  color: #141414;
  text-align: center;
  text-transform: uppercase;
}
.section-tours-list .tours-list .text-wrap {
  border-bottom: none;
  width: 38%;
  margin: 0;
  padding: 0;
}
.section-tours-list .tours-list .text-wrap a {
  position: absolute;
  line-height: 26px;
  top: 0;
  left: 170px;
  color: #141414;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.9px;
}
.section-tours-list .tours-list .text-wrap h4 {
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  display: flex;
  text-transform: uppercase;
}
.section-tours-list .tours-list .text-wrap h4 i {
  color: #141414;
  opacity: 0.2;
  display: inline-block;
  font-style: normal;
}
.section-tours-list .tours-list .tile .btn-red {
  margin: 0;
}
.section-tours-list .container > a.view-all-tours {
  color: #141414;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 29px;
  margin-top: 24px;
  display: inline-block;
  text-transform: uppercase;
}
/*END*/
.section-tours-list.shortcode-tours a.view-all-tours-search {
  color: #141414;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 29px;
  margin-top: 24px;
  display: inline-block;
  text-transform: uppercase;
}
/*Blog page Style*/
.text-center {
  text-align: center;
}
.section-banner-slider {
  margin-bottom: 70px;
}
.section-banner-slider .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 38px;
  overflow: hidden;
}
.section-banner-slider .swiper-wrapper {
  width: 100%;
}
.section-banner-slider .swiper-button-next,
.section-banner-slider .swiper-button-prev {
  pointer-events: auto !important;
  top: calc(50% - 25px) !important;
}
.section-banner-slider .swiper-slide {
  width: 100% !important;
  /* width: calc(100% - 70px) !important; */
  margin: 0 !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

@media (min-width: 800px) {
  .section-banner-slider .swiper-slide.swiper-slide-active {
    width: calc(100% - 80px) !important;
  }
}

.section-banner-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.section-banner-slider .swiper-pagination.swiper-pagination-progressbar {
  width: 230px;
  height: 2px;
  left: 50%;
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(20, 20, 20, 0.3);
}
.section-banner-slider
  .swiper-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: #141414;
}
.section-varfor
  .swiper-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: #ffffff;
}
.section-varfor .swiper-pagination.swiper-pagination-progressbar {
  bottom: 0 !important;
  top: auto !important;
}
.section-varfor .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.2) !important;
}
.section-banner-slider .blog-det {
  position: absolute;
  width: 480px;
  height: 100%;
  top: 0;
  right: 0px;
  padding: 75px 55px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-banner-slider .blog-det h2,
.section-banner-slider .blog-det p,
.section-banner-slider .blog-det a {
  color: #ffffff;
  text-align: left;
}
.section-banner-slider .blog-det h2 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
  position: relative;
  text-transform: uppercase;
}
.section-banner-slider .blog-det h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: -80px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.section-banner-slider .blog-det p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
.section-banner-slider .blog-det a {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.7px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  text-transform: uppercase;
}
.section-banner-slider .blog-det a i {
  font-size: 28px;
  font-weight: 500;
  margin-left: 10px;
}

.section-blogs-list .filters.container {
  display: flex;
  justify-content: space-between;
  border-top: none;
  margin-bottom: 10px;
}
.section-blogs-list .filters .tabs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.section-blogs-list .filters .tabs .tab {
  opacity: 0.3;
  color: #fc3229;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 33px;
  position: relative;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}
.section-blogs-list .filters .tabs .tab:before {
  content: "/";
  position: absolute;
  width: 10px;
  height: 100%;
  top: -1px;
  left: 2px;
  display: none;
}
.section-blogs-list .filters .tabs .tab.active {
  opacity: 1;
}
.section-blogs-list .filters .tabs .tab.active:before {
  display: block;
}

.section-blogs-list .filters .mobileTabs {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.section-blogs-list .filters .mobileTabs:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 100%;
  top: 0;
  left: -15px;
  border-radius: 50px;
  box-shadow: 0 7px 10px 0 rgb(0 0 0 / 6%);
}
.section-blogs-list .filters .mobileTabs > h4 {
  color: #141414;
  padding-left: 16px;
  position: relative;
}
.section-blogs-list .filters .mobileTabs > h4:before {
  content: "/";
  position: absolute;
  width: 10px;
  height: 100%;
  top: -1px;
  left: 2px;
}
.section-blogs-list .filters .mobileTabs .tabMenu {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.section-blogs-list .filters .mobileTabs .tabMenu img {
  width: 100%;
  height: 100%;
}
.section-blogs-list .filters .mobileTabs .tabMenu img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section-blogs-list .filters .mobileTabs .tabMenu.open img:first-child {
  opacity: 0;
}
.section-blogs-list .filters .mobileTabs .tabMenu.open img:last-child {
  opacity: 1;
}

.section-blogs-list .filters .search-btn {
  display: inline-flex;
}
.section-blogs-list .filters.container .search-btn {
  /* width: 40px; */
  height: 40px;
  margin: 0;
}

.section-blogs-list .filters.container form#searchform,
.section-blogs-list .filters.container div.searchform,
.section-tile-list div.searchform {
  border: 2px solid #000 !important;
}
.section-blogs-list .filters.container form#searchform input,
.section-blogs-list .filters.container div.searchform input,
.section-tile-list div.searchform input {
  color: #000;
}
.section-blogs-list .filters.container {
  /* border-bottom: 1px solid rgba(20, 20, 20, 0.2); */
  padding-bottom: 21px;
  margin-bottom: 70px;
}
.section-blogs-list .filters.container .leftDiv > h4,
.section-blogs-list .filters.container .leftDiv > a {
  display: none;
}
.section-blogs-list .tagsList > a {
  color: #141414;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 23px;
  font-family: "Swett-Headline-Bold", Avenir-Book;
}
.section-blogs-list .tagsList > a i {
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
  transition: 0.2s linear;
}
.section-blogs-list .tagsList > a.opened i {
  transform: rotate(-180deg);
}
.section-blogs-list .tagsList .tags {
  display: none;
}
.section-blogs-list .tagsList .tags a {
  background-color: rgba(20, 20, 20, 0.1);
  color: #141414;
  padding: 6px 15px;
  margin-right: 8px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: inline-flex;
}
.section-blogs-list .tagsList .tags a.active {
  background-color: #141414;
  color: #ffffff;
}
.section-blogs-list .blogs {
  width: calc(100% + 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-blogs-list .blogs .blog-tile {
  width: calc(33.33% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.section-blogs-list .blogs .blog-tile .img-wrap {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
  align-items: flex-start;
}
.section-blogs-list .blogs .blog-tile .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.section-blogs-list .blogs .blog-tile .img-wrap h5 {
  margin: auto 0 0;
  color: #141414;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  z-index: 10;
}
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det {
  background-color: rgba(20, 20, 20, 0.7);
  padding: 16px;
  width: 100%;
  z-index: 10;
}
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det h3 {
  margin-bottom: 10px;
}
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det p {
  margin-bottom: 32px;
}
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det h3,
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det h4,
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det p,
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det a {
  color: #ffffff;
}

.section-blogs-list .blogs .blog-tile .img-wrap .blog-det p,
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det a {
  display: none;
}
.section-blogs-list .blogs .blog-tile:hover .img-wrap .blog-det h4 {
  display: none;
}
.section-blogs-list .blogs .blog-tile:hover .img-wrap .blog-det p,
.section-blogs-list .blogs .blog-tile:hover .img-wrap .blog-det a {
  display: block;
}
.page-template-page-blogs-php {
  background-color: #fefcfb;
}
.page-template-page-blogs-php section#stickyheaders {
  background-color: #000;
}
.page-template-page-blogs-php section.section-banner-slider {
  margin-top: 90px;
}
.page-template-page-blogs-php section.section-background-color {
  background-color: #f8f0e5;
  height: 420px;
  position: absolute;
  top: 0;
}

.section-blogs-list .blogs .blog-tile .img-wrap .blog-det h3,
.section-blogs-list .blogs .blog-tile .img-wrap .blog-det a {
  text-transform: uppercase;
}

.section-blogs-list .blogs .nomoreposts {
  text-align: center !important;
  display: block;
  width: 100%;
}
.section-blogs-list .blogs .nomoreposts h3 {
  font-family: Avenir-Book;
}
.section-blogs-list div#LoadingImage,
div#LoadingImage {
  text-align: center;
  font-family: Avenir-Book;
}
.disabled-link {
  pointer-events: none;
  color: #888 !important;
  border: 2px solid #888 !important;
}
.disabled-link:focus {
  color: #888 !important;
}

/* Shortocode css  */
.elementor-shortcode section.section-blogs-list {
  padding-left: 0;
  padding-right: 0;
}

.section-subscripption {
  padding-bottom: 100px;
  background-image: url(/wp-content/themes/Swett/assets/images/Swett_Big_Newsletter_Application_Background_Beige.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f1f0;
}
.page-template-page-blogs-php section.section-faq {
  background-color: #f3f1f0;
}
.page-template-page-blogs-php section.section-faq .tab-panel .accordions {
  background-color: transparent;
}
.page-template-page-blogs-php .section-blogs-list {
  background-color: #fefcfb;
  margin-bottom: 80px;
}

section.section-banner-slider {
  padding: 50px 40px;
}
.page-template-page-blogs-php section.section-banner-slider {
  /* background-color: #fefcfb; */
  margin-bottom: 0;
}
.page-template-page-blogs-php .elementor-location-footer {
  background-color: #f3f1f0;
}

.section-subscripption .container > div {
  max-width: 600px;
  width: 100%;
}
.section-subscripption .container h2 {
  margin-bottom: 30px;
  color: #141414;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 40px;
  text-transform: uppercase;
}
.section-subscripption .container p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-bottom: 50px;
}
.section-subscripption form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-subscripption form input:not([type="submit"]):not([type="checkbox"]) {
  width: calc(100% - 180px);
  border: 1px solid #141414;
  border-radius: 20.5px;
  margin-right: 45px;
  padding: 7px 16px;
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.section-subscripption form input[type="submit"] {
  width: 135px;
  text-align: center;
  margin-bottom: 16px;
}

.section-subscripption form label,
.elementor-shortcode .section-blogs-list form label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  padding: 5px 0 26px 20px;
  text-align: left;
}

.section-subscripption form label input,
.elementor-shortcode .section-blogs-list form label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.section-subscripption form label .checkmark,
.elementor-shortcode .section-blogs-list form label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #141414;
}
.elementor-shortcode .section-blogs-list form label .checkmark {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.section-subscripption form .checkmark:before,
.elementor-shortcode .section-blogs-list form .checkmark:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 1px;
  left: 18px;
  background: #ffffff;
  transform: rotate(-45deg);
  display: none;
}
.elementor-shortcode .section-blogs-list form .checkmark:before {
  background: #000000;
}
.section-subscripption form .checkmark:after,
.elementor-shortcode .section-blogs-list form .checkmark:after {
  /*content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #141414;
  transform: translate(-50%, -50%);*/
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 1px;
  left: 5px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  display: none;
}
.elementor-shortcode .section-blogs-list form .checkmark:after {
  border: 2px solid #ffffff;
  border-top: none !important;
  border-right: none !important;
}

.section-subscripption form input:checked ~ .checkmark:before,
.section-subscripption form input:checked ~ .checkmark:after,
.elementor-shortcode .section-blogs-list form input:checked ~ .checkmark:before,
.elementor-shortcode .section-blogs-list form input:checked ~ .checkmark:after {
  display: block;
}

.section-subscripption .btn-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.45px;
  padding: 0 15px;
  color: #ffffff;
  background: #fc3229;
  border: 2px solid #fc3229;
  border-radius: 20px;
  text-transform: uppercase;
}

#load-more {
  margin-top: 60px;
}
/*Blog Style End*/

/*Custom / Common CSS from elementor*/

.post_slide .swiper-wrapper {
  display: flex !important;
  flex-wrap: inherit;
}
.post_slide .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 95%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}

.post_slide .swiper-wrapper {
  padding-bottom: 50px !important;
}
.post_slide .swiper-button-next {
  background-image: url("/wp-content/themes/Swett/assets/images/next.png");
  right: 10px;
  left: auto;
}
.post_slide .swiper-button-prev {
  background-image: url("/wp-content/themes/Swett/assets/images/left-arrow.png");
  left: 10px;
  right: auto;
}
.single-post section#stickyheaders {
  background-color: #000 !important;
}

/*END*/

.single-login.postid-6044 .tour-banner h3 {
  margin-bottom: 160px;
}
/*
Show hide view all link in mobile and show in dekstop
*/
.section-blogs-list .blogs .show_mobile {
  display: none;
}
.section-blogs-list a.view-all-articles.show_desktop {
  display: block;
}

/*************************Media Query Start**********************************/
@media (max-width: 1100px) {
  section.searchform_panel {
    width: 100%;
  }
  .section-slider .swiper-slide.Addon_black_background .slide-wrap {
    background-color: #000;
    padding: 20px;
  }
  .section-slider .swiper-slide.addon_contact .slide-wrap a.btn-white {
    width: 200px;
  }
  .section-slider .swiper-slide .slide-wrap h4 {
    text-align: center;
  }
  .section-slider .swiper-slide .slide-wrap h3 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .search_form_container form#search_form {
    width: 90%;
  }
  .section-slider-post .swiper-slide .swiper-slide-overlay-text,
  .section-slider-post .swiper-slide .slide-wrap .swiper-slide-overlay-btn,
  .section-slider-addon .swiper-slide .slide-wrap .swiper-slide-overlay-btn ,
  .section-slider-addon .swiper-slide .swiper-slide-overlay-text {
    display: block;
  }
  .section-slider-post .swiper-slide .slide-wrap .swiper-slide-overlay-title , 
  .section-slider-addon .swiper-slide .slide-wrap .swiper-slide-overlay-title {
    top: 5%;
  }
}

@media (max-width: 991px) {
  .search_form_container
    form#search_form
    .destination_down
    .destination_list
    .select-destination
    .destination_value {
    width: 47%;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    font-size: 12px;
    /*      height: 40px;
*/
  }
  .search_form_container
    form#search_form
    .destination_down
    .destination_list
    .select-destination {
    height: 180px;
  }
  .section-slider .swiper-slide.swiper-slide-next .slide-wrap a {
    width: 140px;
  }
  .section-slider .swiper-slide .slide-wrap {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 18px;
    line-height: 22px;
  }
  h1 {
    font-size: 35px;
    letter-spacing: 1.2px;
    line-height: 40px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: 1.2px;
    line-height: 40px;
  }
  h3 {
    font-size: 23px;
    letter-spacing: 0.8px;
    line-height: 29px;
  }
  h4 {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 24px;
  }
  h5 {
    line-height: 20px;
  }
  section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search_form_container form#search_form {
    width: 100%;
  }
  .search_form_container #search_form .destination_after:after {
    content: none;
  }
  .search_form_container #search_form .destination,
  .search_form_container #search_form .travel_date {
    width: 100%;
  }
  .search_form_container #search_form .destination {
    border-bottom: 2px solid #959292;
  }
  .search_form_container #search_form .destination.active,
  .search_form_container #search_form .travel_date.active {
    border-bottom: none;
  }
  .search_form_container
    form#search_form
    .destination_down
    .destination_list
    .select-destination
    .destination_value {
    width: 97%;
  }
  .search_form_container
    form#search_form
    .destination_down
    .destination_list
    .select-destination {
    height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .search_form_container form#search_form .destination_down,
  .search_form_container form#search_form .date_down {
    padding: 10px 10px;
    float: left;
  }
  .search_form_container form#search_form .destination_down,
  .search_form_container form#search_form .date_down {
    margin-top: 0;
  }
  .search_form_container
    form#search_form
    .destination_down
    .expiditionsresor
    h4,
  .search_form_container form#search_form .destination_down .vandringsresor h4,
  .search_form_container form#search_form .date_down .valjar h4 {
    font-size: 13px;
  }
  .search_form_container
    form#search_form
    .destination_down
    .destination_list
    .select-destination
    .destination_value,
  .search_form_container
    form#search_form
    .date_down
    .date_years_list
    .select-year
    .year_value {
    font-size: 13px;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
  }

  #destination_mobile,
  #travel_date_mobile {
    background: #f4e6d3;
    display: block;
    width: 100%;
  }
  .tabs.active#destination_mobile,
  .tabs.active#travel_date_mobile {
    background: #000;
    color: #fff;
  }
  #destination_mobile:focus-visible,
  #travel_date_mobile:focus-visible,
  .search_form_container #search_form .destination:focus-visible,
  .search_form_container #search_form .travel_date:focus-visible {
    outline: none;
  }
  #destination_mobile .destination,
  #travel_date_mobile .travel_date {
    width: 100% !important;
  }
  .search_form_container form#search_form .section_btns {
    display: none;
  }
  /* .section-slider-post
    .swiper-container
    .swiper-slide.swiper-slide-active
    .slide-wrap {
    height: 590px;
  } */
  .section-slider-post .swiper-slide .slide-wrap .swiper-slide-overlay-title, 
  .section-slider-addon .swiper-slide .slide-wrap .swiper-slide-overlay-title {
    line-height: 46px;
  }
  .section-slider-post .swiper-slide .swiper-slide-overlay-text,
  .section-slider-post .swiper-slide .slide-wrap .swiper-slide-overlay-btn,
  .section-slider-addon .swiper-slide .slide-wrap .swiper-slide-overlay-btn ,
  .section-slider-addon .swiper-slide .swiper-slide-overlay-text {
    display: block;
  }
  .section-slider-post .swiper-slide .slide-wrap .swiper-slide-overlay-title, 
  .section-slider-addon .swiper-slide .slide-wrap .swiper-slide-overlay-title {
    top: 10%;
  }

  .section-banner {
    height: 650px;
    padding: 30px 35px;
  }
  .section-banner h1 {
    text-align: center;
    margin-bottom: 16px;
  }
  .section-banner p {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 28px;
    text-align: center;
  }
  .section-banner a {
    bottom: 45px;
  }

  .section-text {
    padding: 110px 15px;
  }
  .search-page .section-text {
    padding: 90px 15px 20px;
  }
  .section-text h2,
  .section-text p {
    text-align: center;
    color: #141414;
  }
  .section-text h2 {
    margin-bottom: 45px;
  }
  .section-text p {
    margin-bottom: 60px;
  }

  .section-tile-list .filters .tabs .tab {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-tile-list .filters .tabs .tab:before {
    left: 0;
  }

  .section-tile-list {
    padding: 0 15px;
  }
  .section-tile-list .container:not(.filters) {
    padding-bottom: 50px;
  }
  .section-tile-list .container > h3 {
    text-align: center;
    margin: 33px 0;
  }
  .section-tile-list .container > a:not(.btn) {
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 26px;
    margin-top: 29px;
  }
  .section-tile-list .tiles {
    width: calc(100% + 15px);
    overflow-x: auto;
  }
  .section-tile-list .tiles .tile {
    min-width: 294px;
    width: 294px;
    margin: 6px;
  }
  .section-tile-list .tiles .img-wrap .layover-text h3 {
    line-height: 36px;
  }
  .section-tile-list .tiles .img-wrap .layover-text h5 {
    line-height: 30px;
  }
  .section-tile-list .tiles .text-wrap {
    width: calc(100% - 24px);
    padding: 20px 0 0;
    margin: 0 12px;
    border-bottom: 0;
  }
  .section-tile-list .tiles .text-wrap h4 {
    margin-bottom: 15px;
  }
  .section-tile-list .tiles .text-wrap a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
  }
  .section-tile-list .tiles .tile .btn-red {
    margin: 28px 0 22px;
  }

  .section-tile-list .tiles.lists,
  .section-tile-list .tiles.all-items {
    width: 100%;
  }
  .section-tile-list .tiles.all-items {
    flex-direction: column;
  }
  .section-tile-list .tiles.all-items .tile {
    width: calc(100% - 16px);
  }
  .section-tile-list .tiles.lists .tile {
    width: calc(100% - 16px);
    margin: 10px 8px;
    padding: 40px 20px 29px;
  }
  .section-tile-list .tiles.lists .text-wrap {
    width: 100%;
    margin-bottom: 28px;
  }
  .section-tile-list .tiles.lists .text-wrap h4 i {
    display: none;
  }
  .section-tile-list .tiles.lists .text-wrap a {
    left: auto;
    right: 16px;
  }
  .section-tile-list .tiles.lists .tile .btn-red {
    margin: 0 auto;
  }

  .section-slider {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  .section-slider h2 {
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  .section-slider h2:after {
    width: 84px;
  }
  .section-slider .swiper-container {
    padding-bottom: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .swiper-button-prev {
    left: 35px;
  }
  .swiper-button-next {
    right: 35px;
  }
  .section-slider .swiper-slide {
    /*Change*/ /*Add parent Class*/
    height: 432px;
  }
  .section-slider .swiper-slide.swiper-slide-prev .slide-wrap,
  .section-slider .swiper-slide.swiper-slide-next .slide-wrap {
    height: 360px;
  }
  .swiper-slide.swiper-slide-active .slide-wrap {
    height: 432px;
  }
  .swiper-slide .slide-wrap {
    height: 360px;
    width: 100%;
    padding: 30px;
  }
  .swiper-slide .slide-wrap h4 {
    margin-bottom: 10px;
  }
  .swiper-slide .slide-wrap h3 {
    margin-bottom: 14px;
  }
  .swiper-slide .slide-wrap p {
    font-size: 16px;
    line-height: 22px;
  }

  .section-miniText {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 150px;
  }
  .section-miniText .container {
    text-align: center;
  }
  .section-miniText .container h2 {
    margin-bottom: 36px;
  }
  .section-miniText .container p {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 56px;
  }

  .section-faq .filters .mobileTabs {
    display: flex;
    padding: 15px 20px;
  }
  .section-faq .filters .tabs {
    flex-wrap: wrap;
    padding: 30px 20px;
    justify-content: space-between;
    position: absolute;
    background-color: #ffffff;
    top: 110px;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .page-template-page-blogs-php .section-faq .filters .tabs {
    background-color: #f3f1f0;
  }
  .section-faq .filters .tabs.open {
    opacity: 1;
    visibility: visible;
  }
  .section-faq .filters .tabs:before {
    display: block;
  }
  .section-faq .filters .tabs h4 {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(16, 15, 15, 0.31);
  }
  .section-faq .filters .tabs > a {
    margin-bottom: 20px;
    width: 35%;
  }
  .tab-panel .swiper-container {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  .tab-panel .accordions {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tab-panel .accordions .accord:before {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: 100%;
    top: 0;
    left: -30px;
    background-color: #f8f0e5;
    opacity: 0;
    transition: 0.3s ease;
  }
  .page-template-page-blogs .tab-panel .accordions .accord:before {
    background-color: #a1a1a1;
    top: -3px;
  }
  .tab-panel .accordions .accord.active {
    height: auto;
    background-color: #f8f0e5;
    border: 0;
  }
  .tab-panel .accordions .accord.active:before {
    opacity: 1;
  }
  .tab-panel .accordions .accord-content {
    /*Change*/
    position: relative;
    left: 0;
    padding-top: 16px;
    font-family: "Avenir-Book", Avenir-Book;
    /*padding-left: 3px;
    padding-right: 3px;*/
  }

  .tab-panel .accordions .accord-content p {
    font-family: "Avenir-Book";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 22px;
  }

  .swiper-slide {
    overflow: visible !important;
  }

  /*Blog page Responsive Style*/

  .section-banner-slider .swiper-button-prev,
  .section-banner-slider .swiper-button-next {
    opacity: 0;
  }
  .section-banner-slider .swiper-slide img {
    height: 360px;
  }
  .section-banner-slider .swiper-pagination.swiper-pagination-progressbar {
    width: 96px;
  }
  .section-banner-slider .blog-det {
    position: relative;
    width: 100%;
    min-height: 474px;
    top: auto;
    right: auto;
    padding: 60px 20px;
  }
  .section-banner-slider .blog-det h2 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
  .section-banner-slider .blog-det h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -86px;
    left: 0;
  }
  .section-banner-slider .blog-det p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 50px;
  }
  .section-banner-slider .blog-det a {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.6px;
    margin-top: 0;
    text-transform: uppercase;
  }
  .section-banner-slider .blog-det a i {
    font-size: 26px;
  }

  .section-banner-slider .swiper-slide {
    margin: 0 !important;
  }
  .section-blogs-list .filters.container {
    padding-bottom: 16px;
  }
  .section-blogs-list .filters.container .leftDiv > h4 {
    display: flex;
    width: 100%;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(16, 15, 15, 0.31) !important;
    margin-bottom: 16px;
  }
  .section-blogs-list .filters.container .leftDiv > a {
    display: inline-flex;
    margin: 60px auto 0;
  }
  .section-blogs-list .filters .mobileTabs {
    display: flex;
    padding: 0;
    margin-right: 20px;
    margin-left: auto;
  }
  .section-blogs-list .filters {
    position: relative;
  }
  .section-blogs-list .filters .leftDiv {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 999;
    opacity: 0;
    padding: 0 20px 30px;
    background-color: #ffffff;
    visibility: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .section-blogs-list .filters .tabs {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  .section-blogs-list .filters .leftDiv.open {
    opacity: 1;
    visibility: visible;
  }
  .section-blogs-list .filters .tabs:before {
    display: block;
  }
  .section-blogs-list .filters .tabs h4 {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(16, 15, 15, 0.31);
  }
  .section-blogs-list .filters .tabs > a {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 20px;
    width: 50%;
  }
  .section-blogs-list .tagsList > a {
    pointer-events: none;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(16, 15, 15, 0.31);
  }
  .section-blogs-list .tagsList > a > i {
    display: none;
  }
  .section-blogs-list .tagsList .tags {
    display: flex;
    flex-wrap: wrap;
  }
  .section-blogs-list .tagsList .tags a {
    width: calc(50% - 12px);
    margin-bottom: 10px;
  }

  .section-blogs-list .blogs {
    width: 100%;
  }
  .section-blogs-list .blogs .blog-tile {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 18px;
  }
  .section-blogs-list .blogs .blog-tile .img-wrap {
    height: 408px;
  }

  #load-more {
    margin-top: 40px;
  }

  .section-subscripption {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-subscripption .container {
    text-align: center;
  }
  .section-subscripption .container > div {
    margin: 0 auto;
  }
  .section-subscripption .container h2 {
    margin-bottom: 36px;
    color: #141414;
    font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 40px;
    text-transform: uppercase;
  }
  .section-subscripption .container p {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 56px;
  }
  .section-subscripption form {
    justify-content: center;
  }
  .section-subscripption
    form
    input:not([type="submit"]):not([type="checkbox"]) {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .section-subscripption form label {
    text-align: left;
    margin-bottom: 40px;
  }
  .section-subscripption form input[type="submit"] {
    order: 1;
  }
  /*Blog responsive style end*/

  .section-blogs-list .blogs .show_mobile {
    display: block;
  }
  .section-blogs-list a.view-all-articles.show_desktop {
    display: none;
  }
}

@media (max-width: 568px) {
  .section-banner-circle .circles .circle {
    margin: 5px !important;
    height: 75px !important;
    width: 75px !important;
    padding-top: 10px !important;
  }
  .section-banner-circle .circle span {
    font-size: 12px;
  }
}

/* Search Page CSS Starts*/

.search-page .no_result_found {
  text-align: center;
}

/* .container.loadMoreContainer {
  display: none;
  border-top: none;
  transition: 1s linear;
}
.container.loadMoreContainer.active {
  display: block !important;
  border-top: none;
  transition: 1s linear;
} */
a#loadMoreDestinations {
  cursor: pointer;
  padding: 0 25px;
  margin-bottom: 70px;
  margin-top: 50px;
}

/* Search Page CSS Ends */

/* About Us Page */
div#Heading1 h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 90px;
  left: -48px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 999;
}

div#Heading2 h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -13px;
  right: -92px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 999;
}
div#Heading3 h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 14px;
  left: -48px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 999;
}

@media (max-width: 800px) {
  div#Heading1 h2:before {
    top: -35px;
    left: 13px;
  }
  div#Heading2 h2:before {
    top: -28px;
    right: 60px;
  }
  div#Heading3 h2:before {
    top: -35px;
    left: 13px;
  }
}
/* About Us Ends */

/* Destinaiton Shortcode Circle Banner */
.section-banner-circle .circle span {
  color: #fff;
  display: block;
  font-family: "Swett-Headline-Bold", "Avenir-Book";
}

.section-banner-circle .circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-banner-circle .circles .circle {
  border-radius: 50%;
  margin: 28px;
  text-align: center;
  padding-top: 23px;
  height: 107px;
  width: 107px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/* Review Shortcode CSS Starts*/

/* Section heading */
.section-reviews .reviews-section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-reviews .reviews-section-heading h2 {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
}

/* Main reviews container */
.section-reviews .reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Scrollable container for 2 reviews */
.section-reviews .reviews-scrollable {
  display: flex;
  gap: 60px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.section-reviews .reviews-scrollable::-webkit-scrollbar {
  height: 8px;
}

.section-reviews .reviews-scrollable::-webkit-scrollbar-track {
  border-radius: 4px;
}

.section-reviews .reviews-scrollable::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

/* Two-column layout: Left (content) and Right (image) */
.section-reviews .review-item-layout {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 20px;
}

/* Left column - content section */
.section-reviews .review-left-content {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
}

/* Right column - image section */
.section-reviews .review-right-image {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-reviews .review-right-image .review-profile-image {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Review headline styling */
.section-reviews .review-headline {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.section-reviews .review-icon {
  text-align: left;
  margin-bottom: 35px;
}

.section-reviews .review-content {
  color: #fff;
  font-family: "Avenir-Book";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
}

.section-reviews .review-info {
  text-align: left;
  margin-bottom: 40px;
}

.section-reviews .review-info span {
  display: block;
}

.section-reviews .review-info span.name {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #fff;
}

.section-reviews .review-info span.about {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999;
}

/* Review button inside - BOKA NU */
.section-reviews .review-button-wrapper-inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  flex-shrink: 0;
}

.section-reviews .review-button-wrapper-inside .review-book-button {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-weight: 800;
  letter-spacing: 1.8px;
  fill: #fff;
  color: #fff !important;
  background-color: transparent !important;
  width: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  padding: 16px 48px !important;
  transition: all 0.3s ease;
  border: 2px solid #fff !important;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none !important;
  min-height: auto;
  min-width: auto;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-reviews .review-button-wrapper-inside .review-book-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

/* Review button - BOKA NU */
.section-reviews .review-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  flex-shrink: 0;
  width: 100%;
}

.section-reviews .review-button-wrapper .review-book-button {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-weight: 800;
  letter-spacing: 1.8px;
  fill: #fff;
  color: #fff !important;
  background-color: transparent !important;
  width: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  padding: 16px 48px !important;
  transition: all 0.3s ease;
  border: 2px solid #fff !important;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none !important;
  min-height: auto;
  min-width: auto;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-reviews .review-button-wrapper .review-book-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .section-reviews .review-item-layout {
    flex-direction: column;
    gap: 40px;
  }

  .section-reviews .review-left-content {
    flex: 0 0 100%;
  }

  .section-reviews .review-right-image {
    flex: 0 0 100%;
  }

  .section-reviews .review-headline {
    font-size: 24px;
  }

  .section-reviews .review-content {
    font-size: 14px;
    line-height: 20px;
}
}
.review-white-text .section-reviews .review-headline {
  color: #fff;
}
.review-white-text .section-reviews .review-content {
  color: #fff;
}
.review-white-text .section-reviews .review-info span.name {
  color: #fff;
}
.review-white-text .section-reviews .review-info span.about {
  color: #fff;
}
.section-reviews .review-icon .quote-white {
  display: none;
}
.section-reviews .review-icon .quote-black {
  display: none;
}
.review-white-text .section-reviews .review-icon .quote-white {
  display: inline;
}
.review-white-text .section-reviews .review-icon .quote-black {
  display: none;
}
.review-white-text .section-reviews .all-reviews-button {
  border: 2px solid #fff;
}
.review-white-text
  .section-reviews
  .all-reviews-button
  .all-review-button-text {
  color: #fff;
}

@media (min-width: 800px) {
  .section-reviews .reviews-scrollable .review-item {
    flex: 0 0 48%;
  }
}

@media (max-width: 800px) {
  .section-reviews .all-reviews-button .all-review-button-text {
    letter-spacing: 0.2px !important;
  }
  .section-reviews .reviews-scrollable {
    gap: 20px;
  }
  .section-reviews .review-headline {
    font-size: 20px;
 }
}

/* Review Shortcode CSS Ends*/

/* Varfor Shortcode CSS Starts*/

.section-varfor .varfor-icon img {
  width: 135px;
  height: 135px;
}
.section-varfor .varfor-icon {
  text-align: center;
  margin-bottom: 35px;
}
.section-varfor .varfor-content {
  font-family: "Avenir-Book";
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
.section-varfor .review-info {
  text-align: center;
}
.section-varfor .review-info img,
.section-varfor .review-info span {
  display: block;
}
.section-varfor .varfor-title {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 16px;
}
.section-varfor .varfor-main-title {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 53px;
  color: #ffffff;
}

@media (min-width: 800px) {
  .section-varfor .swiper-button-next,
  .section-varfor .swiper-button-prev {
    display: none !important;
  }
  .section-varfor .swiper-pagination.swiper-pagination-progressbar {
    display: none;
  }
}
@media (max-width: 800px) {
  .section-varfor .swiper-button-next {
    right: 0 !important;
  }
  .section-varfor .swiper-button-prev {
    left: 0 !important;
  }
  .section-varfor .swiper-button-prev,
  .section-varfor .swiper-button-next {
    border: 2px solid #fff;
    top: 10% !important;
    color: #ffffff !important;
  }
}
/* Varfor Shortcode CSS Ends*/

/* Landing Page Swiper Slider About */


@media (min-width: 800px) {
  .vilka-right-column .swiper-slide-active {
  width: calc(100% - 100px) !important;
}
  .vilka-right-column {
    width: 45% !important;
  }

}
.vilka-right-column .swiper-slide-active .swiper-slide-contents {
  background-color: #00000066;
  padding: 12px 5px;
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
.vilka-right-column .swiper-slide-next .swiper-slide-contents {
  display: none;
}
.vilka-right-column .elementor-swiper-button {
  font-size: 30px !important;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 5px;
}

@media (max-width: 800px) {
  /* .vilka-right-column .swiper-slide-active {
    width: calc(100% - 40px) !important;
  } */
  .vilka-right-column .elementor-slides .swiper-slide-inner {
    padding: 0 !important;
  }
}

/* Destination Page CSS */
@media (min-width: 800px) {
  .destination-slider-images .swiper-slide-active {
    width: calc(100% - 289px) !important;
  }
}
.destination-slider-images .elementor-swiper-button {
  font-size: 30px !important;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 4px;
  color: #fff;
}
.destination-slider-images .elementor-swiper-button-prev {
  left: 30px !important;
}
.destination-slider-images .elementor-swiper-button-next {
  right: 30px !important;
}
@media (max-width: 800px) {
  /* .destination-slider-images .swiper-slide-active {
    width: calc(100% - 50px) !important;
  } */
  .destination-slider-images .elementor-swiper-button-prev {
    left: 10px !important;
  }
  .destination-slider-images .elementor-swiper-button-next {
    right: 10px !important;
  }
}

@media (max-width: 800px) {
  .swt-buttons-desktop {
    display: none;
  }
  .page-template-page-blogs-php section.section-banner-slider {
    margin-top: 60px !important;
    padding: 35px 15px !important;
  }
  .page-template-page-blogs-php section.section-background-color {
    height: 600px;
  }
}
@media (min-width: 800px) {
  .swt-buttons-mobile {
    display: none;
  }
}
@media (max-width: 411px) {
  .swt-buttons-mobile {
    width: 63%;
  }
}

@media (max-width: 800px) {
  .section-slider-post .swiper-container .swiper-button-prev,
  .section-slider-post .swiper-container .swiper-button-next, 
  .section-slider-addon .swiper-container .swiper-button-prev, 
  .section-slider-addon .swiper-container .swiper-button-next {
    top: 47% !important;
    color: #fff;
    border: none;
  }
}

/* Notificaitons CSS */
/* .swett-notification{
    position: absolute !important;
    text-align: left;
    width: 372px !important;
} */
/* .swett-notification.landing-page{
  right: 0;
  top: 400px;
} */
.news-notifications {
  background-color: #fc3229;
  opacity: 0.6;
  margin-right: 18px;
  padding: 10px 18px;
  color: #fff;
  position: absolute;
  width: 372px;
  z-index: 9999;
}
.news-notifications.landing {
  top: 400px;
  right: 0;
  z-index: 99;
}
.news-notifications.about {
  left: 20px;
  top: 87px;
}
.news-notifications.article {
  left: 20px;
  top: 87px;
}
.news-notifications.destinations {
  left: 20px;
  top: 87px;
}
.news-notifications .notifications-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Bold";
  cursor: pointer;
  border-left: 2px solid #fff;
  padding: 0px 18px;
}
.news-notifications.article .notifications-title {
  line-height: 22px;
}
.news-notifications.about .notifications-title {
  line-height: 22px;
}
.news-notifications.destinations .notifications-title {
  line-height: 22px;
}
.news-notifications .notification-content {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-bottom: 36px;
  font-family: "Avenir-Book";
}
.news-notifications .readmore {
  font-family: "Swett-Headline-Extra-Bold";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.7px;
  line-height: 29px;
  text-transform: uppercase;
  color: #fff;
}
.news-notifications .readmore::after {
  content: "\f105";
  font-family: FontAwesome;
  width: 21px;
  height: 28px;
  transition: 0.2s ease;
  transform: rotate(0deg);
  font-size: 26px;
  margin-left: 10px;
}

.news-notifications.active {
  opacity: 1;
}
.notifications-text {
  display: none;
}

.news-notifications .notifications-title::after {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  width: 21px;
  height: 28px;
  top: 12px;
  right: 20px;
  transition: 0.2s ease;
  transform: rotate(0deg);
  font-size: 32px;
}
.news-notifications.active .notifications-title::after {
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  .news-notifications {
    margin: 0px;
    width: 100%;
    left: 0 !important;
  }
  .news-notifications .notifications-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 21px;
  }
  .news-notifications.article {
    top: 68px;
    padding: 5px 18px;
  }
  .news-notifications.about {
    top: 67px;
    padding: 0px 18px;
  }
  .news-notifications.destinations {
    top: 67px;
    padding: 0px 18px;
  }
}

/* Animations */
.elementor-button-link:hover i.fas,
.section-slider-post a.view-all-destination:hover i.fa,
.section-slider-adddon a.view-all-destinations:hover i.fa,
.view-all-articles i.fa,
a:hover i.fa {
  transform: translateX(10px);
  transition: 0.4s;
}

.tour-panel-nav a:hover i.fa{
  transform: none;
  transition: none;
}

a#button:hover,
a[role="button"]:hover,
.swt-contact-button:hover,
.swt-search:hover,
.swt-meny:hover,
.btn-red:hover,
#searchform:hover,
#close-menu:hover,
.popular-more-button:hover,
#loadMoreDestinations:hover,
.btn-white:hover,
.btn-red:hover,
.bottom-button:hover,
.tour-panel-nav a:hover{
  transform: scaleX(1.08);
  transition: 0.4s;
}


/* Swiper slider CSS fixes */
.postSwiper .swiper-button-lock {
    display: flex !important;
}

.postSwiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: all !important;
}


@media (max-width: 800px) {
  .reviewsSwiper .swiper-button-lock, .varforSwiper .swiper-button-lock {
      display: flex !important;
  }
  .reviewsSwiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, 
  .varforSwiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
      opacity: 1 !important;
      cursor: pointer !important;
      pointer-events: all !important;
  }
}
/* Dagsprogram Headline Styling */
.dagsprogram-container {
  margin: 0 0 30px 0;
  width: 100%;
}

.dagsprogram-headline {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 41px;
  font-weight: 800;
  margin: 0 0 5px 0;
  padding-right: 40px;
  color: #141414;
  letter-spacing: 0.5px;
  display: block;
  text-align: left;
  line-height: 1;
}

/* Mobile dagsprogram headline color match */
@media (max-width: 768px) {
  .mobile-day-slider .dagsprogram-headline {
    color: #000 !important;
    font-size: 35px;
  }
}

/* Booking Packages Section */
/*.section-booking-packages {*/
/*  padding: 60px 40px;*/
/*  background-color: #f8f0e5;*/
/*}*/

.packages-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}

.package-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.package-price {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fc3229;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  z-index: 10;
}

.package-availability {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;    
  position: absolute;
  top: 15px;
  left: 130px;
  background-color: #141414;
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-left: 0;
  z-index: 10;
}

.package-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #e0e0e0;
}

.package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-content {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;    
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.package-content h3 {
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book; 
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #141414;
}

.package-date {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  line-height: 1.4;
}

.package-duration {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fc3229 !important;
  font-weight: bold;
  margin: 10px 0;
}

.package-description {
  font-size: 14px;
  color: #141414;
  line-height: 1.6;
  margin: 15px 0;
  flex-grow: 1;
  font-family: 'Avenir-Book';
}
.package-description span{
    font-family: "Avenir-Book"; 
}

.btn-booking {
  display: inline-block;
  background-color: #1a1a1a;
  color: white;
  padding: 12px 30px;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  border: none;
  position: relative;
  padding-left: 35px;
}

.btn-booking::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background-color: #1a1a1a;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.3s ease;
}

.btn-booking:hover {
  background-color: #333;
  color: #ffffff !important;
}

.btn-booking:hover::before {
  background-color: #333;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .packages-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .packages-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .package-image {
    height: 200px;
  }
  
  .package-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .packages-wrapper {
    grid-template-columns: 1fr;
  }
  
  .section-booking-packages {
    padding: 30px 0;
  }
  
  .package-image {
    height: 200px;
  }
  
  .package-content h3 {
    font-size: 18px;
  }
}

.day-by-day-section .mobile-day-slider .swiper-wrapper {
    padding-bottom: 60px;
    color : #000 !important;
}

.custom-footer h2.elementor-heading-title.elementor-size-default {
    text-align: left;
}

.swett-heading-h2 {
   font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 1.4px;
    color: var(--e-global-color-text);
}

.p-text{
    text-align: left !important;
}


/* Section Reviews V2 */
.section-reviews.section-reviews-v2 {
  background: #f8f0e5;
  position: relative;
  width: 100%;
}


.section-reviews.section-reviews-v2 .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-reviews.section-reviews-v2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 15px;
}

.section-reviews.section-reviews-v2 .swiper-wrapper {
  align-items: flex-start;
}

.section-reviews.section-reviews-v2 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  position: relative;
}

.section-reviews.section-reviews-v2 .review-icon {
  position: relative;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1;
  display: block;
}

.section-reviews.section-reviews-v2 .review-icon span {
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.section-reviews.section-reviews-v2 .review-icon span.quote-black {
  color: #141414;
}

.section-reviews.section-reviews-v2 .review-icon span.quote-white {
  display: none;
}

.section-reviews.section-reviews-v2 .review-content {
  margin-bottom: 10px;
  font-family: "Avenir-Book", Avenir-Book;
  font-size: 15px;
  line-height: 18px;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

.section-reviews.section-reviews-v2 .review-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section-reviews.section-reviews-v2 .review-info img.profile {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.section-reviews.section-reviews-v2 .review-info span.name {
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-size: 17px;
  font-weight: 800;
  color: #141414;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.8px;
}

.section-reviews.section-reviews-v2 .review-info span.about {
  font-family: "Avenir-Book", Avenir-Book;
  font-size: 13px;
  color: #8b7d6b;
  letter-spacing: 0.5px;
}

.section-reviews.section-reviews-v2 .reviews-button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.section-reviews.section-reviews-v2 a.all-reviews-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 50px;
  background: transparent;
  border: 2px solid #141414;
  border-radius: 25px;
  font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #141414;
  text-decoration: none;
  transition: 0.3s ease;
}

.section-reviews.section-reviews-v2 a.all-reviews-button:hover {
  background: #141414;
  color: #f8f0e5;
}

.section-reviews.section-reviews-v2 .swiper-button-next,
.section-reviews.section-reviews-v2 .swiper-button-prev {
  z-index: 1 !important;
  color: #141414;
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #141414;
  border-radius: 50%;
  top: auto !important;
  bottom: 20px !important;
  margin-top: unset !important;
  background-image: none !important;
  margin: 30px;
}

.section-reviews.section-reviews-v2 .swiper-button-prev:after,
.section-reviews.section-reviews-v2 .swiper-button-next:after {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 768px) {
  .section-reviews.section-reviews-v2 {
    padding: 0px 0;
  }
  
  .section-reviews.section-reviews-v2 .container {
    padding: 0 20px;
  }

  .section-reviews.section-reviews-v2 .swiper-slide {
    padding: 0px 20px 0px;
  }

  .section-reviews.section-reviews-v2 .review-icon {
    font-size: 55px;
    margin-bottom: 20px;
  }

  .section-reviews.section-reviews-v2 .review-content {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 22px;
    min-height: 70px;
  }

  .section-reviews.section-reviews-v2 .review-info img.profile {
    width: 110px;
    height: 110px;
  }

  .section-reviews.section-reviews-v2 a.all-reviews-button {
    font-size: 13px;
    padding: 0 20px;
    height: 50px;
  }

  .section-reviews.section-reviews-v2 .reviews-button {
    margin-top: 0px;
  }
}

.section-reviews.section-reviews-v2 {
  overflow: hidden;
}

/* Section Team Slider */
.section-slider-team h2 {
  color: #141414;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 90px;
}
.section-slider-team h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 116px;
  height: 2px;
  background-color: #000000;
}
.section-slider-team .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.section-slider-team .swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.section-slider-team .swiper-container .btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: "Swett-Headline-Extra-Bold", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 100px;
}
.section-slider-team .swiper-container .swiper-button-prev:after,
.section-slider-team .swiper-container .swiper-button-next:after {
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
}
.section-slider-team .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 2s ease-out 100ms;
}
.section-slider-team .swiper-slide.swiper-slide-next .slide-wrap p {
  display: inline-flex;
}
.section-slider-team .swiper-slide.swiper-slide-next .slide-wrap {
  height: 520px;
}
.section-slider-team .swiper-slide .slide-wrap {
  height: 520px !important;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}
.section-slider-team .swiper-slide .slide-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-slider-team .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section-slider-team .swiper-slide .slide-wrap h3,
.section-slider-team .swiper-slide .slide-wrap h4,
.section-slider-team .swiper-slide .slide-wrap p {
  color: #ffffff;
}
.section-slider-team .swiper-slide .slide-wrap h4 {
  margin-bottom: 12px;
}
.section-slider-team .swiper-slide .slide-wrap .swiper-slide-overlay-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold";
  line-height: 45px;
  letter-spacing: 1.2px;
  text-align: center;
  transition-duration: 1s;
}
.section-slider-team .swiper-slide .slide-wrap p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: center;
}
.section-slider-team .swiper-slide .slide-wrap a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  display: none;
}
.section-slider-team .swiper-slide .swiper-slide-overlay-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #00000099;
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir-Book", Avenir-Book;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.section-slider-team .swiper-slide .swiper-slide-overlay-text span {
  font-size: 14px;
}
.section-slider-team .swiper-slide .swiper-slide-overlay-btn-div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Avenir-Book", Avenir-Book;
  margin-top: 40px;
  display: block;
}
@media (min-width: 1023px) {
  .section-slider-team .swiper-slide .swiper-slide-overlay-btn-div {
    display: none;
  }
  .section-slider-team .swiper-slide .swiper-slide-overlay-text {
    display: none;
  }
}
.section-slider-team .slide-wrap .swiper-slide-cat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000000b0;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  z-index: 10;
}
.section-slider-team .swiper-slide:hover .swiper-slide-overlay-title {
  top: 20%;
}


/* Section Guider Slider */
.section-slider-guider h2 {
  color: #141414;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 90px;
}
.section-slider-guider h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 116px;
  height: 2px;
  background-color: #000000;
}
.section-slider-guider .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.section-slider-guider .swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.section-slider-guider .swiper-container .btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-family: "Swett-Headline-Extra-Bold", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 23px;
  text-transform: uppercase;
  margin-top: 100px;
}
.section-slider-guider .swiper-container .swiper-button-prev:after,
.section-slider-guider .swiper-container .swiper-button-next:after {
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
}
.section-slider-guider .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 2s ease-out 100ms;
}
.section-slider-guider .swiper-slide.swiper-slide-next .slide-wrap p {
  display: inline-flex;
}
.section-slider-guider .swiper-slide.swiper-slide-next .slide-wrap {
  height: 520px;
}
.section-slider-guider .swiper-slide .slide-wrap {
  height: 520px !important;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}
.section-slider-guider .swiper-slide .slide-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-slider-guider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section-slider-guider .swiper-slide .slide-wrap h3,
.section-slider-guider .swiper-slide .slide-wrap h4,
.section-slider-guider .swiper-slide .slide-wrap p {
  color: #ffffff;
}
.section-slider-guider .swiper-slide .slide-wrap h4 {
  margin-bottom: 12px;
}
.section-slider-guider .swiper-slide .slide-wrap .swiper-slide-overlay-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Swett-Headline-Extra-Bold";
  line-height: 45px;
  letter-spacing: 1.2px;
  text-align: center;
  transition-duration: 1s;
}
.section-slider-guider .swiper-slide .slide-wrap p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: center;
}
.section-slider-guider .swiper-slide .slide-wrap a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  display: none;
}
.section-slider-guider .swiper-slide .swiper-slide-overlay-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #00000099;
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir-Book", Avenir-Book;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.section-slider-guider .swiper-slide .swiper-slide-overlay-text span {
  font-size: 14px;
}
.section-slider-guider .swiper-slide .swiper-slide-overlay-btn-div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 15px 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Avenir-Book", Avenir-Book;
  margin-top: 40px;
  display: block;
}
@media (min-width: 1023px) {
  .section-slider-guider .swiper-slide .swiper-slide-overlay-btn-div {
    display: none;
  }
  .section-slider-guider .swiper-slide .swiper-slide-overlay-text {
    display: none;
  }
}
.section-slider-guider .slide-wrap .swiper-slide-cat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000000b0;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Swett-Headline-Bold", Avenir-Book;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  z-index: 10;
}
.section-slider-guider .swiper-slide:hover .swiper-slide-overlay-title {
  top: 20%;
}


/* Mobile Contact Button Styling */
@media (max-width: 800px) {
  .swt-buttons-mobile {
    flex-wrap: nowrap;
    gap: 8px;
  }
  
  .swt-buttons-mobile .swt-contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }
  
  .swt-buttons-mobile .swt-contact-button #kontakta_oss_mobile {
    font-family: "Swett-Headline-Extra-Bold", Avenir-Book;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.2px;
    background-color: #ff1b00;
    border-radius: 16px;
    padding: 4px 12px;
    color: #ffffff;
    display: inline-flex;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
  }
  .swt-buttons-mobile .swt-search {
    flex-shrink: 0;
    max-width: 50px;
  }
  
  .swt-buttons-mobile .swt-meny {
    flex-shrink: 0;
  }
  
  .swt-buttons-mobile .swt-phone {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .swt-buttons-mobile .swt-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  
  .swt-buttons-mobile .swt-phone img {
    width: 24px;
    height: 24px;
  }
}

