:root {
  --black: #000000;

  --primary: #009490;

  --secondary: #121417;

  --blue: #009490;

  --orange: #ff6a39;

  --pink: #e03e52;

  --purple: #8a1b61;

  --bs-border-radius: 7px;
}

.bg-primary {
  background-color: var(--primary) !important;
}

@font-face {
  font-family: "Covered By Your Grace";
  src: url("../fonts/CoveredByYourGrace.woff2") format("woff2"),
    url("../fonts/CoveredByYourGrace.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'Josefin Slab';
    src: url('../fonts/JosefinSlab-Thin.woff2') format('woff2'),
        url('../fonts/JosefinSlab-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "Jassime";
  src: url("../fonts/Jassime.woff2") format("woff2"),
    url("../fonts/Jassime.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bg-black {
  background: #000;
}

.bg-grey {
  background: #f6f3ec;
}

.underline {
  color: #000;
  text-decoration: underline;
}

.text-black {
  color: #332c37 !important;
}

.text-blue {
  color: var(--blue);
}

.text-orange {
  color: var(--orange);
}

.text-pink {
  color: var(--pink);
}

.text-purple {
  color: var(--purple);
}
.z-9 {
  z-index: 9;
}
html {
  scroll-behavior: unset;
}

body,
html {
  width: 100%;
  height: 100%;
  color: #0b0a0a;

  font-size: 12.5px;
  line-height: 1.4rem;

  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

main {
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

/* section {
  overflow: hidden;
} */

hr {
  border-top: 1px solid #e2e2e2;
  opacity: 1;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0b0a0a;
}

a:hover {
  color: #000;
}

h1.large {
  font-size: 10rem;
  line-height: 10rem;

  font-weight: 500;
  font-style: normal;
}

strong {
  font-weight: 600;
  font-style: normal;
}

.bold {
  font-weight: 600;
}

h1,
h2,
h3 {
  font-family: "Jassime";
  font-weight: normal;
  font-style: normal;
}

.fonts-basic {
  font-weight: 400;
  font-style: normal;
}

.text-white h2 {
  color: #fff;
}

h2.large {
  font-size: 3.125rem;
  line-height: 3.5rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 3.375rem;
}

h2.small {
  font-size: 3rem;
  line-height: 3.5rem;
}

h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}

h3.small {
  font-size: 1.875rem;
  line-height: 2.125rem;
}

h4 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: normal;
}

h5 {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

h5.small {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 2px;
}

h6 {
  font-family: "Covered By Your Grace";
  font-size: 1.375rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4px;
}

div,
p,
ul li {
  font-size: 1.375rem;
  line-height: 2.125rem;
}

ul li {
  margin-bottom: 5px;
}

p.large {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

/* .btn,
.form-control::placeholder {
  font-size: 1.1rem;
  line-height: 1.25rem;
} */

ul.content {
  padding-left: 20px;
}

ul.content li {
  margin-bottom: 15px;
}

ul.content strong {
  font-weight: 600;
}

figure {
  margin: 0px;
  overflow: hidden;
}

.round {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.img-shadow figure,
.shadow {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}

.btn.active,
.btn.show {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}

.btn-check-label,
.btn-check + .btn:hover {
  padding: 9px 35px 9px 10px;
  border: 1px solid #dedede;
}

.btn-check:checked + .btn {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.check-button {
  position: relative;
}

.btn-check {
  position: absolute;
  clip: unset;
  pointer-events: auto;
  right: 10px;
  top: 12px;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-white p {
  font-weight: 400;
}

.text-white a {
  color: #fff;
}

hr.thick-line {
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.btn-primary,
.btn-transparent,
.btn-reverse {
  font-family: "Jassime";
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: normal;
  padding: 10px 28px;
  color: #fff;
  border-radius: 0px;
  z-index: 1;
  text-decoration: none;

  background: var(--primary);
  border: 1px solid var(--primary);
}

.btn-primary:hover {
  text-decoration: none;
  background: #fff;
  color: var(--primary);
}

.btn-transparent {
  background: transparent;
  border-color: #fff;
}

.btn-transparent:hover {
  background: #fff;
  color: var(--primary);
}

.btn-reverse {
  background: #fff;
  color: var(--primary) !important;
}

.btn-reverse:hover {
  background: var(--primary);
  color: #fff !important;
  border-color: #fff;
}

/* .btn-primary:hover i.fa-arrow-right,
.btn-white:hover i.fa-arrow-right {
  transform: rotate(0deg);
}

.btn-primary i.fa-arrow-right,
.btn-white i.fa-arrow-right {
  transform: rotate(-45deg);
  margin-left: 6px;
}


.btn-white {
  background: #fff;
  color: var(--primary);
}

.btn-white:hover {
  background: #eee;
  color: var(--primary);
}

.btn-secondary {
  background: transparent;
  font-size: 1.25rem;
  line-height: 0.875rem;
  font-weight: 500;
  color: var(--secondary);
  border-radius: 0;
  z-index: 1;
  text-decoration: none;

  padding: 12px 0px;
  border: 0;
  border-bottom: 2px solid var(--primary);
  text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:active {
  background: none !important;
  color: var(--primary) !important;
}


.btn-secondary:hover i.fa-arrow-right {
  transform: rotate(0deg);
}

.btn-secondary i.fa-arrow-right {
  transform: rotate(-45deg);
  margin-left: 6px;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
} */

.input-group .btn {
  border: 0;
}

.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #666;
  z-index: 999;
  display: table;
}

.preLoaderContent {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 1%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 28px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 48px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 46px;
  background-color: var(--primary);
  z-index: 5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 21px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#scroll span {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*----------------- Header -------------------*/

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 10px 0 0px;
}

header.fixedTop {
  animation: smoothScroll 0.5s forwards;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  position: fixed;
  z-index: 99;
}

.fixedTop .navbar-brand img {
  width: 120px;
}

body.fixedTop-padding {
  padding-top: 95px;
}

.navbar-nav a {
  font-size: 1.25rem;
  margin: 0 6px;
  position: relative;
  font-family: "Jassime";
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #fff;
  position: relative;
}

.navbar-nav .nav-link.show::before,
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
  content: "";
  height: 1px;
  background: #fff;
  display: block;
  bottom: 0px;
  position: absolute;
  width: calc(100% - 12px);
  z-index: 3;
}

/*


.navbar-collapse {
  max-height: calc(-82px + 100vh);
} */

.mobile-logo {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 9;
}

.mobile-logo img {
  width: 150px;
}

.navbar-nav a.logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
}

.logo img {
  width: 100%;
}

.left-menu,
.right-menu {
  display: flex;
  align-items: center;
}

.mainMenu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}

header.fixedTop .navbar-nav a.logo img {
  width: 80%;
}

header.fixedTop .mainMenu {
  min-height: 70px;
}

.banner-slider figure {
  height: 100vh;
  background: #000;
}

.banner-slider figure img {
  opacity: 0.4;
}

.banner-slider aside {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 40px 0;
  color: #fff;
  background: #000000;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0.45) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0.45) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0.45) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

/*  */
/* Zoom-out effect for banner image */
.banner-slider figure img {
  opacity: 0.4;
  transform: scale(1.2); /* start zoomed in */
  animation: zoomOut 4s ease forwards;
  height: 100%;
}

/* Keyframes for zoom-out */
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1); /* normal size */
  }
}

/* Text initially hidden */
.home-banner-content {
  opacity: 0;
  transform: translateY(80px);
  padding-top: 100px;
  margin-top: 50px;
  animation: textFadeIn 1.5s ease forwards;
  animation-delay: 4s; /* waits until zoom finishes */
}

/* Keyframes for text fade-in */
@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */
.icon {
  position: relative;
}

.icon i {
  position: absolute;
  right: 22px;
  top: 13px;
  color: var(--primary);
}

.scroll-down {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Covered By Your Grace";
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: 40px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  z-index: 9;
  margin-left: -30px;
  font-size: 1.25rem;
  line-height: 1.25rem;

  /* Add bounce */
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 2s infinite;
}
.scroll-down:hover {
  color: #fff !important;
}
.scroll-down img {
  width: 22px;
  margin: 18px auto 12px auto;
  display: block;
}

/* Keyframes for bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-35px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-35px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.slick-prev,
.slick-next {
  margin-top: -5px;
}

.slick-prev::before,
.slick-next::before {
  font-size: 2.2rem;
  color: #fff;
}

.slick-prev {
  left: 30px;
  z-index: 2;
}

.slick-next {
  right: 30px;
  z-index: 2;
}
.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #fff;
}

.breadCrumbs {
  padding: 5px 0;
  text-transform: uppercase;
}

.breadCrumbs ul {
  padding: 0;
  font-size: 1.125rem;
  color: #666;
}

.breadCrumbs li {
  position: relative;
  padding-right: 1em;
  font-size: 1.125rem;
}

.breadCrumbs li:not(:last-child):after {
  content: "\f105";
  position: absolute;
  right: -2px;
  top: 0px;
  font-family: "font awesome 5 free", fontawesome;
  text-transform: none;
}

.breadCrumbs li a {
  text-decoration: none;
  color: #666;
  font-size: 1.125rem;
}

.breadCrumbs li:last-child {
  font-weight: 500;
  color: var(--primary);
}

.highlight {
  background: #e9e9e9;
  padding: 5px 10px;
  border-radius: var(--bs-border-radius);
  display: inline-block;
  margin-bottom: 10px;
}

.pagination .page-link {
  color: var(--primary);
  padding: 10px 14px;
}

.pagination .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  font-weight: 500;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.about-section {
  position: relative;
}

.about-section .pattern {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
  width: auto;
}

.offer-slider .slick-list {
  overflow: visible;
}

.offer-slider .slick-track {
  display: flex;
  gap: 30px;
  margin: 0 -30px;
}

.offer-item {
  display: block;
  overflow: hidden;
  position: relative;
}

.offer-item figure {
  background: #000;
}

.offer-item figure img {
  opacity: 0.6;
}

.offer-item figcaption {
  position: absolute;
  inset: 0;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: #fff;
}

.offer-item figcaption p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

  height: 0;
}

.offer-item:hover figcaption {
  background: rgba(0, 148, 144, 0.8);
}

.offer-item:hover figcaption p {
  height: 300px;
}

.slick-dots li.slick-active button::before {
  background: var(--primary);
}

.plus::after {
  content: "+";
  font-weight: 500;
  margin-left: 4px;
}

.text-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.icon-rounded {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.shadow {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
}

.btn-info {
  border: 1px solid #ccc;
  background: transparent;
  padding: 10px 15px;
}

.btn-info:hover {
  background: transparent;
  border: 1px solid var(--primary);
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  padding-left: 4px;
  font-size: 1.1rem;
}

.select2-results__option,
.select2-selection__rendered li {
  font-size: 1.1rem;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #dedede;
  padding-bottom: 0;
  border-radius: var(--bs-border-radius);
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 30px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
}

.form-control,
.form-select {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  min-height: 40px;
}

.form-check-input {
  border: 1px solid #dedede;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #cbcbcb;
  width: 1.1em;
  height: 1.1em;
}

.form-control::placeholder,
.form-select {
  color: var(--bs-secondary-color);
  opacity: 1;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

label {
  font-weight: 600;
  margin-bottom: 3px;
}

.ui-widget.ui-widget-content {
  border: 0;
  border-radius: var(--bs-border-radius);
  padding: 4px 4px;
  width: 250px;
  border: 1px solid #ddd;
  z-index: 4 !important;
}

.mid-img-panel,
.video-panel {
  position: relative;
}

.mid-img-panel figcaption,
.video-panel figcaption {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}

.video-panel figure {
  background-color: #000;
}

.video-panel figure img {
  opacity: 0.7;
  aspect-ratio: 8/3;
  object-fit: cover;
}

/*------------ footer --------------*/

.footer-bg {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-position: top center;
  border-bottom: 6px solid var(--primary);
}

footer,
footer a,
footer p {
  color: #fff;
  text-decoration: none;
  font-family: "Jassime";
}

footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.social-media {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.social-media a:hover i {
  transform: scale(1.1);
  color: var(--secondary);
}

.bg-shadow {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

/*----cookie---*/

#gdpr {
  padding: 20px;
  background: #161616;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#gdpr p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

#gdpr_btn:hover {
  color: var(--primary);
}

#gdpr p a {
  color: #fff;
}

.zoom img,
.zoom:hover img,
.btn-primary,
.btn-primary:hover,
.menu-item figure img,
.menu-item figure::after,
.offer-item figcaption,
.offer-item figcaption p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* new */
hr:not([size]) {
  height: 1px;
}

.featurette-divider {
  margin: 2rem 0;
}

.circle-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  cursor: default;
}

/* Decorative border background */
.circle-hover {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  /*background: url("../images/decor-bg.png") center/cover no-repeat;*/
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: default;
}

/* Inner translucent white circle */
.inner-circle {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

/* Icon */
.icon-img {
  padding: 20px;
  color: #d9534f;
  cursor: default;
}

/* Hover Effects */
.circle-wrapper:hover .circle-img {
  opacity: 1;
}

.circle-wrapper:hover .circle-hover {
  opacity: 1;
}

.video-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-item figure {
  margin: 0;
  position: relative;
}

.video-item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* Hide text + play icon initially */
.video-item figcaption h3,
.video-item figcaption p,
.video-item figcaption .btn,
.video-item figcaption .play-icon {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

/* Show them on hover */
.video-item:hover figcaption h3,
.video-item:hover figcaption p,
.video-item:hover figcaption .btn,
.video-item:hover figcaption .play-icon {
  opacity: 1;
  transform: translateY(0);
}

/* Overlay background */
.video-item figcaption {
  position: absolute;
  inset: 0;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 148, 144, 0);
  transition: background 0.5s ease;
  border-radius: 15px;
}

.video-item:hover figcaption {
  background: rgba(0, 148, 144, 0.8);
}

/* Play icon style */
.video-item .play-icon {
  font-size: 50px;
  margin-bottom: 20px;
}

/* Location */

.map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  height: 380px;
  /* keep consistent height */
  /* box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1); */
}

.map-wrapper iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Fade effect */
.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* adjust height of fade */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  /* make overlay not block clicks on map */
}

#email::placeholder {
  font-size: 12px;
}

