@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap");

:root {
  --primary: #fa6806;
  --secondary: #00528b;
}

/* Default CSS */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

a:hover,
a {
  text-decoration: none;
}

body {
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.odt-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 15px;
}

.odt-container-large {
  max-width: 1680px;
}

.odt-container-small {
  max-width: 980px;
}

.mt-40 {
}

.text-center {
  text-align: center;
}

.padding-remove {
  padding: 0 !important;
}

@media (min-width: 960px) {
  .odt-container-expand-left,
  .odt-container-expand-right {
    max-width: calc(50% + (1280px / 2) - 0px);
  }

  .odt-container {
    padding: 0 40px;
  }
}

.odt-container-expand-right {
  margin-right: 0;
}

.odt-flex {
  display: flex;
}

.odt-between {
  justify-content: space-between;
}

.odt-middle {
  align-items: center;
}

.odt-center {
  justify-content: center;
}

.odt-around {
  justify-content: space-around;
}
.odt-wrap {
  flex-wrap: wrap;
}
.odt-gap {
  gap: 10px;
}
.odt-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.odt-grid {
  margin-left: -30px;
}

[class*="col"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.odt-grid > * {
  padding-left: 30px;
  margin-bottom: 30px;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: calc(100% * 1 / 3.001);
}

.col-2-3 {
  width: calc(100% * 2 / 3.001);
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: calc(100% * 1 / 6.001);
}

.col-5-6 {
  width: calc(100% * 5 / 6.001);
}

.col-small {
  width: 150px;
}

.col-medium {
  width: 300px;
}

.col-large {
  width: 450px;
}

.col-xlarge {
  width: 600px;
}

.col-xxlarge {
  width: 750px;
}

.col-auto {
  width: auto;
}

.col-expand {
  flex: 1;
  min-width: 1px;
}

@media (min-width: 640px) {
  .col-1-1\@s {
    width: 100%;
  }
  .col-1-2\@s {
    width: 50%;
  }
  .col-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .col-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .col-1-4\@s {
    width: 25%;
  }
  .col-3-4\@s {
    width: 75%;
  }
  .col-1-5\@s {
    width: 20%;
  }
  .col-2-5\@s {
    width: 40%;
  }
  .col-3-5\@s {
    width: 60%;
  }
  .col-4-5\@s {
    width: 80%;
  }
  .col-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .col-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .col-small\@s {
    width: 150px;
  }
  .col-medium\@s {
    width: 300px;
  }
  .col-large\@s {
    width: 450px;
  }
  .col-xlarge\@s {
    width: 600px;
  }
  .col-xxlarge\@s {
    width: 750px;
  }
  .col-auto\@s {
    width: auto;
  }
  .col-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 960px) {
  .col-1-1\@m {
    width: 100%;
  }
  .col-1-2\@m {
    width: 50%;
  }
  .col-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .col-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .col-1-4\@m {
    width: 25%;
  }
  .col-3-4\@m {
    width: 75%;
  }
  .col-1-5\@m {
    width: 20%;
  }
  .col-2-5\@m {
    width: 40%;
  }
  .col-3-5\@m {
    width: 60%;
  }
  .col-4-5\@m {
    width: 80%;
  }
  .col-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .col-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .col-small\@m {
    width: 150px;
  }
  .col-medium\@m {
    width: 300px;
  }
  .col-large\@m {
    width: 450px;
  }
  .col-xlarge\@m {
    width: 600px;
  }
  .col-xxlarge\@m {
    width: 750px;
  }
  .col-auto\@m {
    width: auto;
  }
  .col-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 1200px) {
  .col-1-1\@l {
    width: 100%;
  }
  .col-1-2\@l {
    width: 50%;
  }
  .col-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .col-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .col-1-4\@l {
    width: 25%;
  }
  .col-3-4\@l {
    width: 75%;
  }
  .col-1-5\@l {
    width: 20%;
  }
  .col-2-5\@l {
    width: 40%;
  }
  .col-3-5\@l {
    width: 60%;
  }
  .col-4-5\@l {
    width: 80%;
  }
  .col-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .col-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .col-small\@l {
    width: 150px;
  }
  .col-medium\@l {
    width: 300px;
  }
  .col-large\@l {
    width: 450px;
  }
  .col-xlarge\@l {
    width: 600px;
  }
  .col-xxlarge\@l {
    width: 750px;
  }
  .col-auto\@l {
    width: auto;
  }
  .col-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 1600px) {
  .col-1-1\@xl {
    width: 100%;
  }
  .col-1-2\@xl {
    width: 50%;
  }
  .col-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .col-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .col-1-4\@xl {
    width: 25%;
  }
  .col-3-4\@xl {
    width: 75%;
  }
  .col-1-5\@xl {
    width: 20%;
  }
  .col-2-5\@xl {
    width: 40%;
  }
  .col-3-5\@xl {
    width: 60%;
  }
  .col-4-5\@xl {
    width: 80%;
  }
  .col-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .col-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .col-small\@xl {
    width: 150px;
  }
  .col-medium\@xl {
    width: 300px;
  }
  .col-large\@xl {
    width: 450px;
  }
  .col-xlarge\@xl {
    width: 600px;
  }
  .col-xxlarge\@xl {
    width: 750px;
  }
  .col-auto\@xl {
    width: auto;
  }
  .col-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}

@font-face {
  font-family: "oddesy";
  src: url("../fonts/oddesy.eot");
  src: url("../fonts/oddesy.eot") format("embedded-opentype"),
    url("../fonts/oddesy.ttf") format("truetype"),
    url("../fonts/oddesy.woff") format("woff"),
    url("../fonts/oddesy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="oddesy-"],
[class*=" oddesy-"] {
  font-family: "oddesy" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oddesy-accomodation:before {
  content: "\e900";
}

.oddesy-calendar:before {
  content: "\e901";
}

.oddesy-other-activities:before {
  content: "\e902";
}

.oddesy-group-size:before {
  content: "\e903";
}

.oddesy-level:before {
  content: "\e904";
}

.oddesy-location:before {
  content: "\e905";
}

.oddesy-map-route:before {
  content: "\e906";
}

.oddesy-travel-tours:before {
  content: "\e907";
}

.oddesy-max-altitute:before {
  content: "\e908";
}

.oddesy-season:before {
  content: "\e90a";
}

.oddesy-sightsing:before {
  content: "\e90b";
}

.oddesy-family-tours:before {
  content: "\e90c";
}

.oddesy-trekking:before {
  content: "\e90d";
}

body {
  font-family: "Barlow", sans-serif;
}

.odt-input,
.odt-select,
.odt-textarea {
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

.odt-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwb2x5Z29uIGZpbGw9IiM2NjYiIHBvaW50cz0iMTIgMSA5IDYgMTUgNiIgLz4KICAgIDxwb2x5Z29uIGZpbGw9IiM2NjYiIHBvaW50cz0iMTIgMTMgOSA4IDE1IDgiIC8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.header-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #00528b4a;
}

.site-header.fixed .header-contacts {
  display: none;
}

.header-contacts > div {
  color: var(--primary);
}

.header-contacts a {
  color: var(--primary);
}

.header-contact-left {
  margin-left: 15px;
}

.header-contact-left svg {
  display: inline-block;
  vertical-align: middle;
  fill: var(--primary);
}
.header-contact-left > a {
  color: #333;
  font-size: 16px;
}

.header-contact-left i {
  margin-right: 9px;
  font-size: 24px;
}
/* 
.header-contacts a svg {
  stroke: var(--primary);
} */

.header-socials a {
  margin-right: 7px;
  background: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  vertical-align: middle;
  fill: var(--primary);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.header-socials a {
  width: auto;
  height: auto;
  line-height: inherit;
  min-height: auto;
}

.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-navigation > div ul > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary);
}

.main-navigation > div ul > li > a {
  text-decoration: none;
  display: flex;
  font-size: 15px;
  align-items: center;
  height: 100%;
}

.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current-menu-ancestor > a,
.main-navigation > div > ul > li.current-menu-parent > a,
.main-navigation > div ul > li:hover > a {
  color: var(--primary);
}

.main-navigation > div > ul > li.current-menu-item > a::after,
.main-navigation > div > ul > li.current-menu-ancestor > a::after,
.main-navigation > div > ul > li.current-menu-parent > a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-navigation > div > ul > li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 20px;
  z-index: 9999;
  height: 75px;
}

.main-navigation > div > ul > li > ul {
  background: #fff;
  width: 250px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  top: 180%;
  z-index: 999999;
}
.main-navigation > div > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  top: 100%;
}
.main-navigation > div > ul > li > ul > li {
  line-height: inherit;
  border-top: 1px solid #ffffff14;
  position: relative;
}
.main-navigation > div > ul > li > ul > li:first-child {
  border-top: none;
}
.main-navigation > div > ul > li > ul > li a {
  padding: 8px;
  border-bottom: 1px solid var(--primary);
  margin-right: 20px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}
.main-navigation > div > ul > li > ul > li:hover > a {
  color: #e86106;
}
.main-navigation > div > ul > li > ul > li:last-child > a {
  border: none;
}

.main-navigation > div > ul > li > ul > li > ul {
  width: 300px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #fff;
  top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.main-navigation > div > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.main-navigation > div > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  padding: 3px;
  margin: 0 20px;
}

.main-navigation > div > ul > li > ul > li > ul > li > a:hover {
  color: var(--primary);
}

.main-navigation > div > ul > li > ul > li > ul > li:last-child > a {
  border: none;
}

.main-navigation > div > ul > li.menu-item-has-children > a > i {
  color: var(--secondary);
  margin-left: 8px;
}

.main-navigation > div > ul > li.current-menu-parent > a > i,
.main-navigation > div > ul > li.current-menu-item > a > i,
.main-navigation > div > ul > li.current-menu-ancestor > a > i,
.main-navigation > div ul > li:hover > a i {
  color: var(--primary);
}

.site-header {
  width: 100%;
  padding-top: 15px;
  width: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.site-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.site-header.fixed .custom-logo {
  width: 122px;
}

.header-search {
  padding: 0 15px;
}

.custom-logo {
  width: 175px;
}

.section {
  padding: 33px 0;
}

.heading-wrap h2,
.heading-wrap h1,
.sticky__packages > h3 {
  font-weight: 700;
  font-size: 35px;
  color: var(--secondary);
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 7px;
}

.heading-wrap h2::before,
.heading-wrap h1::before,
.sticky__packages > h3::before {
  height: 2px;
  background: var(--primary);
  width: 120px;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.sticky__packages > h3 {
  color: var(--primary);
  font-size: 25px;
}

.sticky__packages > h3::before {
  background: var(--secondary);
}

.btn {
  margin: 0;
  border: none;
  overflow: visible;
  text-transform: none;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 60px 0 20px;
  font-family: "Barlow", sans-serif;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.btn::before {
  position: absolute;
  top: 7px;
  right: 17px;
  background: #0000002e;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.btn:hover {
  background: #cd5504 !important;
}

.each-why-us img {
  height: 70px;
  border-radius: 100%;
  width: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: var(--primary);
  background-color: #fff;
  line-height: 40px;
  text-align: center;
}

.each-why-us h3 {
  font-size: 27px;
  color: #fff;
  margin: 5px 0;
}

.each-why-us p {
  color: #fff;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}

.why__odyssey {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.why__odyssey .heading-wrap h2 {
  color: #fff;
}

.associated {
  display: flex;
  align-items: center;
}

.associated__with {
  padding: 26px 0;
}

.associated h4 {
  display: inline-block;
  letter-spacing: 1px;
  color: var(--secondary);
  vertical-align: middle;
  margin-right: 13px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.newsletter__section {
  background: #0f5c92;
  padding: 20px 0;
}

.newsletter__section .associated__title {
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  vertical-align: middle;
  margin-right: 13px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.newsletter__form form > div.mc4wp-form-fields {
  background: #fff;
  border: 1px solid #fa6806;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter__form form > div p {
  margin: 0;
}

.newsletter__form input {
  border: none;
  background: 0 0;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  height: 50px;
  outline: none;
}

.newsletter__form input[type="submit"] {
  background: var(--primary);
  color: #fff;
  cursor: pointer;
}

.footer__bottom {
  background: var(--secondary);
  padding: 35px 0;
}

.footer__contact {
  margin-top: 13px;
}

.footer__contact span,
.footer__contact a {
  display: block;
  color: #fff;
}

.footer__contact span svg,
.footer__contact a svg {
  display: inline-block;
  vertical-align: middle;
}

.footer__heading {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 20px;
}

.footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 13px;
}

.footer__links ul > li > a {
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  display: block;
}

.footer__links ul > li > a:hover {
  opacity: 0.7;
}

.copyright__bottom {
  background: var(--secondary);
  text-align: center;
  padding-bottom: 35px;
}

.copyright__bottom p {
  text-align: center;
  color: #ffffff91;
  font-size: 16px;
}

.copyright__bottom p a {
  color: #fff;
}

.copyright__bottom .header-socials a {
  height: 40px;
  width: 40px;
  line-height: 35px;
}

.copyright__bottom .header-socials {
  margin-top: 13px;
}

.copyright__bottom .header-socials a svg {
  vertical-align: middle;
  display: inline-block;
}

.featured__card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
}

.featured__card__image > a {
  overflow: hidden;
  display: block;
  position: relative;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
}

.featured__card__image > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: #fa68065e;
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0);
  z-index: 1;
}

.featured__card__image > a:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 100%, 0);
}

.featured__card__image > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.featured__card__image > a:hover img {
  transform: scale(1.1);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.featured__card__content {
  padding: 16px 17px;
  background: #fff;
  height: 100%;
}

.featured__card__content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: barlow, sans-serif;
}
.card__facts > div {
  margin-bottom: 5px;
}

.featured__card__content h3 a {
  color: #333;
}

.featured__card__content h3 a:hover {
  color: var(--primary);
}

.card__facts i {
  vertical-align: middle;
  display: inline-block;
  color: var(--primary);
  margin-right: 5px;
}

.card__facts svg {
  fill: var(--primary);
  vertical-align: middle;
}

.card__facts span {
  color: #666;
  margin-right: 5px;
}

.card__facts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mobile__header > a {
  margin-right: 8px;
}

.mobile__header > a {
  display: inline-block;
  vertical-align: middle;
}

.header--sidebar__overlay {
  background-color: rgba(0, 0, 0, 0.82);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  /* cursor: url("../img/pointer.png"), auto; */
}

.header--sidebar__menu {
  position: fixed;
  z-index: 1029;
  top: 0;
  left: 0;
  bottom: 0;
  width: 265px;
  background-color: var(--primary);
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  overflow: hidden;
  transform: translateX(-500px);
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.header--sidebar__shownav .header--sidebar__menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.header--sidebar__shownav .header--sidebar__overlay {
  transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
}
.header--sidebar__menu > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header--sidebar__menu > div > ul > li {
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  border-bottom: 1px solid #ffffff17;
  border-top: 1px solid #00000012;
  position: relative;
}
.header--sidebar__menu > div > ul > li ul {
  display: none;
  list-style: none;
  background-color: #f3f3f3;
  padding: 0;
  margin: 0;
}
.header--sidebar__menu > div > ul > li > ul > li a {
  padding: 7px 15px;
  display: block;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 500;
}
.header--sidebar__menu > div > ul > li > a {
  color: #ffff;
  font-size: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  /* text-transform: uppercase; */
  display: block;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.header--sidebar__shownav .header--sidebar__menu > div > ul > li {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
}

.header--sidebar__menu > div > ul > li ul > li {
  position: relative;
}

.header--sidebar__shownav .header--sidebar__menu > div > ul li > i {
  width: 42px;
  line-height: 42px;
  color: #fff;
  background: #ffffff21;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 44px;
  text-align: center;
}

.header--sidebar__shownav .header--sidebar__menu > div > ul > li > ul li a {
  color: #333;
  padding: 11px 11px 11px 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #3333330a;
}

.header--sidebar__menu ul > li > ul > li.menu-item-has-children i {
  color: #111;
}

.header--sidebar__head {
  background: #eee;
  text-align: center;
  padding: 15px;
}

.header--sidebar__footer {
  padding: 15px;
}

/* Modal */

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  /* opacity: 0; */
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}

.modal-content {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transition-property: opacity, transform;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);

  padding: 30px;
}

.modal.modal-open {
  opacity: 1;
  z-index: 99999999;
}

.modal-open > .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.close {
  color: var(--primary--color);
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.banner__section {
  position: relative;
}

.banner__text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 25px;
}
.banner__text h2,
.banner__text h1 {
  color: #fff;
  letter-spacing: 1px;
  padding: 0;
  font-family: "Calligraffitti", sans-serif;
  text-transform: none;
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
}

.banner__img img {
  width: 100%;
  max-height: 100%;
}

.page__banner .banner__img picture {
  height: auto;
  width: 100%;
  display: block;
}

.content__area p,
.content__area {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.content__area p:last-child {
  margin-bottom: 0;
}

.content__area h1,
.content__area h2,
.content__area h3,
.content__area h4,
.content__area h5,
.content__area h6 {
  font-weight: 700;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 1.6;
  color: var(--primary);
}

.content__area h1 a,
.content__area h2 a,
.content__area h3 a,
.content__area h4 a,
.content__area h5 a,
.content__area h6 a {
  color: var(--primary);
}

.content__area strong {
  color: var(--primary);
}

.content__area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content__area ol li {
  padding: 0;
  margin: 0;
  margin-left: 16px;
}

.content__area ul li {
  background: url("../img/tick.svg") no-repeat left 0 top 6px;
}

.content__area ul li {
  background-size: 18px !important;
  padding-left: 25px;
  color: #666;
  font-size: 17px;
  padding-bottom: 8px;
}

.content__area ol li {
  color: #666;
  font-size: 17px;
  padding-bottom: 8px;
}

.content__area h1 {
  font-size: 40px;
  line-height: 50px;
}

.content__area h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 40px;
}

.content__area h3 {
  margin-top: 32px;
  font-size: 24px;
}

.content__area h4 {
  font-size: 20px;
}

.content__area p img {
  width: 100%;
}

.content__area figure {
  width: 100% !important;
  margin-bottom: 20px;
}

.content__area figure img {
  width: 100%;
  margin-bottom: 2px;
}

.content__area figcaption {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #4a4a4a;
  opacity: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 8px !important;
}

.content__area table tr {
  transition: 0.3s ease;
}

.content__area table tr td ol,
.content__area table tr td ul {
  margin: 0;
  padding: 0;
}
.content__area table tr td ol,
.content__area table tr td ul {
  margin: 0;
  padding: 0 0 0 14px;
}
.content__area table {
  border: none;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  width: 100%;
  margin-bottom: 20px;
}
.content__area table tr:nth-child(2n) {
  background: #fffc;
}

.content__area table tr td {
  padding: 8px 19px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease;
}

.content__area table p {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
}

.sidebar__data h3 {
  background: var(--primary);
  color: #fff;
  padding: 12px 23px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  font-family: "goudy bookletter 1911", serif;
  font-size: 20px;
}

.sidebar__data ul {
  margin: 0;
  background: #f1f1f1;
  padding: 12px 0;
  list-style-type: none;
}
.sidebar__data ul li {
  padding-left: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary);
  margin: 12px;
  margin-top: 0;
}
.sidebar__data ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.sidebar__data ul li a {
  color: var(--secondary);
  position: relative;
  display: block;
  font-size: 16px;
}

.destination__packages {
  padding: 33px 0;
  background: #f8f8f8;
}

.text__banner {
  padding: 25px 0;
  background: #f8f8f8;
}

.text__banner .heading-wrap h1 {
  margin: 0;
}

.sticky__btn {
  z-index: 1;
  top: 62%;
  right: 0;
  position: fixed;
  background: var(--primary);
  color: #f5f5f5;
  padding: 15px 28px;
  font-size: 16px;
  transform: rotate(270deg);
  right: -48px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.blog__listing .blog__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.blog__listing .blog__content {
  flex: 1;
  padding: 16px 17px;
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.blog__listing .featured__card__image {
  flex: 1;
}

.blog__listing .featured__card__image > a {
  height: 290px;
}
.blog__wrapper h3,
.sidebar__blog .blog__wrapper h4 {
  text-transform: uppercase;
  font-size: 23px;
  margin: 12px 0;
  line-height: 1.4;
  margin-top: 16px;
}

.sidebar__blog .blog__wrapper h4 {
  font-size: 20px;
}

.blog__wrapper h3 a,
.blog__wrapper h4 a {
  color: #333;
}

.blog__wrapper h3 a:hover,
.blog__wrapper h4 a:hover {
  color: var(--primary);
}

.meta__data {
  display: flex;
  margin-bottom: 15px;
}

.meta__data div {
  margin-right: 15px;
  color: #666;
  font-size: 15px;
}

.meta__data div i {
  color: var(--primary);
}

.blog__wrapper p {
  margin: 9px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.blog__wrapper {
  height: 100%;
}

.blog__content {
  padding-bottom: 17px;
}

.sticky__data {
  position: sticky;
  top: 100px;
}

.contact-address > p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}

.contact-address > p a {
  color: #333;
}

.contact-address h2,
.contact__form h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--secondary);
  position: relative;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.contact-address {
  margin-bottom: 35px;
}

.alert__message {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
  background: #fef4f6;
  margin-top: 20px;
}

.alert__message a {
  text-decoration: underline;
  color: #333;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
  color: #666;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 10px;
  background: #fff;
  color: #666;
  border: 1px solid var(--primary);
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: barlow, sans-serif;
}
.wpcf7-form-control-wrap textarea {
  height: auto;
}
.wpcf7-form-control.wpcf7-submit {
  margin: 0;
  border: none;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  font-family: barlow, sans-serif;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--secondary);
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.contact__information {
  padding-right: 75px;
}

.contact__form {
  padding: 34px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact__form h2 {
  margin-bottom: 20px;
}

.other--tags > a {
  display: block;
  padding: 10px;
}
.other--tags .trip-title {
  margin-top: 8px;
  text-align: center;
  line-height: 1.1;
}
.other--tags .trip-title a {
  font-size: 18px;
  color: #111;
}

.about__page > div > .odt-grid {
  margin-left: -140px;
}

.about__page > div > .odt-grid > div {
  position: relative;
  padding-left: 140px;
}
.about__page > div > .odt-grid > div:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #bdbdbd;
  left: 70px;
}

.sticky__packages {
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.sidebar__packages .featured__card {
  margin-bottom: 30px;
  box-shadow: none;
}

.sidebar__packages .featured__card__content {
  padding-left: 0;
  padding-right: 0;
}

.page__container .odt-grid {
  margin-left: -60px;
}

.page__container .odt-grid > div {
  position: relative;
  padding-left: 60px;
}
.page__container .odt-grid > div:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #bdbdbd;
  left: 30px;
}

.blog__container h1 {
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: #333;
}

.featured__img {
  margin-top: 20px;
}

.featured__img img {
  width: 100%;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

.header-socials {
  position: relative;
}

.header__form {
  display: none;
  position: absolute;
  left: -261px;
  width: 300px;
  bottom: -55px;
  z-index: 99999999;
}

.header__form input {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  background: #fff !important;
  border: 1px solid var(--primary) !important;
  outline: none;
}

.overlay__form {
}

.overlay__form .modal__form {
  width: 350px;
  padding: 40px;
  background-color: #fff;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  font-size: 15px;
  line-height: 26px;
  color: #383838;
  overflow: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.modal--sidebar__overlay {
  background-color: rgba(0, 0, 0, 0.82);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.overlay__form.overlay__show .modal__form,
.overlay__form.overlay__show .modal--sidebar__overlay {
  right: 0;
  transform: scaleX(100%);
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
}

.our-team .img-holder {
  height: 250px;
  overflow: hidden;
  padding: 20px;
  width: 250px;
  margin: auto;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.our-team img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 2px solid var(--primary);
}

.info h4 {
  color: var(--primary);
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}

.info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary);
  margin: 0;
  text-align: center;
}

.teams {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.teams:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.teamContent > div {
  padding-bottom: 33px;
  border-bottom: 1px solid var(--primary);
}

.teamContent p {
  text-align: justify;
  font-size: 20px;
}

.legal-documents img {
  width: 100%;
  height: 100%;
}

.teams > .our-team {
  margin-right: 50px;
}

.info.text-center {
  margin-top: 12px;
}

.review__wrapper {
  display: flex;
}

.review__wrapper > a {
  display: block;
  height: 220px;
  padding: 10px;
  width: 220px;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
}

.review__wrapper > a img {
  height: 200px;
  width: 200px;
  margin-bottom: 12px;
  border: 2px solid var(--primary);
}

.review__content {
  flex: 1;
}

.review__rating {
  margin-bottom: 6px;
}

.review__content p {
  font-size: 18px;
  line-height: 1.4;
}

.review__content h3 {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
}

.review__loc {
  margin: 10px 0;
  display: block;
}

.review__rating i {
  color: var(--primary);
}

.review__page .review__wrapper:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.gallery-icon a {
  display: block;
  padding: 10px;
  box-shadow: 0 0 7px #000000a8;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.team-content p {
  margin-bottom: 20px;
}

.teamContent > div {
  padding-bottom: 33px;
  border-bottom: 1px solid var(--primary);
}

.mobileRender {
  display: none;
}
