@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 1px;
}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: var(--color-text);
}

body {
  margin: 0;
  color: var(--color-text);
}

details,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

p {
  margin: 10px 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

/* ////////////////////////////////////////////////////////////////////////////////// 

*/
*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  --rem: calc(1rem / 16);
  --banner-deco: 135px;
  --border-radius: 5px;

  
}
.wp-admin div#wp-link-wrap #wp-link .query-results {
    top: 422px!important;
}
@media (max-width: 1279px) {
  :root {
    --banner-deco: 60px;
  }

  }

html {
  font-family: var(--base-font);
  font-size: 16px;
  line-height: 36px;
}

@media (max-width: 1023px) {
  html {
    font-size: 14px;
    line-height: 26px;
  }
}

body.overflow-fix {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font);
  color: var(--color-heading);
}

h1 {
  font-size: calc(120 * var(--rem));
  line-height: calc(140 * var(--rem));
  margin: calc(30 * var(--rem)) 0;
  font-weight: 400;
}

@media (max-width: 1600px) {
  h1 {
    font-size: calc(90 * var(--rem));
    line-height: calc(100 * var(--rem));
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }
}

h2 {
  font-size: calc(55 * var(--rem));
  line-height: calc(65 * var(--rem));
  margin: calc(15 * var(--rem)) 0;
  font-weight: 400;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

h3 {
  font-size: calc(30 * var(--rem));
  line-height: calc(40 * var(--rem));
  margin: calc(20 * var(--rem)) 0;
  font-weight: 400;
}

.content-area-text h1 {
  font-size: calc(55 * var(--rem));
  line-height: calc(100 * var(--rem));
}

.content-area-text h2 {
  font-size: calc(50 * var(--rem));
  line-height: calc(60 * var(--rem));
  font-weight: bold;
}

.content-area-text h3 {
  font-size: calc(30 * var(--rem));
  line-height: calc(38 * var(--rem));
  font-weight: bold;
}

.content-area-text h4 {
  font-size: calc(20 * var(--rem));
  line-height: calc(28 * var(--rem));
  font-weight: bold;
}

.content-area-text h5 {
  font-size: calc(16 * var(--rem));
  line-height: calc(23 * var(--rem));
  font-weight: bold;
}

.content-area-text a {
  font-weight: bold;
  color: var(--color-primary);
  text-decoration: underline;
}

button {
  background-color: transparent;
  border: none;
}

a {
  text-decoration: none;
  color: var(--color-primary);
}

.layout-pt-none {
  padding-top: 0;
}

.layout-pt-sm {
  padding-top: calc(25 * var(--rem));
}

.layout-pt-md {
  padding-top: calc(45 * var(--rem));
}

@media (max-width: 1023px) {
  .layout-pt-md {
    padding-top: calc(40 * var(--rem));
  }
}

.layout-pt-lg {
  padding-top: calc(65 * var(--rem));
}

@media (max-width: 1023px) {
  .layout-pt-lg {
    padding-top: calc(55 * var(--rem));
  }
}

.layout-pb-none {
  padding-bottom: 0;
}

.layout-pb-sm {
  padding-bottom: calc(25 * var(--rem));
}

.layout-pb-md {
  padding-bottom: calc(45 * var(--rem));
}

@media (max-width: 1023px) {
  .layout-pb-md {
    padding-bottom: calc(40 * var(--rem));
  }
}

.layout-pb-lg {
  padding-bottom: calc(65 * var(--rem));
}

@media (max-width: 1023px) {
  .layout-pb-lg {
    padding-bottom: calc(55 * var(--rem));
  }
}

.section-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 19px;
}

.expand-btn:hover {
  color: var(--color-primary);
}

.expand-btn.btn-open {
  transform: rotate(180deg);
}

nav#main-menu .expand-btn {
  position: absolute;
  right: 0;
  top: 10px;
  width: auto;
  background: none;
  z-index: 2;
  height: calc(68 * var(--rem));
  width: calc(68 * var(--rem));
  background-color: white;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1440px) {
  nav#main-menu .expand-btn {
    height: calc(48 * var(--rem));
    width: calc(48 * var(--rem));
    top: 15px;
  }
}

@media (max-width: 1023px) {
  nav#main-menu .expand-btn {
    right: 3%;
    top: 3px;
  }

  nav#main-menu .expand-btn svg {
    width: 14px;
    height: 16px;
  }
}

nav#main-menu .main-menu-list>ul>li>ul[aria-hidden=false] {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  list-style: none;
  max-height: 600px;
}

nav#main-menu .main-menu-list>ul>li>ul>li>ul[aria-hidden=false] {
  /* display: block; */
  max-height: 1000px;
  z-index: 2;
}

nav#main-menu .main-menu-list>ul>li>ul[aria-hidden=false] {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  list-style: none;
  max-height: 600px;
}

nav#main-menu .main-menu-list>ul>li>ul>li>ul[aria-hidden=false] {
  max-height: 1000px;
  z-index: 2;
}

nav#main-menu li ul li a {
  padding-left: calc(32 * var(--rem));
}

nav#main-menu .main-menu-overlay {
  max-width: 100%;
  flex: 0 1 100%;
  display: inline-flex;
}

@media (max-width: 1280px) {
  nav#main-menu .main-menu-overlay {
    max-width: 57.7%;
  }
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-overlay {
    max-width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  nav#main-menu .main-menu-overlay {
    max-width: 100%;
  }
}

nav#main-menu .main-menu-list {
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  padding: calc(144 * var(--rem)) calc(72 * var(--rem)) calc(72 * var(--rem));
  margin: 0 auto;
  max-width: 750px;
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list {
    width: 100%;
    padding: 50px 35px 120px;
  }
}

nav#main-menu .main-menu-list>ul {
  list-style: none;
  margin: 0;
  position: relative;
  padding: calc(32 * var(--rem));
  width: 100%;
  transition: 0.2s all;
  height: 100%;
  overflow: auto;
  scrollbar-color: #5d285f #f5f5f5;
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul {
    padding: 0;
    overflow-x: hidden;
  }
}

nav#main-menu .main-menu-list>ul>li>a {
  font-size: calc(50 * var(--rem));
  line-height: calc(58 * var(--rem));
  font-family: var(--heading-font);
  font-weight: 700;
  padding: 12px;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  width: 90%;
  transition: 0.2s all;
}

nav#main-menu .main-menu-list>ul>li>a:hover {
  color: var(--color-primary);
}