/* gallery css */
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider .about figure {
  height: unset;
  background: #000;
}

.banner-slider .about aside {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: end;
  padding: 40px 0;
  color: #fff;

  background: #000000;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0.45) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0.45) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0) 79%,
    rgba(0, 0, 0, 0.45) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.about-section .pattern-2 {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: -1;
  width: auto;
}

/* leadership card */

/*.leadership-card {*/
/*  background: url("../images/leadership-bg.png") center center / cover no-repeat;*/
/*  position: relative;*/
/*  color: white;*/
/*  text-align: center;*/
/*  border: none;*/
/*}*/

/* chef section */
.quote {
  font-size: 5rem;
  color: #ccc;
  position: absolute;
  font-family: "Covered By Your Grace";
  z-index: 0;
}

.quote-open {
  top: -20px;
  left: -10px;
}

.quote-close {
  bottom: -20px;
  right: -10px;
}

.chef-section {
  background-color: #009688;
  /* teal shade */
  color: white;
  position: relative;
  padding: 60px 0 0 0;
  overflow: hidden;
}

.chef-quote {
  font-size: 1.2rem;
  line-height: 1.9;
  position: relative;
  max-width: 85%;
}

.chef-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
}

.chef-title {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.9;
}

.chef-img {
  max-width: 100%;
  height: auto;
}

