@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Odibee+Sans&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

.slick-next.slick-arrow {
  display: none !important;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

a {
  transition: 0.7s;
}
a:hover {
  color: #353535;
}

a.heading-small:hover {
  color: #353535;
}

dl,
ol,
ul {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.mobile-hide {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide {
    display: flex !important;
  }
}

.--common-title {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.05em;
}
.--common-title .heading-tag {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -0.2px;
  color: #c08b5c;
}
.--common-title .heading-large {
  font-size: 40px;
  text-shadow: 0px 4px 49.2px rgba(0, 0, 0, 0.25);
  line-height: 36.8px;
  font-weight: 700;
}
.--common-title .heading-main {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.--common-title .heading-main span {
  color: #c08b5c;
}
.--common-title .heading-medium {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.--common-title .heading-small {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.--common-title .--text-center {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .--common-title .heading-main {
    line-height: 54px;
  }
  .--common-title .heading-large {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1200px) {
  .--common-title .heading-tag {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
    letter-spacing: 0;
  }
  .--common-title .heading-main {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: 0;
  }
  .--common-title .heading-large {
    font-size: 5.2083333333vw;
    line-height: 4.7916666667vw;
    letter-spacing: 0;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
  padding-left: 0;
}

ul li,
ol li {
  list-style: none !important;
}

p {
  margin-bottom: 0 !important;
}

input {
  border: none;
  background: none;
  outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #193b63;
}

::-webkit-scrollbar-thumb:hover {
  background: #353535;
}

/* End scrollbar */
a {
  text-decoration: none !important;
}

.--common-head {
  font-family: "Inter", sans-serif !important;
}

img {
  max-width: 100%;
  display: block;
}

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block !important;
}

.--link-text {
  color: #ffffff;
  transition: 0.7s;
}
.--link-text:hover {
  color: #c08b5c;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #770000;
}

.common-page-detail .wrapper-inner {
  padding: 24px 0;
  border-bottom: 1px solid rgba(55, 52, 53, 0.25);
}
.common-page-detail .page-title {
  text-align: center;
}
.common-page-detail .page-title .heading-main {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .common-page-detail .wrapper-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .common-page-detail {
    padding: 0 5.2083333333vw;
  }
  .common-page-detail .page-title {
    padding-bottom: 0;
  }
  .common-page-detail .main-wrapper {
    padding: 0;
  }
  .common-page-detail .main-wrapper .wrapper-inner {
    padding: 2.5vw 7.2916666667vw;
  }
  .common-page-detail .main-wrapper .wrapper-inner .page-title {
    display: flex;
    width: 50%;
  }
  .common-page-detail .main-wrapper .wrapper-inner .page-title .heading-main {
    font-size: 1.25vw;
    text-align: left;
  }
  .common-page-detail .main-wrapper .breadcrumb-wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .common-page-detail .main-wrapper .breadcrumb-wrapper .breadcrumbs {
    margin-top: 0;
    justify-content: end;
  }
  .common-page-detail .main-wrapper .breadcrumb-wrapper .breadcrumbs a,
  .common-page-detail .main-wrapper .breadcrumb-wrapper .breadcrumbs span {
    font-size: 0.78125vw;
  }
}

.breadcrumb-wrapper .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  padding: 0 11px;
  flex-wrap: wrap;
  text-align: center;
}
.breadcrumb-wrapper .breadcrumb a,
.breadcrumb-wrapper .breadcrumb p,
.breadcrumb-wrapper .breadcrumb span {
  font-size: 15px;
}
.breadcrumb-wrapper .breadcrumb span {
  padding: 0 11px;
}
.breadcrumb-wrapper .breadcrumb p {
  padding: 0 11px;
}
.breadcrumb-wrapper .breadcrumb a {
  font-weight: 700;
  padding: 0 11px;
}
.breadcrumb-wrapper .breadcrumb a,
.breadcrumb-wrapper .breadcrumb span {
  color: #373435;
}
.breadcrumb-wrapper .breadcrumb .separator {
  background: #373435;
  width: 24px;
  height: 1px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-wrapper .breadcrumb {
    flex-direction: row;
    text-align: right;
    justify-content: flex-end;
  }
  .breadcrumb-wrapper .breadcrumb a,
  .breadcrumb-wrapper .breadcrumb p,
  .breadcrumb-wrapper .breadcrumb span {
    font-size: 0.78125vw;
    letter-spacing: -0.0078125vw;
  }
}

.hero-section {
  position: relative;
}
.hero-section:before {
  position: absolute;
  content: "";
  background: none;
  top: 0;
  bottom: inherit;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
@media only screen and (min-width: 1200px) {
  .hero-section:before {
    background: linear-gradient(180deg, #373435 11.69%, rgba(55, 52, 53, 0) 60.51%);
  }
}

.inner-banner {
  margin: 0 0 50px 0;
  position: relative;
}
.inner-banner:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #373435 11.69%, rgba(55, 52, 53, 0) 60.51%);
  top: 42px;
  bottom: inherit;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
@media only screen and (min-width: 768px) {
  .inner-banner {
    margin: 138px 0 50px 0;
  }
  .inner-banner:after {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-banner {
    margin-bottom: 5vw;
    margin-top: 0;
    position: relative;
  }
  .inner-banner:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #373435 11.69%, rgba(55, 52, 53, 0) 60.51%);
    top: 0;
    bottom: inherit;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
  }
}
.inner-banner .main-banner-wrapper .banner-inner .banner-image img {
  width: 100%;
}

.comp-welcome-section .main-wrapper .section-title {
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .comp-welcome-section .main-wrapper {
    display: flex;
  }
  .comp-welcome-section .main-wrapper .section-title {
    width: 41%;
    padding-right: 24px;
  }
  .comp-welcome-section .main-wrapper .welcome-section-para {
    width: 59%;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-welcome-section {
    margin-bottom: 7.8125vw;
  }
  .comp-welcome-section .main-wrapper .heading-main {
    font-size: 3.3333333333vw;
    line-height: 92%;
  }
  .comp-welcome-section .main-wrapper .section-title {
    max-width: 41%;
    padding-bottom: 0;
  }
  .comp-welcome-section .main-wrapper .section-title br {
    display: block;
  }
  .comp-welcome-section .main-wrapper .section-title .heading-main {
    max-width: 90%;
  }
  .comp-welcome-section .main-wrapper .welcome-section-para {
    width: 59%;
  }
  .comp-welcome-section .main-wrapper .welcome-section-para .para-visible {
    display: none;
  }
  .comp-welcome-section .main-wrapper .welcome-section-para .para-full {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .comp-welcome-section .main-wrapper .section-title .heading-main {
    max-width: 90%;
  }
}
.main-wrapper {
  padding: 0 20px;
}
.--text-center {
  text-align: center;
}

.--text-left {
  text-align: left;
}

.--margin-center {
  margin: 0 auto;
}

.--text-white {
  color: #ffffff;
}

.--text-black {
  color: #373435;
}

.--title-black {
  color: #353535;
}

.--text-primary-clr {
  color: #c08b5c;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.fancybox__container,
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.--element-mg-bt {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .--element-mg-bt {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .--element-mg-bt {
    margin-bottom: 2.6041666667vw;
  }
}

.--element-pd-bt {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .--element-pd-bt {
    padding-bottom: 3.75vw;
  }
}

.mobile-hide {
  display: none;
}

.display-none {
  display: none;
}

.textarea {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 20px;
}

.--common-para {
  font-size: 15px;
  font-weight: 400;
  line-height: 32.25px;
  letter-spacing: -0.15px;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 0.8854166667vw;
    line-height: 1.6796875vw;
    letter-spacing: -0.0078125vw;
  }
}

.--mobile-justify {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .--mobile-justify {
    text-align: inherit;
  }
}

.--text-justify {
  text-align: justify;
}

.--section {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 7.8125vw;
  }
}

.--bg-blue-op {
  background: rgba(154, 215, 241, 0.4);
}

.--bg-blue {
  background: #b2e1f4;
}

.mobile-hide_tab {
  display: none;
}

@media only screen and (min-width: 600px) {
  .tab-hide {
    display: none;
  }
  .mobile-hide_tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}
.--section-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    padding-bottom: 7.8125vw;
  }
}

.main-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .main-wrapper {
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 12.7604166667vw;
  }
}

.main-wrapper-medium {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper-medium {
    padding: 0 13.5416666667vw;
  }
}

a {
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 6s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.news-section-home .news-item {
  padding: 36px 24px;
  border-radius: 18px;
  height: 383px;
  object-fit: cover;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.news-section-home .news-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 1.72%, rgba(10, 73, 96, 0.72) 61.33%, rgba(19, 72, 124, 0.9) 98.28%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
}
.news-section-home .news-item .post-top .post-meta .date.d {
  font-size: 60px;
  letter-spacing: -0.01em;
}
.news-section-home .news-item .post-top .post-meta .date-bottom {
  margin-top: 9px;
}
.news-section-home .news-item .post-top .post-meta .date-bottom .date {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  padding: 0 3px;
}
.news-section-home .news-item .post-top .post-title {
  padding-top: 12px;
}
.news-section-home .news-item .post-top .post-title .title {
  font-size: 20px;
  transition: 0.7s;
}
.news-section-home .news-item .btn-wrap .button-link {
  font-size: 16px;
}
.news-section-home .news-item .card-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .news-section-home .news-item {
    height: 320px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home .news-item {
    height: 28.59375vw;
    padding: 2.0833333333vw 3.125vw;
  }
  .news-section-home .news-item .post-top .post-meta {
    padding-top: 2.0833333333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date.d {
    font-size: 5.2083333333vw;
    letter-spacing: -0.04em;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom {
    margin-top: 22px;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom .date {
    font-size: 0.9375vw;
    letter-spacing: 0.12em;
  }
  .news-section-home .news-item .post-top .post-title {
    padding-top: 1.875vw;
  }
  .news-section-home .news-item .post-top .post-title .title {
    font-size: 1.3020833333vw;
    line-height: 40px;
  }
  .news-section-home .news-item .btn-wrap .button-link {
    font-size: 0.9375vw;
  }
  .news-section-home .news-item:hover .post-top .post-title .title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}

.main-banner {
  display: none;
}

.main-banner.inner-banner {
  display: none;
}

.socail-media-icons .socail-media-icons-wrap {
  display: flex;
}
.socail-media-icons .socail-media-icons-wrap .footer-social-media-link {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 40px;
}
.socail-media-icons .socail-media-icons-wrap .footer-social-media-link svg {
  height: 100%;
  width: 100%;
}

.slick-dots {
  display: none !important;
}

body.privacy-policy .header-section,
body.terms-conditions .header-section,
body.terms-and-conditions .header-section,
body.search .header-section,
body.contact-us .header-section {
  background: rgb(55, 52, 53);
}
body.privacy-policy .inner-banner,
body.terms-conditions .inner-banner,
body.terms-and-conditions .inner-banner,
body.search .inner-banner,
body.contact-us .inner-banner {
  margin-top: 190px;
}
body.privacy-policy .inner-banner:after,
body.terms-conditions .inner-banner:after,
body.terms-and-conditions .inner-banner:after,
body.search .inner-banner:after,
body.contact-us .inner-banner:after {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  body.privacy-policy .inner-banner,
  body.terms-conditions .inner-banner,
  body.terms-and-conditions .inner-banner,
  body.search .inner-banner,
  body.contact-us .inner-banner {
    margin-top: 150px;
  }
  body.privacy-policy .inner-banner .common-page-detail .page-title,
  body.terms-conditions .inner-banner .common-page-detail .page-title,
  body.terms-and-conditions .inner-banner .common-page-detail .page-title,
  body.search .inner-banner .common-page-detail .page-title,
  body.contact-us .inner-banner .common-page-detail .page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  body.privacy-policy .header-section .heading-right,
  body.terms-conditions .header-section .heading-right,
  body.terms-and-conditions .header-section .heading-right,
  body.search .header-section .heading-right,
  body.contact-us .header-section .heading-right {
    border-bottom: 1px solid rgba(55, 52, 53, 0.1);
  }
  body.privacy-policy .header-section .heading-right .sub-menu a::before,
  body.terms-conditions .header-section .heading-right .sub-menu a::before,
  body.terms-and-conditions .header-section .heading-right .sub-menu a::before,
  body.search .header-section .heading-right .sub-menu a::before,
  body.contact-us .header-section .heading-right .sub-menu a::before {
    display: none !important;
  }
  body.privacy-policy .header-section.scrolled .header-main .logo img,
  body.terms-conditions .header-section.scrolled .header-main .logo img,
  body.terms-and-conditions .header-section.scrolled .header-main .logo img,
  body.search .header-section.scrolled .header-main .logo img,
  body.contact-us .header-section.scrolled .header-main .logo img {
    filter: inherit;
  }
  body.privacy-policy .header-section.scrolled .header-main .search-icon img,
  body.privacy-policy .header-section.scrolled .header-main .menu-btn img,
  body.terms-conditions .header-section.scrolled .header-main .search-icon img,
  body.terms-conditions .header-section.scrolled .header-main .menu-btn img,
  body.terms-and-conditions .header-section.scrolled .header-main .search-icon img,
  body.terms-and-conditions .header-section.scrolled .header-main .menu-btn img,
  body.search .header-section.scrolled .header-main .search-icon img,
  body.search .header-section.scrolled .header-main .menu-btn img,
  body.contact-us .header-section.scrolled .header-main .search-icon img,
  body.contact-us .header-section.scrolled .header-main .menu-btn img {
    filter: inherit;
  }
  body.privacy-policy .header-section.scrolled .header-main .menu-btn .textarea,
  body.terms-conditions .header-section.scrolled .header-main .menu-btn .textarea,
  body.terms-and-conditions .header-section.scrolled .header-main .menu-btn .textarea,
  body.search .header-section.scrolled .header-main .menu-btn .textarea,
  body.contact-us .header-section.scrolled .header-main .menu-btn .textarea {
    color: #ffffff;
  }
  body.privacy-policy .header-section.scrolled .heading-right .header-mid a,
  body.terms-conditions .header-section.scrolled .heading-right .header-mid a,
  body.terms-and-conditions .header-section.scrolled .heading-right .header-mid a,
  body.search .header-section.scrolled .heading-right .header-mid a,
  body.contact-us .header-section.scrolled .heading-right .header-mid a {
    color: #c08b5c !important;
  }
  body.privacy-policy .inner-banner,
  body.terms-conditions .inner-banner,
  body.terms-and-conditions .inner-banner,
  body.search .inner-banner,
  body.contact-us .inner-banner {
    margin-top: 7.0833333333vw;
  }
  body.privacy-policy .inner-banner .common-page-detail .page-title,
  body.terms-conditions .inner-banner .common-page-detail .page-title,
  body.terms-and-conditions .inner-banner .common-page-detail .page-title,
  body.search .inner-banner .common-page-detail .page-title,
  body.contact-us .inner-banner .common-page-detail .page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
body.privacy-policy .header-section.scrolled .header-main .heading-right .main-menu .menu ul li a,
body.terms-conditions .header-section.scrolled .header-main .heading-right .main-menu .menu ul li a,
body.terms-and-conditions .header-section.scrolled .header-main .heading-right .main-menu .menu ul li a,
body.search .header-section.scrolled .header-main .heading-right .main-menu .menu ul li a,
body.contact-us .header-section.scrolled .header-main .heading-right .main-menu .menu ul li a {
  color: #ffffff !important;
}

@media only screen and (min-width: 1200px) {
  body.contact-us .header-section .header-main .logo {
    transform: scale(0.5);
    padding-top: 0.15625vw;
  }
  body.contact-us .header-section.show-header {
    background: linear-gradient(180deg, #373435 11.69%, rgba(55, 52, 53, 0) 60.51%);
  }
  body.terms-conditions .header-section .header-main .logo {
    transform: scale(0.5);
    padding-top: 0.15625vw;
  }
}
.contact-us .main-banner-wrapper {
  display: none;
}
.contact-us .welcome-section-title br {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .contact-us .welcome-section-title br {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  body.accomodations .comp-welcome-section {
    margin-bottom: 2.8125vw;
  }
}

body.our-management .comp-welcome-section {
  margin-bottom: 120px;
}
body.our-management .home-image-content-sec .image-wrap .--common-title {
  margin-top: -7px;
}
body.tax-tour_category .menu-tours a {
  color: #c08b5c;
}
body.tax-tour_category .cmp-category-listing {
  margin-bottom: 120px !important;
}
body.parent-destinations .menu-destinations a {
  color: #c08b5c;
}
body.activities .menu-activities a {
  color: #c08b5c;
}
body.post-type-activities .menu-activities a {
  color: #c08b5c;
}
body.single-sl_tours .menu-tours a {
  color: #c08b5c;
}
body.wp-admin.taxonomy-tour_category .form-table {
  width: 52.0833333333vw !important;
}
body.footer-visible .floating-icons .icon-inner .icon-wrap {
  background: linear-gradient(190deg, rgba(252, 202, 105, 0.63) -5.03%, #c08b5c 52.98%, #795458 126.56%);
}
body.our-management .welcome-section-title {
  width: 70%;
}
body.our-management .welcome-section-title br {
  display: none;
}
body.our-management .cmp-how-we-work .main-wrapper .content-container .content-right .how-we-work-description {
  text-align: justify;
}
body.our-management .cmp-how-we-work .main-wrapper .content-container .content-right .how-we-work-description p,
body.our-management .cmp-how-we-work .main-wrapper .content-container .content-right .how-we-work-description span {
  font-size: 15px;
  line-height: 32px;
}
@media only screen and (min-width: 1200px) {
  body.our-management .comp-welcome-section {
    margin-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  body.our-management .welcome-section-title {
    width: 100%;
  }
  body.our-management .welcome-section-title br {
    display: none;
  }
  body.our-management .comp-welcome-section {
    margin-bottom: 7.03125vw;
  }
  body.our-management .home-image-content-sec .main-wrapper .content-wrap .--common-title {
    max-width: 125%;
    margin-left: -45%;
    margin-bottom: 1.3541666667vw;
  }
  body.our-management .home-image-content-sec .main-wrapper .content-wrap .--common-title .heading-large {
    font-size: 5.2083333333vw;
    line-height: 4.7916666667vw;
  }
}
body.our-management .home-image-content-sec {
  padding: 0 0 7.8125vw 0;
}
body.travel-tips .feature-answer-list li, body.about-sri-lanka .feature-answer-list li {
  background-color: #fff !important;
  color: #373435 !important;
}
body.travel-tips .travel-tips-right-container .travel-tips-left-section .description-wrap .description-title, body.about-sri-lanka .travel-tips-right-container .travel-tips-left-section .description-wrap .description-title {
  display: none;
}
body.travel-tips .lanka-geo-section {
  display: none;
}
body.about-sri-lanka .travel-tips-right-container .travel-tips-left-section .description-wrap {
  margin-bottom: 30px !important;
}
body.archive.date .inner-banner.banner {
  display: none;
}
body.archive.date .inner-banner.banner.fix {
  display: block;
}
body.single-travel_blog .breadcrumb-wrapper {
  display: none;
}
body.archive.tax-tour_category .load-more-wrap {
  visibility: hidden;
}
body.sidenav-open {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  body.our-management .welcome-section-title br {
    display: block;
  }
  body.tax-tour_category .menu-tours a {
    position: relative;
    padding-bottom: 1.1458333333vw;
  }
  body.tax-tour_category .menu-tours a::before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 0.1041666667vw;
    background-color: #fff;
  }
  body.parent-destinations .menu-destinations a {
    position: relative;
    padding-bottom: 1.1458333333vw;
  }
  body.parent-destinations .menu-destinations a::before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 0.1041666667vw;
    background-color: #fff;
  }
  body.post-type-activities .menu-activities a {
    position: relative;
    padding-bottom: 1.1458333333vw;
  }
  body.post-type-activities .menu-activities a::before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 0.1041666667vw;
    background-color: #fff;
  }
  body .activities .menu-tours a {
    position: relative;
    padding-bottom: 1.1458333333vw;
  }
  body .activities .menu-tours a::before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 0.1041666667vw;
    background-color: #fff;
  }
  body.single-sl_tours .menu-tours a {
    position: relative;
    padding-bottom: 1.1458333333vw;
  }
  body.single-sl_tours .menu-tours a::before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 0.1041666667vw;
    background-color: #fff;
  }
  body.accommodation .comp-welcome-section {
    margin-bottom: 2.6041666667vw !important;
  }
  body.our-management .comp-welcome-section {
    margin-bottom: 10.4166666667vw;
  }
  body.archive.tax-tour_category .load-more-wrap {
    visibility: hidden;
    margin-bottom: 3.125vw;
  }
  body.accommodation .cmp-accomodation-listing {
    margin-bottom: 6.25vw !important;
  }
  body.single.single-sl_tours .gallery-slider-sec {
    margin-bottom: 11.4583333333vw !important;
  }
  body.travel-tips .travel-tips-right-container {
    padding-bottom: 4.1666666667vw !important;
  }
  body.travel-tips .gallery-slider-sec {
    margin-bottom: 10.4166666667vw !important;
  }
  body.travel-tips .footer-section {
    margin-top: 11.4583333333vw;
  }
  body.accomodation-template-default .gallery-slider-sec {
    margin-bottom: 10.4166666667vw !important;
  }
  body.about-sri-lanka .travel-tips-right-container .travel-tips-left-section .description-wrap {
    margin-bottom: 3.6458333333vw;
  }
  body.about-sri-lanka .travel-tips-right-container {
    padding-bottom: 1.0416666667vw !important;
  }
  body.about-sri-lanka .gallery-slider-sec {
    padding-bottom: 2.6041666667vw;
    margin-bottom: 11.9791666667vw !important;
  }
  body.destinations .comp-welcome-section {
    margin-bottom: 7.03125vw;
  }
  body.single.single-accomodation .travel-tips-right-container {
    padding-bottom: 0 !important;
  }
  body.archive.tax-tour_category .travel-tips-right-container {
    margin-bottom: 6.7708333333vw !important;
    padding-bottom: 0 !important;
    align-items: center;
  }
  body.archive.tax-tour_category .cmp-category-listing {
    margin-bottom: 9.1145833333vw !important;
  }
  body.tax-tour_category .cmp-category-listing .main-wrapper .category-listing-wrap .slider-counter {
    bottom: 0.5208333333vw !important;
  }
}

@media only screen and (min-width: 1200px) {
  .privacy-and-terms-container {
    padding: 0 18.3854166667vw !important;
  }
}
.gtranslate_wrapper {
  position: relative;
  width: max-content;
  display: flex !important;
  justify-content: flex-end;
}
.gtranslate_wrapper select {
  width: 100%;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.gtranslate_wrapper::after {
  content: "▼"; /* You can replace with an SVG or other character */
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
  font-size: 12px;
  color: #ffffff;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
}
@media only screen and (min-width: 1200px) {
  .gtranslate_wrapper::after {
    font-size: 0.46875vw;
    right: 0;
    top: 0.2083333333vw;
  }
}

.search .inner-banner {
  display: none;
}

.slider-counter {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.slider-counter .seperator {
  padding: 0 5px;
}

@media only screen and (min-width: 1200px) {
  .slider-counter {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    transform: translateY(2.0833333333vw);
  }
  .slider-counter .current-slide {
    color: #373435;
    font-family: "Inter", sans-serif;
    font-size: 0.78125vw;
    padding-right: 0.2604166667vw;
  }
  .slider-counter .total-slides {
    color: rgba(55, 52, 53, 0.25);
    font-size: 0.625vw;
    line-height: 1.34375vw;
    padding-left: 0.2604166667vw;
  }
  .slider-counter .seperator {
    color: rgba(55, 52, 53, 0.25);
    font-size: 0.625vw;
    padding: 0;
  }
}
.--slider-custom-nav {
  position: absolute;
  right: -5.2083333333vw;
  top: -40%;
  z-index: 1111;
}

@media only screen and (min-width: 1200px) {
  .--slider-custom-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(80%, -50%);
    z-index: 1111;
    padding-left: 4.0104166667vw;
    cursor: pointer;
    display: block;
  }
  .--slider-custom-nav .arrow-long-prev {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    padding: 0;
  }
  .--slider-custom-nav .arrow-long-next {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    color: rgba(0, 0, 0, 0.25);
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .travel-blog .blog-main-section.blog-page {
    margin-bottom: 4.1666666667vw;
  }
}

.cmp-awards-accolades .main-wrapper .main-content-wrapper .awards-slider .slider-counter {
  display: none !important;
}

.slick-arrow::before {
  display: none !important;
}

.custom-arrow .arrow-long-prev,
.custom-arrow .arrow-long-next {
  position: relative;
}
.custom-arrow .arrow-long-prev.desk,
.custom-arrow .arrow-long-next.desk {
  display: none;
}
.custom-arrow .arrow-long-prev.mob,
.custom-arrow .arrow-long-next.mob {
  display: flex;
  justify-content: center;
}
.custom-arrow .arrow-long-prev.mob img,
.custom-arrow .arrow-long-next.mob img {
  width: 30px;
  height: auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.custom-arrow .arrow-long-prev {
  left: -16px;
}
.custom-arrow .arrow-long-next {
  right: -16px;
}

.arrow-long-next {
  color: rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 1200px) {
  .custom-arrow .arrow-long-prev,
  .custom-arrow .arrow-long-next {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
  }
  .custom-arrow .arrow-long-prev.desk,
  .custom-arrow .arrow-long-next.desk {
    display: flex !important;
  }
  .custom-arrow .arrow-long-prev.mob,
  .custom-arrow .arrow-long-next.mob {
    display: none !important;
  }
  .custom-arrow .arrow-long-prev {
    left: inherit;
  }
  .custom-arrow .arrow-long-next {
    right: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .tours-bg-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30.2083333333vw;
  }
  .tours-bg-container img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -26.0416666667vw;
    transition: top 2s ease-out;
  }
  .tours-bg-container img.animate-plane {
    top: 0;
  }
}
.slider-custom-nav {
  display: flex;
  top: 0;
  left: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.slider-custom-nav .custom-arrow {
  position: absolute;
  z-index: 11;
}
.slider-custom-nav .prev-arrow {
  left: 30px;
}
.slider-custom-nav .next-arrow {
  right: 30px;
}

.custom-slider-count_sds .custom_paging_sds:nth-child(2) {
  display: none !important;
}

.slick-disabled svg,
.slick-disabled img {
  opacity: 0.3;
}

.fix-wp-icon {
  position: fixed;
  z-index: 1111111;
  bottom: 100px;
  right: 16px;
}
.fix-wp-icon .icon-inner img {
  width: 50px;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .fix-wp-icon {
    bottom: 6.25vw;
    right: 1.3020833333vw;
  }
  .fix-wp-icon .icon-inner img {
    width: 3.125vw;
  }
}

.arrow-long-prev.mob,
.arrow-long-next.mob {
  padding: 18px 0;
}

.plane-animation {
  position: relative;
  width: 30px; /* adjust based on plane size */
  height: 100px; /* height of animation area */
  margin: 0 auto;
  overflow: hidden;
}

.line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0; /* start with no line */
  background: rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
  animation: lineFill 2s linear infinite;
}

.plane {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: planeMove 2s linear infinite;
}

@keyframes planeMove {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes lineFill {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .plane-animation {
    height: 10.4166666667vw;
  }
  .line {
    width: 0.1041666667vw;
  }
}
.hero-section {
  margin-top: 43px;
  position: relative;
}
.hero-section .desktop-video {
  display: none;
}
.hero-section .mobile-video {
  display: block;
}
.hero-section .mobile-video video {
  object-fit: cover;
}
.hero-section img {
  display: block !important;
}
.hero-section .floating-icons {
  position: fixed;
  top: 50% !important;
  right: 0;
  display: none;
  z-index: 1111;
}
.hero-section .floating-icons .icon-inner {
  position: relative;
  transition: 0.7s;
}
.hero-section .floating-icons .icon-inner:hover {
  left: 0;
}
.hero-section .whatsapp-btn,
.hero-section .contact-btn {
  width: 90%;
  background-color: #212529;
  margin-bottom: 10px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.hero-section .whatsapp-btn a,
.hero-section .contact-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.hero-section .whatsapp-btn .icon-wrap,
.hero-section .contact-btn .icon-wrap {
  background-color: #795458;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .whatsapp-btn img,
.hero-section .contact-btn img {
  width: 38px;
  height: 38px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .whatsapp-btn .tooltip,
.hero-section .contact-btn .tooltip {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 18px;
}
.hero-section .contact-btn .tooltip {
  width: 50%;
  white-space: normal;
  word-break: break-word;
}
.hero-section .home-scroll-wrap {
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 1;
  align-items: center;
  left: 0;
  right: 0;
  margin: 28px auto 0 auto;
  flex-direction: column-reverse;
}
.hero-section .home-scroll-wrap .scroll-icon {
  overflow: hidden;
}
.hero-section .home-scroll-wrap .scroll-text {
  padding-bottom: 12px;
}
.hero-section .home-scroll-wrap .scroll-text .tagline {
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.hero-section .home-scroll-wrap .plane-animation .line {
  background: #000000;
}
.hero-section .home-scroll-wrap .plane-animation img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

@media only screen and (min-width: 768px) {
  .hero-section {
    margin-top: 138px;
  }
  .hero-section .desktop-video {
    display: block;
    position: relative;
  }
  .hero-section .desktop-video:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(2, 3, 1, 0) 0%, #020301 43.81%);
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: -110px;
  }
  .hero-section .mobile-video {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section {
    margin-top: 0;
  }
  .hero-section:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #5d6046 0%, rgba(35, 36, 15, 0) 100%);
    width: 100%;
    height: 24.3229166667vw;
    left: 0;
    right: 0;
    bottom: 0.1041666667vw;
  }
  .hero-section .floating-icons {
    display: none;
    top: inherit !important;
    bottom: 21%;
  }
  .hero-section .floating-icons .icon-inner {
    height: 2.5vw;
    width: 7.8125vw;
  }
  .hero-section .floating-icons .icon-inner .icon-wrap {
    height: 2.5vw;
    width: 2.5vw;
    position: relative;
    left: -0.0520833333vw;
  }
  .hero-section .floating-icons .icon-inner .icon-wrap img {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
    object-fit: contain;
    padding: 0;
  }
  .hero-section .whatsapp-btn,
  .hero-section .contact-btn {
    width: 84%;
  }
  .hero-section .whatsapp-btn .tooltip,
  .hero-section .contact-btn .tooltip {
    font-size: 0.5208333333vw;
    letter-spacing: 0.015625vw;
    line-height: 0.625vw;
    padding-left: 0.625vw;
  }
  .hero-section .contact-btn .tooltip {
    width: 60%;
  }
  .hero-section .home-scroll-wrap {
    left: 48.4375vw;
    top: 54%;
    align-items: end;
    right: inherit;
    flex-direction: row;
  }
  .hero-section .home-scroll-wrap .plane-animation .line {
    background: #ffffff;
  }
  .hero-section .home-scroll-wrap .scroll-icon img {
    filter: inherit;
  }
  .hero-section .home-scroll-wrap .scroll-text {
    color: #ffffff;
    font-family: "Alata", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.5208333333vw;
    letter-spacing: 0.1822916667vw;
    line-height: 0.78125vw;
    padding-left: 0;
    padding-bottom: 3.6458333333vw;
  }
  .hero-section .home-scroll-wrap .scroll-text .tagline {
    text-align: left;
    color: #ffffff;
  }
  .hero-section img {
    display: none;
  }
  .hero-section video {
    display: block;
  }
  .hero-section .desktop-video:after {
    display: none;
  }
}
.testimonial-section {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.testimonial-section .wprev_preview_tcolor1_T1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
}
.testimonial-section .--top-title-content-area {
  position: relative;
  top: 40px;
}
.testimonial-section .bg-image img {
  width: 100%;
}
.testimonial-section .testimonial-wrap {
  position: relative;
  width: 100%;
}
.testimonial-section .testimonial-wrap .testimonial-slider {
  margin-top: -75px;
}
.testimonial-section .testimonial-wrap .testimonial-slider.desktop {
  display: none;
}
.testimonial-section .testimonial-wrap .testimonial-item {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner {
  border: 1px solid rgba(92, 136, 196, 0.31);
  position: relative;
  padding: 80px 40px;
  height: 100%;
}
.testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .quote-icon {
  position: absolute;
  left: 12px;
  top: -6px;
}
.testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .profile-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .profile-icon img {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .post-title {
  margin-bottom: 40px;
}
.testimonial-section .testimonial-wrap .custom-slider-button {
  display: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: space-between;
  width: 100%;
}
.testimonial-section .testimonial-wrap .custom-slider-button .nav-btn img {
  width: 32px;
}
.testimonial-section .wprs_rd_more {
  color: #000000;
  font-weight: 700;
}
.testimonial-section .animated-line {
  display: none;
}
.testimonial-section img.wptripadvisor_t1_star_img_file {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .testimonial-section {
    background: #1d2316;
    padding-bottom: 7.2916666667vw;
    margin-top: -8.8541666667vw;
  }
  .testimonial-section .wptripadvisor_t1_P_3 {
    height: 6.7708333333vw;
    overflow-y: scroll;
    padding-right: 0.5208333333vw;
  }
  .testimonial-section #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    margin-top: 0.625vw;
  }
  .testimonial-section .wprev-slider {
    height: auto;
  }
  .testimonial-section .wprev-slider .wprevrevtitle {
    font-size: 0.9375vw;
    font-weight: 700;
  }
  .testimonial-section .wprev-slider p {
    font-size: 0.8333333333vw !important;
    line-height: 1.3020833333vw !important;
  }
  .testimonial-section .wprev_preview_tcolor1_T {
    font-size: 0.8333333333vw !important;
    line-height: 1.3020833333vw !important;
  }
  .testimonial-section .wprev_preview_tcolor1_T span {
    font-size: 0.8333333333vw !important;
    line-height: 1.3020833333vw !important;
  }
  .testimonial-section .--top-title-content-area {
    padding-top: 15.625vw;
    display: block;
    position: absolute;
    z-index: 1;
    top: inherit;
  }
  .testimonial-section .--top-title-content-area .--common-title .heading-main {
    width: 50%;
  }
  .testimonial-section .bg-image {
    position: relative;
  }
  .testimonial-section .bg-image:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #1d2316 0%, rgba(29, 35, 22, 0) 100%);
    width: 100%;
    left: 0;
    right: 0;
    height: 18.3854166667vw;
    bottom: 0;
  }
  .testimonial-section .testimonial-wrap {
    padding: 0 12.5vw;
  }
  .testimonial-section .testimonial-wrap .testimonial-slider {
    margin-top: -5.2083333333vw;
  }
  .testimonial-section .testimonial-wrap .testimonial-slider.desktop {
    display: block;
  }
  .testimonial-section .testimonial-wrap .testimonial-slider.mobile {
    display: none;
  }
  .testimonial-section .testimonial-wrap .testimonial-item {
    background: #ffffff;
    margin: 0 0.5208333333vw;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner {
    padding: 1.25vw;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .quote-icon {
    display: none;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .post-top {
    display: flex;
    align-items: center;
    margin-bottom: 1.875vw;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .post-top .profile-icon {
    top: 0.9375vw;
    left: 0.9375vw;
    position: relative;
    width: 35%;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .post-top .profile-icon img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .post-top .post-title {
    width: 65%;
    margin-bottom: 0;
  }
  .testimonial-section .testimonial-wrap .testimonial-item .testimonial-item-inner .post-top .post-title .title {
    font-size: 1.0416666667vw;
  }
  .testimonial-section .testimonial-wrap .custom-slider-button {
    justify-content: start;
    flex-direction: column;
  }
  .testimonial-section .animated-line {
    display: none;
    position: absolute;
    left: 31.25vw;
    top: 0;
  }
  .testimonial-section #wprev-slider-1 .wprev_preview_bradius_T1 {
    height: 14.5833333333vw;
  }
  .testimonial-section img.wptripadvisor_t1_tripadvisor_logo {
    width: 2.5vw;
    height: auto;
  }
  .testimonial-section .wptripadvisor_t1_DIV_2 {
    padding: 2.1875vw 1.25vw 1.25vw !important;
  }
  .testimonial-section img.wptripadvisor_t1_tripadvisor_logo {
    bottom: 0.9375vw;
    right: 0.9375vw;
  }
  .testimonial-section img.wptripadvisor_t1_star_img_file {
    width: 5.2083333333vw;
    margin-bottom: 0.3125vw;
  }
  .testimonial-section .wptripadvisor_t1_DIV_2:before {
    font-size: 3.3333333333vw;
    top: 1.4583333333vw;
  }
  .testimonial-section .wptripadvisor_t1_A_8 img {
    max-width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .testimonial-section .wptripadvisor_t1_SPAN_5 {
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1920px) {
  .testimonial-section #wprev-slider-1 .wprev_preview_bradius_T1 {
    height: 13.5416666667vw;
  }
}

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