@media (max-width: 1280px) {
  nav#main-menu .main-menu-list>ul>li>a {
    font-size: 21px;
    line-height: 24px;
    padding: 15px 0;
  }
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul>li>a {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul>li.open-subnav>ul {
    display: block;
    left: 0%;
    top: 90px;
    padding: 25px 43px;
    z-index: 4;
    transition: all 0.6s ease;
    margin: 0;
    width: 100%;
    height: 100% !important;
    text-align: center;
    display: block;
    opacity: 1;
    visibility: visible;
    min-width: auto;
  }
}

nav#main-menu .main-menu-list>ul>li>ul {
  opacity: 0;
  visibility: hidden;
  width: auto;
  padding-left: 25px;
  list-style-type: disc;
  transition: 0.5s all;
  max-height: 0;
  letter-spacing: 0.32px;
}

@media (max-width: 1280px) {
  nav#main-menu .main-menu-list>ul>li>ul {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul>li>ul {
    color: var(--color-primary);
    font-size: 16px;
    left: 0;
    height: 100% !important;
    top: 0;
    z-index: 10;
    padding-left: 10px;
  }
}

nav#main-menu .main-menu-list>ul>li>ul>li {
  position: relative;
  transition: 0.2s all;
  display: block;
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul>li>ul>li {
    padding-left: 0;
  }
}

nav#main-menu .main-menu-list>ul>li>ul>li:last-of-type {
  padding-bottom: 15px;
}

nav#main-menu .main-menu-list>ul>li>ul>li a {
  width: auto;
  font-size: calc(25 * var(--rem));
  line-height: calc(32 * var(--rem));
  font-family: var(--heading-font);
  padding: 12px 6px;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  font-weight: 400;
  padding-bottom: 5px;
  transition: 0.4s all;
  transition: 0.2s all;
}

nav#main-menu .main-menu-list>ul>li>ul>li a:hover {
  color: var(--color-primary);
}

@media (max-width: 1280px) {
  nav#main-menu .main-menu-list>ul>li>ul>li a {
    font-size: 18px;
    line-height: 22px;
    padding: 8px;
  }
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul>li>ul>li a {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

nav#main-menu .main-menu-list>ul>li>ul>li>ul>li {
  padding-left: 25px;
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-list>ul>li>ul>li>ul>li {
    padding-left: 10px;
  }
}

nav#main-menu .main-menu-list>ul>li>ul>li>ul>li a {
  font-size: calc(13 * var(--rem));
}

@media (max-width: 1023px) {
  nav#main-menu .parent-name {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
    color: var(--color-primary);
    margin-bottom: 25px;
    margin-top: 10px;
  }

  nav#main-menu .main-menu-back {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
  }

  nav#main-menu .main-menu-back .goback-arrow {
    color: var(--color-primary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 14px;
    cursor: pointer;
  }

  nav#main-menu .main-menu-back .goback-arrow svg {
    height: 12px;
    margin-right: 10px;
    margin-bottom: -1px;
  }
}

nav#main-menu .main-menu-img {
  width: 52.3%;
  flex: 0 1 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1023px) {
  nav#main-menu .main-menu-img {
    display: none;
  }
}

nav#main-menu .main-menu-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--banner-deco);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.header-main.onscroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: white;
  border-bottom: 1px solid #eee;
  z-index: 9;
  overflow: hidden;
}

.header-main.onscroll .main-menu-btn .line {
  background-color: black;
}

.header-main.onscroll .btn-secondary {
  color: black;
}

.header-main.onscroll .btn-secondary:after {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  height: 113px;
  width: 100%;
  border-left: 1px solid #eee;
}

.header-main.onscroll .btn-secondary a {
  color: black;
}

.header-main.onscroll .btn-secondary span {
  color: black;
}

.header-main.onscroll .main-menu-btn-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: -17px;
  border-right: 1px solid #eee;
  width: 100%;
  height: 113px;
}

header .header-left,
header .header-right {
  display: flex;
  width: 38%;
  max-width: 38%;
  flex: 0 1 38%;
  color: white;
  align-items: stretch;
  height: 68px;
}

header .header-right {
  justify-content: end;
}

header .header-main.onscroll .header-left,
header .header-main.onscroll .header-right {
  color: var(--color-primary);
  border-bottom: none;
  height: 106px;
}

.language-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

header .main-menu-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: var(--banner-deco);
  position: relative;
}

header .main-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 73px;
  height: 2.8125rem;
  padding: 0;
  align-items: center;
  transition: 0.2s all;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  header .main-menu-btn {
    width: 33px;
    height: 1.3rem;
  }
}

header .main-menu-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.2s all;
}

header .header-main.onscroll .main-menu-btn .line {
  background: var(--color-primary);
}

header .main-menu-btn .line:nth-child(2) {
  width: 40%;
}

header .main-menu-btn:hover .line:nth-child(2) {
  width: 100%;
}

header .main-logo {
  max-width: 15.5rem;
  height: auto;
}

@media (max-width: 1440px) {
  header .main-logo {
    max-width: 15.5rem;
  }
}

@media (max-width: 1279px) {
  header .main-logo {
    max-height: 60px;
  }
}

header .header-main.onscroll .main-logo {
  margin: auto;
  filter: none;
}

