<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Colus";
  src: url("../fonts/Colus-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Breamcatcher";
  src: url("../fonts/Breamcatcher-Regular.otf") format("opentype");
}
@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/LEMONMILK-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/LEMONMILK-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/LEMONMILK-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "LEMON MILK";
  src: url("../fonts/LEMONMILK-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(65, 100, 74);
  text-decoration: none !important;
}
a:hover {
  color: rgb(25, 55, 109);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Colus", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: #e99799;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Montserrat", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  direction: ltr;
  background: #001d32;
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(10, 61, 42, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a &gt; i:only-child,
button &gt; i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -12px;
  margin-bottom: -12px;
}
.row.v-gutters &gt; div {
  padding: 12px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters &gt; .col,
.sm-gutters &gt; [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters &gt; div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters &gt; .col,
.lg-gutters &gt; [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters &gt; div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.modal-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination &gt; li {
  padding: 0 10px;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination &gt; li &gt; a.page-link:hover,
.pagination &gt; li &gt; .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 160px 0 60px;
  position: relative;
  z-index: 1;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 60px;
}
.section-header {
  text-align: center;
}
.section-title {
  color: #e99799;
  font-size: 40px;
  font-family: "Colus";
  font-weight: 400;
  line-height: 48px;
  margin: 0;
  position: relative;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.section-title &gt; div {
  white-space: nowrap;
}
.section-footer {
  text-align: center;
}
#header + #page-body {
  padding-top: 180px;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-title {
  color: #e99799;
  margin: 0;
  position: relative;
  z-index: 1;
}
* + #page-cover {
  margin-top: 40px;
}
#page-cover &gt; img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#page-body {
  padding: 0;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  text-align: center;
}
.subsection-title {
  color: #001d32;
  font-size: 24px;
  font-family: "Colus";
  font-weight: 400;
  text-transform: capitalize;
}
.subsection-cover {
  position: relative;
}
.subsection-cover &gt; img {
  width: 100%;
}
.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.section-bg-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-bg-gallery &gt; li {
  position: absolute;
}
.section-bg-gallery &gt; li &gt; img {
  width: 100%;
}
.section-gutter {
  width: 100%;
}
.tbutton {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  background: none;
  border: none;
  padding: 10px 20px;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: #e99799;
  color: #fff;
}
.tbutton-primary-fill:hover {
  background: none;
  color: #e99799;
}
.tbutton-primary-outline {
  background: none;
  color: #e99799;
}
.tbutton-primary-outline:hover {
  background: #e99799;
  color: #fff;
}
.tbutton-secondary-fill {
  background: #c3a482;
  color: #fff;
}
.tbutton-secondary-fill:hover {
  background: #fff;
  color: #c3a482;
}
.tbutton-secondary-outline {
  background: none;
  color: #c3a482;
}
.tbutton-secondary-outline:hover {
  background: #c3a482;
  color: #fff;
}
#header {
  padding: 40px 0;
  height: 153px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo &gt; img {
  height: 60px;
}
body.home .logo {
  filter: brightness(0) invert(0) invert(8%) sepia(23%) saturate(5528%)
    hue-rotate(183deg) brightness(98%) contrast(102%);
}
.user-nav {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 101;
}
.user-nav &gt; li &gt; a {
  color: #e99799;
  font-size: 16px;
  font-family: "LEMON MILK";
  font-weight: 300;
}
body.nav-opened .lang-nav &gt; li:not(:last-child)::after,
body.nav-opened .lang-nav &gt; li &gt; a,
body.nav-opened .user-nav &gt; li &gt; a {
  color: #e99799 !important;
}
body.home .lang-nav &gt; li:not(:last-child)::after,
body.home .lang-nav &gt; li &gt; a,
body.home .user-nav &gt; li &gt; a {
  color: #001d32;
}
.user-nav &gt; li:not(:last-child) {
  margin-right: 32px;
}
.user-nav &gt; li.nav-toggle,
.user-nav &gt; li.nav-close {
  margin-right: auto;
}
body:not(.nav-opened) .nav-close {
  display: none;
}
body.nav-opened .nav-toggle {
  display: none;
}
.user-nav &gt; li:not(:last-child) {
  margin-right: 32px;
}
.user-nav &gt; li.nav-toggle,
.user-nav &gt; li.nav-close {
  margin-right: auto;
}
.lang-nav {
  color: #e99799;
  font-size: 90%;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
}
.lang-nav &gt; li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}
.lang-nav &gt; li &gt; a {
  color: #e99799;
}
#navigation {
  background: #001d32;
  padding: 160px 30px 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
#navigation.active {
  visibility: visible;
  opacity: 1;
}
#navigation &gt; ul::before {
  width: 100%;
  height: 64px;
  margin: 0 0 40px;
  background: url(../img/icon-menu.svg) no-repeat center center;
  background-size: auto 100%;
  display: block;
  content: "";
}
#navigation &gt; ul {
  line-height: 1;
}
#navigation &gt; ul &gt; li:not(:last-child) {
  margin-bottom: 40px;
}
#navigation &gt; ul &gt; li &gt; a {
  color: #fff;
  font-size: 64px;
  font-family: "LEMON MILK";
  font-weight: 400;
}
#navigation &gt; ul &gt; li:hover &gt; a,
#navigation &gt; ul &gt; li.current-menu-item &gt; a {
  color: #e99799;
}
#navigation &gt; ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  padding: 12px 0 0;
}
.blog-grid .blog-card-title {
  color: #0d0d0c;
  font-size: 20px;
  font-family: "Colus";
  font-weight: 400;
  margin: 0;
}
.blog-grid .blog-card-desc {
  color: #5a5852;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 8px 0 0;
}
#footer {
  margin-top: auto;
  text-align: center;
  position: relative;
}
body.home #footer {
  background: #c3a482;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: unset;
  height: 100vh;
}
.footer-top {
  padding: 200px 0 40px;
}
.fblock::before,
.fblock::after {
  background: url(../img/icon-div-1.svg) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 16px;
  display: block;
  content: "";
}
.fblock::before {
  margin-bottom: 40px;
}
.fblock::after {
  margin-top: 40px;
}
body.home .fblock::before,
body.home .fblock::after {
  filter: brightness(0) invert(0) invert(8%) sepia(23%) saturate(5528%)
    hue-rotate(183deg) brightness(98%) contrast(102%);
}
.fblock-header {
  margin: 0 0 52px;
}
.fblock-title {
  color: #e99799;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
body.home .fblock-title {
  color: #001d32;
}
.contact-info {
  color: #e99799;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .contact-info {
  color: #001d32;
}
.contact-info &gt; li:not(:last-child) {
  margin: 0 0 12px;
}
.footer-nav {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.footer-nav &gt; li &gt; a {
  color: #e99799;
  font-size: 16px;
  font-family: "LEMON MILK";
  font-weight: 300;
  text-transform: capitalize;
}
body.home .footer-nav &gt; li &gt; a {
  color: #001d32;
}
.social-nav {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-nav &gt; li &gt; a &gt; img {
  height: 32px;
}
body.home .social-nav &gt; li &gt; a &gt; img {
  filter: brightness(0) invert(0) invert(8%) sepia(23%) saturate(5528%)
    hue-rotate(183deg) brightness(98%) contrast(102%);
}
.footer-bottom {
  background: #e99799;
  color: #001d32;
  padding: 12px 0;
}
body.home .footer-bottom {
  background: #001d32;
  color: #d9d8d6;
}
.access-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright,
.access-nav &gt; li &gt; a {
  color: #001d32;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: capitalize;
}
body.home .copyright,
body.home .access-nav &gt; li &gt; a {
  color: #d9d8d6;
}
#page-header {
  position: relative;
}
.page-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-inner {
  padding: 180px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-header-title {
  color: #e99799;
  font-size: 57px;
  font-family: "Colus";
  font-weight: 400;
  margin: 0;
  position: relative;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.page-header-title &gt; span {
  white-space: nowrap;
}
.page-header-title[data-beforeTitle]::before,
.page-header-title[data-afterTitle]::after {
  width: 100px;
  font-size: 20px;
  font-family: "Breamcatcher";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-header-title[data-beforeTitle]::before {
  content: attr(data-beforeTitle);
  right: 100%;
  margin-right: 80px;
}
.page-header-title[data-beforeTitle]::after {
  content: attr(data-afterTitle);
  left: 100%;
  margin-left: 80px;
}
.page-header-icon {
  height: 83px;
  margin: 0 auto 61px;
  display: block;
}
.booking-card {
  padding: 24.691358vh 9.72222222vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.booking-card-img {
  height: 83px;
}
.booking-card-body,
.booking-card-footer {
  padding: 40px 0 0;
}
.booking-card-title {
  color: #e99799;
  font-size: 40px;
  font-family: "Colus";
  font-weight: 400;
}
.booking-card-desc {
  color: #f2f2f1;
  font-size: 16px;
  font-family: "LEMON MILK";
  font-weight: 300;
}
.booking-card-business {
  background-color: #09412f;
}
.booking-card-business .booking-card-title {
  color: #c3a482;
}
.section-1 .section-wrapper,
.section-1 .section-wrapper &gt; div {
  height: 100%;
}
.section-1 .section-wrapper &gt; div {
  display: flex;
  flex-direction: column;
}
.section-1 .section-header {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.section-1 .section-footer {
  margin-top: auto !important;
}
.section-1 .section-title {
  color: #001d32;
  font-size: 64px;
  font-family: "Colus";
  font-weight: 400;
  line-height: 64px;
}
.section-1 .section-title::before,
.section-1 .section-title::after {
  width: 100px;
  color: #001d32;
  font-size: 20px;
  font-family: "Breamcatcher";
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-1 .section-title::before {
  content: attr(data-beforeTitle);
  right: 100%;
  margin-right: 80px;
}
.section-1 .section-title::after {
  content: attr(data-afterTitle);
  left: 100%;
  margin-left: 80px;
}
.section-1 .section-tab {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.section-1 .section-tab &gt; li:not(:last-child) {
  margin-right: 80px;
}
.section-1 .section-tab &gt; li &gt; a::before {
  background: url(../img/icon-div-6.svg) no-repeat center center;
  background-size: auto 100%;
  filter: brightness(0) invert(1);
  width: 100%;
  height: 24px;
  margin: 0 0 4px;
  display: block;
  content: "";
}
.section-1 .section-tab &gt; li &gt; a {
  color: white;
  font-size: 24px;
  font-family: "Colus";
  font-weight: 400;
  line-height: 30px;
}
.section-2 {
  background-color: #001d32;
}
.section-2 .section-title {
  color: #e99799;
  font-size: 32px;
  font-family: "Colus";
  font-weight: 400;
  line-height: 32px;
}
.section-2 .section-title::before {
  background: url(../img/icon-div-6.svg) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 32px;
  margin: 0 0 40px;
  display: block;
  content: "";
}
.section-2 .section-desc {
  color: white;
  font-size: 48px;
  font-family: "LEMON MILK";
  font-weight: 400;
  line-height: 57.6px;
  margin: 24px 0 0;
}
.section-2 .section-bg-gallery &gt; li:nth-child(1) {
  width: 22%;
  top: 30%;
  left: 5%;
}
.section-2 .section-bg-gallery &gt; li:nth-child(2) {
  width: 18%;
  top: 25%;
  right: 5%;
}
.section-2 .section-bg-gallery &gt; li:nth-child(3) {
  width: 20%;
  top: 60%;
  right: 30%;
}
.section-4 .section-title {
  color: #001d32;
}
.section-4 .section-tab {
  color: #001d32;
  font-size: 16px;
  font-family: "LEMON MILK";
  font-weight: 300;
  display: inline-flex;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.section-4 .section-tab &gt; li {
  border-top: 1px solid #000;
  padding: 20px 0 0;
}
.section-5 {
  background-color: #09412f;
}
.section-5 .section-bg {
  border-radius: 9000px 9000px 0 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-5 .section-header {
  position: relative;
}
.section-5 .section-title {
  color: #c3a482;
  font-size: 32px;
  font-family: "Colus";
  font-weight: 400;
  line-height: 32px;
}
.section-5 .section-subtitle {
  color: #c3a482;
  font-size: 14px;
  font-family: "LEMON MILK";
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  animation: rotating 8s linear infinite reverse;
  position: absolute;
  bottom: 100%;
  left: calc(50% + 7.3958333vw);
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-5 .section-title::before {
  background: url(../img/icon-div-6.svg) no-repeat center center;
  background-size: auto 100%;
  filter: brightness(0) invert(0) invert(76%) sepia(17%) saturate(639%)
    hue-rotate(351deg) brightness(89%) contrast(80%);
  width: 100%;
  height: 32px;
  margin: 0 0 40px;
  display: block;
  content: "";
}
.section-5 .section-desc {
  color: white;
  font-size: 48px;
  font-family: "LEMON MILK";
  font-weight: 400;
  line-height: 57.6px;
  margin: 24px 0 0;
}
.section-6 .section-desc {
  color: white;
  font-size: 48px;
  font-family: "LEMON MILK";
  font-weight: 400;
  line-height: 57.6px;
  text-align: center;
}
.section-8 .section-desc {
  color: white;
  font-size: 64px;
  font-family: "LEMON MILK";
  font-weight: 400;
  line-height: 76.8px;
  text-align: center;
}
.blog-list .blog-card-header::before {
  padding-top: 73.5849057%;
}
.blog-list .blog-card-date {
  color: #737169;
  font-size: 16px;
  font-family: "LEMON MILK";
  font-weight: 300;
}
.blog-list .blog-card-title {
  color: #0d0d0c;
  font-size: 36px;
  font-family: "Colus";
  font-weight: 400;
  margin: 16px 0;
}
.blog-list .blog-card-desc {
  color: #403f3b;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 300;
}
.page-desc {
  font-size: 20px;
  font-family: "LEMON MILK";
  font-weight: 300;
  text-align: center;
}
#page-header::after {
  width: 39px;
  height: 39px;
  background: url(../img/icon-div-2.svg) no-repeat center center;
  background-size: cover;
  margin: 0 auto 60px;
  content: "";
  display: block;
  transform: translateY(-50%);
}
.page-form::before,
.page-form::after {
  height: 30px;
  background: url(../img/icon-div-3.svg) no-repeat center center;
  background-size: auto 100%;
  content: "";
  display: block;
}
.page-form::before {
  margin: 80px auto 80px;
}
.page-form::after {
  margin: 80px auto 0;
  transform: scaleY(-1);
}
.page-form button[type="submit"] {
  display: flex;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 40px;
}
.form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #005fbd;
  color: #fff !important;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #fff;
}
.form-control:focus {
  background: none;
  border-bottom-color: #fff;
}
/*Page Navy*/
body.page-theme-navy {
  background-color: #001d32;
  color: #e99799;
}
body.page-theme-navy .lang-nav &gt; li:not(:last-child)::after,
body.page-theme-navy .lang-nav &gt; li &gt; a,
body.page-theme-navy .user-nav &gt; li &gt; a {
  color: #e99799;
}
body.page-theme-navy .fblock-title {
  color: #e99799;
}
body.page-theme-navy .contact-info {
  color: #e99799;
}
body.page-theme-navy .footer-nav &gt; li &gt; a {
  color: #e99799;
}
body.page-theme-navy .footer-bottom {
  background: #e99799;
  color: #001d32;
}
body.page-theme-navy .copyright,
body.page-theme-navy .access-nav &gt; li &gt; a {
  color: #001d32;
}
body.page-theme-navy .page-header-title {
  color: #e99799;
}
body.page-theme-navy .page-form::before,
body.page-theme-navy .page-form::after {
  background-image: url(../img/icon-div-3.svg);
}
body.page-theme-navy .form-control {
  border-bottom-color: #e99799;
}
.page-theme-navy .event-list {
  border-top: 1px solid #e99799;
}
.page-theme-navy .event-card {
  border-bottom-color: #e99799;
  color: #e99799;
}
body.page-theme-navy .logo,
body.page-theme-navy .fblock::before,
body.page-theme-navy .fblock::after,
body.page-theme-navy .social-nav &gt; li &gt; a &gt; img,
body.page-theme-navy #page-header::after,
body.page-theme-navy .top-btn {
  filter: none;
}
/*Page Green*/
body.page-theme-green {
  background-color: #09412f;
  color: #c3a482;
}
body.page-theme-green .lang-nav &gt; li:not(:last-child)::after,
body.page-theme-green .lang-nav &gt; li &gt; a,
body.page-theme-green .user-nav &gt; li &gt; a {
  color: #c3a482;
}
body.page-theme-green .fblock-title {
  color: #c3a482;
}
body.page-theme-green .contact-info {
  color: #c3a482;
}
body.page-theme-green .footer-nav &gt; li &gt; a {
  color: #c3a482;
}
body.page-theme-green .footer-bottom {
  background: #c3a482;
  color: #09412f;
}
body.page-theme-green .copyright,
body.page-theme-green .access-nav &gt; li &gt; a {
  color: #09412f;
}
body.page-theme-green .page-header-title {
  color: #c3a482;
}
body.page-theme-green .page-form::before,
body.page-theme-green .page-form::after {
  background-image: url(../img/icon-div-4.svg);
}
body.page-theme-green .form-control {
  border-bottom-color: #5c8a65;
}
.page-theme-green .event-list {
  border-top: 1px solid #c3a482;
}
.page-theme-green .event-card {
  border-bottom-color: #c3a482;
  color: #c3a482;
}
body.page-theme-green .logo,
body.page-theme-green .fblock::before,
body.page-theme-green .fblock::after,
body.page-theme-green .social-nav &gt; li &gt; a &gt; img,
body.page-theme-green #page-header::after,
body.page-theme-green .top-btn {
  filter: brightness(0) invert(0) invert(76%) sepia(17%) saturate(639%)
    hue-rotate(351deg) brightness(89%) contrast(80%);
}
/*Page Gold*/
body.page-theme-gold {
  background-color: #c3a482;
  color: #09412f;
}
body.page-theme-gold .lang-nav &gt; li:not(:last-child)::after,
body.page-theme-gold .lang-nav &gt; li &gt; a,
body.page-theme-gold .user-nav &gt; li &gt; a {
  color: #09412f;
}
body.page-theme-gold .fblock-title {
  color: #09412f;
}
body.page-theme-gold .contact-info {
  color: #09412f;
}
body.page-theme-gold .footer-nav &gt; li &gt; a {
  color: #09412f;
}
body.page-theme-gold .footer-bottom {
  background: #09412f;
  color: #c3a482;
}
body.page-theme-gold .copyright,
body.page-theme-gold .access-nav &gt; li &gt; a {
  color: #c3a482;
}
body.page-theme-gold .page-header-title {
  color: #09412f;
}
body.page-theme-gold .page-form::before,
body.page-theme-gold .page-form::after {
  background-image: url(../img/icon-div-4.svg);
}
body.page-theme-gold .form-control {
  border-bottom-color: #c3a482;
}
.page-theme-gold .event-list {
  border-top: 1px solid #09412f;
}
.page-theme-gold .event-card {
  border-bottom-color: #09412f;
  color: #09412f;
}
body.page-theme-gold .logo,
body.page-theme-gold .fblock::before,
body.page-theme-gold .fblock::after,
body.page-theme-gold .social-nav &gt; li &gt; a &gt; img,
body.page-theme-gold #page-header::after,
body.page-theme-gold .top-btn {
  filter: brightness(0) invert(0) invert(21%) sepia(24%) saturate(1319%)
    hue-rotate(110deg) brightness(88%) contrast(96%);
}
/*Events*/
body.post-type-archive-event .page-cover {
  position: relative;
  margin: 0 0 60px;
}
body.post-type-archive-event .page-cover::before {
  padding-top: 45%;
  display: block;
  content: "";
}
body.post-type-archive-event .page-cover &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.event-card {
  border-bottom: 1px solid transparent;
  color: #09412f;
  padding: 32px 0;
  position: relative;
}
.event-card-title {
  font-size: 32px;
  font-family: "Colus";
  font-weight: 400;
  margin: 0;
}
.event-card-date,
.event-card-location {
  font-size: 20px;
  font-family: "LEMON MILK";
  font-weight: 300;
}
.event-card-img {
  position: absolute;
}
/*Contact*/
body.page-template-page-contact .subsection-title {
  color: #e99799;
}
/*About*/
body.page-template-page-about .page-desc {
  font-size: 32px;
}
.about-feature {
  padding: 100px 0 30px;
}
.about-feature-card {
  text-align: center;
}
.about-feature-card::after {
  background: url(../img/icon-div-5.svg) no-repeat center center;
  background-size: auto 100%;
  filter: brightness(0) invert(1);
  width: 100%;
  height: 24px;
  margin: 24px 0 0;
  display: block;
  content: "";
}
.about-feature-card-title {
  color: #e99799;
  font-size: 20px;
  font-family: "Colus";
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-about .section-gutter {
  margin: 100px 0;
}
.section-intro .section-subtitle {
  font-size: 16px;
  font-family: "LEMON MILK";
  font-weight: 400;
}
.section-intro .section-body {
  color: white;
  font-size: 20px;
  font-family: "LEMON MILK";
  font-weight: 300;
  line-height: 28px;
}
.member-card {
  text-align: center;
}
.member-card-header {
  position: relative;
}
.member-card-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.member-card-body {
  padding: 32px 0 0;
}
.member-card-title {
  color: #e99799;
  font-size: 24px;
  font-family: "LEMON MILK";
  font-weight: 400;
}
.member-card-subtitle {
  color: white;
  font-size: 14px;
  font-family: "LEMON MILK";
  font-weight: 300;
  line-height: 19.6px;
  letter-spacing: 0.7px;
}
.client-card-img {
  max-width: 100%;
  max-height: 100px;
  filter: brightness(0) invert(1);
}
.section-family {
  background-color: #001d32;
}
.section-business {
  background-color: #09412f;
}
.section-business .section-title {
  color: #c3a482;
}
.event-category-card {
  text-align: center;
}
.event-category-card-img {
  max-width: 140px;
}
.event-category-card-body {
  margin: 22px 0 0;
}
.event-category-card-title {
  color: white;
  font-size: 20px;
  font-family: "LEMON MILK";
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
}
.pp-easing {
  transition: all 1000ms ease-in-out;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 40px;
}
.entry-header {
  text-align: center;
}
.entry-title {
  font-size: 64px;
  font-family: "Colus";
  font-weight: 400;
  line-height: 76.8px;
  margin: 0 auto;
  max-width: 700px;
}
.entry-meta {
  font-size: 20px;
  font-family: "LEMON MILK";
  font-weight: 300;
  line-height: 28px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.entry-meta &gt; li:not(:last-child)::after {
  content: "-";
  margin: 0 5px;
}
.masonry-grid::after {
  content: "";
  display: block;
  clear: both;
}
.masonry-grid-item {
  margin-bottom: 30px;
}
.image-gallery-card {
  position: relative;
}
.image-gallery-card-img {
  width: 100%;
}
/*Home Header*/
#header[data-header="white"] .lang-nav &gt; li:not(:last-child)::after,
#header[data-header="white"] .lang-nav &gt; li &gt; a,
#header[data-header="white"] .user-nav &gt; li &gt; a {
  color: #fff;
}
#header[data-header="white"] .logo {
  filter: brightness(0) invert(1);
}
#header[data-header="navy"] .lang-nav &gt; li:not(:last-child)::after,
#header[data-header="navy"] .lang-nav &gt; li &gt; a,
#header[data-header="navy"] .user-nav &gt; li &gt; a {
  color: #001d32;
}
#header[data-header="navy"] .logo {
  filter: brightness(0) invert(0) invert(8%) sepia(23%) saturate(5528%)
    hue-rotate(183deg) brightness(98%) contrast(102%);
}
#header[data-header="pink"] .lang-nav &gt; li:not(:last-child)::after,
#header[data-header="pink"] .lang-nav &gt; li &gt; a,
#header[data-header="pink"] .user-nav &gt; li &gt; a {
  color: #e99799;
}
#header[data-header="pink"] .logo {
  filter: none;
}
#header[data-header="green"] .lang-nav &gt; li:not(:last-child)::after,
#header[data-header="green"] .lang-nav &gt; li &gt; a,
#header[data-header="green"] .user-nav &gt; li &gt; a {
  color: #09412f;
}
#header[data-header="green"] .logo {
  filter: brightness(0) invert(0) invert(21%) sepia(24%) saturate(1319%)
    hue-rotate(110deg) brightness(88%) contrast(96%);
}
#header[data-header="gold"] .lang-nav &gt; li:not(:last-child)::after,
#header[data-header="gold"] .lang-nav &gt; li &gt; a,
#header[data-header="gold"] .user-nav &gt; li &gt; a {
  color: #c3a482;
}
#header[data-header="gold"] .logo {
  filter: brightness(0) invert(0) invert(76%) sepia(17%) saturate(639%)
    hue-rotate(351deg) brightness(89%) contrast(80%);
}
.top-btn {
  width: 180px;
  height: 150px;
  position: absolute;
  top: 10%;
  right: 10%;
  background: none;
  border: none;
  padding: 0;
}
.top-btn::before {
  background: url(../img/icon-arrow-long.svg) no-repeat center center;
  background-size: auto 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  animation: toTop 1500ms ease-in-out infinite alternate;
}
@keyframes toTop {
  from {
    background-position: center 60%;
  }
  to {
    background-position: center 40%;
  }
}
.top-btn &gt; span {
  color: #e99799;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  animation: rotating 8000ms linear infinite reverse;
}
.top-btn &gt; span:nth-child(1) {
  top: 0;
  align-items: start;
}
.top-btn &gt; span:nth-child(2) {
  bottom: 0;
  align-items: end;
}
body.home .top-btn {
  filter: brightness(0) invert(0) invert(8%) sepia(23%) saturate(5528%)
    hue-rotate(183deg) brightness(98%) contrast(102%);
}
/*Animation*/
#navigation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1);
}
#navigation.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation &gt; ul::before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 600ms cubic-bezier(0, 0.5, 1, 1) 300ms;
}
#navigation.active &gt; ul::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation &gt; ul &gt; li {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1) 300ms;
}
#navigation &gt; ul &gt; li:nth-child(2) {
  transform: translateY(-10px);
}
#navigation &gt; ul &gt; li:nth-child(2) {
  transform: translateY(-30px);
}
#navigation &gt; ul &gt; li:nth-child(3) {
  transform: translateY(-50px);
}
#navigation &gt; ul &gt; li:nth-child(4) {
  transform: translateY(-70px);
}
#navigation &gt; ul &gt; li:nth-child(5) {
  transform: translateY(-90px);
}
#navigation &gt; ul &gt; li:nth-child(6) {
  transform: translateY(-110px);
}
#navigation.active &gt; ul &gt; li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.home .section-1:not(.active) .section-title::before,
body.home .section-1:not(.active) .section-title::after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
body.home .section-1.active .section-title::before,
body.home .section-1.active .section-title::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 1000ms ease-in-out 1000ms;
}
body.home .section-2:not(.active) .section-bg-gallery &gt; li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
body.home .section-2.active .section-bg-gallery &gt; li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 612ms ease-in-out 1100ms;
}
body.home .section-4:not(.active) .section-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
body.home .section-4.active .section-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1) 1000ms;
}
body.home .section-5:not(.active) .section-title,
body.home .section-5:not(.active) .section-desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
body.home .section-5.active .section-title,
body.home .section-5.active .section-desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1) 1000ms;
}
body.home .section-6:not(.active) .section-desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
body.home .section-6.active .section-desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1) 1000ms;
}
body.home .section-8:not(.active) .section-desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
body.home .section-8.active .section-desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1) 1000ms;
}
.appear-on-scroll {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: visibility 0s ease-in-out, opacity 300ms ease-in-out,
    transform 300ms ease-in-out;
}
.appear-on-scroll.come-in,
.appear-on-scroll.already-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*Plugins*/
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-dots &gt; button:not(:last-child) {
  margin-right: 10px;
}
.owl-carousel .owl-dots &gt; button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0 !important;
  transition: all 0.2s linear;
}
.owl-carousel .owl-dots &gt; button.active {
  width: 30px;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.owl-carousel .owl-nav &gt; button {
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.owl-carousel .owl-nav &gt; button.disabled {
  opacity: 0.8;
  transform: scale(0.8);
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(25, 55, 109);
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .call-toggle {
    display: none;
  }
  #footer {
    text-align: center;
  }
  .section-1 {
    height: 100vh;
  }
  .section-4 .section-tab {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .section-tab &gt; li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-5 .section-bg {
    width: 85%;
    height: 85%;
  }
  .section-5 .section-subtitle {
    bottom: 50%;
  }
  .section-1 .section-title::before,
  .section-1 .section-title::after,
  .page-header-title::before,
  .page-header-title::after {
    display: none;
  }
  #header {
    padding: 20px 0;
    height: 130px;
  }
  .logo {
    margin-top: 25px;
  }
  #navigation &gt; ul &gt; li &gt; a {
    font-size: 38px;
  }
  .section-wrapper {
    padding-top: 150px;
  }
  .section-title {
    font-size: 38px !important;
  }
  .page-desc,
  .section-desc {
    font-size: 22px !important;
    line-height: 34px !important;
    font-weight: 300 !important;
  }
  .top-btn {
    transform: scale(0.7);
    top: 5%;
    right: 5%;
  }
  .event-card-header {
    position: relative;
  }
  .event-card-header::before {
    padding-top: 66.66%;
    display: block;
    content: "";
  }
  .event-card-img {
    transform: translate3d(0, 0, 0) !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .event-card-body {
    padding-top: 15px;
  }
  .entry-title {
    font-size: 40px;
  }
  body.home .section-1.active .section-title::before,
  body.home .section-1.active .section-title::after,
  body.home .section-2.active .section-bg-gallery &gt; li,
  body.home .section-4.active .section-title,
  body.home .section-5.active .section-title,
  body.home .section-5.active .section-desc,
  body.home .section-6.active .section-desc,
  body.home .section-8.active .section-desc {
    transition-delay: 0ms !important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: calc(100vw - 90px);
  }
  .section-full {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-nav &gt; li:not(:last-child) {
    margin-right: 40px;
  }
  .access-nav {
    display: flex;
    align-items: center;
  }
  .access-nav &gt; li::before {
    content: "|";
    margin: 0 20px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400;
  }
  .page-filter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-filter &gt; li:not(:last-child) {
    margin-right: 52px;
  }
  .blog-list .blog-card:not(.blog-card-featured) {
    display: flex;
  }
  .blog-list .blog-card:not(.blog-card-featured) &gt; div {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
  }
  .blog-list .blog-card:not(.blog-card-featured) &gt; .blog-card-body {
    padding: 0 0 0 24px;
    display: flex;
    flex-direction: column;
  }
  .blog-list .blog-card:not(.blog-card-featured) &gt; .blog-card-desc {
    margin-top: auto;
  }
  .blog-list .blog-card-featured .blog-card-date,
  .blog-list .blog-card-featured .blog-card-desc {
    display: none;
  }
  .blog-list .blog-card-featured .blog-card-header::before {
    padding-top: 30.3030303%;
  }
  .blog-list .blog-card-featured {
    position: relative;
  }
  .blog-list .blog-card-featured .blog-card-body {
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog-list .blog-card-featured .blog-card-title {
    color: white;
    font-size: 64px;
    font-family: "Colus";
    font-weight: 400;
    margin: 0;
  }
  .blog-list .blog-card-featured .blog-card-btn {
    color: white;
    font-size: 16px;
    font-family: "LEMON MILK";
    font-weight: 300;
    margin: 32px 0 0;
  }
  .event-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event-card-title {
    padding: 0 32px;
  }
  .event-card-img {
    display: none;
    top: 0;
    left: 0;
    max-width: 30%;
    transform: translate3d(-50%, -50%, 0);
    transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
    z-index: 1;
  }
  .event-card:hover .event-card-img {
    display: block;
  }
  .event-card-date,
  .event-card-location {
    display: flex;
    flex-direction: column;
  }
  .section-intro .section-header {
    height: 100%;
    position: relative;
    text-align: left;
  }
  .section-intro .section-cover {
    width: 60%;
    position: absolute;
    bottom: -70px;
    right: -50%;
    z-index: -1;
  }
  .section-intro .section-subtitle {
    width: 40%;
    position: absolute;
    right: 20%;
    bottom: -70px;
    text-align: right;
  }
  body.page-template-page-about .page-header-inner {
    position: relative;
  }
  body.page-template-page-about .page-header-title {
    position: static;
  }
  body.page-template-page-about .page-header-title::before,
  body.page-template-page-about .page-header-title::after {
    background: url(../img/icon-title-4.svg) no-repeat right 30% top 50%;
    width: 50%;
    height: 90%;
    position: absolute;
    bottom: 0;
    content: "";
  }
  body.page-template-page-about .page-header-title::before {
    left: 0;
  }
  body.page-template-page-about .page-header-title::after {
    right: 0;
    transform: scaleX(-1);
  }
  .booking-card {
    height: 100vh;
  }
  .section-1 .section-header {
    width: 30.4861111vw;
    margin: 0 auto;
  }
  .section-4 .section-tab {
    justify-content: center;
    align-items: start;
  }
  .section-4 .section-tab &gt; li:not(:last-child) {
    padding: 40px;
  }
  .section-5 .section-header {
    width: 59.6527778vw;
    margin: 0 auto;
  }
  .section-6 .section-header {
    width: 59.6527778vw;
    margin: 0 auto;
  }
  .section-8 .section-header {
    width: 32.3611111vw;
    margin: 0 auto;
  }
  .section-5 .section-bg {
    width: 29.5833333vw;
    height: 65.4320988vh;
  }
  .section-intro .section-title {
    text-align: left;
  }
}
</pre></body></html>