@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.back-to-top {
  width: 24px;
  height: 24px;
  background-color: #75784e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.back-to-top svg {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    transform: none;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
  }
}

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

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  /* color: #9c9c9c; */
  color: #767676;
  position: relative;
}

body.no-scroll {
  overflow-y: hidden;
}

.max-width {
  max-width: 1364px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .max-width {
    max-width: 90%;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  font-family: "DM Serif Display";
  color: #474747;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 37px;
  }
}
@media screen and (max-width: 350px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  font-family: "DM Serif Display";
  color: #474747;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 37px;
  }
}
@media screen and (max-width: 350px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: 400;
  color: #75784e;
}
@media screen and (max-width: 350px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 35px;
  font-weight: 400;
  font-family: "DM Serif Display";
  color: #b4bb6b;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  h4 {
    font-size: 25px;
  }
}

p {
  /* font-size: 16px; */
  font-size: 20px;
  font-weight: 300;
  /* color: #9c9c9c; */
  color: #767676;
}
@media screen and (max-width: 1399px) {
  p {
    font-size: 15px;
  }
}

.text p {
  margin-top: 20px;
}

.section-padding {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .section-padding {
    padding: 40px 0 !important;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  color: white;
  background-color: #b4bb6b;
  padding: 10px 50px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 300;
}
.btn.grey {
  background-color: #cecece;
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 16px;
  }
}

.btn:hover {
  color: #fff;
}

.title span {
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: 400;
  color: #75784e;
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 23px;
  }
}

.grey-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.green-section {
  background-color: #b4bb6b;
  position: relative;
  height: 340px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .green-section {
    height: -moz-fit-content;
    height: fit-content;
  }
  .green-section .max-width {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.green-section .left-part {
  width: 100%;
  max-width: 500px;
}
.green-section .left-part h2 {
  font-family: "DM Serif Display";
  color: white;
  font-weight: 400;
}
.green-section .left-part h2 span {
  font-family: "Playfair Display";
}
.green-section .left-part p {
  color: white;
  font-size: 15px;
}
.green-section .left-part .btn {
  margin-top: 20px;
  border: 1px solid white;
}
@media screen and (max-width: 1199px) {
  .green-section .left-part h2, .green-section .left-part p {
    text-align: center;
  }
  .green-section .left-part .btn {
    width: 100%;
    max-width: 500px;
    text-align: center;
  }
}
.green-section .green-sec-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 340px;
}
@media screen and (max-width: 1199px) {
  .green-section .green-sec-img {
    display: none;
  }
}
.green-section .green-sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.green-circle {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b4bb6b;
  position: relative;
  z-index: 2;
}

.d-none {
  display: none !important;
}

.darkG-btn {
  background-color: #75784e;
  color: white;
}

.purple-btn {
  background-color: #886bbb;
  color: white;
}

.price {
  font-size: 18px;
  /* font-weight: 300; */
  font-weight: 600;
}
.tour-price {
  font-size: 18px;
  /* font-weight: 300; */
  font-weight: 600;
  color: #767676 !important;
}

.image-section {
  height: 360px;
}
.image-section .max-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.image-section .max-width span {
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.image-section .max-width h2 {
  color: white;
  text-align: center;
}
.image-section .max-width h2 span {
  font-family: "Playfair Display";
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .image-section .max-width h2 span {
    font-family: inherit;
    font-size: inherit;
  }
}

.gallery-container .image img,
.blog-img img,
.main-blog-image img,
.blog-gallery div img,
.other-img img,
.gallery-item img,
.about-item img,
.member-img img,
.tour-image img,
.tour-head-image img,
.m-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.dark-overlay {
  z-index: 100;
  opacity: 0.77;
  display: none;
}

@media screen and (max-width: 1199px) {
  .mt {
    margin-top: 80px;
  }
}

.active-panel {
  display: grid !important;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  border: 1px solid #75784e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}
.close img {
  width: 10px;
  height: 10px;
}

.close:hover {
  opacity: 1 !important;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  width: 90%;
  max-width: 1200px;
  padding: 30px;
  display: none;
}
@media screen and (max-width: 1399px) {
  .popup {
    position: absolute;
    top: 100px;
    transform: translate(-50%, 0);
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .popup {
    padding: 30px 10px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.content {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .content {
    padding: 50px 0;
    max-width: unset;
  }
}



.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

footer {
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
@media screen and (max-width: 1399px) {
  footer {
    background-size: cover;
  }
}

.foot1, .foot2 {
  position: relative;
  z-index: 2;
}

.foot1 {
  padding: 80px 0;
}
.foot1 p, .foot1 a {
  color: #fff;
  font-size: 16px;
}
.foot1 .logo-and-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.foot1 .logo-and-social .footer-logo img {
  width: 185px;
}
.foot1 .logo-and-social .footer-social a {
  margin-left: 20px;
}
.foot1 .logo-and-social .footer-social a:first-child {
  margin-left: 0;
}
.foot1 .foot-info {
  padding-top: 25px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.foot1 .foot-info .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.foot1 .foot-info .right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.foot1 .foot-info .right a {
  font-weight: 300;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.foot1 .foot-info .right a:hover {
  color: #b4bb6b;
}
.foot1 .foot-info .left p, .foot1 .foot-info .left a {
  font-weight: 400;
}
.foot1 .foot-info .left div {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.foot1 .foot-info .left div a {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.foot1 .foot-info .left div a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .foot1 {
    padding: 50px 0;
  }
  .foot1 .logo-and-social {
    flex-direction: column;
  }
  .foot1 .logo-and-social .footer-social {
    margin-top: 30px;
  }
  .foot1 .foot-info {
    flex-direction: column;
    align-items: center;
  }
  .foot1 .foot-info .right {
    align-items: center;
    margin-top: 30px;
  }
  .foot1 .foot-info .right ul {
    align-items: center;
    margin-top: 30px;
  }
  .foot1 .foot-info .left p {
    text-align: center;
  }
}

.footer-social svg {
  width: 30px;
  height: 30px;
  fill: #b4bb6b;
  transition: all 0.5s;
}
.footer-social svg:hover {
  fill: #75784e;
}

.foot2 {
  padding: 10px 0;
}
.foot2 .overlay {
  opacity: 0.39;
}
.foot2 p, .foot2 a {
  font-weight: 300;
  font-size: 14px;
}
.foot2 .max-width {
  position: relative;
  z-index: 3;
  display: flex;
}
.foot2 .max-width p:first-child {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.6);
}
.foot2 .max-width p:first-child a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 0;
}
.foot2 .max-width ul {
  display: flex;
}
.foot2 .max-width a {
  color: #fff;
  margin-left: 20px;
  transition: all 0.5s;
}
.foot2 .max-width a:hover {
  color: #b4bb6b;
}
@media screen and (max-width: 991px) {
  .foot2 .max-width {
    flex-direction: column-reverse;
    align-items: center;
  }
  .foot2 .max-width ul {
    flex-direction: column;
    align-items: center;
  }
  .foot2 .max-width ul li {
    margin-bottom: 15px;
  }
  .foot2 .max-width a {
    margin-left: 0;
  }
  .foot2 .max-width p {
    text-align: center;
    margin-right: unset !important;
    padding-right: 30px;
  }
}

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 15px 10px;
  height: 230px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: contain; */
  /* background-attachment: fixed; */
}
@media screen and (max-width: 1399px) {
  header {
    background-size: auto;
  }
}
@media screen and (max-width: 1199px) {
  header {
    position: fixed;
    padding: 0;
    height: 80px;
    background-attachment: unset;
    background-size: cover;
  }
}
header .max-width {
  position: relative;
  z-index: 100;
}
header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .logo {
  display: block;
  width: 100%;
  /* max-width: 140px;
  height: 75px; */
  max-width: 170px;
  height: 90px;
}
header .top-header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .top-header ul.top-list {
  display: flex;
  align-items: center;
  position: relative;
}
header .top-header ul.top-list li.languages details {
  position: relative;
  cursor: pointer;
  width: 45px;
}
header .top-header ul.top-list li.languages summary {
  font-size: 16px;
  font-weight: 200;
  color: white;
  list-style: none;
  background: transparent url("../images/arr-down-white.svg") no-repeat;
  background-position: 100%;
}
header .top-header ul.top-list li.languages ul {
  position: absolute;
  top: 30px;
  background-color: white;
  z-index: 3;
}
header .top-header ul.top-list li.languages ul li {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-header ul.top-list li.languages ul li .active-lang {
  background-color: #b4bb6b;
  color: white;
}
header .top-header ul.top-list li.languages ul li a {
  color: #474747;
  font-size: 16px;
  font-weight: 200;
  padding: 5px 10px;
}
header .top-header ul.top-list li {
  margin-right: 20px;
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
}
header .top-header ul.top-list li:last-child {
  margin-right: 0;
}
header .top-header ul.top-list .search-d {
  transition: all 0.5s;
}
header .top-header ul.top-list .search-d summary {
  list-style: none;
}
header .top-header ul.top-list .search-d .search-open {
  width: 450px;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
header .top-header ul.top-list .search-d .search-open input {
  padding: 12px 15px;
  background-color: rgba(180, 187, 107, 0.5);
  color: white;
  font-size: 16px;
  border: 0;
  border-radius: 36px;
  width: 100%;
}
header .top-header ul.top-list .search-d .search-open input::-moz-placeholder {
  color: white;
  font-size: 16px;
  font-family: "Poppins";
}
header .top-header ul.top-list .search-d .search-open input::placeholder {
  color: white;
  font-size: 16px;
  font-family: "Poppins";
}
header .top-header ul.top-list .search-d .search-open input:focus {
  outline: none;
}
header .top-header ul.top-list .search-d[open] {
  position: absolute;
  right: 0;
  top: 0;
}
header .bottom-header ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom-header ul li a,
header .bottom-header ul li summary {
  color: white;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}
header .bottom-header ul li a.active-page, header .bottom-header ul li summary.active-page {
  font-weight: 400;
}
header .bottom-header ul li details {
  position: relative;
  cursor: pointer;
}
header .bottom-header ul li details summary {
  list-style: none;
  background: transparent url("../images/arr-down-white.svg") no-repeat;
  background-position: 100%;
  padding-right: 15px;
}
header .bottom-header ul li details[open] summary {
  background: transparent url("../images/arr-up-white.svg") no-repeat;
  background-position: 100%;
}
header .bottom-header ul li ul {
  position: absolute;
  top: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  width: 270px;
  max-width: 270px;
  min-width: -moz-max-content;
  min-width: max-content;
}
header .bottom-header ul li ul li {
  padding-bottom: 10px;
}
header .bottom-header ul li ul li:last-child {
  padding-bottom: 0;
}
header .bottom-header ul li ul li a {
  color: #474747;
  font-size: 16px;
  font-weight: 200;
  text-shadow: 0.5px 0.5px 0 transparent;
  transition: all 0.5s;
}
header .bottom-header ul li ul li a:hover {
  color: #b4bb6b;
  text-shadow: 0.5px 0.5px 0 #b4bb6b;
  transition: all 0.5s;
}

.home-header {
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .home-header {
    position: fixed;
  }
}

header .smaller .logo {
  height: 60px;
}

.white-separator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.white-separator hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 1em 0;
  padding: 0;
  width: 48%;
}
.white-separator span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  #header {
    display: none;
  }
}

#header-mobile {
  height: 100%;
}
@media screen and (min-width: 1200px) {
  #header-mobile {
    display: none;
  }
}

.top-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-mobile .logo-mobile img {
  width: 100px;
}

#head-info {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-bottom: 100px;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.5s;
 
}
#head-info ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
  padding-top: 50px;
  overflow-y: scroll;
}
#head-info ul li {
  margin: 5px 0;
}
#head-info ul a, #head-info ul summary {
  font-size: 25px;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 576px) {
    #head-info ul a, #head-info ul summary {
      font-size: 20px;
    }

    #head-info ul .lang-mobile ul{
      padding-top: 20px;
    }

    .mob-submenu li a{
      font-size: 18px !important;
    }
}
@media screen and (max-width: 350px) {
  #head-info ul a, #head-info ul summary {
    font-size: 18px;
  }
}
#head-info ul a.active-page, #head-info ul summary.active-page {
  font-weight: 600;
  color: #b4bb6b;
}
#head-info ul details {
  position: relative;
}
#head-info ul details summary {
  list-style: none;
  background: transparent url("../images/arrow-down-sign-to-navigate.png") no-repeat;
  background-position: 100%;
  background-size: 16px;
}
#head-info ul details ul {
  overflow-y: hidden;
  padding-top: 0;
  padding-bottom: 20px;
}
#head-info ul details ul a {
  font-size: 20px;
}
@media screen and (max-width: 350px) {
  #head-info ul details ul a {
    font-size: 16px;
  }
}
/* #head-info ul .lang-mobile {
  margin-top: auto;
} */
#head-info ul .lang-mobile ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow-y: hidden;
}
#head-info ul .lang-mobile ul a {
  font-size: 20px;
  padding: 10px;
  font-weight: 300;
  color: #75784e;
}
#head-info ul .lang-mobile ul a.active-lang {
  color: #b4bb6b;
}