header .book-now-btn {
  width: calc(250 * var(--rem));
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#0000, rgb(0 0 0/15%)) top/100% 800%;
  background-color: var(--color-book-now-bg);
  color: contrast-color(var(--color-book-now-bg));
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  padding: 1.4rem 1rem;
  font-family: var(--base-font);
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-weight: 600;
  transition: .2s all;
  border-radius: 5px;
  position: absolute;
  right: var(--banner-deco);
  height: auto;
  margin-right: calc(45 * var(--rem));
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  header .book-now-btn {
    width: 200px;
    height: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  header .book-now-btn {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

header .book-now-btn svg {
  color: white;
  transition: .2s all;
}

@media (min-width: 1024px) {
  header .book-now-btn:hover {
    background-position: bottom;
  }
}

header .book-now-btn .book-arrow-mobile {
  display: none;
}

header .btn-secondary-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  header .btn-secondary-container {
    width: 60px;
  }
}

header .btn-secondary {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  width: var(--banner-deco);
  color: white;
  transition: .2s all;
}

@media (max-width: 1600px) {
  header .btn-secondary {
    margin: 0;
  }
}

header .btn-secondary i {
  font-size: inherit;
}

@media screen and (max-width: 1279px) {
  header .btn-secondary i {
    font-size: 25px;
  }
}

header .btn-secondary:hover {
  text-shadow: 1px 0 white;
}

header .btn-secondary span {
  color: white;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  header .btn-secondary span {
    display: none;
  }
}

header .btn-secondary span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: white;
  transition: all 0.45s;
}

header .btn-secondary span:hover {
  color: var(--bg-colour);
}

header .btn-secondary span:hover:after {
  width: 100%;
  left: 0;
}

header .vouchers-btn {
  margin-right: 2rem;
}

@media (max-width: 1600px) {
  header .vouchers-btn {
    margin-right: 1rem;
  }
}

@media (max-width: 1023px) {
  header .btn-secondary {
    width: 90px;
    margin-right: 0;
  }

  header .btn-secondary a svg {
    margin: 0 auto;
  }

  header .btn-secondary span {
    display: none;
  }
}

header.header-main.onscroll .btn-secondary:hover {
  text-shadow: 1px 0 black;
}


@media (max-width: 1023px) {
  header .book-now-btn .book-arrow-mobile {
    display: inline-block;
    margin-left: 10px;
    margin-top: 2px;
    transition: .2s all;
    height: 20px !important;
  }

  header .header-main.onscroll .vouchers-btn a {
    color: white;
  }
}

header .header-main.onscroll .book-now-btn svg {
  width: auto !important;
  height: 50px;
  flex-direction: row;
  margin-right: 10px;
}

header .header-main .book-now-btn p {
  margin: 15px 0 5px;
  font-size: 15px;
}

header .header-main.onscroll .book-now-btn {
  flex-direction: row;
}

.featured-menu {
  display: flex;
}

@media (max-width: 1279px) {
  .featured-menu {
    display: none;
  }
}

.featured-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.featured-menu ul li a {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  letter-spacing: 1.6px;
  position: relative;
  transition: .2s all;
}

.featured-menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: white;
  transition: all 0.45s;
}

.featured-menu ul li a:hover {
  text-shadow: 1px 0 white;
}

.featured-menu ul li a:hover:after {
  width: 100%;
  left: 0;
}

.header-main.onscroll .featured-menu ul li a {
  color: black;
}

.header-main.onscroll .featured-menu ul li a:hover {
  text-shadow: 1px 0 black;
}

.header-main.onscroll .featured-menu ul li a:after {
  background: black;
}

.header-main:not(.onscroll) .featured-menu ul li a:hover {
  color: var(--bg-colour);
}

.main-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(-100%, 0%, 0);
  transition: opacity 600ms ease-in-out 100ms, transform 800ms ease-in-out 0ms;
  z-index: 11;
  opacity: 0;
  overflow: hidden;
}

.main-menu.open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.main-menu .main-menu-left {
  max-width: 33.33%;
  flex: 0 1 100%;
  background-color: white;
  border-right: 1px solid #eeeeee;
}

.main-menu .main-menu-left .main-menu-close-wrap {
  height: var(--banner-deco);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  line-height: 0;
  padding-right: calc(22 * var(--rem));
}

@media (max-width: 1023px) {
  .main-menu .main-menu-left .main-menu-close-wrap {
    justify-content: flex-start;
    max-width: 29%;
    display: inline-flex;
  }

  .main-menu .main-menu-left .main-menu-close-wrap span {
    display: none;
  }
}

.main-menu .main-menu-left .main-menu-close {
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: calc(30 * var(--rem));
}
#mainMenu button {
  color: black;
}
.main-menu .main-menu-left .main-menu-close svg {
  margin-left: 10px;
  color: black;
}

.main-menu-search {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 3.3rem;
  color: white;
}

.main-menu-list {
  border-top: 1px solid #eeeeee;
  padding: 32px 0;
  color: white;
}

.main-menu-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  scrollbar-color: var(--color-primary) var(--color-secondary);
  scrollbar-width: thin;
  margin-right: 5px;
  overflow-y: auto;
  overflow-x: visible;
  max-height: calc(90vh - var(--banner-deco));
}
.main-menu-list ul::-webkit-scrollbar-thumb {
    background-color: var(--color-primary); /* bright colour — swap this out */
    border-radius: 10px;
}

.main-menu-list ul::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-secondary); /* lighter on hover */
}

.main-menu-list ul li.dropdown {
  display: flex;
  justify-content: space-between;
}

.main-menu-list ul li span {
  display: flex;
  align-items: center;
}

.main-menu-list ul li {
  margin: calc(20 * var(--rem)) calc(50 * var(--rem));
  border-bottom: 1px solid #eeeeee;
}
.main-menu-list ul li.current-menu-item a {
  color: var(--color-primary);
}
.main-menu-list>ul>li>ul>li {
  border: none;
  margin: 10px calc(50 * var(--rem));
}

.main-menu-list ul li a {
  font-size: calc(30 * var(--rem));
  line-height: calc(40 * var(--rem));
  padding: 0.4rem 0;
  position: relative;
  display: inline-block;
  font-family: var(--heading-font);
  color: var(--color-text);
}

@media (min-width: 1024px) {
  .main-menu-list ul li a:hover {
    color: var(--color-primary);
  }
}

.main-menu-list>ul>li.current-menu-item>a:before,
.main-menu-list>ul>li:hover>a:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 105%;
  background-color: var(--light-colour);
  height: 1px;
  width: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-menu-list>ul>li>ul {
  display: none;
  opacity: 0;
}

.main-menu-list ul li.open-subnav>ul {
  display: block;
  position: fixed;
  left: 34%;
  top: 0;
  width: calc(33% - 13px);
  padding-right: 2rem;
  z-index: 3;
  transition: 0.6s all;
}

.main-menu-list>ul>li>ul>li>a {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: var(--base-font);
  letter-spacing: 1.4px;
}

.main-menu-list ul li ul li ul li ul {
  display: none;
}

