/*===================== TABLE OF CONTENT =======================
1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Header
10. Hero
11. Travel Section
12. Travel Section 2
13. Home Categories
14. Newsletter
16. Blog Page
17. Breadcrumbs
18. Transfers Page
19. Travels Page
20. Travel Single Page
21. About Page
22. Contact Page
23. Cart Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700;color: #5439f7; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
a{
  color: #5439f7;
}
ul, ol { padding-left: 4rem; }
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#12284c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #5439f7; color: #fff;}  
::selection { background-color: #5439f7; color: #fff; }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 192rem;
  padding: 0;
}
.container-xs {
	max-width: 95rem;
}
.container-md{
  max-width: 120rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 700;line-height:1.4;  font-family: "Poppins", sans-serif; }
h1{ font-size: 3.2rem; }
h2, .title h2{ font-size: 3.2rem; font-weight: 600; line-height: 1.3;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:6rem; }
.title-center{text-align: center;}
.title p{
  font-weight: 400;
}
.btn-center{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  h1{ font-size: 4.6rem; }
h2, .title h2{ font-size: 4.6rem;}
}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn, .button.alt.wp-element-button, .button.wp-element-button, .wpcf7-submit {
	display: inline-block;
	padding: 1.1rem 3.6rem;
	font-weight: 700;
	border-radius: 10rem;
}
 .button.wp-element-button {
	display: inline-block;
	padding: 1.1rem 3.6rem !important;
	font-weight: 700 !important;
	border-radius: 10rem !important;
}
.btn-primary, .button.alt.wp-element-button, .button.wp-element-button, .wpcf7-submit {
  background-color: #5439f7;
  color: #fff !important;
}
.btn-secondary{
  background-color: transparent;
  color: #fff;
  border:1px solid #fff;
}
.button.alt.wp-element-button, .button.wp-element-button{
  background-color: #5439f7  !important;
  color: #fff;
}
.btn-primary:hover, .button.alt.wp-element-button:hover{
  background-color: #12284c;
}
.button.alt.wp-element-button:hover, .wpcf7-submit:hover{
  background-color: #12284c  !important;
}
.wpcf7-submit{
  transition: all .4s ease-in-out;
  width: auto;
  padding: 1.1rem 3.6rem !important;
  border: 0;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 1rem 2rem 1rem 2rem;
  outline: none;
  background-color: #ffffff;
  border-radius: 1rem;
  position: relative;
  color: #888e9b;
  font-size: 1.4rem;
  font-weight: 400;
}
input:focus,
textarea:focus {
  border-color: #5439f7;
}
.contact-form input, .contact-form textarea, .contact-form select{
  border-color: #ccc;
  padding: 1rem 2rem;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-weight: 300;
  font-size: 1.4rem;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #5439f7;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper input:checked ~ .checkmark{
  background-color: #5439f7;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
main{
  padding-top: 11.87rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  main{
    padding-top: 16.57rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
 
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .space {
    padding: 12rem 0;
  }
}
/* ================================================================================== 
9. Header
===================================================================================== */
/* .menu-item-has-children */
/* .current_page_item */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  font-weight: 400;
}
header ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
/* ------------- header top ------------ */
.header-top{
  background-color: #fff;
  padding: 1rem 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #f0eeff;
}
.header-top .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-info{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-info a, .header-info div{
  display: flex;
  align-items: center;
  color: #12284c;
}
.header-info img{
  display: block;
  margin-right: 1rem;
}
.header-info a:hover{
  color: #5439f7;
}
.header-info > a{
  margin-left: 2rem;
}
.header-social{
  display: none;
  flex-direction: row;
  align-items: center;
  margin-left: 4rem;
}
.header-social a{
  display: flex;
}
.header-social a:not(:last-child){
  margin-right: 1rem;
}
.header-social img{
  display: block;
}
.header-cart{
  margin-left: auto;
  margin-right: 4rem;
}
.header-cart img{
  display: block;
}
.header-cart a{
  display: block;
}
.header-lang{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-lang a{
  display: block;
}
.header-lang a:not(:last-child){
  margin-right: 1.5rem;
}
.header-lang img{
  display: block;
}
.header-info-right{
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-top{
    padding: 1.8rem 0;
    font-size: 1.4rem;
  }
 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .header-info-right{
    display: block;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-social{
    display: flex;
  }
}
/* ------------- header bottom ------------ */
.header-bottom{
  background-color: #fff;
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  top: 4.3rem;
  left: 0;
}
/* header.scrolled .header-bottom{
  position: fixed;
  top: 0;
} */
.header-bottom .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;  
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  transition: all .4s ease-in-out;
  z-index: 2;
  padding: 3rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
nav.open{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
nav .btn{
margin-left: 2rem;
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 2rem;
  color: #12284c;
}
nav li a:hover, nav li.current_page_item a{
  color: #5439f7;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{
  position: absolute;
  top: 7rem;
  left: 0;
  width: 30rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.menu-item-has-children:hover .sub-menu{
  top: 5rem;
  opacity: 1;
  visibility: visible;
}
.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
}
.menu-toggle{
  margin-left: auto;
  cursor: pointer;
}
.menu-toggle img{
  display: block;
  width: 3rem;
}
.menu-close {
	cursor: pointer;
	position: absolute;
	top: 1.2rem;
	right: 4rem;
	font-size: 4rem;
	font-weight: 400;
	color: #5439f7;
}
.header-logo img{
  width: 6rem;
  height: auto;
  display: block;
}
.header-bottom .btn{
  margin-top: 3rem;
}
.mobile-info {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px dashed #000;
  padding-left: 2rem;
}
.mobile-info .header-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
  margin-bottom: 3rem;
}
.mobile-info .header-info a{
  margin-left: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
    padding: 5rem;
    padding-top: 10rem;
  }
  .header-logo img{
    width: 8.1rem;
  }
  .header-bottom{
    padding: 1.5rem 0;
    top: 6rem;
  }
  
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  nav{
    position: static;
    right: auto;
    top: auto;
    width: auto;
    min-height: auto;
    height: auto;
    background-color: transparent;
    overflow-y: visible;
    transition: none;
    transform: none;
    margin-left: auto;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
  }
  .menu-toggle, .menu-close{
    display: none;
  }
  .header-bottom .btn{
    margin-top: 0;
  }
  .mobile-info{
    display: none;
  }
  .header-bottom{
    top: 6.5rem;
  }
}
/* ================================================================================== 
10. Hero
===================================================================================== */
.hero{
  position: relative;
}

.hero .title{
  margin-bottom: 4rem;
}
.hero-slide img{
  display: block;
  width: 100%;
  height: 38rem;
  object-fit: cover;

}

.hero-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.hero-text {
	width: 100%;
	padding: 5rem 2rem;
	background-color: #5439f7;
	color: #fff;
	z-index: 2;
	background-image: url(images/heart-plane.png);
	background-repeat: no-repeat;
	background-position: left bottom 4rem;
	background-size: 40rem;
  position: relative;
}
.hero-slide{
  position: relative;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .hero-text {
    position: absolute;
    right: 12%;
    max-width: 54rem;
    padding: 14rem 5rem;
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
 
  }
  .hero-slide img{
    height: 78rem;
  }
}
 
@media only screen and (min-width: 90em) {
  /*1440px*/
  .hero h1{
    font-size: 6rem;
  }
}
/* ================================================================================== 
11. Travel Section
===================================================================================== */
.title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: space-between;
  text-align: center;
  margin-bottom: 5rem;
}
.title-wrapper .title{
  margin-bottom: 2rem;
}
.travel-slider .slick-track{
  display: flex;
}
.travel-slider .slick-slide{
  height: auto;
}
.slider-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider-arrows span {
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	border: 1px solid #5439f7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4rem;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.slider-arrows span:not(:last-child){
  margin-right: 2rem;
}
.slider-arrows span:hover{
  border-color: #5439f7;
}
.prev{
  background-image: url(images/prev.svg);
}
.next{
  background-image: url(images/next.svg);
}
.travel-inner {
	border-radius: 3rem;
	border: 1px solid #f0eeff;
	overflow: hidden;
  margin: 0 1rem;
  height: 100%;
}
.travel-box .travel-inner{
  margin: 0;
}
.travel-image{
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
.travel-image > img{
  display: block;
  width: 100%;
  height: auto;
}
.travel-inner h3{
  font-size: 2rem;
  font-weight: 600;
}
.travel-inner h3 a{
  color: #12284c;
}
.travel-title{
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.travel-title span{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.travel-title span img{
  display: block;
  margin-right: 1rem;
}
.travel-price{
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap:1rem
}
.travel-price span{
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.travel-date{
  padding: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f0eeff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
}
.form-type{
  padding: 2rem;
  color: #fff;
  border-radius: 1rem;
  background-color: #5439f7;
  font-weight: 600;
}
.travel-date span {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	gap: 1rem;
}
.form-type {
	padding: 0.7rem 3rem;
	color: #fff;
	border-radius: 1rem;
	background-color: #5439f7;
	font-weight: 600;
	margin-right: 2rem;
}
.title  .travel-date span{
  font-size: 1.6rem;
  font-weight: 500;
}
.title .travel-date img {
	display: block;
	margin-right: 1rem;
	width: 1.8rem;
	height: auto;
}
.travel-stickers{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2rem;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sticker{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.5rem;
}
.sticker:not(:last-child){
  margin-right: 1rem;
}
.sticker-plane{
  background-color: #fcac3e;
  width: 4.5rem;
}
.sticker-bus{
  background-color: #fd7979;
  width: 4.5rem;
}
.sticker-room{
  background-color: #1ac8a3;
  width: 4.5rem;
}
.sticker-preporuka{
  background-color: #5439f7;
}
.sticker-akcija {
	background-color: #dc2f2f;
	padding: 1rem 3rem;
}
.sticker-right{
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .travel-date{
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .title-wrapper{
    flex-direction: row;
    align-items: flex-start;  
    text-align: left;
    margin-bottom: 0;
  }
  .slider-arrows{
    margin-left: auto;
  }
  .title-wrapper .title{
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .slider-arrows span{
    width: 6rem;
    height: 6rem;
    background-size: 1.9rem;
  }
}
 
/* ================================================================================== 
12. Travel Section 2
===================================================================================== */
.travel-section2 .travel-title{
  flex-direction: column;
}
.travel-section2 .travel-price{
  margin-left: 0;
  width: 100%;
  flex-direction: row;
  margin-top: 1rem;
}
.travel-section2 .travel-price span:not(:last-child){
  margin-right: 1rem;
}
/* ================================================================================== 
13. Home Categories
===================================================================================== */
.categories-wrapper{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr; 
  gap:2rem;
}
.category-box img, .cat-box img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all  .4s ease-in-out;
}
.category-box:hover img, .cat-box:hover img{
  transform: scale(1.03);
}
.category-box, .cat-box{
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  height: 33rem; 
}
.category-box::before,.cat-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}
.no-bot-padding {
  padding-bottom: 0rem;
}
/* .category-box:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3; 
}
.category-box:nth-child(2)  { 
  grid-area: 1 / 3 / 2 / 5;
  height: 33rem; 
}
.category-box:nth-child(3)  { 
  grid-area: 2 / 3 / 3 / 4; 
  height: 33rem; 
}
.category-box:nth-child(4) { 
  grid-area: 2 / 4 / 3 / 5; 
  height: 33rem; 
} */
.category-title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  z-index: 2;
}
.category-title p{
  margin-bottom: 0;
  font-weight: 400;
}
.category-title h3{
  color:#fff;
  font-size: 4.6rem;
}
/* .category-box:nth-child(3) h2, .category-box:nth-child(4) h2{
  font-size: 2.8rem;
} */
.category-box h2 {
  font-size: 2.1rem;
}
.cat-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2%;
}
.cat-box{
  width: 40%;
  margin-bottom: 2%;
}
.cat-box:nth-child(3n+3),.cat-box:nth-child(2){
  width: 58%;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .categories-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .categories-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
}


@media only screen and (min-width: 90em) {
  /*1440px*/
  .category-box h2 {
    font-size: 2.8rem;
  }
  .categories-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }

}
/* ================================================================================== 
14. Newsletter
===================================================================================== */

.newsletter .container {
	border-radius: 2rem;
	padding: 5rem 2rem;
	background-color: #5439f7;
	display: flex;
	flex-direction: row;
	align-items: center;

	background-image: url(images/heart-plane.png);
	background-repeat: no-repeat;
	background-position: left 10rem center;
	background-size: 50%;
	color: #fff;
}
.newsletter-content{
  width: 100%;
  text-align: center;
}
.newsletter-images{
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:2rem;
}
.newsletter-images {
	width: 34%;
	display: none;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	position: absolute;
	right: 10rem;
}
.newsletter-image:nth-child(1){ 
  grid-area: 2 / 1 / 4 / 2; 
}
.newsletter-image:nth-child(2){ 
  grid-area: 1 / 2 / 3 / 3; 
}
.newsletter-image:nth-child(3){
  grid-area: 3 / 2 / 5 / 3; 
}
.newsletter-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.newsletter form{
  margin: 0 auto !important;
  margin-top: 4rem !important;
  position: relative;
  max-width: 48rem;

  width: 100%;
}
.tnp-subscription-minimal form{
  margin: 0 auto !important;
  margin-top: 4rem  !important;
}
.newsletter form input {
	border-radius: 10rem;
	padding: 1.5rem 2rem;
}
.newsletter-btn{
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.4rem;
  border-radius: 50%;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .newsletter .container {
    padding: 5rem;
    height: 39rem;
  }
  .newsletter-images {
    display: grid;
  }
  .newsletter-content{
    width: 43%;
    text-align: left;
  }
  .newsletter form, .tnp-subscription-minimal form {
    margin: 0 !important; 
    margin-top: 4rem !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter .container {
    padding: 8rem;
    height: 47rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .newsletter .container {
    height: 62rem;
  }
}
/* ================================================================================== 
15. Footer
===================================================================================== */
footer{
  padding: 3rem 0 6rem 0;
}
footer a{
  color: #12284c;
}
footer .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-box h3{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 4rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a{
  display: block;
}
footer ul li{
  margin-bottom:1rem;
}
.footer-link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.footer-link h4{
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.footer-link a{
  color: #5439f7;
}
.link-icon{
  margin-bottom: 1rem;
  display: flex;
}
.footer-logo{
  margin-bottom: 2rem;
  display: block;
}

.footer-logo img {
	display: block;
	width: 10.7rem;
	height: auto;
	margin: 0 auto;
}
.copyright{
  padding: 2.5rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #f0eeff;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cards{
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:2rem;
}
.cards img{
  width: 4.6rem;
  height: auto;
  object-fit: contain;
}
.v img{
  display: block;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .link-icon img {
    width: 2rem;
    height: 3rem;
    object-fit: contain;
  }

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  footer .container{
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
  .footer-box{
    width: 48.5%;
  }
  .footer-link{
    justify-content: flex-start;
  }
  .footer-logo img{
    width: 17.7rem;
    margin: 0;
  }
  .footer-box:last-child{
    margin-bottom: 3rem;
  }
  .footer-link{
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
  }
  .link-icon{
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .cards{
    margin: 0 auto;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-box{
    width: auto;
    margin-bottom: 0;
  }
  .footer-box:last-child{
    margin-bottom: 0;
  }
}
/* ================================================================================== 
16. Blog Page
===================================================================================== */
.blog-article{
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  border:1px solid #f0eeff;
}
.blog-image{
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.03);
}
.blog-date{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 2rem;
}
.blog-date img{
  display: block;
  margin-right: 1rem;  
}
.blog-article h3{
  padding: 0 2rem;
}
.blog-article p{
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 0;
}
.blog-article h3 a{
  padding: 0;
}
.blog-article >  a:last-of-type{
  padding: 0 2rem 2rem 2rem;
}
blockquote {
	font-size: 2.5rem;
	color: #5439f7;
	display: block;
	margin: 5rem 0;
	text-align: left;
}
.image img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5rem;
}
.video iframe{
  width: 100%;
  height: 40rem;
  display: block;
  margin: 5rem 0;
}
.text-center{
  text-align: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2%;
  }
  .blog-article{
    width: 49%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .blog-article{
    width: 32%;
  }
}
/* ================================================================================== 
17. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f0eeff;
  padding: 1rem;
  font-size: 1.3rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li{
  display: inline-block;
  color: #5439f7;
}
.breadcrumbs ul li a{
  display: inline-block;
  color: #12284c;
}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
18. Transfers Page
===================================================================================== */
.transfers-form{
  background-color: #f0eeff;
  padding: 4rem  2rem;
  border-radius: 1.5rem;
}
.transfers-form fieldset{
  width: 100%;
}
.transfers-form fieldset.w-100{
  width: 100%;
}
.transfers-form  br{
  display: none;
}
.transfers-form  p{
  margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .transfers-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .transfers-form fieldset{
    width: 48.5%;
  }
  .transfers-form{
    padding: 4rem;
  }
}
/* ================================================================================== 
19. Travels Page
===================================================================================== */
.page-search form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
}
.page-search fieldset{
  width: 49%;
}

.travels-aside {
	width: 100%;
	padding: 4rem;
	border-radius: 1.5rem;
	background-color: #f0eeff;
  margin-bottom: 5rem;
}
.travels-aside h2{
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
.travels-aside-box{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #5439f7;
}
.travels-aside h3{
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.travels-aside h3.open{
  background-image: url(images/arrow-up.svg);
}
.box-inner{
  display: none;
  margin-top: 3rem;
}
.travels-content{
  width: 100%;
}
.sort{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.sort select{
  background-color: #f0eeff;
  width: 30rem;
  margin-left: 1rem;
  padding: 1rem 2rem;
}
.sort-right{
  display: flex;
  align-items: center;
}
.travels-content-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
}
.travel-box{
  width: 100%;
  margin-top: 2rem;
}
.travels-new-wrapper .travel-box{
  width: 100%;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .travel-box{
    width: 49%;
  }
  .travels-new-wrapper .travel-box{
    width: 49%;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/

  .travels-new-wrapper .travel-box{
    width: 32%;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .travels-aside {
    width: 29%;
    position: sticky;
    top: 14rem;
    margin-bottom: 0;
  }
  .travels-content{
    width: 68%;
  }
  .travels-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 10rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .travels-aside {
    width: 24%;
  }
  .travels-content{
    width: 73%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .travel-box{
    width: 32%;
  }
  .travels-new-wrapper .travel-box{
    width: 32%;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .travels-new-wrapper .travel-box{
    width: 23.5%;
  }

}
/* ================================================================================== 
20. Travel Single Page
===================================================================================== */
.page-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:4%;
}
.page-content{
  width: 100%;
}
.page-icons{
  background-color: #f0eeff;
  border-radius: 1.5rem;
  padding: 4rem;
}
.page-icon-column{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
}
.column-icon{
  width: 5rem;
  height: 5rem;
  background-color: #5439f7;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.column-icon img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.page-icon-column h4{
  margin-bottom: 0;
  font-size: 1.6rem;
}
.page-icon-column p{
  margin-bottom: 0;
  font-size: 1.4rem;
}
.slick-prev, .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #f0eeff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
  cursor: pointer;
  transition: all .4s ease-in-out;
  font-size: 0;
  background-color: #fff;
  z-index: 9;
}
.slick-prev{
  background-image: url(images/prev.svg);
  left: 2rem;
}
.slick-next{
  background-image: url(images/next.svg);
  right: 2rem;
}
.gallery-slider{
  border-radius: 1.5rem;
  overflow: hidden;
}
.gallery-slider img {
	display: block;
	width: 100%;
	height: 40rem;
	object-fit: cover;
}
.gallery-slider{
  margin-bottom: 3rem;
}
.travel-dates{
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid  #e7e7e7;
}
.travel-dates-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 3rem;
}
.single-date{
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #fd7979;
  width: auto;
  margin-bottom: 2%;
  font-weight: 400;
  display: inline-block;
  color: #fff;
}
.list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.list li::before{
  content: '';
  position: absolute;
  left: 0;
  top:3px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.list-check li::before{
  background-image: url(images/check.svg);
}
.list-x li::before{
  background-image: url(images/x.svg);
}
.travel-map{
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e7e7e7;
}
.travel-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.page-aside {
	width: 26%;
	position: sticky;
	top: 14rem;
}
.aside-price{
  border-radius: 1.5rem;
  border:1px solid #e7e7e7;
  background-color: #f0eeff;
  padding: 2rem;
  margin-bottom: 3rem;
}
.aside-price span{
  font-size: 2rem;
  font-weight: 500;
  color: #5439f7;
}
.page-aside .btn{
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.aside-price  p{
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 1rem;
  font-weight: 400;
}
.table-responsive{
  width: 100%;
  overflow-x:auto;
}
table{
  width: 100%;
}
.table-responsive table{
  width: 70rem;
}
thead{
  background-color: #f0eeff;
}
thead td{
  font-weight: 600;
}
table td{
  padding: 0.6rem;
  border-bottom: 1px solid #cccd;
}
table td:last-child{
  text-align: right;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .page-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2%;
  }
  .page-icon-column{
    width: 49%;
  }
  .table-responsive table{
    width: 100%;
  }
}


@media only screen and (max-width: 48rem) {
  /*768px*/
  table .btn{
    display: inline-block;
    padding: 0.5rem 2.2rem;
    font-weight: 700;
    border-radius: 10rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .slick-prev, .slick-next{
    width: 6rem;
    height: 6rem;

    background-size: 1.9rem;

  }
  .gallery-slider img {
    height: 60rem;
  }
  .page-icon-column{
    width: 32%;
  }
  table td{
    padding: 1rem;
  }

}
/* ================================================================================== 
21. About Page
===================================================================================== */

.wrap-image{
  width: 100%;
  margin-top: 5rem;
}
.wrap-text{
  width: 100%;
}
.wrap-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.full-text{
  margin-top: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .wrap{
    display: flex;
    flex-direction: row;
    gap: 6%;
    flex-wrap: wrap;  
  }
  .wrap-image{
    width: 46%;
    margin-top: 0;
  }
  .wrap-text{
    width: 48%;
  }
  .full-text{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
22. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-text a{
  color: #12284c;
}
.contact-form{
  width: 100%;
}
.contact-form p{
  margin-bottom: 0;
}
.contact-form br{
  display: none;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 35%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 60%;
  }
}
/* ================================================================================== 
23. Cart Page
===================================================================================== */
/* .woocommerce-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
} */
.header-cart{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2rem 0;
}
.header-cart .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.main-cart {
	padding-top: 11.67rem;
}
.woocommerce-checkout input, .woocommerce-checkout textarea, .woocommerce-checkout select, .woocommerce-cart-form input, .woocommerce-cart-form  select, .woocommerce-cart-form textarea{
  border-color: #ccc;
}
.woocommerce-checkout input:focus, .woocommerce-checkout textarea:focus, .woocommerce-checkout select:focus, .woocommerce-cart-form input:focus, .woocommerce-cart-form  select:focus, .woocommerce-cart-form textarea:focus{
  border-color: #5439f7;
}
.woocommerce-checkout textarea{
  height: 15rem !important;
}
.woocommerce-notices-wrapper strong{
  color: #b81c23;
}
.product-thumbnail img{
  width: 5rem;
  object-fit: contain;
}
.coupon{
  display: flex;
  flex-direction: row;
  gap:1.5rem;
}
.coupon input{
  width:21rem !important;
}
.woocommerce .cart-collaterals .cart_totals{
  width: 100%;
}
.woocommerce table.shop_table td{
  border-bottom: 0;
}
.cart_totals  h2{
  font-size: 3rem;
}
.cart_totals{
  margin-top: 5rem;
}
#order_review_heading{
  margin-top: 3rem;
}
#wpcf7-f130-o1 > form > p {
  display: none;
}

@media only screen and (max-width: 37.5em) {
  /*600px*/
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    /* gap: 1.1rem; */
  }
  .woocommerce-message a{
    margin-top: 1rem;
  }
}

