#id {
    text-align: center;
}
/* } */
.alerts {
    text-align: center;
}
.alerts .alert {
    position: fixed;
    z-index: 9999999999;
    opacity: 1;
    max-width: 50%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 13px 32px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #111111;
    box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}
.alerts .alert.show {
    top: 0;
    display: block;
}
.alerts .alert .btn-close {
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .alerts .alert {
        min-width: 400px;
        width: initial;
    }
    .alerts .alert.show {
        top: 20px;
        display: block;
    }
}
@media screen and (max-width: 769px) {
    .alerts .alert {
        max-width: 90%;
        width: initial;
    }
}


.alerts .alert.alert-success {
    background: #d6f2de;
}
.alerts .alert.alert-success:before {
    background-color: #61a30b;
}
.alerts .alert.alert-info {
    background-color: #eee0cd;
}
.alerts .alert.alert-info:before {
    background-color: #f4a12e;
}
.alerts .alert.alert-danger {
    background-color: #fdcfca;
}
.alerts .alert.alert-danger:before {
    background-color: #f4442e;
}
.alerts .alert .close {
    background-color: transparent;
    border: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

[hidden] {
  display: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

svg,
video {
  display: block;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-t {
  border-top-width: 1px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.font-semibold {
  font-weight: 600;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.max-w-6xl {
  max-width: 72rem;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.p-6 {
  padding: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity));
  }
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity));
  }
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
  }
  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
  }
}
img {
  width: 100%;
}