.main-menu .main-menu-center {
  max-width: 33.33%;
  flex: 0 1 100%;
  background: linear-gradient(to left, transparent 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background 0.6s ease;
  z-index: 2;
  position: relative;
}

.main-menu .main-menu-center.main-menu-center-bg {
  background-position: left bottom;
  transition-delay: 0;
}

.main-menu .main-menu-center.main-menu-center-bg:after {
  content: '';
  background-color: #eee;
  width: 100%;
  height: 1px;
  position: absolute;
  top: var(--banner-deco);
  left: 0;
}

.main-menu .main-menu-logo {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 3.3rem;
}

.main-menu .main-menu-logo img {
  width: 9.5rem;
  height: 100%;
}

.main-menu .main-menu-right {
  width: 66.66%;
  flex: 0 1 100%;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}

@media (max-width: 1023px) {
  .main-menu .main-menu-right {
    display: none;
  }
}

.main-menu .main-menu-right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.main-menu input[type="search"] {
  background: transparent;
  border: none;
  padding: 10px;
  font-size: 18px;
  padding-left: 45px;
  color: white;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.main-menu .search-form {
  position: relative;
}

.main-menu ::placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-family: var(--heading-font);
  letter-spacing: 3px;
}

.main-menu ::-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}

.main-menu .search-form ::-webkit-search-cancel-button {
  filter: grayscale(1) brightness(0) invert(1);
  cursor: pointer;
}

.main-menu .search-submit {
  display: none;
}
.menu-btn-secondary-container {
  display: none!important;
}
@media (max-width: 1600px) {
  .main-menu .main-menu-left .main-menu-close {
    padding: 2.3rem;
  }

  .main-menu-search {
    padding: 1.3rem 3.3rem;
  }

  .main-menu-list {
    padding: 2rem 0;
  }
}

@media (min-width: 1024px) {
  .main-menu-list ul li.open-subnav>ul {
    overflow-y: auto;
    animation: fade 0.8s ease-in;
    opacity: 1;
  }

  .main-menu-list ul li ul li ul a {
    position: relative;
    font-size: 19px;
    line-height: 24px;
    opacity: 0.8;
    font-weight: 400;
    padding: 4px 0;
  }

  .main-menu-list ul li ul li ul a:hover {
    opacity: 1;
  }

  .main-menu-list>ul>li>ul>li>ul>li {
    padding: 5px 0 0;
  }
}

@media (max-width: 1023px) {
  header .featured-menu {
    display: none;
  }

  header .main-menu-btn-wrap {
    padding: 0 18px;
  }

  header .header-left,
  header .header-right {
    max-width: 29%;
    overflow: hidden     ;
  }

  header .header-main.onscroll .main-logo {
    max-width: 120px;
  }

  header .main-menu-btn {
    width: 60px;
    margin-right: 0;
    height: 22px;
  }

  header .header-main .book-now-btn,
  header .vouchers-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    height: 73px;
    flex-direction: row;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
  }

  header .header-main .book-now-btn a:after,
  header .vouchers-btn a:after {
    content: none;
  }

  header .header-main .book-now-btn p,
  header .vouchers-btn p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }

  header .header-main .book-now-btn .book-hover,
  header .vouchers-btn .book-hover {
    height: 0;
  }

  header .vouchers-btn {
    left: auto;
    right: 0;
    background-color: var(--quaternary-colour);
  }

  header .book-now-btn>svg {
    max-width: 22px;
    margin-right: 10px;
    height: auto;
  }

  header .main-logo {
    max-width: 130px;
    height: auto;
  }

  .main-menu .main-menu-left {
    max-width: 100%;
  }

  .main-menu .main-menu-left .main-menu-close {
    padding: 1rem;
    width: auto;
  }

  .main-menu .main-menu-left .main-menu-close svg {
    width: 28px;
    height: auto;
  }

  .main-menu .language-btn {
    display: inline-flex;
    color: white;
    padding: 1.5rem;
    vertical-align: middle;
    width: 33%;
    height: 65px;
  }

  .main-menu .header-logo-container {
    display: inline-flex;
    margin-bottom: 0;
    padding: 0.5rem;
    vertical-align: middle;
    width: 39%;
    height: 65px;
    padding-top: 0;
  }

  .main-menu .header-logo-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
    object-fit: contain;
  }

  .main-menu .main-menu-close {
    display: inline-flex;
    vertical-align: middle;
    width: 33%;
    height: 65px;
  }

  .main-menu input[type="search"] {
    font-size: 12px;
    padding-left: 33px;
  }

  .main-menu .search-form:before {
    width: 15px;
    height: 15px;
  }

  .main-menu-search {
    padding: 1.5rem 3rem;
    height: 70px;
  }

  .main-menu-list {
    padding-top: 0;
  }

  .main-menu-list ul li span svg {
    width: 14px;
    height: 14px;
  }

  .main-menu .main-menu-center {
    max-width: 100%;
    flex: 0 1 100%;
    position: absolute;
    left: 102%;
    height: calc(100% - 75px);
    width: 100%;
    background-color: white;
    top: 136px;
    display: none;
  }

  .main-menu .main-menu-center.subnav-is-open {
    left: 0;
  }

  .main-menu .main-menu-logo {
    display: none;
  }

  .main-menu-list ul li.open-subnav>ul {
    max-height: 100%;
    height: 100%;
  }

  .main-menu-list ul li.open-subnav>ul {
    position: fixed;
    left: 0;
    height: calc(100vh - 70px) !important;
    top: 98px;
    background-color: white;
    z-index: 3;
    opacity: 1;
    width: 100%;
  }

  .main-menu-subnav-header {
    padding: 0 3.3rem;
  }

  .menu-btn-secondary-container {
    display: inline-flex!important;
    width: 29%!important;
  }
  .menu-btn-secondary-container a:after {
    content: none!important;
  }

  .goback-arrow {
    font-size: 14px;
    color: black;
    margin-bottom: 1.5rem;
  }

  .goback-arrow svg {
    margin-right: 10px;
  }

  .goback-arrow svg path {
    fill: black;
  }

  .parent-name {
    font-size: 22px;
    line-height: 40px;
    padding: 1.5rem 0;
    color: var(--color-text);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-family: var(--heading-font);
    margin-bottom: 1.5rem;
  }
  .header-main .main-menu .header-logo-container {
    display: inline-flex !important;
  }
  .sub-menu:not(.dropdown-items) {
    display: none;
  }

  .main-menu-list>ul>li>ul>li {
    padding-right: 1.2rem;
  }

  .main-menu-list>ul>li>ul>li:not(.dropdown) span {
    display: none;
  }
}

.header-logo-container.header-logo-onscroll {
  display: none;
}

.header-main.onscroll .header-logo-container {
  display: none;
}

.header-main.onscroll .header-logo-container.header-logo-onscroll {
  display: flex;
}

@media (max-width: 1600px) {
  .featured-menu ul li:nth-child(n+4) a {
    display: none;
  }
}