.meet-text {
  font-family: "Covered By Your Grace";
  position: absolute;
  right: 0%;
  top: 0%;
  font-size: 4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  transform: rotate(-10deg);
  letter-spacing: 20px;
  line-height: 1.4;
  text-align: left;
}

.fa-quote-left,
.fa-quote-right {
  position: absolute;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.25);
}

.fa-quote-left {
  top: -50px;
  left: -100px;
}

.fa-quote-right {
  bottom: 0px;
  right: 0px;
}
.card-history {
  min-height: 280px;
  padding: 15px;
  transition: all 0.3s;
  border: none;
}
.card-history:hover {
  transform: scale(1.1);
}

/* privacy and terms */
/* .container-box {
  padding: 0 30px;
  max-width: 1394px;
  margin: 0 auto;
  width: 100%;
}
.page-content {
  max-width: 850px;
}
.m-auto {
  margin: auto !important;
} */

footer div,
footer p,
footer ul li {
  font-size: 1.25rem !important;
  line-height: 2.125rem !important;
}
.copy {
  font-size: 1.1rem !important;
}
.carousel-caption {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel-caption p {
  color: var(--secondary);
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c6c6c6;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: var(--orange);
  opacity: 1;
  transform: scale(1.2);
}

/* Optional: move indicators a bit higher if they overlap content */
.carousel-indicators {
  bottom: -50px;
}
/* Make the carousel and images taller */

#carouselExampleCaptions {
  height: 380px;
}