.temp {
  margin: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.grey-background {
  background-color: #F7F7F7;
}

.main-section {
  padding: 50px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.main-section {
  padding: 50px 0;
}
.main-section--small {
  padding: 30px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.center-me {
  display: table;
  margin: 0 auto;
}

.background--grey {
  background-color: #f6f6f6;
}

.spacer-100 {
  display: block;
  height: 100%;
}

.spacer-50 {
  display: block;
  height: 50px;
}

.underline {
  text-decoration: underline;
}

.add-to-favorites.active {
  border: 2px solid #f48120;
  color: #f48120;
}

.favorites-small-icon {
  background-color: transparent;
  color: #2E2726;
}
.favorites-small-icon.active {
  background-color: transparent;
  color: #f48120;
}

.separator-40 {
  margin-top: 40px;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-page img {
  width: 90%;
}
.thanks-page .right-side-text {
  height: 100%;
  text-align: center;
}
.thanks-page .right-side-text .h2 {
  margin-bottom: 16px;
}
.thanks-page .right-side-text p {
  margin-bottom: 24px;
}
.thanks-page .right-side-text .button {
  margin: 0 auto;
  display: table;
}
.thanks-page.contact-ty {
  text-align: center;
}
.thanks-page.contact-ty img {
  width: 50%;
}

.show-on-md {
  display: none;
}

.ml-auto {
  margin-left: auto;
}

#show-less-photos-button {
  display: none;
}

.verify-email {
  text-align: center;
  min-height: 200px;
}
.verify-email > p {
  margin-bottom: 50px;
}
.verify-email .flex {
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .show-on-md {
    display: block;
  }
  .no-pd-b-md {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .thanks-page img {
    width: 60%;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .thanks-page .right-side-text h2,
  .thanks-page .right-side-text p {
    text-align: left;
  }
  .thanks-page .right-side-text .button {
    display: initial;
    margin-left: 0;
  }
}

@font-face {
  font-family: "TrajanSans regular";
  src: url("../fonts/TrajanSans/TrajanSansPro-Regular.woff");
  src: url("../fonts/TrajanSans/TrajanSansPro-Regular.woff2");
}
@font-face {
  font-family: "Montserrat light";
  src: url("../fonts/montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat medium";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat bold";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
}
body,
html {
  font-family: "Montserrat light", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #4a515b;
}

.table {
  color: #4a515b !important;
}

a:hover {
  text-decoration: none;
  color: #4a515b;
}
a.underline {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: 700;
}

.home-header {
  font-size: 33px;
  margin-bottom: 40px;
  font-family: "TrajanSans regular", sans-serif;
}

.section-header-group {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-header-group .section-header {
  font-size: 32px;
  position: relative;
  padding: 12px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "TrajanSans regular", sans-serif;
}
.section-header-group .section-header p {
  text-transform: uppercase;
}
.section-header-group p {
  padding-bottom: 12px;
}
.section-header-group .separator-top {
  display: inline-block;
  border-top: 1px solid #e4dece;
}
.section-header-group .separator-bottom {
  display: inline-block;
  border-bottom: 1px solid #e4dece;
}

.page-header {
  font-size: 25px;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "TrajanSans regular", sans-serif;
  padding-bottom: 25px;
}

.button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0;
  color: white;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
.button:hover {
  color: white;
}
.button i {
  margin-left: 6px;
}
.button__white {
  background-color: white;
  color: black;
}
.button__white:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}
.button__secondary {
  background-color: #33373D;
  border: 2px solid #33373D;
}
.button__secondary:hover {
  color: white;
}
.button__border-secondary {
  border: 2px solid #33373D;
  color: #33373D;
}
.button__border-secondary:hover {
  color: #33373D;
}

.button-group {
  display: flex;
  gap: 24px;
  margin-top: 60px;
  justify-content: center;
}

.input, select {
  border: 1px solid #C0C4CB;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
}
.input::-moz-placeholder, select::-moz-placeholder {
  color: #C0C4CB;
}
.input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #C0C4CB;
}
.input::placeholder, select::placeholder {
  color: #C0C4CB;
}

.input-group {
  margin-bottom: 1.2rem;
}

header .pre-header {
  background-color: #4a515b;
  padding: 10px 0px;
  margin: 0px 0px;
  color: white;
}
header .pre-header__info {
  display: flex;
  gap: 20px;
}
header .pre-header__info--tel {
  margin-right: 20px;
}
header .pre-header__info--mail {
  margin-left: 10px;
}
header .pre-header__info--item {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .pre-header__info--item i {
  color: #b3bcc7;
  font-size: 1rem;
}
header .pre-header__info--item a {
  font-size: 14px;
}
header .pre-header__info--item a:hover {
  color: white;
}
header .header .main-menu {
  margin: 10px 0;
  position: relative;
}
header .header .main-menu__mobile-menu-toggle, header .header .main-menu__mobile-logo {
  display: none;
}
header .header .main-menu .dropdown.hover > .dropdown-menu {
  display: block;
}
header .header .main-menu .dropdown > a:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
header .header .main-menu .dropdown-menu {
  min-width: 12em;
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-position: 25px 5px;
  padding-top: 15px;
  margin-top: 5px;
  background-color: transparent;
  border: 0;
}
header .header .main-menu__ul {
  display: flex;
}
header .header .main-menu__ul li {
  transition: background 0.2s;
  background: #fff;
}
header .header .main-menu__ul li:hover {
  background: #f9fafc;
}
header .header .main-menu__ul li a {
  color: #5E6D81;
  font-weight: 300;
  font-size: 16px;
  padding: 0px 25px;
  line-height: 36px;
  display: block;
}
header .header .main-menu__ul li:first-of-type a {
  border-left: none;
}
header .header__logo--img {
  width: 165px;
  height: 165px;
  position: absolute;
  top: -25px;
  right: 30px;
  z-index: 999;
}

@media screen and (max-width: 1199px) {
  header .header .main-menu__ul li a {
    font-size: 15px;
    padding: 0px 22px;
  }
}
.collapse:not(.show) {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .collapse:not(.show) {
    display: none !important;
  }
  header .header .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  header .header .main-menu__ul {
    flex-direction: column;
  }
  header .header .main-menu__ul li:hover {
    background: none;
  }
  header .header .main-menu__ul li a {
    padding: 0;
  }
  header .header .main-menu__ul .dropdown-menu {
    position: initial;
    padding-top: 0;
    padding-left: 15px;
  }
  header .header .main-menu__mobile-menu-toggle {
    display: inline-block;
    cursor: pointer;
    padding: 4px 10px 1px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  header .header .main-menu__mobile-logo {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #777;
  }
  header .header .main-menu .navbar-collapse {
    border-top: 1px solid #ddd;
  }
  header .header__logo {
    display: none;
  }
}
.footer {
  background-color: #434A54;
  padding: 50px 0px 30px 0px;
}
.footer img {
  max-width: 130px;
}
.footer .h3 {
  color: #cabc91;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer__links li {
  margin-bottom: 8px;
}
.footer__links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.footer__newsletter-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}
.footer__newsletter-group p {
  color: white;
}
.footer__newsletter-group input {
  background: transparent;
}
.footer__newsletter-group input:active, .footer__newsletter-group input:focus, .footer__newsletter-group input:focus-visible {
  outline: none;
}
.footer__checkbox-group {
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__checkbox-group label {
  margin-bottom: 0;
}
.footer__checkbox-group a {
  color: white;
}
.footer__contact {
  margin-top: 20px;
  color: white;
}
.footer__contact a {
  color: white;
}
.footer__contact--item {
  margin-bottom: 8px;
}
.footer__contact--item i {
  margin-right: 6px;
}
.footer__contact--socials {
  display: flex;
  gap: 8px;
}

.after-footer {
  background: #4A515B;
  padding: 24px 0;
  text-align: center;
  color: white;
}
.after-footer p {
  font-size: 15px;
  font-weight: lighter;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .footer img {
    margin: 0 auto 1.8rem auto;
    display: block;
  }
  .footer .h3 {
    text-align: center;
  }
  .footer__links {
    margin-bottom: 1.2rem;
    text-align: center;
  }
  .footer__newsletter-group {
    text-align: center;
  }
  .footer__contact {
    text-align: center;
  }
  .footer__contact--socials {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer img {
    margin: 0 0 1.8rem 0;
  }
  .footer .h3 {
    text-align: left;
  }
  .footer__links {
    margin-bottom: 0;
    text-align: left;
  }
  .footer__newsletter-group {
    text-align: left;
  }
  .footer__contact {
    text-align: left;
  }
  .footer__contact--socials {
    justify-content: left;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel:hover .owl-nav button {
  opacity: 1 !important;
}
.owl-carousel .owl-prev {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-next {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.slider__text-area {
  margin: 0;
  max-width: 450px;
  padding: 25px;
  text-align: left;
  bottom: 50%;
  transform: translate(0, 60%);
  left: 70px;
  position: absolute;
  margin: 0 auto;
  z-index: 9999;
  font-family: "TrajanSans regular", sans-serif;
}
.slider__title {
  color: white;
  font-size: 64px;
  line-height: 66px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-shadow: -1px -1px 0px #7e7e7e, 1px -1px 0px #7e7e7e, -1px 1px 0px #7e7e7e, 1px 1px 0px #7e7e7e;
}
.slider__text {
  color: white;
  margin-bottom: 25px;
  background-color: rgba(67, 74, 84, 0.5);
  padding: 10px 20px;
  text-shadow: -1px -1px 0px #7e7e7e, 1px -1px 0px #7e7e7e, -1px 1px 0px #7e7e7e, 1px 1px 0px #7e7e7e;
}

.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0;
}
.owl-carousel .owl-nav button {
  background-color: rgba(255, 255, 255, 0.5019607843) !important;
  background-image: none;
  font-size: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  text-indent: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.5843137255) !important;
}
.owl-carousel .owl-nav button:active, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:focus-visible {
  outline: none;
}
.owl-carousel .owl-nav button i {
  display: block;
  font-size: 25px;
  margin: 0 auto;
  width: 27px;
  height: 60px;
  line-height: 60px;
}

.owl-slider .owl-nav .owl-prev {
  left: 15px;
}
.owl-slider .owl-nav .owl-next {
  right: 15px;
}

.owl-reviews .owl-nav button {
  background: #cabc91 !important;
}
.owl-reviews .owl-nav button:hover {
  background: #ecdeb3 !important;
}
.owl-reviews .owl-nav button i {
  color: white;
}
.owl-reviews .owl-nav .owl-prev {
  left: -70px;
}
.owl-reviews .owl-nav .owl-next {
  right: -70px;
}

.home-intro {
  font-size: 20px;
  text-align: center;
}
.home-intro__text {
  font-size: 18px;
}
.home-intro .bold {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-intro p {
  font-size: 14px;
}
.home-intro .signature img {
  width: 233px;
  margin: 40px 0 30px 0;
}
.home-intro .signature .bold {
  font-size: 16px;
  margin-bottom: 4px;
}
.home-intro .signature p {
  font-size: 14px;
}
.home-intro .button {
  font-size: 14px;
  padding: 0px 20px;
  flex: 1 1 auto;
  background-color: #cabc91;
  border-color: #cabc91;
}
.home-intro .button.button__border-secondary {
  background-color: white;
  color: #cabc91;
}

.fixed-height-paragraph {
  max-height: 390px;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.img-gery-bck-group {
  display: flex;
  margin-bottom: 26px;
}
.img-gery-bck-group__item {
  flex: 1 1 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-gery-bck-group__item p {
  text-align: justify;
  font-size: 14px;
}
.img-gery-bck-group .h3 {
  margin-bottom: 1rem;
  font-family: "TrajanSans regular", sans-serif;
  font-size: 1.7rem;
}
.img-gery-bck-group .grey-bck {
  padding: 10px 40px;
}

.home-icon-group {
  margin: 90px 0 !important;
}
.home-icon-group .text-boxes__texts--text-wrap {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .img-gery-bck-group {
    flex-direction: column;
    gap: 30px;
  }
  .img-gery-bck-group .grey-bck {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-intro__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-grid__item {
    margin-bottom: 20px;
  }
}
.page-grid__item--header {
  padding: 14px;
  background-color: #434a54;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(to right, #3b444d, #8694a2);
  text-align: left;
}

.reviews-grid {
  position: relative;
}
.reviews-grid:hover__image img {
  opacity: 0.8;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
}
.reviews-grid__destination {
  width: 100%;
  top: 0px;
  background-color: rgba(202, 188, 145, 0.95);
  position: absolute;
  height: 50px;
  display: table;
  padding: 0 10px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  justify-content: center;
}
.reviews-grid__image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
}
.reviews-grid__description {
  padding: 13px 20px;
  text-align: center;
  background-color: #f9fafc;
  color: #4a515b;
  height: 104px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.blog-grid__title {
  background-color: #434a54;
  padding: 15px 15px;
  color: #fff;
}
.blog-grid__image img {
  width: 100%;
}
.blog-grid__info {
  font-size: 14px;
  padding: 10px;
  font-size: 14px;
  color: #4a515b;
  background-color: #f9fafc;
  min-height: 82px;
  width: 100%;
}
.blog-grid__info--title {
  font-size: 16px;
  margin-bottom: 13px;
  margin-top: 6px;
}
.blog-grid__info--description {
  max-height: 60px;
  overflow: hidden;
}
.blog-grid__info--date {
  font-size: 13px;
  font-weight: 500;
  margin-top: 16px;
}

.destination-grid {
  margin-bottom: 50px;
}
.destination-grid .page-grid__item {
  margin-bottom: 16px;
  overflow: hidden;
}
.destination-grid .page-grid__item img {
  transition: 0.7s ease-in-out !important;
}
.destination-grid .page-grid__item:hover img {
  transform: rotate(3deg) scale(1.2);
}
.destination-grid .page-grid__item .page-grid__item--header {
  background: #434a54 !important;
  position: relative;
  z-index: 9999;
}

.trip-grid__item {
  margin-bottom: 20px;
}
.trip-grid__head {
  background-color: #434a54;
  padding: 13px 13px;
  color: #b1bac3;
}
.trip-grid__informations {
  height: 110px;
  width: 100%;
  background: rgba(206, 193, 154, 0.15);
  display: flex;
}
.trip-grid__informations--details {
  flex: 1 0 75%;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
  padding: 5px 10px;
  border-top: 1px dashed #e4e4e4;
}
.trip-grid__informations--price {
  flex: 1 0 25%;
  line-height: 70px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  background: rgba(202, 188, 145, 0.9);
  line-height: 110px;
}

.temp img {
  height: 253px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-grid__item {
  margin-bottom: 20px;
  display: block;
}
.article-grid__head {
  background-color: #434a54;
  padding: 0px 15px;
  color: #fff;
  display: flex;
  height: 53px;
  align-items: center;
}
.article-grid__informations {
  font-size: 14px;
  padding: 10px;
  font-size: 14px;
  color: #4a515b;
  background-color: #f9fafc;
  height: 120px;
  width: 100%;
}
.article-grid__informations--date {
  text-align: left;
  padding-bottom: 5px;
  font-size: 12px;
}

.main-image {
  position: relative;
}
.main-image img {
  min-height: 204px;
}
.main-image__bc-area {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background-color: rgba(67, 74, 84, 0.5);
  font-family: "TrajanSans regular", sans-serif;
}
.main-image__bc-area .h1 {
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 20px 0px 20px;
}
.main-image__bc-area .breadcrumbs {
  display: flex;
  gap: 30px;
  color: white;
  padding: 0px 20px 10px 20px;
}
.main-image__bc-area .breadcrumbs li {
  position: relative;
  padding-left: 3px;
}
.main-image__bc-area .breadcrumbs li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-67%);
}
.main-image__bc-area .breadcrumbs li:last-child::after {
  display: none;
}
.main-image__bc-area .breadcrumbs li a {
  color: white;
}

.destination-links {
  border-bottom: 1px solid #ddd;
  padding: 0;
  display: flex;
}
.destination-links li {
  flex: 0 1 20%;
  width: 20%;
  cursor: pointer;
}
.destination-links li.active a {
  color: #555;
  background-color: #ddd;
}
.destination-links li:hover a {
  color: #555;
  background-color: #ddd;
}
.destination-links li a {
  font-size: 14px;
  color: #5E6D81;
  text-align: center;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.destination-description {
  padding-top: 40px;
}
.destination-description__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.destination-filter .destination-links {
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 50px;
}
.destination-filter .destination-links li.active a {
  color: #555;
  background-color: #ddd;
}
.destination-filter .tab-content {
  text-align: center;
  width: 80%;
  margin: 30px auto 30px auto;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.destination-filter .tab-content.show {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .destination-description__map {
    width: 60%;
    display: block;
    margin: 2rem auto 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .destination-links {
    flex-wrap: wrap;
  }
  .destination-links li {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .main-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .destination-links li {
    flex: 0 1 100%;
    width: 100%;
  }
}
.trip .tab-content {
  display: none;
}
.trip .tab-content.show {
  display: block;
}
.trip .h1 {
  margin-bottom: 20px;
  font-family: "TrajanSans regular", sans-serif;
}
.trip__reviews .item {
  margin-bottom: 20px;
}
.trip__details {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}
.trip__details--text {
  height: 70px;
  background: rgba(206, 193, 154, 0.15);
  line-height: 20px;
  font-size: 12px;
  text-align: left;
  padding: 5px 10px;
  min-width: 200px;
}
.trip__details--price {
  background-color: #f0f1f5;
  padding: 0px 20px;
  font-size: 25px;
  line-height: 66px;
  color: #5e6d81;
}
.trip__details--price span {
  color: #5e6d81;
  font-size: 15px;
  padding: 0 5px;
}
.trip__price-list a {
  color: #337ab7;
}
.trip__price-list a:hover {
  color: #23527c;
}
.trip__price-list ul {
  padding-left: 40px;
}
.trip__price-list ul li {
  list-style: initial;
}
.trip__price-list, .trip__content {
  font-size: 14px;
}
.trip__map img {
  margin: 0 auto;
  width: initial;
  display: block;
}

.modal-title {
  color: #4a515b;
}

#newsletterModal .modal-body .form-row {
  margin-bottom: 1.2rem;
}

button.close {
  font-size: 35px;
  background: none;
  line-height: 1;
}

.page {
  margin-bottom: 70px;
}

.article {
  margin-bottom: 70px;
}

.pagination-nav {
  gap: 8px;
}
.pagination-nav__button {
  background-color: #EBEEF2;
  border: 1px solid #33373D;
  color: #33373D;
  padding: 5px 20px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.pagination-nav__button:hover {
  background-color: #cacfd4;
}

.pagination .page-nav {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination .page-nav li {
  list-style: none;
}
.pagination .page-nav li .page-numbers {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  color: #C0C4CB;
}
.pagination .page-nav li .page-numbers.active {
  background-color: #4a515b;
  color: white;
}
.pagination .page-nav li a.page-numbers {
  color: #5E6D81;
}
.pagination .page-nav li a.page-numbers:hover {
  background-color: #cacfd4;
}

.pagination-nav-nav {
  display: flex;
  gap: 8px;
}
.pagination-nav-nav .button {
  font-size: 13px;
  line-height: 37px;
  border-width: 1px;
}

.contact__map {
  margin-bottom: 5rem;
}
.contact__list {
  margin-bottom: 3rem;
}

.trip-content__item,
.trip-content .grid-sizer {
  width: calc(25% - 20px);
  margin-bottom: 20px;
}
.trip-content__item {
  max-height: 420px;
}
.trip-content__video {
  width: calc(75% - 20px);
}
.trip-content__ckeditor {
  width: 98% !important;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: justify;
}
.trip-content__ckeditor p {
  margin-bottom: 1rem;
}

@media (max-width: 1399px) {
  .trip-content__item iframe {
    height: 359px;
  }
}
@media (max-width: 1199px) {
  .trip-content__item iframe {
    height: 298px;
  }
}
@media (max-width: 767px) {
  .trip-content__item,
  .trip-content .grid-sizer {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .trip-content__video {
    width: calc(100% - 20px);
  }
}
.guides .guides-grid__item {
  box-shadow: inset -1px 0px 0px 0px #f4f4f6;
  display: block;
  margin-bottom: 20px;
}
.guides .guides-grid__destination {
  background-color: #4a515b;
  padding: 0 13px;
  color: #b1bac3;
  font-size: 14px;
  line-height: 46px;
}
.guides .guides-grid__name {
  color: #4a515b;
  padding: 0px 20px;
  font-size: 14px;
  background-color: #f9fafc;
  line-height: 40px;
}

.reviews .reviews-grid {
  margin-bottom: 20px;
}

.review__content {
  font-size: 14px;
  margin-bottom: 30px;
}
.review__content__flex {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.review__content--label {
  flex: 0 1 150px;
  width: 150px;
  font-size: 17px;
  text-transform: uppercase;
}
.review__content--text {
  flex: 1;
}

.default {
  margin-top: 70px;
}
.default__bottom {
  margin-bottom: 70px;
}

.center-me {
  display: flex !important;
  justify-content: center !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.fade-left,
.fade-right {
  opacity: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.video-container img,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.main__gallery {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
}
.main__gallery--item {
  flex: 1 1 calc(20% - 20px);
  max-width: calc(20% - 20px);
  position: relative;
}
.main__gallery--item::before {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -25px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-image: url("../img/gallery-button.png");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease;
}
.main__gallery--item:hover::before {
  bottom: 50%;
  margin-bottom: -25px;
  opacity: 1;
}

.secondary-list {
  position: relative;
  margin-bottom: 40px;
}
.secondary-list::before {
  content: "";
  position: absolute;
  left: -0.96rem;
  top: -5px;
  height: calc(100% + 10px);
  width: 1px;
  background-color: #e4dece;
}
.secondary-list__header {
  font-size: 19px;
  font-family: "TrajanSans regular", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.secondary-list__item {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.secondary-list__item.active {
  font-family: "Montserrat bold", sans-serif;
}
.secondary-list__item:last-child {
  border-bottom: none;
}
.secondary-list__item--img {
  flex: 1 1 25%;
  max-width: 25%;
}
.secondary-list__item--header {
  font-size: 16px;
  font-family: "Montserrat light", sans-serif;
  font-weight: 600;
}
.socails-share {
  display: flex;
  gap: 12px;
  padding: 30px 0;
  margin: 0 auto 30px auto;
  border-top: 1px solid #EBEEF2;
  border-bottom: 1px solid #EBEEF2;
  width: 70%;
  justify-content: center;
}
.socails-share i {
  font-size: 1.4rem;
}

.vertical-separator-absolute {
  position: relative;
}
.vertical-separator-absolute::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #5E6D81;
}

.text-boxes {
  margin: 40px 0;
  flex-direction: column;
}
.text-boxes__icons {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.text-boxes__icons .open-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: left;
  margin-bottom: 9px;
  gap: 10px;
  padding: 9px;
  flex: 1 0 20%;
  cursor: pointer;
  position: relative;
}
.text-boxes__icons .open-box::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #4a515b;
  top: 0;
  right: -1px;
}
.text-boxes__icons .open-box:last-child {
  margin-bottom: 0;
}
.text-boxes__icons .open-box:last-child::after {
  display: none;
}
.text-boxes__icons .open-box.active, .text-boxes__icons .open-box:hover {
  color: #165412;
}
.text-boxes__icons .open-box i {
  font-size: 42px;
}
.text-boxes__icons .open-box span {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.text-boxes__icons .open-box span > span {
  text-transform: initial;
}
.text-boxes__texts--text-wrap {
  text-align: center;
  display: none;
}
.text-boxes__texts--text-wrap p {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .text-boxes__icons .open-box::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-boxes__icons {
    flex-direction: column;
    gap: 30px;
  }
  .text-boxes__icons .open-box {
    margin: 0;
    padding: 0;
  }
  .text-boxes__icons .open-box::after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: -15px;
  }
}