@media (max-width: 1255px) {
  .featured-menu ul li:nth-child(n+3) a {
    display: none;
  }
}

section {
  position: relative;
}

section:after {
  position: absolute;
  content: '';
  left: var(--banner-deco);
  top: 0%;
  width: calc(100% - calc(var(--banner-deco) * 2));
  height: 100%;
  background-color: transparent;
  opacity: 0.5;
  z-index: -1;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
@media (max-width: 1023px) {
section:after {
  content: none;
}
}


/* //////////////////////  */

.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: var(--border-radius);
  color: var(--color-primary);
  width: calc(86 * var(--rem));
  height: calc(86 * var(--rem));
  padding: calc(29 * var(--rem));
  border: 2px solid var(--color-primary);
  z-index: 5;
}

.swiper-pagination {
  z-index: 3;
}

.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: calc(56 * var(--rem));
}

@media (max-width: 1279px) {
  .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
  }
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: 0.2s all;
  background: transparent;
  border: 1px solid white;
  margin: 0 15px !important;
  position: relative;
}

@media (max-width: 1023px) {
  .swiper-pagination-bullet {
    border: none;
  }

  .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background: black;
    border-radius: 50%;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .swiper-pagination-bullet-active:after {
    width: 40%;
    height: 40%;
    background-color: var(--color-primary) !important;
  }

  .swiper-pagination-bullet-active {
    border: 1px solid var(--color-primary);
  }
}

.media-text-section .media-text-item {
  display: flex;
  width: 100%;
}

@media (max-width: 1023px) {
  .media-text-section .media-text-item {
    flex-direction: column;
  }
}

.media-text-section .media-text-item:nth-of-type(odd) {
  background-color: var(--color-secondary);
}

.media-text-section .media-text-item:nth-of-type(odd) .media-text-content-txt {
  padding-left: 0;
  padding-right: var(--banner-deco);
}

@media (max-width: 1280px) {
  .media-text-section .media-text-item:nth-of-type(odd) .media-text-content-txt {
    padding-right: calc(var(--banner-deco) / 2);
  }
}

@media (max-width: 1023px) {
  .media-text-section .media-text-item:nth-of-type(odd) .media-text-content-txt {
    padding-right: 0;
  }
}

.media-text-section .media-text-item:nth-of-type(even) {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .media-text-section .media-text-item:nth-of-type(even) {
    flex-direction: column;
  }

  .media-text-section .media-text-item:nth-of-type(even) .media-text-content-txt {
    padding: 0;
  }
}

.media-text-section .media-text-item:nth-of-type(even) .media-text-image {
  display: flex;
  justify-content: start;
}

.media-text-section .media-text-item:nth-of-type(even) .media-text-content {
  align-items: end;
}

.media-text-section .media-text-item .media-text-image {
  display: flex;
  justify-content: end;
}

.media-text-section .media-text-item .media-text-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 2.8s all;
  transform: scale(1.04);
}

.media-text-section .media-text-item .media-text-image:hover img {
  transform: scale(1);
}

.media-text-section .media-text-item .media-text-image,
.media-text-section .media-text-item .media-text-content {
  width: 50%;
  flex: 0 1 50%;
  overflow: hidden;
}

@media (max-width: 1023px) {

  .media-text-section .media-text-item .media-text-image,
  .media-text-section .media-text-item .media-text-content {
    width: 100%;
    flex: 0 1 100%;
  }
}

.media-text-section .media-text-item .media-text-content-txt {
  padding-left: var(--banner-deco);
}

.media-text-section .media-text-item .media-text-content-txt .text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-text-section .media-text-item .media-text-image {
  line-height: 0;
}

.media-text-section .media-text-item .media-text-content {
  padding: 20px var(--banner-deco) 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1600px) {
  .media-text-section .media-text-item .media-text-content {
    padding: 20px calc(var(--banner-deco) / 2) 20px 40px;
  }
}

@media (max-width: 1023px) {
  .media-text-section .media-text-item .media-text-content {
    padding: 50px 20px;
  }
}

.media-text-section .media-text-item .media-text-content .media-text-btns {
  text-align: left;
  width: 100%;
  padding-top: calc(20 * var(--rem));
}

.carousel-slider {
  overflow: hidden;
  position: relative;
}

.carousel-slider .button-secondary {
  min-width: 220px;
  text-align: center;
}

.carousel-slider .carousel-slider-container {
  width: calc(100% - var(--banner-deco) * 4);
  margin: 0 auto;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-container {
    width: 100%;
    padding: 20px;
  }
}

.carousel-slider .carousel-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(32 * var(--rem));
  margin-bottom: calc(50 * var(--rem));
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-header {
    margin-bottom: calc(20 * var(--rem));
  }
}

.carousel-slider .carousel-slider-btn-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-btn-mobile {
    display: block;
  }
}

.carousel-slider .carousel-slider-btn-desktop {
  display: block;
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-btn-desktop {
    display: none;
  }
}

.carousel-slider .carousel-slider-stage {
  position: relative;
  overflow: visible;
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-stage {
    margin-bottom: 30px;
    padding-bottom: 80px;
  }

  .carousel-slider .carousel-slider-stage .swiper-pagination-bullet-active:after {
    background-color: black;
  }
}

.carousel-slider .carousel-slider-items {
  overflow: visible;
}

.carousel-slider .swiper-wrapper {
  align-items: flex-start;
}

.carousel-slider .carousel-slider-slide {
  width: clamp(420px, 30vw, 620px);
  height: auto;
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-slide {
    width: 100%;
  }
}

.carousel-slider .carousel-slider-item {
  display: block;
  color: currentColor;
  text-decoration: none;
}

.carousel-slider .carousel-slider-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.03 / 1;
  background: #f2f2f2;
  transition: .2s all;
}

.carousel-slider .carousel-slider-image-wrap:after {
  content: '';
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: .2s all;
}

.carousel-slider .carousel-slider-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2.8s all;
  transform: scale(1.04);
}

.carousel-slider .carousel-slider-item:hover .carousel-slider-image-wrap:after {
  opacity: 0.15;
}

.carousel-slider .carousel-slider-item:hover .carousel-slider-img {
  transform: scale(1);
}

.carousel-slider .carousel-slider-item-title {
  margin: 22px 0 0;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.1;
  font-weight: 400;
  color: var(--color-text);
}

.carousel-slider .carousel-slider-button-prev {
  left: calc(var(--banner-deco) / 1.5 * -1);
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-button-prev {
    left: -20px;
  }
}