#carouselExampleCaptions .carousel-item img {
  height: 380px;
  object-fit: cover;
}
.menu-section {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  background-image: url("../images/bg-menu.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-slider .slick-slide {
  padding: 0 15px; /* spacing between slides */
}

.menu-slider .menu-item {
  /* border-radius: 10px;   */
  overflow: hidden;
  cursor: grab;
}
.slick-prev {
  left: -20px;
  z-index: 2;
}
.slick-next {
  right: -20px;
  z-index: 2;
}
.menu-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.menu-item figure::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 15px;
  right: 15px;
  left: 15px;
  /* border: 1px solid #fff; */
  display: block;
  opacity: 0;
  z-index: 2;
}

.menu-item:hover figure::after {
  opacity: 0.8;
  top: 15px;
}

.menu-item:hover figure img {
  transform: scale(1.1);
}

.menu-item figcaption {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 1;
  justify-content: center;
  align-items: end;
  padding: 20px;

  font-family: "Covered By Your Grace";
  color: var(--orange);
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 4px;

  background: #000000;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.81) 0%,
    rgba(0, 0, 0, 0.34) 41%,
    rgba(0, 0, 0, 0) 76%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.81) 0%,
    rgba(0, 0, 0, 0.34) 41%,
    rgba(0, 0, 0, 0) 76%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.81) 0%,
    rgba(0, 0, 0, 0.34) 41%,
    rgba(0, 0, 0, 0) 76%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.menu-item:hover figcaption {
  color: #fff;
  font-size: 2.25rem;
}
.menu-item figcaption {
  transition: font-size 0.3s ease, color 0.3s ease;
}

/* Smoke video overlay */
.smoke-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  /* adjust opacity for subtle smoke */
  z-index: 1;
  pointer-events: none;
}

/* Keep your content above video */
.menu-section .container-xxl {
  position: relative;
  /* z-index: 1; */
}

.modal-backdrop {
  z-index: 9998 !important;
}

.modal {
  z-index: 9999 !important;
}
.slick-slider {
  z-index: 9;
}