.search-li-mobile, .shop-and-user {
  width: 100%;
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.search-li-mobile {
  padding: 20px 0;
}

.shop-and-user {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
}
.shop-and-user .green-circle {
  width: 50px;
  height: 50px;
}
.shop-and-user .green-circle:first-child {
  margin-left: 50px;
}
.shop-and-user .green-circle:last-child {
  margin-right: 50px;
}

.search-mobile {
  width: 100%;
  max-width: 500px;
  background-color: #b4bb6b;
  height: 40px;
  border-radius: 25px;
  position: relative;
}
.search-mobile input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: #75784e;
  padding-left: 50px;
  padding-right: 20px;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
}
.search-mobile input::-moz-placeholder {
  font-weight: 200;
  color: #fff;
  font-size: 17px;
}
.search-mobile input::placeholder {
  font-weight: 200;
  color: #fff;
  font-size: 17px;
}
.search-mobile svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.search2 {
  position: relative;
}
.search2 .search-open2 {
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #b4bb6b;
  height: 100%;
  width: 0;
  border-bottom-left-radius: 21px;
  border-top-left-radius: 21px;
  transition: all 0.5s;
}
.search2 .search-open2 form, .search2 .search-open2 form input {
  width: 100%;
  height: 100%;
}
.search2 .search-open2 input {
  background: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
}
.search2 .search-open2 input::-moz-placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
}
.search2 .search-open2 input, .search2 .search-open2 input::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
}

.search-width {
  width: 450px !important;
}