.carousel-slider .carousel-slider-button-next {
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 1023px) {
  .carousel-slider .carousel-slider-button-next {
    right: -20px;
  }
}

.carousel-slider .swiper-pagination.swiper-pagination-bullets {
  display: none;
}

@media (max-width: 1023px) {
  .carousel-slider .swiper-pagination.swiper-pagination-bullets {
    display: block;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 5;
  top: calc(50% - 42px);
  width: 68px;
  height: 68px;
  margin: 0;
  border: none;
  background: #fff;
  color: currentColor;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1;
  transition: .2s all;
}

@media (max-width: 1023px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .swiper-button-prev img,
  .swiper-button-next img {
    height: 50px;
    width: auto;
  }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--color-primary);
}

.swiper-button-prev .carousel-slider::after,
.swiper-button-next .carousel-slider::after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-button-next {
  transform: translateY(-50%) scaleX(-1);
}

.full-width-media {
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  min-height: calc(800 * var(--rem));
  padding: calc(40 * var(--rem)) 0;
}

@media (max-width: 1280px) {
  .full-width-media {
    min-height: calc(650 * var(--rem));
  }
}

.full-width-media.bg-image.layout-pb-lg {
  margin-bottom: calc(65 * var(--rem));
}

.full-width-media.bg-image.layout-pb-md {
  margin-bottom: calc(45 * var(--rem));
}

.full-width-media.bg-image.layout-pb-sm {
  margin-bottom: calc(25 * var(--rem));
}

.full-width-media.bg-image.layout-pt-lg {
  margin-top: calc(65 * var(--rem));
}

.full-width-media.bg-image.layout-pt-md {
  margin-top: calc(45 * var(--rem));
}

.full-width-media.bg-image.layout-pt-sm {
  margin-top: calc(25 * var(--rem));
}

.full-width-media.bg-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}

.full-width-media .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  will-change: transform;
  transform: translateY(0);
  background-position: center;
  transition: transform 0.1s linear;
}

.full-width-media .full-width-media-body {
  position: relative;
  z-index: 2;
  color: white;
  max-width: calc(1280 * var(--rem));
  padding: calc(20 * var(--rem)) calc(36 * var(--rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.full-width-media .full-width-media-body .full-width-media-wrap {
  max-width: 624px;
}

.full-width-media .full-width-media-body .full-width-media-btns {
  margin-top: 40px;
}

.full-width-media-title {
  color: white;
}

.content-gallery-section .content-gallery-item {
  display: flex;
  width: 100%;
}

@media (max-width: 1023px) {
  .content-gallery-section .content-gallery-item {
    flex-direction: column;
  }
}

.content-gallery-section .content-gallery-item .content-gallery-images {
  width: 32%;
  flex: 0 1 32%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023px) {
  .content-gallery-section .content-gallery-item .content-gallery-images {
    width: 100%;
    flex: 0 1 100%;
  }
}

@media (max-width: 1280px) {
  .content-gallery-section .content-gallery-item .content-gallery-images .swiper-slide {
    max-height: 75vh;
  }
}

@media (max-width: 1023px) {
  .content-gallery-section .content-gallery-item .content-gallery-images .swiper-slide {
    max-height: 333px;
  }
}

.content-gallery-section .content-gallery-item .content-gallery-images .swiper-slide:after {
  content: '';
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.49) 15%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-gallery-section .content-gallery-item .content-gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-gallery-section .content-gallery-item .content-gallery-content {
  width: 68%;
  flex: 0 1 68%;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .content-gallery-section .content-gallery-item .content-gallery-content {
    width: 100%;
    flex: 0 1 100%;
  }
}

.content-gallery-section .content-gallery-item .content-gallery-content-txt {
  padding-left: var(--banner-deco);
}

@media (max-width: 1280px) {
  .content-gallery-section .content-gallery-item .content-gallery-content-txt {
    padding-left: calc(var(--banner-deco) / 2);
  }
}

@media (max-width: 1023px) {
  .content-gallery-section .content-gallery-item .content-gallery-content-txt {
    padding-left: 0;
  }
}

.content-gallery-section .content-gallery-item .content-gallery-images {
  line-height: 0;
}

.content-gallery-section .content-gallery-item .content-gallery-content {
  padding: 20px var(--banner-deco) 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1280px) {
  .content-gallery-section .content-gallery-item .content-gallery-content {
    padding: 40px 20px;
  }
}

.content-gallery-section .content-gallery-item .content-gallery-content .content-gallery-btns {
  text-align: left;
  width: 100%;
  padding-top: calc(20 * var(--rem));
}

.content-gallery-section .content-gallery-item .swiper-pagination-bullet-active {
  border: 1px solid white;
}

.content-gallery-section .content-gallery-item .swiper-pagination-bullet-active:after {
  background-color: white !important;
}

.content-gallery-section .content-gallery-item .swiper-pagination-bullet:after {
  background-color: white !important;
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
  position: relative;
  margin-top: 120px;
  text-align: center;
}

@media (max-width: 1023px) {
  .news-section {
    padding-bottom: 6rem;
  }
}

.news-section .container {
  padding-top: 0;
}

@media (max-width: 575.98px) {
  .news-section .sec-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .news-section .sec-title .sub-title {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .news-section .sec-title h2 {
    font-size: 29px;
  }
}


.news-block {
  position: relative;
  margin-bottom: 30px;
}

.blog .news-block {
  margin-bottom: 60px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .inner-box:hover .image-box .date {
  bottom: 40px;
}

.news-block .inner-box .image-box {
  position: relative;
}

.news-block .inner-box .image-box .image {
  overflow: hidden;
  max-height: 580px;
}

.news-block .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 50vh;
  width: auto;
  object-fit: cover;
}

.news-block .inner-box .image-box .date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  height: 85px;
  width: 45px;
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  display: inline-block;
  text-align: center;
  padding-top: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-block .inner-box .image-box .date small {
  font-size: 24px;
  margin-top: -4px;
  display: inline-block;
}

.news-block .inner-box .content-box {
  position: absolute;
  background-color: #fff;
  padding: 21px 0px 21px 30px;
  margin-left: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: -58px;
  width: calc(100% - 60px);
}

@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    padding: 21px 0px 21px 20px;
  }
}

.news-block .inner-box .content-box .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

.news-block .inner-box .content-box .post-info li {
  position: relative;
  font-size: 12px;
  color: #666666;
  margin-right: 17px;
}

.news-block .inner-box .content-box .post-info li:last-child {
  margin-right: 0;
}

.news-block .inner-box .content-box .post-info li i {
  color: var(--theme-color1);
  margin-right: 7px;
}

.news-block .inner-box .content-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 12px;
}

@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title {
    font-size: 22px;
  }
}

