/* SCSS Compiled */
/***************************************************              GENERAL RESET STYLES             ***************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
  vertical-align: middle;
  color: #000;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

/*
@media (min-width: 1921px){}
@media (width: 1920px){}
@media (min-width: 1440px) and (max-width: 1919px) {}
@media (min-width: 1360px) and (max-width: 1439px) {}
@media (min-width: 1280px) and (max-width: 1359px) {}
@media (min-width: 1024px) and (max-width: 1279px) {}
@media (min-width: 768px) and (max-width: 1023px) {}
@media (min-width: 375px) and (max-width: 767px) {}
@media (min-width: 320px) and (max-width: 374px) {}
*/
/*
@media (max-width: 1919px) {}
@media (max-width: 1439px) {}
@media (max-width: 1279px) {}
@media (max-width: 767px) {}
*/
/*usage  @include font-size(13);*/
/* Brand Colors ------------------------------------------------*/
#wrapper,
main,
#content,
#sidebar,
aside,
section {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.layout {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: 1680px;
  margin: 0 auto 0 auto;
}
@media (max-width: 1700px) {
  .layout {
    width: 1200px;
  }
}
@media (max-width: 1279px) {
  .layout {
    width: 760px;
  }
}
@media (max-width: 767px) {
  .layout {
    width: 96%;
  }
}

main {
  z-index: 1;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

header {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  z-index: 2;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 40px 0;
}
header nav .logo {
  height: 35px;
  width: 160px;
  overflow: hidden;
}
header nav .logo a {
  height: 35px;
  width: 160px;
  display: block;
  overflow: hidden;
}
header nav .navigation {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  header nav .navigation {
    width: 100px;
  }
}
header nav .navigation a {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767px) {
  header nav .navigation a {
    display: none;
  }
}
header nav .burger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 258px;
  width: 386px;
  background-color: #D9D9D9;
  border-radius: 6px;
  overflow-y: auto;
  padding: 9px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all ease-in-out 1000ms;
  transition: all ease-in-out 1000ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav .burger.menu--open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header nav .burger li {
  display: block;
  margin: 0 26px 18px 26px;
}
header nav .burger li:first-child {
  margin: 0 26px 18px 9px;
}
header nav .burger li img {
  float: left;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
header nav .burger li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin: 9px;
}
header nav .burger li .search {
  position: relative;
  width: 328px;
  height: 56px;
  border: 1px solid #0055FF;
  border-radius: 6px;
  background-color: #fff;
}
header nav .burger li .search form {
  position: relative;
}
header nav .burger li .search img {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 1;
  top: 16px;
  left: 16px;
}
header nav .burger li .search input {
  border: none;
  z-index: 1;
  text-align: left;
  width: 260px;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  color: #797979;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 61px;
}
header nav .burger li .search button {
  position: absolute;
  border: none;
  background-color: transparent;
  cursor: pointer;
  top: 19px;
  right: 23px;
  width: 18px;
  height: 18px;
  background-image: url(../images/ico-search.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header nav .close {
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
header nav .close img {
  width: 100%;
  height: 100%;
  display: block;
}
header nav .menu_button {
  width: 60px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
header nav .menu_button span {
  height: 2px;
  width: 60px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition: all ease-in-out 1000ms;
  transition: all ease-in-out 1000ms;
}
header nav .menu_button.cross span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 22px 0 0 0;
}
header nav .menu_button.cross span:nth-child(2) {
  display: none;
}
header nav .menu_button.cross span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tw-toggle {
  /* background: #95A5A6; */
  display: inline-block;
  padding: 2px 3px;
  border-radius: 20px;
  position: relative;
}

.tw-toggle label {
  text-align: center;
  font-family: sans-serif;
  display: inline-block;
  color: #000;
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  padding: 2px 3px;
  font-size: 15px;
  line-height: 24px;
  width: 41px;
  height: 24px;
  /* cursor: pointer; */
}

.tw-toggle input {
  /* display: none; */
  position: absolute;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.tw-toggle span {
  width: 41px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  display: block;
  position: absolute;
  left: 22px;
  top: 2px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tw-toggle input[value=false]:checked ~ span {
  background: #767676;
  left: 2px;
  color: #000;
}

.tw-toggle input[value="-1"]:checked ~ span {
  background: #767676;
  left: 50px;
  color: #000;
}

.tw-toggle input[value=true]:checked ~ span {
  background: #767676;
  left: 94px;
  color: #000;
}

.tw-toggle input[value=false]:checked + label,
.tw-toggle input[value=true]:checked + label {
  color: #000;
}

.tw-toggle input[value="-1"]:checked + label {
  color: #000;
}

.first_view .holder {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .first_view .holder {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .first_view .holder .layout {
    height: 70vh;
  }
}
.first_view .text {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  height: 100vh;
}
@media (max-width: 767px) {
  .first_view .text {
    height: 70vh;
  }
}
.first_view .text .left {
  width: 765px;
  float: left;
}
@media (max-width: 1279px) {
  .first_view .text .left {
    width: calc(100% - 300px);
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .first_view .text .left {
    width: 100%;
  }
}
.first_view .text .left h3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin: 220px 0 55px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 70px;
  line-height: 93px;
}
@media (max-width: 1279px) {
  .first_view .text .left h3 {
    margin: 115px 0 40px 0;
    font-size: 40px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .first_view .text .left h3 {
    margin: 100px 0 10px 0;
    font-size: 30px;
  }
}
.first_view .text .left h4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin: 0 0 70px 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1279px) {
  .first_view .text .left h4 {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 375px) {
  .first_view .text .left h4 {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.first_view .text .links {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin: 0 0 98px 0;
}
@media (max-width: 767px) {
  .first_view .text .links {
    margin: 0 0 0 0;
  }
}
.first_view .text .links .request {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #251404;
  float: left;
  width: 287px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 38px;
  margin: 0 60px 0 0;
  background-color: #FAC232;
  border: 1px solid #FAC232;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.first_view .text .links .request:hover {
  border: 1px solid #2d2d2d;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  .first_view .text .links .request {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .first_view .text .links .request {
    width: 225px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0px 0 5px 0;
  }
}
.first_view .text .links .video {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #A2A8B6;
  font-size: 16px;
  font-weight: 500;
  width: 210px;
  height: 75px;
  padding: 0 0 0 95px;
  line-height: 26px;
  background-image: url(../images/iconPlay.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 1024px) {
  .first_view .text .links .video {
    width: auto;
    height: 40px;
    padding: 0 0 0 45px;
    font-size: 10px;
    line-height: 12px;
    background-size: 40px 40px;
  }
}
.first_view .text h5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin: 0 0 25px 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
  .first_view .text h5 {
    margin: 10px 0 0 15px;
    font-size: 10px;
  }
}
.first_view .text ul {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
.first_view .text ul li {
  float: left;
  margin: 0 37px 0 0;
}
@media (max-width: 1024px) {
  .first_view .text ul li {
    margin: 7px 20px 0 12px;
  }
}
.first_view .text ul li a {
  width: 26px;
  height: 20px;
  display: block;
}
@media (max-width: 1024px) {
  .first_view .text ul li a {
    width: 20px;
    height: 17px;
  }
}
.first_view .text ul li:nth-child(2) a {
  width: 13px;
  height: 24px;
}
@media (max-width: 1024px) {
  .first_view .text ul li:nth-child(2) a {
    height: 20px;
  }
}
.first_view .text ul li:last-child {
  margin: 0 0 0 0;
}
.first_view .text ul li:last-child a {
  width: 27px;
  height: 16px;
}
@media (max-width: 1024px) {
  .first_view .text ul li:last-child a {
    margin: 7px;
  }
}
.first_view .right {
  width: 915px;
  height: 200px;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1700px) {
  .first_view .right {
    width: 285px;
    height: 100vh;
    padding: 220px 0 0 0;
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 1279px) {
  .first_view .right {
    display: none;
  }
}
.first_view .right ul {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1700px) {
  .first_view .right ul {
    height: auto;
  }
}
@media (max-width: 767px) {
  .first_view .right ul {
    height: 200px;
  }
}
.first_view .right ul li {
  width: 285px;
  height: 200px;
  position: relative;
}
@media (max-width: 1700px) {
  .first_view .right ul li {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .first_view .right ul li {
    width: 20%;
    height: 100px;
    margin: 0 0 0 0;
  }
}
.first_view .right ul li .holder {
  width: 285px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .first_view .right ul li .holder {
    width: 100%;
    height: 100px;
  }
}
.first_view .right ul li .text {
  position: relative;
  z-index: 2;
  width: 285px;
  height: 200px;
  padding: 25px 25px 25px 25px;
}
@media (max-width: 767px) {
  .first_view .right ul li .text {
    width: 100%;
    height: 100px;
    padding: 5px 5px 5px 5px;
  }
}
.first_view .right ul li .text p {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 70px 0;
  line-height: 25px;
}
@media (max-width: 767px) {
  .first_view .right ul li .text p {
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 1;
  }
}
.first_view .right ul li .text h4 {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 767px) {
  .first_view .right ul li .text h4 {
    font-size: 12px;
    margin: 0 0 0 0;
    line-height: 1;
  }
}
.first_view .right ul li .text a {
  width: 31px;
  height: 16px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .first_view .right ul li .text a {
    bottom: auto;
    top: 5px;
    right: 5px;
  }
}

.form {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
@media (max-width: 767px) {
  .form {
    padding: 0px 0 0px 0;
  }
}
.form .holder {
  width: 100%;
  height: 518px;
}
@media (max-width: 1279px) {
  .form .holder {
    width: 120%;
  }
}
@media (max-width: 767px) {
  .form .holder {
    height: 520px;
  }
}
@media (max-width: 1024px) {
  .form .holder img {
    display: none;
  }
}
.form .layout {
  width: 1375px;
}
@media (max-width: 1700px) {
  .form .layout {
    width: 1330px;
  }
}
@media (max-width: 1279px) {
  .form .layout {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .form .layout {
    width: 96%;
  }
}
.form .text {
  position: absolute;
  top: 88px;
  right: 0;
  width: 100%;
  height: 318px;
}
.form .text .text_cover {
  width: 50%;
  float: right;
}
@media (max-width: 1279px) {
  .form .text .text_cover {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form .form_info {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: 368px;
  height: 261px;
}
@media (max-width: 1279px) {
  .form .form_info {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .form .form_info {
    width: 100%;
    height: auto;
  }
}
.form .form_info h3 {
  font-size: 42px;
  font-weight: 800;
  font-family: "Playfair Display", sans-serif;
  line-height: 55px;
  color: #000;
  margin: 1px 0 30px 0;
}
@media (max-width: 1279px) {
  .form .form_info h3 {
    width: 100%;
    font-size: 22px;
    line-height: 1;
    margin: 1px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .form .form_info h3 {
    width: 100%;
    font-size: 22px;
    line-height: 1;
    margin: 1px 0 10px 0;
  }
}
.form .form_info h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 33px;
  color: #000;
}
.form .data {
  float: right;
  width: 287px;
}
@media (max-width: 1279px) {
  .form .data {
    float: left;
  }
}
.form .data input {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #D0DCE3;
  float: left;
  width: 287px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 38px;
  margin: 0 60px 15px 0;
  background-color: #ffffff;
  border: 1px solid #D0DCE3;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.form .data input:hover {
  border: 1px solid #2d2d2d;
  background-color: #e5e5e5;
}
@media (max-width: 1279px) {
  .form .data input {
    margin: 0 0 10px 0;
  }
}
.form .data button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  float: left;
  width: 287px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 38px;
  margin: 30px 60px 10px 0;
  background-color: #FAC232;
  border: 1px solid #FAC232;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.form .data button:hover {
  border: 1px solid #2d2d2d;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  .form .data button {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 357px) {
  .form .data button {
    margin: 0 0 10px 0;
  }
}
.form .data p {
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 15px;
  color: #000;
  text-align: center;
}
.form .data h5 {
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 15px;
  color: #FAC232;
  text-align: center;
}

.all_trips {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 160px 0 160px 0;
}
@media (max-width: 1024px) {
  .all_trips {
    padding: 80px 0 0px 0;
  }
}
@media (max-width: 374px) {
  .all_trips {
    padding: 20px 0 0px 0;
  }
}
.all_trips .layout {
  width: 1375px;
}
@media (max-width: 1700px) {
  .all_trips .layout {
    width: 1330px;
  }
}
@media (max-width: 1279px) {
  .all_trips .layout {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .all_trips .layout {
    width: 96%;
  }
}
.all_trips .view {
  width: 830px;
  height: 475px;
  float: left;
  position: relative;
}
@media (max-width: 1279px) {
  .all_trips .view {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .all_trips .view {
    width: 100%;
    height: 250px;
    float: none;
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 374px) {
  .all_trips .view {
    height: 200px;
  }
}
.all_trips .view a {
  width: 830px;
  height: 475px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1279px) {
  .all_trips .view a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .all_trips .view a {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 374px) {
  .all_trips .view a {
    height: auto;
  }
}
.all_trips .view .text p {
  position: relative;
  z-index: 2;
  width: 830px;
  height: 475px;
  padding: 38px 50px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .all_trips .view .text p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .all_trips .view .text p {
    width: 100%;
    height: 250px;
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 400;
  }
}
.all_trips .view .text h5 {
  position: absolute;
  top: 66px;
  left: 50px;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .all_trips .view .text h5 {
    left: 18px;
    top: 40px;
    font-size: 14px;
    font-weight: 400;
  }
}
.all_trips .view .text h4 {
  position: relative;
  z-index: 2;
  bottom: 120px;
  left: 60px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .all_trips .view .text h4 {
    left: 18px;
    font-size: 15px;
    font-weight: 400;
  }
}
@media (max-width: 374px) {
  .all_trips .view .text h4 {
    font-size: 14px;
    left: 10px;
    bottom: 340px;
  }
}
.all_trips .view .text .next img {
  height: 16px;
  width: 40px;
  position: absolute;
  bottom: 69px;
  right: 60px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .all_trips .view .text .next a {
    bottom: 200px;
    left: 40px;
  }
}
@media (max-width: 374px) {
  .all_trips .view .text .next a {
    top: 230px;
  }
}
.all_trips .description {
  float: right;
  width: 445px;
}
@media (max-width: 1279px) {
  .all_trips .description {
    width: 34%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .all_trips .description {
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
  }
}
.all_trips .description .prescription {
  width: 445px;
}
@media (max-width: 1279px) {
  .all_trips .description .prescription {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .all_trips .description .prescription {
    width: calc(100% - 20px);
  }
}
.all_trips .description .prescription h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 55px;
  margin: 42px 0px 30px 0px;
}
@media (max-width: 1279px) {
  .all_trips .description .prescription h4 {
    font-size: 32px;
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 1024px) {
  .all_trips .description .prescription h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 25px;
    margin: 20px 0 15px 0;
  }
}
.all_trips .description .prescription h5 {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  margin: 0 0 50px 0;
}
@media (max-width: 1024px) {
  .all_trips .description .prescription h5 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
}
.all_trips .description .prescription a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #FAC232;
  float: left;
  width: 287px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 38px;
  margin: 0 60px 0 0;
  background-color: #ffffff;
  border: 1px solid #FAC232;
}
@media (max-width: 1024px) {
  .all_trips .description .prescription a {
    font-size: 15px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
  }
}

footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
@media (max-width: 1279px) {
  footer .layout {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .layout {
    width: 100%;
  }
}
footer .follow {
  height: 214px;
  overflow: hidden;
  float: left;
}
@media (max-width: 1279px) {
  footer .follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
    height: auto;
    margin: 0 auto 20px auto;
  }
}
footer .follow img {
  width: 160px;
  height: 35px;
  margin: 75px 197px 0 0;
  float: left;
}
@media (max-width: 1279px) {
  footer .follow img {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 767px) {
  footer .follow img {
    margin: 25px 0 0 0;
  }
}
footer .follow a {
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 65px 102px 0 0;
  width: 200px;
  color: #76838D;
}
@media (max-width: 1279px) {
  footer .follow a {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 767px) {
  footer .follow a {
    margin: 30px 0px 0px 0;
  }
}
footer .icon {
  margin: 82px 0 0 0;
  float: right;
}
@media (max-width: 1279px) {
  footer .icon {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 767px) {
  footer .icon {
    margin: 0 0 20px 0;
  }
}
footer .icon ul {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
@media (max-width: 1279px) {
  footer .icon ul {
    display: block;
    float: none;
    height: auto;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}
footer .icon ul li {
  float: left;
  margin: 0 37px 0 0;
}
@media (max-width: 1279px) {
  footer .icon ul li {
    display: inline-block;
    float: none;
  }
}
footer .icon ul li a {
  width: 26px;
  height: 20px;
  display: block;
}
footer .icon ul li:nth-child(2) a {
  width: 13px;
  height: 24px;
}
footer .icon ul li:last-child {
  margin: 0 0 0 0;
}
footer .icon ul li:last-child a {
  width: 27px;
  height: 16px;
}

.reviews {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 160px 0 160px 0;
}
@media (max-width: 1024px) {
  .reviews {
    padding: 40px 0 40px 0;
  }
}
.reviews .layout {
  width: 1375px;
}
@media (max-width: 1700px) {
  .reviews .layout {
    width: 1330px;
  }
}
@media (max-width: 1279px) {
  .reviews .layout {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .reviews .layout {
    width: 96%;
  }
}
.reviews .trip_review {
  float: left;
  width: 445px;
}
@media (max-width: 1279px) {
  .reviews .trip_review {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .reviews .trip_review {
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
  }
}
.reviews .view {
  width: 830px;
  height: 475px;
  float: right;
  position: relative;
}
@media (max-width: 1279px) {
  .reviews .view {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .reviews .view {
    width: 100%;
    height: 250px;
    float: none;
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 374px) {
  .reviews .view {
    height: 200px;
  }
}
.reviews .view a {
  width: 830px;
  height: 475px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1279px) {
  .reviews .view a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reviews .view a {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 374px) {
  .reviews .view a {
    height: auto;
  }
}
.reviews .view .text p {
  position: relative;
  z-index: 2;
  width: 830px;
  height: 475px;
  padding: 38px 50px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .reviews .view .text p {
    font-size: 15px;
    height: 250px;
  }
}
@media (max-width: 375px) {
  .reviews .view .text p {
    padding: 20px 23px;
  }
}
.reviews .view .text h5 {
  position: absolute;
  top: 71px;
  left: 50px;
  z-index: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .reviews .view .text h5 {
    top: 60px;
    left: 20px;
  }
}
.reviews .view .text h4 {
  position: relative;
  z-index: 2;
  bottom: 120px;
  left: 60px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .reviews .view .text h4 {
    font-size: 15px;
    bottom: 70px;
    left: 20px;
  }
}
@media (max-width: 374px) {
  .reviews .view .text h4 {
    font-size: 11px;
    left: 10px;
    bottom: 340px;
  }
}
.reviews .view .text img {
  width: 40px;
  height: 16px;
  position: absolute;
  bottom: 69px;
  right: 60px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .reviews .view .text img {
    bottom: 45px;
  }
}
@media (max-width: 375px) {
  .reviews .view .text img {
    right: 10px;
  }
}
.reviews .trip_review h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 55px;
  margin: 42px 0px 30px 0px;
}
@media (max-width: 1279px) {
  .reviews .trip_review h4 {
    font-size: 32px;
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 1024px) {
  .reviews .trip_review h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 25px;
    margin: 20px 0 15px 0;
  }
}
.reviews .trip_review h5 {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  margin: 0 0 50px 0;
}
@media (max-width: 1279px) {
  .reviews .trip_review h5 {
    margin: 0 0 50px 10px;
  }
}
@media (max-width: 1024px) {
  .reviews .trip_review h5 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
}
.reviews .trip_review a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #FAC232;
  float: left;
  width: 287px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 38px;
  margin: 0 60px 0 0;
  background-color: #ffffff;
  border: 1px solid #FAC232;
}
@media (max-width: 1279px) {
  .reviews .trip_review a {
    margin: 0 60px 0 10px;
  }
}
@media (max-width: 1024px) {
  .reviews .trip_review a {
    font-size: 15px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
    margin: 0 0 10px 0;
  }
}