.hamburger {
  padding: 15px 15px;
  padding-right: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.main-swiper {
  width: 100%;
}
.main-swiper .mainSwiper {
  width: 100%;
}
.main-swiper .mainSwiper .swiper-slide {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 575px) {
  .main-swiper .mainSwiper .swiper-slide {
    height: 500px;
  }
}
.main-swiper .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-swiper .mainSwiper .swiper-slide .headline {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}
.main-swiper .mainSwiper .swiper-slide .headline .max-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-swiper .mainSwiper .swiper-slide .headline p {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.main-swiper .mainSwiper .swiper-slide .headline h1 {
  color: white;
  font-size: 70px;
  /* font-family: "DM Serif Display"; */
  font-family: "Playfair Display";
  font-weight: 400;
  text-align: center;
  line-height: 70px;
  margin: 20px 0;
}
.main-swiper .mainSwiper .swiper-slide .headline h2 strong {
  font-family: "DM Serif Display";
  font-weight: 400;
}
.main-swiper .mainSwiper .swiper-slide .headline h1 strong {
  font-family: "DM Serif Display";
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .main-swiper .mainSwiper .swiper-slide .headline h1 {
    font-size: 37px;
    line-height: 40px;
  }
}
.main-swiper .mainSwiper .swiper-slide .headline h1 span {
  font-family: "Playfair Display";
}
.main-swiper .mainSwiper .swiper-slide .headline h2 {
  color: white;
  font-size: 70px;
  /* font-family: "DM Serif Display"; */
  font-family: "Playfair Display";
  font-weight: 400;
  text-align: center;
  line-height: 70px;
  margin: 20px 0;
}
@media screen and (max-width: 575px) {
  .main-swiper .mainSwiper .swiper-slide .headline h2 {
    font-size: 37px;
    line-height: 40px;
  }
}
.main-swiper .mainSwiper .swiper-slide .headline h2 span {
  font-family: "Playfair Display";
}
.main-swiper .mainSwiper .swiper-slide .headline a {
  margin-top: 10px;
}
.main-swiper .mainSwiper .main-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  position: absolute;
  z-index: 2;
}
.main-swiper .mainSwiper .main-swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.main-swiper .mainSwiper .main-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: white;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.aboutHome-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .aboutHome-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .aboutHome-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aboutHome-wrapper .left-cont {
  flex: 60%;
}
@media screen and (max-width: 1399px) {
  .aboutHome-wrapper .left-cont {
    flex: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .aboutHome-wrapper .left-cont {
    flex: 100%;
  }
}
.aboutHome-wrapper .left-cont .text {
  margin-top: 20px;
  width: 80%;
}
@media screen and (max-width: 1199px) {
  .aboutHome-wrapper .left-cont .text {
    width: 100%;
  }
}
.aboutHome-wrapper .left-cont p {
  margin-top: 15px;
}
.aboutHome-wrapper .left-cont .btn {
  margin-top: 35px;
}
.aboutHome-wrapper .right-cont {
  flex: 40%;
  margin-left: 40px;
}
@media screen and (max-width: 1399px) {
  .aboutHome-wrapper .right-cont {
    flex: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .aboutHome-wrapper .right-cont {
    margin-top: 40px;
    margin-left: 0;
    flex: 100%;
    width: 100%;
  }
}
.aboutHome-wrapper .right-cont .aboutHome-gallery {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  height: 440px;
  position: relative;
}
.aboutHome-wrapper .right-cont .aboutHome-gallery .about-item {
  width: 100%;
  border-radius: 15px;
}
.aboutHome-wrapper .right-cont .aboutHome-gallery .about-item:first-child {
  grid-row: span 2;
  height: 440px;
}
@media screen and (max-width: 575px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery .about-item:first-child {
    height: 300px;
  }
}
.aboutHome-wrapper .right-cont .aboutHome-gallery .about-item:nth-child(2) {
  height: 290px;
}
@media screen and (max-width: 575px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery .about-item:nth-child(2) {
    height: 190px;
  }
}
.aboutHome-wrapper .right-cont .aboutHome-gallery .about-item:nth-child(3) {
  height: 140px;
}
@media screen and (max-width: 575px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery .about-item:nth-child(3) {
    height: 105px;
  }
}
.aboutHome-wrapper .right-cont .aboutHome-gallery .about-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.aboutHome-wrapper .right-cont .aboutHome-gallery .gallery-icon {
  width: 90px;
  height: 90px;
  background-color: #b4bb6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55%;
  left: 30%;
  transform: translateX(8%);
}
@media screen and (max-width: 1199px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery .gallery-icon {
    transform: translateX(55%);
  }
}
@media screen and (max-width: 991px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery .gallery-icon {
    left: calc(40% - 45px);
    transform: none;
  }
}
@media screen and (max-width: 575px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery .gallery-icon {
    left: calc(40% - 30px);
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery {
    grid-template-columns: 40% 60%;
  }
}
@media screen and (max-width: 575px) {
  .aboutHome-wrapper .right-cont .aboutHome-gallery {
    height: 300px;
  }
}

.top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.top-wrapper .left-cont {
  display: flex;
  align-items: center;
}
.top-wrapper .left-cont .title {
  margin-right: 40px;
  padding-right: 20px;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
.top-wrapper .left-cont p {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1199px) {
  .top-wrapper .left-cont {
    flex-direction: column;
    align-items: start;
  }
  .top-wrapper .left-cont .title {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .top-wrapper .left-cont p {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
}
.top-wrapper .green-circle {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .top-wrapper .green-circle {
    width: 50px;
    height: 50px;
  }
  .top-wrapper .green-circle svg {
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-wrapper .tours-link {
    position: absolute;
    top: 25px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-wrapper {
    display: grid;
    gap: 30px;
  }
}

.top-wrapper-2 {
  align-items: end;
}

.tours-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 70px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .tours-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .tours-wrapper {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tours-wrapper .tour {
  width: 100%;
}
.tours-wrapper .tour .tour-image {
  width: 100%;
  height: 290px;
  border-radius: 15px;
  position: relative;
}
.tours-wrapper .tour .tour-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.tours-wrapper .tour .tour-image .sale {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #886bbb;
  border-top-left-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
}
.tours-wrapper .tour .tour-details .top-details {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tours-wrapper .tour .tour-details .top-details .date {
  font-size: 18px;
  font-weight: 400;
  color: #75784e;
}
.tours-wrapper .tour .tour-details .top-details .location {
  font-size: 15px;
  font-weight: 300;
  color: #b4bb6b;
  background-color: rgba(180, 187, 107, 0.2);
  padding: 3px 15px;
  border-radius: 12px;
  margin-left: 15px;
  margin-left: 0;
}
.tours-wrapper .tour .tour-details .card-location {
  font-size: 15px;
  font-weight: 300;
  color: #b4bb6b;
  background-color: rgba(180, 187, 107, 0.2);
  padding: 3px 15px;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: max-content;
}
.tours-wrapper .tour .tour-details h3 {
  font-family: "DM Serif Display";
  color: #474747;
  font-size: 33px;
  min-height: 93px;
}
.tours-wrapper .tour .tour-details p {
  font-size: 15px;
}
.tours-wrapper .tour .tour-details .bottom-buttons {
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  justify-content: space-between;
  margin-top: 15px;
}
.tours-wrapper .tour .tour-details .bottom-buttons .btn {
  padding: 10px;
  width: 100%;
  max-width: 165px;
}
.tours-wrapper .tour .tour-details .bottom-buttons .price {
  margin-right: 10px;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .services {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .services {
    grid-template-columns: 1fr;
  }
}
.services .left-part {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .left-part .service-wrapper {
  min-height: 300px;
}
.services .service-wrapper {
  background-color: white;
  box-shadow: 0 4px 42px rgba(48, 123, 196, 0.2);
  padding: 20px 25px;
  border-radius: 20px;
}
.services .service-wrapper .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "DM Serif Display";
  color: white;
  background-color: #b4bb6b;
  max-width: 30px;
  min-width: 30px;
  height: 28px;
  border-radius: 50%;
}
.services .service-wrapper h3 {
  color: #474747;
  font-family: "DM Serif Display";
  margin: 10px 0;
}
.services .service-wrapper p {
  font-size: 15px;
}

.services-title span {
  font-family: "Playfair Display";
  font-size: 30px;
  color: #b4bb6b;
}

.back-image {
  position: absolute;
  left: -11%;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  z-index: -1;
}
.back-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .back-image {
    transform: none;
    top: 0;
    left: -60%;
  }
}

.back-image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
}
.back-image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.products-swiper {
  position: relative;
  margin-top: 50px;
}
.products-swiper .green-circle {
  width: 46px;
  height: 46px;
}
.products-swiper .product-prev, .products-swiper .product-next {
  position: absolute;
  top: 165px;
  cursor: pointer;
}
.products-swiper .product-prev {
  transform: rotate(180deg);
  left: -23px;
}
@media screen and (max-width: 575px) {
  .products-swiper .product-prev {
    left: -15px;
  }
}
.products-swiper .product-next {
  right: -23px;
}
@media screen and (max-width: 575px) {
  .products-swiper .product-next {
    right: -15px;
  }
}
.products-swiper .product-img {
  height: 370px;
  margin-bottom: 20px;
  position: relative;
}
.products-swiper .product-img .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b4bb6b;
  cursor: pointer;
}
.products-swiper .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products-swiper p {
  font-size: 18px;
  color: #75784e;
}
.products-swiper h3 {
  font-size: 33px;
  font-family: "DM Serif Display";
  color: #474747;
  font-weight: 400;
}
.products-swiper span {
  font-size: 25px;
  color: #b4bb6b;
}

.leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 100px;
}

.trees {
  height: 500px;
}
.trees img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 1399px) {
  .trees {
    height: 350px;
  }
}

.newsletter {
  background-color: #b4bb6b;
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.newsletter .max-width {
  max-width: 750px;
  padding: 0 20px;
}
.newsletter p, .newsletter h2 {
  color: #fff;
  text-align: center;
}
.newsletter .sign-in {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.newsletter .sign-in input {
  height: 60px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
}
.newsletter .sign-in input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #9c9c9c;
}
.newsletter .sign-in input, .newsletter .sign-in input::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #9c9c9c;
}
.newsletter .sign-in .btn {
  background-color: #75784e;
  height: 60px;
  border-radius: 30px;
  width: 100%;
  max-width: 235px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .newsletter .sign-in {
    flex-direction: column;
  }
  .newsletter .sign-in .btn {
    max-width: unset;
    margin-top: 10px;
    margin-left: 0;
  }
  .newsletter .sign-in input, .newsletter .sign-in .btn {
    height: 50px;
  }
}
.newsletter .check-container {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.newsletter .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.newsletter .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #eee;
  border-radius: 50%;
}
.newsletter .check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.newsletter .check-container input:checked ~ .checkmark {
  background-color: #75784e;
}
.newsletter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.newsletter .check-container input:checked ~ .checkmark:after {
  display: block;
}
.newsletter .check-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

.albums-details {
  position: relative;
  cursor: pointer;
  width: 235px;
  padding: 20px;
  border: 0.5px solid #9c9c9c;
  border-radius: 40px;
}
.albums-details summary {
  list-style: none;
  background: transparent url("../images/down-arrow.png") no-repeat;
  background-position: 100%;
}
.albums-details summary, .albums-details ul li {
  font-size: 18px;
  font-weight: 300;
}
.albums-details ul {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #f9f9f9;
  z-index: 3;
  width: 100%;
  border: 0.5px solid #9c9c9c;
  border-radius: 20px;
  padding: 10px 0;
}
.albums-details ul li {
  margin-bottom: 5px;
  padding-left: 20px;
}
.albums-details ul li:hover {
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .albums-details {
    padding: 10px;
  }
}

.home-gallery .gallery-container {
  position: relative;
  margin-top: 50px;
}
.home-gallery .gallery-container .green-circle {
  width: 82px;
  height: 82px;
  position: absolute;
  right: -41px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.home-gallery .gallery-container .image {
  height: 400px;
}
@media screen and (max-width: 1399px) {
  .home-gallery .gallery-container .image {
    height: 300px;
  }
  .home-gallery .gallery-container .green-circle {
    width: 60px;
    height: 60px;
    right: -30px;
  }
  .home-gallery .gallery-container .green-circle svg {
    width: 25px;
  }
}
@media screen and (max-width: 575px) {
  .home-gallery .gallery-container {
    margin-top: 20px;
  }
  .home-gallery .gallery-container .image {
    height: 30vh;
  }
  .home-gallery .gallery-container .image img {
    border-radius: 15px;
  }
  .home-gallery .gallery-container .green-circle {
    width: 44px;
    height: 44px;
    right: -16px;
  }
}

.check-text {
  margin-top: 50px;
}
.check-text li {
  margin-top: 20px;
}
.check-text p {
  background-image: url("../images/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
}

.privacy {
  margin-top: 70px;
}
.privacy h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
  font-family: "DM Serif Display";
  color: #b4bb6b;
}
@media screen and (max-width: 575px) {
  .privacy h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .privacy h2 {
    font-size: 25px;
  }
}

.middle-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.leaf-background {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.blog-grid {
  display: grid;
  gap: 20px;
  margin-top: 50px;
}

.blog-news {
  display: grid;
  grid-template-columns: 35% 65%;
  min-height: 280px;
}
.blog-news .blog-img img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.blog-news .blog-info {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #F9F9F9;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-news .blog-info h2 {
  font-size: 35px;
  line-height: 40px;
}
.blog-news .blog-info p {
  margin: 10px 0;
}
.blog-news .blog-info span {
  font-size: 15px;
  font-weight: 300;
  color: #b4bb6b;
  padding: 7px 15px;
  border-radius: 20px;
  background-color: rgba(180, 187, 107, 0.21);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .blog-news .blog-info {
    padding: 30px;
  }
  .blog-news .blog-info h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .blog-news {
    grid-template-columns: 1fr;
  }
  .blog-news .blog-img img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
  }
  .blog-news .blog-info {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (max-width: 575px) {
  .blog-news .blog-info {
    padding: 30px 15px;
  }
}

.blog-news:hover h2 {
  text-decoration: underline;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.blog-pagination a {
  margin: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(21, 32, 70, 0.07);
}
.blog-pagination a.active-blog-section {
  background-color: #b4bb6b;
  color: #fff;
}
.blog-pagination li:first-child a, .blog-pagination li:last-child a {
  box-shadow: none;
  /* padding: 10px; */
}
.blog-pagination li:first-child a img, .blog-pagination li:last-child a img {
  width: 13px;
}
.blog-pagination li:last-child a img {
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .blog-pagination a {
    margin: 0 5px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .blog-pagination li:first-child a, .blog-pagination li:last-child a {
    padding: 10px 0;
  }
}

.main-blog-image {
  height: 60vh;
}
.main-blog-image img {
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .main-blog-image {
    height: 40vh;
  }
}
@media screen and (max-width: 767px) {
  .main-blog-image {
    height: 30vh;
  }
}

.blog-title {
  margin: 50px 0;
}
.blog-title h1 {
  font-size: 50px;
}
@media screen and (max-width: 1399px) {
  .blog-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .blog-title h1 {
    font-size: 37px;
  }
}
@media screen and (max-width: 350px) {
  .blog-title h1 {
    font-size: 30px;
  }
}
.blog-title div, .blog-title div span {
  font-size: 18px;
  font-weight: 300;
}
.blog-title div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.blog-title .share {
  margin: 0;
  margin-left: 10px;
}
.blog-title span {
  color: #b4bb6b;
  background-color: rgba(180, 187, 107, 0.21);
  padding: 5px 15px;
  border-radius: 20px;
  margin-right: 10px;
  text-align: center;
}
.blog-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #b4bb6b;
  border-radius: 50%;
  margin-left: 10px;
}
.blog-title a img {
  height: 14px;
}

.blog-gallery {
  margin: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 25vh;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.blog-gallery div img {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.blog-gallery div:nth-child(3n+1) {
  grid-row: span 2;
}
.blog-gallery div:nth-child(3n+1) img {
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .blog-gallery {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .blog-gallery {
    grid-template-columns: 1fr;
  }
  .blog-gallery div img {
    border-radius: 15px;
  }
}

.other-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 30px;
  margin: 50px 0;
}
.other-news .other-img {
  height: 290px;
}
.other-news .other-img img {
  border-radius: 15px;
}
.other-news h2 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 10px;
}
.other-news .other:hover h2 {
  text-decoration: underline;
}
@media screen and (max-width: 1399px) {
  .other-news .other-img {
    height: 250px;
  }
  .other-news h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .other-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .other-news {
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }
  .other-news .other-img {
    height: 30vh;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  grid-auto-rows: 30vh;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.gallery-grid .gallery-item {
  transition: all 0.5s;
}
.gallery-grid .gallery-item img {
  border-radius: 10px;
}
.gallery-grid .gallery-item:hover {
  scale: 1.05;
}
.gallery-grid .gallery-item:nth-child(5n+1), .gallery-grid .gallery-item:nth-child(5n+2) {
  grid-column: span 3;
}
.gallery-grid .gallery-item:nth-child(5n+3), .gallery-grid .gallery-item:nth-child(5n+4), .gallery-grid .gallery-item:nth-child(5n) {
  grid-column: span 2;
}
@media screen and (max-width: 1399px) {
  .gallery-grid {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery-grid {
    gap: 5px;
    grid-auto-rows: 20vh;
  }
}
@media screen and (max-width: 575px) {
  .gallery-grid {
    grid-auto-rows: 25vh;
    grid-template-columns: 1fr;
  }
  .gallery-grid .gallery-item:nth-child(5n+1), .gallery-grid .gallery-item:nth-child(5n+2) {
    grid-column: auto;
  }
  .gallery-grid .gallery-item:nth-child(5n+3), .gallery-grid .gallery-item:nth-child(5n+4), .gallery-grid .gallery-item:nth-child(5n) {
    grid-column: auto;
  }
}

.gallery-buttons {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .gallery-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .gallery-buttons {
    margin-bottom: 20px;
  }
}

.gallery-button {
  font-size: 18px;
  font-weight: 300;
  /* color: #9c9c9c; */
  color: #767676;
  padding: 15px 25px;
  border: 1px solid #9c9c9c;
  background: none;
  border-radius: 36px;
  transition: all 0.5s;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .gallery-button {
    margin: 5px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-button {
    font-size: 12px;
    padding: 10px;
  }
}

.gallery-button.active-btn, .gallery-button:hover {
  color: #fff;
  border: 1px solid #b4bb6b;
  background-color: #b4bb6b;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 20vh;
  gap: 25px;
}
.about-grid .about-item img {
  border-radius: 15px;
}
.about-grid .about-item:nth-child(4n+1) {
  grid-row: span 2;
  grid-column: span 2;
}
.about-grid .about-item:nth-child(4n) {
  grid-column: span 2;
}
@media screen and (max-width: 1399px) {
  .about-grid {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .about-grid {
    gap: 5px;
  }
}

.about-gallery {
  position: relative;
  margin-top: 50px;
}
.about-gallery .green-attachment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background-color: #b4bb6b;
  border: 5px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .about-gallery .green-attachment {
    width: 85px;
    height: 85px;
  }
}

.green-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
  z-index: -1;
  background-color: #b4bb6b;
}
.green-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0.2;
}
@media screen and (max-width: 1199px) {
  .green-background {
    height: 25%;
  }
}
@media screen and (max-width: 300px) {
  .green-background {
    height: 30%;
  }
}

.about-title span, .about-title h2, .about-title p {
  color: #fff;
  text-align: center;
}
.about-title span {
  display: block;
}

.team-members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
.team-members .member-img {
  height: 40vh;
}
.team-members .member-img img {
  border-radius: 15px;
}
.team-members .member h3, .team-members .member p {
  text-align: center;
  font-family: "DM Serif Display";
  font-weight: 400;
}
.team-members .member h3 {
  font-size: 38px;
  color: #474747;
  margin-top: 10px;
}
.team-members .member p {
  font-size: 30px;
  color: #b4bb6b;
}
@media screen and (min-width: 1200px) {
  .team-members {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .team-members {
    grid-template-columns: 1fr;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-members .member-img {
    height: 30vh;
  }
}
@media screen and (max-width: 1399px) {
  .team-members .member h3 {
    font-size: 30px;
  }
  .team-members .member p {
    font-size: 24px;
  }
  .team-members .member-img {
    height: 35vh;
  }
}

.contact-footer {
  background-color: #000;
}

.contact-form .btn {
  border: none;
  padding: 15px 70px;
}
.contact-form .form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.contact-form .form-fields div {
  grid-column: span 2;
}

.contact-form textarea,
.contact-form input {
  padding-left: 4px;
}

.contact-form select,
.contact-form input {
  height: 40px;
  border: none;
  outline: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  color: #474747;
  background: transparent;
}
.contact-form select option {
  background: #f9f9f9;
}
.contact-form input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins";
}
.contact-form input, .contact-form select, .contact-form input::placeholder, .contact-form label, .contact-form textarea {
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins";
}
.contact-form input::-moz-placeholder {
  color: #9c9c9c;
}
.contact-form input::placeholder, .contact-form label {
  color: #9c9c9c;
}
.contact-form label {
  display: block;
  margin-bottom: 35px;
}
.contact-form textarea {
  height: 30px;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  color: #474747;
  outline: none;
  background: transparent;
}

.contact {
  margin-top: 20px;
  padding-top: 50px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 50px;
}
.contact .contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .contact-left span {
  font-family: "DM Serif Display";
  font-size: 30px;
  font-weight: 400;
  color: #474747;
}
.contact .contact-left div:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.contact .contact-left p, .contact .contact-left a {
  font-size: 20px;
  font-weight: 300;
  /* color: #9c9c9c; */
  color: #767676;
  display: block;
}
.contact .contact-left .phone {
  font-size: 28px;
  font-weight: 500;
  color: #474747;
}
.contact .contact-left .footer-social a {
  display: inline;
  margin-right: 16px;
}
.contact .contact-left .footer-social a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .contact {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .contact {
    grid-template-columns: 1fr;
  }
  .contact .contact-left {
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact .contact-left span, .contact .contact-left .phone {
    font-size: 24px;
  }
  .contact .contact-left p, .contact .contact-left a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form form {
    grid-template-columns: 1fr;
  }
  .contact-form form div {
    grid-column: span 1;
  }
}
.location iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 991px) {
  .location iframe {
    height: 40vh;
  }
}

.private-tours {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
.private-tours div {
  height: 30vh;
}
.private-tours div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .private-tours {
    gap: 10px;
  }
  .private-tours div {
    height: 15vh;
  }
}
@media screen and (max-width: 575px) {
  .private-tours {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .private-tours div {
    height: 20vh;
  }
}

.private {
  margin-bottom: 50px;
}
.private span {
  font-family: "DM Serif Display";
  font-size: 30px;
  font-weight: 400;
  color: #474747;
}
@media screen and (max-width: 575px) {
  .private span {
    font-size: 24px;
  }
}
.private .contact-form {
  margin-top: 50px;
}

.search-tour {
  margin: 30px 0;
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 6px 12px 24px rgba(168, 168, 168, 0.2);
  border-radius: 40px;
}
@media screen and (max-width: 300px) {
  .search-tour {
    padding: 30px 20px;
  }
}
.search-tour .search-tour-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-tour .search-tour-top p {
  color: #474747;
  font-size: 25px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .search-tour .search-tour-top p {
    font-size: 20px;
  }
}
.search-tour .search-tour-top hr {
  width: 60%;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.search-tour .reset-tour {
  color: #75784e;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .search-tour .reset-tour {
    font-size: 18px;
  }
}
.search-tour .search-tour-inputs, .search-tour .search-tour-inputs .filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-tour .search-tour-inputs {
  margin-top: 20px;
}
.search-tour .search-tour-inputs .btn {
  border: none;
  margin-left: 50px;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .search-tour .search-tour-inputs {
    flex-direction: column;
  }
  .search-tour .search-tour-inputs .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .search-tour .search-tour-inputs .btn {
    max-width: unset;
  }
}
.search-tour .search-tour-inputs .filters {
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .search-tour .search-tour-inputs .filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .search-tour .search-tour-inputs .filters {
    grid-template-columns: 1fr;
  }
}
.search-tour .search-tour-inputs .filters details, .search-tour .search-tour-inputs .filters input {
  background-color: rgba(181, 188, 108, 0.15);
  border-radius: 50px;
  width: 100%;
  max-width: 200px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-tour .search-tour-inputs .filters details, .search-tour .search-tour-inputs .filters input {
    max-width: unset;
  }
}
.search-tour .search-tour-inputs .filters input::-moz-placeholder {
  font-size: 14px;
  color: #b4bb6b;
  font-family: "Poppins";
  font-weight: 400;
}
.search-tour .search-tour-inputs .filters input, .search-tour .search-tour-inputs .filters input::placeholder, .search-tour .search-tour-inputs .filters summary {
  font-size: 14px;
  color: #b4bb6b;
  font-family: "Poppins";
  font-weight: 400;
}
.search-tour .search-tour-inputs .filters input {
  outline: none;
  border: none;
  padding: 0 15px;
}
.search-tour .search-tour-inputs .filters summary {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  list-style: none;
  background: transparent url(../images/down-chevron.png) no-repeat;
  background-position: 95%;
}
.search-tour .search-tour-inputs .filters details ul {
  background-color: rgb(181, 188, 108);
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: 2;
  box-shadow: 6px 12px 24px rgba(168, 168, 168, 0.2);
  width: 100%;
}
.search-tour .search-tour-inputs .filters details ul li {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 15px;
}
.search-tour .search-tour-inputs .filters details ul li input {
  width: auto;
  margin-right: 5px;
}
.search-tour .search-tour-inputs .filters details ul li label {
  color: #fff;
  font-size: 14px;
}

.month-and-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.month-and-calendar .btn {
  padding: 10px 25px;
  cursor: pointer;
}
.month-and-calendar .month {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .month-and-calendar {
    flex-direction: column-reverse;
    align-items: start;
  }
  .month-and-calendar .btn {
    margin-bottom: 25px;
  }
}

.monthly-tours {
  display: grid;
  gap: 25px;
  margin-top: 50px;
}
.monthly-tours .tour-month {
  font-size: 25px;
  font-weight: 400;
  font-family: "Playfair Display";
  color: #474747;
}

.date2 {
  font-size: 15px;
  font-weight: 300;
  color: #b4bb6b;
  padding: 5px 10px;
  background-color: rgba(180, 187, 107, 0.15);
  border-radius: 22px;
  width: -moz-fit-content;
  width: fit-content;

  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  color: #b4bb6b;
  font-family: "Poppins";
}




.tour2 {
  background-color: #F9F9F9;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 60% 40%;
}
.tour2 .tour-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tour2 .tour-info {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tour2 .tour-info .date2 {
  margin-top: 0;
}
.tour2 .tour-info h2 {
  font-size: 35px;
  margin-top: 10px;
}
.tour2 .tour-info p {
  margin: 10px 0;
}
.tour2 .tour-info span {
  font-size: 18px;
  font-weight: 300;
  color: #474747;
}
@media screen and (max-width: 1399px) {
  .tour2 {
    grid-template-columns: 70% 30%;
  }
}
@media screen and (max-width: 1199px) {
  .tour2 {
    grid-template-columns: 55% 45%;
  }
  .tour2 .tour-info {
    padding: 30px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .tour2 .tour-info h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tour2 {
    grid-template-columns: 60% 40%;
  }
}
@media screen and (max-width: 575px) {
  .tour2 {
    grid-template-columns: 1fr;
  }
  .tour2 .tour-image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
  .tour2 .tour-info {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 350px) {
  .tour2 .tour-info h2 {
    font-size: 25px;
  }
  .tour2 .tour-info span {
    font-size: 15px;
  }
}

.tour:hover h2 {
  text-decoration: underline;
}

.bottom-line {
  padding-bottom: 50px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.mt2 {
  margin-top: 100px;
}

.tour-title {
  flex-direction: column;
}
.tour-title span {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  color: #b4bb6b;
  font-family: "Poppins";
}
@media screen and (max-width: 575px) {
  .tour-title span {
    font-size: 16px;
  }
}
/* 
.tour-head-image {
  height: 55vh;
  margin: 50px 0;
} */
.tour-head-image img {
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .tour-head-image {
    height: 40vh;
  }
}
@media screen and (max-width: 767px) {
  .tour-head-image {
    margin: 30px 0;
    height: 30vh;
  }
}

.tour-details2, .price-and-gallery {
  padding-top: 30px;
  margin-top: 25px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
.tour-details2 span, .price-and-gallery span {
  font-size: 30px;
  font-weight: 400;
  color: #474747;
  font-family: "DM Serif Display";
  display: block;
  margin-bottom: 25px;
}
.tour-details2 p, .price-and-gallery p {
  color: #474747;
  font-size: 20px;
}
@media screen and (max-width: 1399px) {
  .tour-details2 span, .price-and-gallery span {
    font-size: 25px;
  }
  .tour-details2 p, .price-and-gallery p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .tour-details2 span, .price-and-gallery span {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tour-details2 p, .price-and-gallery p {
    font-size: 15px;
  }
}

.tour-details2 .details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}
.tour-details2 .details .btn {
  padding: 10px;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .tour-details2 .details {
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .tour-details2 .details {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .tour-details2 .details .btn {
    font-size: 15px;
  }
}

.price-and-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 991px) {
  .price-and-gallery {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.check-text2 p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #474747;
}
.check-text2 p img {
  width: 26px;
  margin-right: 15px;
}
@media screen and (max-width: 1399px) {
  .check-text2 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .check-text2 p {
    align-items: start;
  }
  .check-text2 p img {
    width: 20px;
    margin-right: 7px;
    transform: translateY(3px);
  }
}

.tour-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.tour-gallery div {
  height: 110px;
}
.tour-gallery div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .tour-gallery div {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .tour-gallery {
    gap: 5px;
  }
  .tour-gallery div {
    height: 20vh;
  }
}

.next {
  margin-bottom: 50px;
}
.next a {
  font-family: "DM Serif Display";
  font-size: 30px;
  font-weight: 400;
  color: #474747;
  display: flex;
  align-items: center;
  justify-content: end;
}
.next a img {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .next a {
    font-size: 25px;
  }
}

.tours-pagination {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.month {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.month a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.month a:nth-child(2) img {
  transform: rotate(180deg);
}
.month span {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 400;
  color: #474747;
}
@media screen and (max-width: 575px) {
  .month span {
    font-size: 25px;
  }
}
@media screen and (max-width: 300px) {
  .month span {
    font-size: 20px;
  }
}

.calendar-popup {
  position: absolute;
  top: 100px;
  transform: translate(-50%, 0);
}
.calendar-popup .month {
  margin: 0;
  margin-bottom: 30px;
}
.calendar-popup .month span {
  font-size: 25px;
}
@media screen and (max-width: 300px) {
  .calendar-popup .month span {
    font-size: 20px;
  }
}

.membership-fee {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.membership-fee div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.membership-fee span {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 400;
  color: #75784e;
}
/* .membership-fee .check-text2 {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 80%;
}
.membership-fee .check-text2 p {
  background-image: url("../images/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  margin-top: 5px;
} */
.membership-fee ul {
  margin-top: 25px;
  margin-bottom: 50px;
  width: 80%;
}
.membership-fee ul li {
  background-image: url("../images/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #474747;
}
.membership-fee .join {
  display: flex;
}
.membership-fee .join div, .membership-fee .join a {
  width: 100%;
  max-width: 190px;
  padding: 10px;
  cursor: pointer;
}
.membership-fee .join div {
  margin-right: 10px;
}
@media screen and (max-width: 1399px) {
  .membership-fee span {
    font-size: 25px;
  }
  .membership-fee .check-text2 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1199px) {
  .membership-fee .check-text2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .membership-fee {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .membership-fee .join {
    justify-content: space-between;
  }
  .membership-fee .join div, .membership-fee .join a {
    max-width: unset;
  }
}
@media screen and (max-width: 350px) {
  .membership-fee .join {
    flex-direction: column;
  }
  .membership-fee .join div {
    margin-bottom: 10px;
  }
}

.membership-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 25vh;
  gap: 15px;
}
@media screen and (max-width: 1399px) {
  .membership-gallery {
    gap: 5px;
  }
}
.membership-gallery img {
  border-radius: 15px;
}
.membership-gallery .m-image:nth-child(3n) {
  grid-column: span 2;
}

.left-cont2 {
  display: flex;
  align-items: end;
}
.left-cont2 .title {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
.left-cont2 p, .left-cont2 a {
  font-size: 18px;
  font-weight: 300;
}
.left-cont2 p {
  max-width: 300px;
}
.left-cont2 a {
  color: #b4bb6b;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .left-cont2 {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .left-cont2 {
    flex-direction: column;
    align-items: start;
  }
  .left-cont2 .title {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    width: 100%;
  }
  .left-cont2 p, .left-cont2 a {
    font-size: 16px;
  }
  .left-cont2 p {
    max-width: unset;
  }
}

.workshops {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.workshops .tour .tour-image {
  height: 250px;
}
.workshops .tour .tour-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.workshops .tour .tour-details {
  padding: 30px;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 6px 12px 12px rgba(159, 159, 159, 0.16);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.workshops .tour .tour-details .bottom-details {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.workshops .tour .tour-details .bottom-details .btn:first-child {
  margin-right: auto;
  padding: 10px 25px;
}
.workshops .tour .tour-details .bottom-details a:last-child {
  margin-left: 5px;
}
.workshops .tour .tour-details .bottom-details .darkG-btn {
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .workshops .tour .tour-details .bottom-details .darkG-btn {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 575px) {
  .workshops .tour .tour-details .bottom-details {
    justify-content: center;
    flex-wrap: wrap;
  }
  .workshops .tour .tour-details .bottom-details .btn:first-child {
    margin-right: 5px;
  }
  .workshops .tour .tour-details .bottom-details .btn {
    margin: 5px;
  }
}
@media screen and (max-width: 575px) {
  .workshops .tour .tour-details {
    padding: 15px;
  }
}
.workshops .tour:hover h3 {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .workshops {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.date2.whisky {
  padding: 5px 25px;
  margin-bottom: 15px;
}

.tour-head-image.whisky img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 991px) {
  .tour-head-image.whisky {
    height: -moz-fit-content;
    height: fit-content;
  }
  .tour-head-image.whisky img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.tour-details2.whisky {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.tour-details2.whisky .details {
  /* grid-template-columns: 50% 20% 30%; */
  grid-template-columns: 2fr 1fr;
  /* display: flex; */
  align-items: flex-end;
  /* justify-content: space-between; */
  width: 100%;
}
.tour-details2.whisky .details span {
  margin-bottom: 0;
}
.tour-details2.whisky .details p {
  margin-bottom: 25px;
  max-width: 450px;
}
.tour-details2.whisky .details p:last-child {
  margin-bottom: 0;
}
.tour-details2.whisky .details .btn {
  padding: 10px 30px !important;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  margin-top: 0;
  cursor: pointer;
}
.tour-details2.whisky .details div:nth-child(3) {
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  .tour-details2.whisky .details {
    grid-template-columns: 70% 30%;
  }
  .tour-details2.whisky .details div:nth-child(3) {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .tour-details2.whisky .details {
    grid-template-columns: 1fr;
  }
  .tour-details2.whisky .details div:nth-child(3) {
    grid-column: span 1;
  }
}

.registration {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  flex-direction: column;
}
.registration .r-title {
  font-family: "DM Serif Display";
  font-size: 30px;
  font-weight: 400;
  color: #474747;
  max-width: 600px;
}
.registration .r-title span {
  color: #b4bb6b;
}
.registration .popup-content {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.registration .popup-content .content-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .registration .r-title {
    font-size: 25px;
  }
}
.registration .contact-form form {
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
}
.registration .btn {
  padding: 10px;
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 575px) {
  .registration .btn {
    font-size: 16px;
    max-width: unset;
  }
}
.registration .light-grey-btn {
  width: -moz-max-content;
  width: max-content;
  max-width: unset;
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .registration .light-grey-btn {
    width: 100%;
  }
}
.registration .contact-form, .registration .check-text2, .registration .btn {
  margin-top: 25px;
}
.registration .btn {
  margin-top: 0;
}
.registration .check-text2 p {
  background-image: url("../images/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  margin-top: 5px;
}
.registration .checkbox {
  display: flex;
  align-items: start;
  cursor: pointer;
}
.registration .checkbox input {
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(4px);
  margin-right: 10px;
}
.registration .checkbox label {
  margin-bottom: 0;
  display: inline;
}
@media screen and (max-width: 1399px) {
  .registration .checkbox label {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .registration .checkbox label {
    font-size: 13px;
  }
}
.registration .checkbox input, .registration .checkbox label {
  cursor: pointer;
}
.registration .send {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .registration .send {
    flex-direction: column;
  }
}
.registration .form-control {
  font-size: 18px;
  font-weight: 300;
  color: #474747;
  display: grid;
  grid-template-columns: 25px auto;
  gap: 15px;
  cursor: pointer;
}
.registration .form-control input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #F9F9F9;
  margin: 0;
  font: inherit;
  color: #707070;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.registration .form-control input[type=radio]::before {
  content: "";
  background: url("../images/check.png") left center no-repeat;
  vertical-align: middle;
  background-size: 25px 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.registration .form-control input[type=radio]:checked::before {
  transform: scale(1);
}
.registration .form-control + .form-control {
  margin-top: 10px;
}
@media screen and (max-width: 1399px) {
  .registration {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .registration {
    position: fixed;
    top: 80px;
    transform: translate(-50%, 0);
    /* height: calc(100vh - 100px); */
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 50px;
  }
  .registration .close {
    top: 15px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .registration {
    padding: 30px 15px;
    padding-top: 50px;
    width: 95%;
    border-radius: 15px;
  }
  .registration .close {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .services .service-wrapper.odd {
    grid-column: span 2;
  }
}

.light-grey-btn {
  background-color: #C4C4C4;
}/*# sourceMappingURL=main.css.map */

.main-swiper .mainSwiper .swiper-slide .headline .subtxt p {
  text-transform: none;
}
header .bottom-header ul li ul li ul {
  position: static;
  transform: none;
  padding: 0;
  padding-left: 15px;
  padding-top: 10px;
}
header .bottom-header ul li ul li {
  width: 100%;
}
header .bottom-header ul li ul .submenu2 ul {
  top: -15px;
  left: 100%;
  margin-left: 15px;
}
header .bottom-header ul li ul li details[open] summary svg {
transform: rotate(180deg);
}

header .bottom-header ul li ul li summary {
  color: #474747;
  font-size: 16px;
  font-weight: 200;
  text-shadow: 0.5px 0.5px 0 transparent;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}
header .bottom-header ul li ul li summary:hover {
  color: #b4bb6b;
  text-shadow: 0.5px 0.5px 0 #b4bb6b;
  transition: all 0.5s;
}
header .bottom-header ul li ul li summary svg {
  margin-left: 15px;
}
.tours-group-divs {
  display: flex;
  width: 100%;
  align-items: center;
}
.tours-group-divs .title {
  width: 100%;
}
.tours-group-divs .regions-select {
  width: 100%;
 display: flex;
 justify-content: flex-end;
}



.cats-details {
  position: relative;
  cursor: pointer;
  /* width: 235px; */
  /* padding: 20px;
  padding-right: 50px; */
  border: 0.5px solid #9c9c9c;
  border-radius: 40px;
  max-width: 360px;
  width: 100%;
}
.cats-details summary {
  padding: 15px 20px;
  padding-right: 40px;
  list-style: none;
  background: transparent url("../images/down-arrow.png") no-repeat;
  background-position: 95%;
}
.cats-details summary, .cats-details ul li {
  font-size: 18px;
  font-weight: 300;
}
.cats-details .wrapper {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #f9f9f9;
  z-index: 3;
  width: 100%;
  border: 0.5px solid #9c9c9c;
  border-radius: 20px;
  padding: 15px 20px;
}
.cats-details ul li {
  margin-bottom: 0px;
  /* padding-left: 20px; */
  color: #9c9c9c;
}
.cats-details ul li:hover {
  /* scale: 1.05; */
  color: #474747;
}
.cats-details ul li a {
  color: #9c9c9c;
}
.cats-details ul li a:hover {
  /* scale: 1.05; */
  color: #474747;
}
@media screen and (max-width: 767px) {
  .cats-details {
      padding: 10px;
  }
}
.search-tour .search-tour-inputs .filters details ul li input {
  height: auto;
}
.search-tour .search-tour-inputs .filters details ul li {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.cats-details ul li ul {
 padding-left: 15px;
}
.cats-details ul li a {
  display: block;
  margin-bottom: 10px;
}

.search-tours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.search-tours .tour-type {
  display: flex;
  align-items: center;
}
.search-tours .search-form {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.search-tours .search-form input {
  border: none;
  outline: none;
  height: 42px;
  margin-right: 10px;
}
.search-tours .tour-type label,
.search-tours .tour-type a {
  background-color: #F9F9F9;
  color: #b4bb6b;
  padding: 10px 20px;
  margin-left: 15px;
  cursor: pointer;
}

.search-tours .tour-type label.active-tour-type,
.search-tours .tour-type a.active-tour-type {
  color: #F9F9F9;
  background-color: #b4bb6b;
}

.green-circle {
  border: none;
  outline: none;
}


.search-tours .tour-type input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
}

.image-section .max-width p {
  color: white;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.tour2 .tour-image {
  position: relative;
}
.tour2 .tour-image .days {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #b4bb6b;
  padding: 10px;
  color: white;
}
.tour2 .tour-image .sold {
  position: absolute;
  right: 0;
  bottom: 30px;
  background-color: #bb726b;
  padding: 10px;
  color: white;
}
.tours-wrapper .tour .sold {
  position: absolute;
  right: 0;
  bottom: 30px;
  background-color: #bb726b;
  padding: 10px;
  color: white;
}

.reviews-croatia .grey-background {
  background-color: #efefef;
  padding: 20px 0;
  margin-top: -40px;
}

.reviews-croatia .review-grid.reviews {
  background-color: transparent;
}

.reviews-croatia .review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.reviews-croatia .reviews {
  position: relative;
}

.reviews-croatia .reviews .review {
  background-color: #fff;
  padding: 30px 0;
  transition: all 0.5s ease-in-out;
}

.reviews-croatia .review-grid .review {
  filter: none;
  border: none;
  margin-bottom: 0;
  position: relative;
}
.reviews-croatia .review-grid .review::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: white;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.reviews-croatia .review-grid .review::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background-color: white;
  height: 100%;
  width: 100%;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  display: none;
}

.reviews-croatia .review-grid .review:nth-child(even)::after {
  display: block;
}

.reviews-croatia .review-grid .review:nth-child(even):before{
  display: none;
} 

.reviews-croatia .review-grid .review:hover {
  border: none !important;
  transition: all 0.5s ease-in-out;
  background-color: #b4bb6b;
}

.reviews-croatia .reviews .review .rate {
  display: flex;
  gap: 5px;
}

.reviews-croatia .reviews .review .review-text {
  width: 50%;
  padding-right: 50px;
  margin: 20px 0;
}

.reviews-croatia .review-grid .review:nth-child(even) .review-text, .review-grid .review:nth-child(even) .rate, .review-grid .review:nth-child(even) .rev-user {
  padding-left: 50px;
  padding-right: 0;
}

.reviews-croatia .reviews .review .rev-user p {
  color: #484848;
  font-weight: 400;
}

.reviews-croatia .reviews .review .review-text p {
  font-style: italic;
  /* color: #484848; */
}

.reviews-croatia .review-grid .review .review-text {
  width: 100%;
  margin: 20px 0;
}

.reviews-croatia .reviews .review .rate img {
  width: 20px;
}

.reviews-croatia .review-grid .review:hover::before, .review-grid .review:hover::after {
  background-color: #b4bb6b;
  transition: all 0.5s ease-in-out;
}

.reviews-croatia .reviews .review:hover .review-text p {
  color: #fff;
}

.reviews-croatia .reviews .review:hover .rev-user p {
  color: #fff;
}

@media screen and (max-width: 767px){
.reviews-croatia .review-grid {
  grid-template-columns: 1fr;
}
}

@media screen and (max-width: 767px){
.reviews-croatia .review-grid .review::after {
  display: block;
}
}

@media screen and (max-width: 767px){
.reviews-croatia .review-grid .review:nth-child(even):before{
  display: block;
}
}

@media screen and (max-width: 767px){
.reviews-croatia .review-grid .review:nth-child(even) .review-text{
padding-left: 0;
}

.reviews-croatia .reviews .review .review-text {
  padding-right: 0;
}

.reviews-croatia .review-grid .review:nth-child(even) .rate{
  padding-left: 0;
}

.reviews-croatia .review-grid .review:nth-child(even) .rev-user {
  padding-left: 0;
}
}


.croatia-team .yellow-block {
  width: 100%;
  height: 100px;
  background: rgba(180, 187, 107, 1);
  /* background: linear-gradient(312deg, rgba(134, 187, 241, 0.2318977591) 41%, rgb(255, 255, 255) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86bbf1",endColorstr="#ffffff",GradientType=1); */
  position: absolute;
  z-index: -1;
}

.croatia-team .team-member-cont {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.croatia-team  .team-member-cont .member-img {
  width: 50%;
  height: 580px;
  max-width: 480px;
  border-radius: 10px;
}

.croatia-team .team-member-cont .member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.croatia-team  .team-member-cont .member-info {
  width: 50%;
  margin-left: 40px;
}

.croatia-team  .team-member-cont .member-info h2 {
  font-weight: 500;
}

.croatia-team  .team-member-cont .member-info span {
  font-size: 30px;
  color: #484848;
}

.croatia-team  .team-member-cont .member-info .member-text {
  margin: 30px 0;
}

.croatia-team  .team-member-cont .member-info .member-text p {
  margin-bottom: 10px;
}

.croatia-team .guides {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 40px;
  position: relative;
}

.croatia-team  .guide .image {
  height: 40vh;
}

.croatia-team .guide .image img{
      width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.croatia-team .guide .info {
  background-color: #474747;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.croatia-team .guide .info p:first-child {
  font-size: 20px;
}

.croatia-team .guide .info p {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px){
.croatia-team .team-member-cont {
  flex-direction: column;
}

.croatia-team .team-member-cont .member-img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.croatia-team .team-member-cont .member-info {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

.croatia-team  .team-member-cont .member-info .member-text {
  margin: 20px 0;
}

.croatia-team .guides {
  grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 576px){
  .croatia-team .guides {
  grid-template-columns: 1fr;
}
}

@media screen and (max-width: 767px){
.croatia-team .team-member-cont .member-img {
  height: 460px;
  max-width: 400px;
}
}

@media screen and (max-width: 575px){
.croatia-team .team-member-cont .member-img {
  height: 345px;
  max-width: 300px;
}
}
.tour-gallery-group .tour-head-image img {
  height: 400px;
}

.tour-gallery div {
  height: 195px;
}


.tours-wrapper .tour .days {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #b4bb6b;
  padding: 10px;
  color: white;
}



.home-reviews-wrapper {
  margin-top: 30px;
  position: relative;
}
.home-reviews-swiper .reviews-wrapper {
  margin-top: 30px;
  display: block;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 35px;
  border-radius: 20px;
  position: relative;
}
.home-reviews-swiper .reviews-wrapper p {
  text-align: center;
}
.home-reviews-swiper .reviews-wrapper p.user {
  font-size: 20px;
  color: #b4bb6b;
  margin-top: 15px;
}
.home-reviews-wrapper .home-reviews-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: max-content;
}
.home-reviews-wrapper .home-reviews-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  width: max-content;
}
.home-reviews-wrapper .home-reviews-prev svg {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.home-reviews-wrapper .home-reviews-next svg {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.home-reviews-wrapper .reviews-wrapper .triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgba(112, 112, 112, 0.3);
  height: 20px;
  width: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.home-reviews-wrapper .reviews-wrapper .triangle2 {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: white;
  height: 19px;
  width: 39px;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 20px solid white;
}



.section-padding-bottom {
  padding-bottom: 60px;
  position: relative;
}









.region-map-section {
  position: relative;
}
.region-map-wrapper {
  height: 632px;
  margin-top: 0px;
}
.region-txt-width {
  max-width: 60%;
  margin-left: auto;
  margin-right: 0;
}
.region-map img {
  height: auto;
  width: 650px !important;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* left: 50%;
  transform: translateX(-50%); */
}
.region-map img.image-js {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.region-map img.image-js.show {
  opacity: 1;
  z-index: 2;
}


.select-region {
  position: absolute;
  width: 100%;
  top: 200px;
}
.select-region.selected {
  position: absolute;
  width: 100%;
  top: 55%;
  transform: translateY(-50%);
}
.select-region .select-region-txt {
  /* max-width: 310px; */
  font-size: 40px;
  font-weight: 600;
  /* color: white; */
  text-transform: uppercase;
  display: flex;
  flex-direction: column; 
}
.select-region.selected .select-region-txt {
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
}
.select-region .select-region-txt div.region-arrow {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.select-region .select-region-txt span.title {
  font-size: 28px;
  font-weight: 400;
  color: #474747;
  text-transform: none;
}


.region-map-wrapper .region-map.mobile {
  display: none;
}

.region-map-wrapper .region-map.mobile img {
  /* width: 360px !important; */
  width: 330px !important;
  z-index: 2;
}
.region-map-wrapper .region-map.mobile {
  display: none;
}

.mob-small-arr {
  display: none;
}

@media screen and (max-width: 1199px) {
  .region-map-wrapper .region-map.mobile {
      display: none !important;
  }

  .region-map-wrapper .region-map {
      display: block !important;
  }
}

@media screen and (max-width: 767px) {
  /* .select-region.selected {
      display: none;
  } */

  .region-map-wrapper .region-map.mobile img {
      top: 70px;
      bottom: 0;
  }

  .map-headline-title,
  .map-headline-title a {
      display: flex;
      align-items: center;
  }
  .mob-small-arr {
      display: block;
  }
  .mob-small-arr span {
      background-color: #DAD9D4;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-left: 5px;
  }

  .select-region.selected {
      top: 0;
      transform: none;
  }

  .region-txt-width {
      width: 100%;
      max-width: 100%;
  }

  .select-region.selected .select-region-txt {
      flex-direction: row-reverse;
      align-items: center;
      justify-content: flex-start;
  
  }

  .select-region .select-region-txt div.region-arrow {
      margin-left: 10px;
      display: none;
  }

  .select-region .select-region-txt a {
      width: 100%;
  }

  .select-region .select-region-txt span.title {
      font-size: 18px;
      /* color: white; */
      /* padding: 7.5px 15px;
      border-radius: 10px;
      background-color: #DAD9D4; */
      width: 100%;
      display: block;
  }

  .region-map-wrapper .region-map.mobile {
      display: block !important;
  }

  .region-map-wrapper .region-map {
      display: none !important;
  }
  .select-region .select-region-txt {
      max-width: 100%;
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      text-transform: uppercase;
  }

  .select-region {
      top: 0;
  }

  .select-region .select-region-txt svg.arrow-down {
      display: block;
  }
  .region-map-wrapper {
      height: 390px;
  }
}














.photo-collage {
  position: relative;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 4fr 1fr 1fr;
  background-color: white;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.photo-collage__image {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: box-shadow .2s;
}

.photo-collage__image--0 {
  grid-column: 1;
  grid-row: 1/3;
}

.photo-collage__image--1 {
  grid-column: 2/4;
  grid-row: 1;
}

.photo-collage__image--2 {
  grid-column: 2;
  grid-row: 2;
}
.photo-collage__image--3 {
  grid-column: 3;
  grid-row: 2;
}

.photo-collage__show-all {
  position: absolute;
  cursor: pointer;
  left: 24px;
  top: 24px;
  background: white;
  color: #474747;
  box-shadow: 0 0 8px rgba(25, 27, 32, .2);;
  padding: 8px 12px;
  border-radius: 4px;
  min-height: 40px;
}
.photo-collage__image-source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}



@media screen and (max-width: 991px) {
  .home-reviews-wrapper .home-reviews-prev {
      top: auto;
      bottom: -50px;
      transform: translateX(-50%);
      left: 45%;
  }
  .home-reviews-wrapper .home-reviews-next {
      top: auto;
      bottom: -50px;
      transform: translateX(-50%);
      left: 55%;
  }
}
@media screen and (max-width: 576px) {
  .home-reviews-wrapper .home-reviews-prev {
      left: 40%;
  }
  .home-reviews-wrapper .home-reviews-next {
      left: 60%;
  }
}


@media screen and (max-width: 767px) {
  .photo-collage {
      grid-template-columns: 1fr 1fr 1fr;
  }
  .photo-collage__image--0 {
      grid-row: 1;
      grid-column: span 3;
  }
  .photo-collage__image--1 {
      grid-column: 1;
      grid-row: 2;
  }
  .photo-collage__image--2 {
      grid-column: 2;
      grid-row: 2;
  }
  .photo-collage__image--3 {
      grid-column: 3;
      grid-row: 2;
  }
  .select-region .select-region-txt span.title {
      white-space: nowrap;
  }
}


@media screen and (max-width: 1199px) {
  .region-txt-width {
      max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .search-tours {
      flex-direction: column;
      align-items: flex-start;
  }
  .search-tours .tour-type {
      margin-top: 15px;
      width: 100%;
  }
  .search-tours .tour-type label, .search-tours .tour-type a {
      margin-left: 0;
      margin-right: 15px;
      width: 100%;
      max-width: 100%;
  }
  .tours-group-divs {
      flex-direction: column;
  }
  .tours-group-divs .regions-select {
      justify-content: flex-start;
      margin-top: 15px;
  }
  .cats-details.categories {
      padding: 0;
  }
  .search-tours .search-form {
      width: 100%;
  }
  .search-tours .search-form input {
      width: calc(100% - 42px);
  }
}



.regionsHome-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  margin: 40px 0;
}

.regionsHome-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 15px;
}

.regionsHome-wrapper .region-links {
  margin-top: 20px;
}
.regionsHome-wrapper .region-links a {
  background-color: white;
  box-shadow: 0 4px 42px rgba(48, 123, 196, 0.2);
  padding: 20px 25px;
  border-radius: 20px;
  color: #b4bb6b;
  width: 100%;
  max-width: 100%;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 15px;


  font-size: 22px;
  font-weight: 400;
  font-family: "DM Serif Display";
  transition: all 0.5s ease-in-out;
}
.regionsHome-wrapper .region-links a:hover {
  background-color: #b4bb6b;
  color: white;
}

@media screen and (max-width: 1199px) {
  .regionsHome-wrapper {
      grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .croatia-team  .team-member-cont .member-info h2 {
      color: white;
  }    
}

.member-img img {
  object-position: top;
  -o-object-position: top;
}



.documents {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
.documents a {
  width: 100%;
  min-height: 65px;
  border: 1px solid #474747;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  padding-right: 95px;
  color: #474747;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s;
}
.documents .no-results {
  width: 100%;
  min-height: 65px;
  border: 1px solid #474747;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  padding-right: 95px;
  color: #474747;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s;
}
.documents a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #474747;
  background-image: url("../images/download.png");
  background-position: center;
  background-repeat: no-repeat;
}
.documents a:hover {
  scale: 1.05;
}
@media screen and (max-width: 767px) {
.documents a {
  font-size: 18px;
}
}
@media screen and (max-width: 575px) {
.documents a {
  padding: 15px;
  padding-right: 80px;
  font-size: 16px;
}
.documents a::after {
  width: 50px;
  height: 50px;
}
}

.documents2 a {
  font-size: 18px;
  padding: 15px;
  padding-right: 60px;
}
.documents2 a::after {
  width: 45px;
}
@media screen and (max-width: 575px) {
  .documents2 a {
      padding-right: 50px;
      font-size: 16px;
  }
  .documents2 a::after {
      width: 40px;
      height: 65px;
  }
}



.tour-dates-option {
  display: flex;
  flex-direction: column;
}
.tour-dates-option a {
  color: #474747;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;

  padding: 5px 10px;
  background-color: rgba(180, 187, 107, 0.15);
  border-radius: 22px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  color: #b4bb6b;
  font-family: "Poppins", sans-serif;

  display: flex;
  align-items: center;
}
.tour-dates-option a svg {
  margin-left: 5px;
}

.tour-book-btn-wrapper.tour-details2 .btn {
  margin-top: 0;
  padding: 15px 70px;
}
.tour-book-btn-wrapper.tour-details2 .tour-book-form {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}

.tour-details-sold-txt {
  color: #bb726b;
  font-size: 30px;
  font-weight: 400;
  font-family: "DM Serif Display";
  display: block;
  margin-bottom: 25px;
}


.tour-details2.whisky .details .workshop-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}


/* .tour-details2.whisky .details .workshop-details .date-address {
margin-right: 30px;
} */

.workshop-btn .btn {
  margin-left: auto;
}

@media screen and (max-width: 575px) {
  .contact-form .form-fields {
      display: flex;
      flex-direction: column;
  }
  .registration {
      top: 15px;
      /* height: calc(100vh - 30px); */
  }
}

.home-btn {
  margin-left: auto;
  margin-right: auto;
}

.section-cards {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-cards .center {
  /* display: flex;
  flex-direction: column; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-cards .logo-list {
  display: block;
  text-align: center;
  /* margin-bottom: 5px; */
}

.section-cards .logo-list a {
  margin: 5px 5px;
  text-decoration: none !important;
}

.section-cards .logo-list a, .section-cards .logo-list img {
  display: inline-block;
}

@media screen and (max-width: 1099px) {
  .section-cards .center {
      justify-content: center;
  }
}


.loader-order {
  display: block;
  /* border: 4px solid rgba(0, 0, 0, 0.3); */
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* border-top: 4px solid #2E3091; */
  border-top: 4px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin-right: 10px;
}
.loader-order.hidden {
  display: none;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.btn.back-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
}

.text p strong {
  font-weight: bold;
}

.terms-txt {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: scroll;
  background-color: #f9f9f9;
}

.disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}

#terms:disabled+label {
  color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}

.terms-txt h3 {
  font-size: 24px;
}

.terms-txt p {
  font-size: 16px;
}

p.read-terms {
  font-size: 16px;
}


.text li {
  font-size: 20px;
  font-weight: 300;
  color: #767676;
  margin-top: 5px;
}

.text p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.text table,
.text table tr,
.text table tr td {
  border: none;
  /* font-size: 16px; */
  font-size: 20px;
  font-weight: 300;
  /* color: #9c9c9c; */
  color: #767676;
}

.text table img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.text table tr td {
  padding: 10px;
}

@media screen and (max-width: 1399px) {
  .text table,
  .text table tr,
  .text table tr td {
    font-size: 15px;
  }
  
}

@media screen and (max-width: 991px) {
  .text table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .text table tr td {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
  }
  .text table col {
    width: 100% !important;
  }
  
}

.date-author {
  display: flex;
  justify-content: space-between;
}

.blog-news .blog-info .date-author .author {
  background-color: transparent;
}
.blog-title span.author {
  background-color: transparent;
}

.text p img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -o-object-fit: contain;
}

figure {
  height: 100%;
  width: 100%;
  position: relative;
}
/* figure img {
  height: calc(100% - 32px) !important;
} */

figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  /* margin: 0.5em; */
  /* padding: 0.5em; */
  /* color: #767676; */
  position: absolute;
  color: white;
  left: 15px;
  bottom: 15px;
}

.kayak-badge {
  margin-right: -9px;
}

@media screen and (max-width: 991px) {
  .kayak-badge {
    margin-right: 0px;
  }
}

.workshop-book-btn-wrapper {
  grid-column: span 2;
  justify-content: flex-end !important;
}