.news-block .inner-box .content-box .title:hover a {
  color: var(--theme-color1);
}

.news-block .inner-box .content-box .read-more {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: var(--theme-color-dark);
  background-color: var(--bg-theme-color3);
  padding: 0 20px;
  height: 40px;
  line-height: 40px !important;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--text-font2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
}

.news-block .inner-box .content-box .read-more:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: -1;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.news-block .inner-box .content-box .read-more:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.news-block .inner-box .content-box .read-more i {
  position: relative;
  top: 0px;
  margin-left: 10px;
  line-height: 40px !important;
}

.news-block .inner-box .content-box .read-more:hover {
  color: #fff;
}

.news-block .inner-box .content-box .read-more:hover i {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-secondary,
.wp-core-ui .button-secondary,
body.page .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: var(--border-radius);
  background-color: white;
  color: var(--color-text);
  border: 1px solid var(--color-pb-bg);
  padding: calc(18 * var(--rem)) calc(28 * var(--rem));
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s all;
}

.button-secondary:hover,
.wp-core-ui .button-secondary:hover,
body.page .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  background-color: var(--color-pb-bg);
  color: contrast-color(var(--color-pb-bg));
}

.button-primary+.button-secondary,
.wp-core-ui .button-secondary+.button-primary,
body.page .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))+.button-primary,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))+.button-primary,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))+.button-primary {
  margin-left: 12px;
}

.button-primary,
.wp-core-ui .button-primary {
  font-weight: 600;
  position: relative;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-pb-bg);
  padding: calc(18 * var(--rem)) calc(28 * var(--rem));
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  color: contrast-color(var(--color-pb-bg));
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, padding 0.3s ease;
  display: inline-flex;
  align-items: center;
  background: var(--color-pb-bg);
  justify-content: center;
}

.button-primary .btn-svg,
.wp-core-ui .button-primary .btn-svg {
  display: none;
}

.button-primary:hover,
.wp-core-ui .button-primary:hover {
  background-color: white;
  color: var(--color-text);
}

.button-primary .btn-svg,
.wp-core-ui .button-primary .btn-svg {
  width: calc(47 * var(--rem));
  height: calc(47 * var(--rem));
  will-change: right;
  background-color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  position: absolute;
  right: 3px;
  top: 3px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, background-color 0.25s ease;
}

.features-wrap {
  width: calc(100% - var(--banner-deco) * 2.5);
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1023px) {
  .features-wrap {
    padding: 20px;
    width: 100%;
  }
}

.features-wrap .features-header {
  text-align: center;
}

.features-items {
  margin: calc(40 * var(--rem)) calc(60 * var(--rem));
  padding: 25px 0;


}

@media (max-width: 1023px) {
  .features-items {
    padding: 60px 0;
    margin: 0;
  }
}

.features-items.swiper-initialized .features-icon {
  text-align: center;
  font-weight: 700;
}

.features-icon.swiper-slide:after {
  content: '';
  background: var(--color-secondary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: -20px;
  right: calc(50% - 50px);
  position: absolute;
  z-index: -1;
}

.features-body {
  position: relative;
}

.features-items.swiper-initialized .features-icon img {
  width: 65px;
  height: 65px;
  user-select: none;
}

.features-items.swiper-initialized .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}

@media (max-width: 1023px) {
  .features-body .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 1023px) {
  .features-body .swiper-button-next {
    display: none;
  }
}

.gallery-highlights {
  position: relative;
}

@media (max-width: 1023px) {
  .gallery-highlights {
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .gallery-highlights:before {
    height: 73%;
  }
}

.gallery-highlights .gallery-highlights-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(32 * var(--rem));
  margin: 0 auto calc(50 * var(--rem));
  width: calc(100% - var(--banner-deco) * 4);
}

@media screen and (max-width: 1280px) {
  .gallery-highlights .gallery-highlights-header {
    width: calc(100% - var(--banner-deco) * 3);
  }
}

@media (max-width: 1023px) {
  .gallery-highlights .gallery-highlights-header {
    padding: 20px 20px 0;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
  }
}

.gallery-highlights .gallery-highlights-header .gallery-highlights-btn {
  min-width: 220px;
  text-align: center;
}

.gallery-highlights .gallery-highlights-body {
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .gallery-highlights .gallery-highlights-body {
    padding: 20px 0;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }

  .gallery-highlights .gallery-highlights-body .gallery-highlights-item {
    width: 47%;
    display: inline-block;
  }
}

.gallery-highlights .gallery-highlights-body .gallery-highlights-item-wrap {
  overflow: hidden;
  line-height: 0;
  margin: 0 2px;
}

.gallery-highlights .gallery-highlights-body .gallery-highlights-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 2.8s all;
  transform: scale(1.06);
  line-height: 0;
}

.gallery-highlights .gallery-highlights-body .gallery-highlights-item:hover img {
  transform: scale(1);
}

.gallery-highlights-btn-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .gallery-highlights-btn-mobile {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
}

.gallery-highlights-btn-desktop {
  display: block;
}

@media (max-width: 1023px) {
  .gallery-highlights-btn-desktop {
    display: none;
  }
}

.footer-main {
  background-color: var(--color-footer-bg);
}

.footer-main .footer-menu {
  padding: calc(60 * var(--rem)) 0;
  border-bottom: 1px solid contrast-color(var(--color-footer-bg));
}

.footer-main .footer-logo {
  width: 100%;
  padding: calc(95 * var(--rem)) 20px;
  text-align: center;
  border-bottom: 1px solid contrast-color(var(--color-footer-bg));
}

@media (max-width: 1023px) {
  .footer-main .footer-logo {
    padding: 40px 20px 80px;
    border-bottom: none;
  }
}

.footer-main .footer-logo img {
  width: 100%;
  max-width: 340px;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .footer-main .footer-logo img {
    max-width: 200px;
  }
}

.footer-main .footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-left: 0;
}

@media (max-width: 1023px) {
  .footer-main .footer-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer-main .footer-menu ul li a {
  text-transform: uppercase;
  color: var(--color-footer-txt);
  letter-spacing: 2.8px;
  padding: 20px;
}

@media (max-width: 1023px) {
  .footer-main .footer-menu ul li a {
    padding: 10px;
    display: block;
  }
}

.footer-main .footer-info {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-footer-txt);
  justify-content: center;
  font-style: normal;
  padding-top: calc(60 * var(--rem));
}

.footer-main .footer-info .footer-address {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .footer-main .footer-info .footer-address {
    margin-bottom: 40px;
  }
}

.footer-main .footer-info .footer-copyright {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.footer-main .footer-info .footer-phone,
.footer-main .footer-info .footer-email {
  color: var(--color-footer-txt);
  padding: 2px 15px;
  line-height: 18px;
}

@media (max-width: 1023px) {
  .footer-main .footer-info .footer-phone,
  .footer-main .footer-info .footer-email {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

.footer-main .footer-info .footer-phone a,
.footer-main .footer-info .footer-email a {
  line-height: 18px;
  color: var(--color-footer-txt);
}

.footer-main .footer-info .footer-email {
  border-left: 1px solid contrast-color(var(--color-footer-bg));
}

@media (max-width: 1023px) {
  .footer-main .footer-info .footer-email {
    border: none;
  }
}

.footer-main .footer-socials {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: calc(50 * var(--rem)) 20px;
}

@media (max-width: 1023px) {
  .footer-main .footer-socials {
    margin: 40px 20px 40px;
  }
}

.footer-main .footer-socials .footer-socials-title {
  color: var(--color-footer-txt);
}

.footer-main .footer-socials .footer-socials-body {
  list-style: none;
  padding-left: 0;
  display: flex;
  color: var(--color-footer-txt);
}

.footer-main .footer-socials .footer-socials-body li {
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.footer-main .footer-socials .footer-socials-body a {
  color: var(--color-footer-txt);
  padding: 20px;
}

.footer-main .footer-partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid contrast-color(var(--color-footer-bg));
  padding: calc(40 * var(--rem)) 20px;
}

.footer-main .footer-partner-logos img {
  max-width: 167px;
  height: auto;
  width: auto;
  margin: 0 calc(20 * var(--rem));
  max-height: 120px;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .footer-main .footer-partner-logos img {
    margin: 20px 10px;
    max-width: 120px;
    max-height: 100px;
  }
}

.footer-main .netaffinity-logo {
  width: 100%;
  border-top: 1px solid contrast-color(var(--color-footer-bg));
  background-color: white;
  text-align: center;
  padding: calc(36 * var(--rem)) 36px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .footer-main .netaffinity-logo {
    padding-bottom: 90px;
  }
}

.footer-main .netaffinity-logo a {
  width: 140px;
}

.footer-main .netaffinity-logo a img {
  width: 100%;
}

.rank-math-html-sitemap {
  background: #fff;
  color: #000;
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.rank-math-html-sitemap > div {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.rank-math-html-sitemap ul {
  margin: 0px;
  padding-inline-start: 0;
}

.rank-math-html-sitemap ul li {
  padding: 10px;
  border: 1px solid #ccc;
  border-left: 3px solid var(--color-secondary);
  margin: 10px;
  list-style: none;
}

.rank-math-html-sitemap ul li a {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}

.rank-math-html-sitemap ul ul li {
  border-left: 4px solid var(--color-primary);
}

.rank-math-html-sitemap ul ul li a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}

.rank-math-html-sitemap ul ul li ul li {
  border-left: 4px solid #333;
}

.rank-math-html-sitemap ul ul li ul li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: normal;
  color: #666;
}

/* =========================
   BACKGROUND SWIPER
========================= */

.js-carousel-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.js-carousel-bg .swiper-wrapper,
.js-carousel-bg .swiper-slide {
  height: 100%;
}

.js-carousel-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* optional dark overlay for readability */

.js-carousel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
}

table {
  border-collapse: collapse;
}

td,
th {
  border: 1px solid var(--color-primary);
  padding: 0.5rem 1rem;
  text-align: left;
}

.gform-theme {
  max-width: 1040px;
  padding: 2rem 20px 4rem;
  margin: 0 auto;
}

.gform_title {
  text-align: center;
  margin-bottom: 30px;
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub,
.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
}

.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input:not([type="checkbox"]),
.gform-theme--foundation .gfield select {
  height: 44px !important;
}

/* ------------------------------------------------------------ *\
    Special Offers
\* ------------------------------------------------------------ */

.spec-offers {
  max-width: 1640px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 0 15px;
  margin-top: 40px;
}

.spec-offers .spec-offers-row {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .spec-offers .spec-offers-row {
    margin: 0 auto;
  }
}

.spec-offers .spec-offers-row .spec-offers-a {
  position: relative;
  display: block;
  width: 32%;
  flex: 0 1 32%;
  margin: 15px 0 0;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .spec-offers .spec-offers-row .spec-offers-a {
    max-width: 48%;
    flex: 0 1 48%;
  }
}

@media (max-width: 1023px) {
  .spec-offers .spec-offers-row .spec-offers-a {
    max-width: 100%;
    flex: 0 1 100%;
    margin-bottom: 0;
  }
}

.spec-offers .spec-offers-row .spec-offers-a:focus,
.spec-offers .spec-offers-row .spec-offers-a:hover {
  text-decoration: none;
}

.spec-offers .spec-offers-row .spec-offers-a:hover img {
  transform: scale(1.05);
}

.spec-offers .spec-offers-row .spec-offers-a:hover .spec-offers-text .spec-offers-btn {
  background-color: var(--color-primary);
  color: white;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item {
  height: 100%;
  position: relative;
  display: block;
  padding-bottom: 20px;
  background-color: #fff;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-img {
  overflow: hidden;
  line-height: 0;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-img img {
  width: 100%;
  height: auto;
  transition: 0.2s all;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-text {
  text-align: center;
  padding: 0 20px 5px;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-text h3 {
  padding: 15px 10px 5px;
  margin: 10px 0 0;
  color: var(--color-primary);
  font-family: var(--base-font);
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-text .spec-offers-sub {
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-text .spec-offers-sub p {
  margin-bottom: 0;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-text p {
  padding: 6px;
  line-height: 28px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  margin-top: 0;
  z-index: 1;
  position: relative;
}

.spec-offers .spec-offers-row .spec-offers-a .spec-offers-item .spec-offers-text .spec-offers-btn {
  font-family: var(--heading-font);
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
  color: white;
  background-color: var(--color-primary);
  bottom: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 2px;
  min-width: 180px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}