* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
  display: block;
  outline: 0;
  object-fit: contain;
}
img.__center {
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
  outline: 0;
}

::placeholder {
  color: #141414;
}

:root {
  --max-width-page: 2560px;
  --max-width-container-fluid: 1920px;
  --max-width-container: 1198px;
  --gap: 26px;
  --border: 40px;
  --min-width: 340px;
  --main-cl: #234A07;
  --middle-cl: #6F875A;
  --dark-cl: #412202;
  --accent: #B1B3A8;
  --white-cl: #f5f5dc;
  --black-cl: #141414;
  --grey-dark-cl: rgba(255, 255, 255, 0.1);
  --grey-light-cl: rgba(255, 255, 255, 0.2);
  --social-cl: #101010;
  --grey-footer: #252525;
  --fs-h1: 6.6rem;
  --lh-h1: 8rem;
  --ls-h1: -1px;
  --fs-h2: 4.2rem;
  --lh-h2: 5.5rem;
  --ls-h2: 0px;
  --fs-lb: 1.8rem;
  --lh-lb: 2.6rem;
  --ls-lb: 0.9px;
  --fs-txtbtn: 1.6rem;
  --lh-txtbtn: 1.6rem;
  --ls-txtbtn: 1.6px;
  --fs-body1: 1.8rem;
  --lh-body1: 3.2rem;
  --ls-body1: 0px;
  --fs-body2: 1.6rem;
  --lh-body2: 2.6rem;
  --ls-body2: 0px;
  --fs-li: 1.8rem;
  --lh-li: 3.2rem;
  --ls-li: 0px;
  --fs-txtmenu: 1.4rem;
  --lh-txtmenu: 1.6rem;
  --ls-txtmenu: 1.4px;
  --fs-h3: 2.2rem;
  --lf-h3: 3.1rem;
  --fs-txttag: 1.4rem;
  --lh-txttag: 1.8rem;
  --ls-txttag: 0.7px;
  --fs-spec: 2rem;
  --ls-spec: 1px;
  --lh-spec: 2.6rem;
  --fs-yr: 2.8rem;
  --lh-yr: 3rem;
  --ls-yr: 0.28px;
  --fs-faq: 2.8rem;
  --lh-faq: 3rem;
  --ls-faq: 0.28px;
  --fs-navmenu: 3rem;
  --ls-navmenu: 3rem;
  --ls-navmenu: 1.4px;
  --height-header: 100px;
  --height-button: 70px;
  --height-button-header: 56px;
  --pd-section: 120px;
  --duration: 0.4s;
}
@media (max-width: 1199.98px) {
  :root {
    --max-width-container: 1140px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --max-width-container: 960px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --max-width-container: 100%;
    --gap: 16px;
    --fs-h1: 3.6rem;
    --lh-h1: 4.6rem;
    --ls-h1: -1px;
    --fs-h2: 2.8rem;
    --lh-h2: 3.6rem;
    --ls-h2: 0px;
    --fs-txtbtn: 1.6rem;
    --lh-txtbtn: 1.6rem;
    --ls-txtbtn: 1.6px;
    --fs-body1: 1.6rem;
    --lh-body1: 2.6rem;
    --ls-body1: 0px;
    --fs-body2: 1.6rem;
    --lh-body2: 2.6rem;
    --ls-body2: 0px;
    --fs-txtmenu: 3.2rem;
    --lh-txtmenu: 100%;
    --ls-txtmenu: 1.4px;
    --fs-txtmenu-sm: 1.4rem;
    --lh-txtmenu-sm: 1.6rem;
    --ls-txtmenu-sm: 0.24px;
    --fs-yr: 2.8rem;
    --lh-yr: 3rem;
    --ls-yr: 0.25px;
    --fs-faq: 1.8rem;
    --lh-faq: 2.6rem;
    --ls-faq: 0.28px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --max-width-container: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  background: var(--main-cl);
  width: 100%;
  max-width: var(--max-width-page);
  margin: auto;
  scroll-behavior: smooth;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
body.__disable-scroll {
  height: 100vh;
  overflow: hidden;
}
body .container-fluid {
  width: 100%;
  max-width: var(--max-width-container-fluid);
  padding-right: var(--gap);
  padding-left: var(--gap);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
body .container {
  width: 100%;
  max-width: var(--max-width-container);
  padding-right: var(--gap);
  padding-left: var(--gap);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  body .container-fluid,
  body .container {
    padding-right: calc(var(--gap) + 6px);
    padding-left: calc(var(--gap) + 6px);
  }
}
body .main {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
  display: block;
  outline: 0;
  object-fit: contain;
  z-index: 1;
  border-radius: 4%;
}
img.__center {
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
  outline: 0;
}

.textbody {
  color: var(--black-cl);
}
.textbody.__bd1 {
  font-size: var(--fs-body1);
  line-height: var(--lh-body1);
  letter-spacing: var(--ls-body1);
}
.textbody.__bd2 {
  font-size: var(--fs-body2);
  line-height: var(--lh-body2);
  letter-spacing: var(--ls-body2);
}

.btnmain {
  font-size: var(--fs-txtbtn);
  letter-spacing: var(--ls-txtbtn);
  line-height: var(--lh-txtbtn);
  height: var(--height-button);
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: var(--duration);
  cursor: pointer;
  width: max-content;
  background: var(--main-cl);
  color: var(--white-cl);
  border-radius: 80px;
  white-space: nowrap;
}
@media (max-width: 375.98px) {
  .btnmain {
    padding: 0 15px;
    width: 100%;
  }
}
.btnmain:hover {
  background: var(--white-cl);
  color: var(--dark-cl);
}
.btnmain.__grey {
  background: var(--grey-dark-cl);
  color: var(--white-cl);
}
.btnmain.__grey:hover {
  background: var(--white-cl);
  color: var(--dark-cl);
}
.btnmain.__white {
  background: var(--white-cl);
  color: var(--main-cl);
}
@media (max-width: 991.98px) {
  .btnmain.__white {
    width: 80%;
    margin-top: 16px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .btnmain.__white {
    width: 100%;
  }
}
.btnmain.__white:hover {
  background: var(--middle-cl);
  color: var(--white-cl);
}
.btnmain.__btnheader {
  height: var(--height-button-header);
}
.btnmain.__center {
  margin: auto;
}

.tag {
  font-size: var(--fs-txttag);
  letter-spacing: var(--ls-txttag);
  line-height: var(--lh-txttag);
  height: 36px;
  padding: 0 14.36px;
  z-index: 1;
  text-transform: uppercase;
  width: max-content;
  background: var(--main-cl);
  color: var(--white-cl);
  border-radius: 80px;
}

.btnpackage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
}
@media (max-width: 991.98px) {
  .btnpackage {
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .btnpackage {
    justify-content: center;
    flex-direction: row;
  }
  .btnpackage .btnmain {
    width: 30%;
  }
}

.heading {
  color: var(--white-cl);
}
.heading.__h1 {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
}
.heading.__h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}
.heading.__h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  letter-spacing: normal;
}
.heading.__label {
  text-transform: uppercase;
  font-size: var(--fs-lb);
  line-height: var(--lh-lb);
  letter-spacing: var(--ls-lb);
}
.heading.__spec {
  font-size: var(--fs-spec);
  line-height: var(--lh-spec);
  letter-spacing: var(--ls-spec);
  text-transform: uppercase;
}
.heading.__h4 {
  font-size: var(--fs-name);
  letter-spacing: var(--ls-name);
  line-height: var(--lh-name);
}
.heading.__yr {
  font-size: var(--fs-yr);
  line-height: var(--lh-yr);
  letter-spacing: var(--ls-yr);
}

h1 {
  color: var(--white-cl);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
}

h2 {
  color: var(--white-cl);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}

h3 {
  color: var(--black-cl);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  letter-spacing: normal;
}

p {
  color: var(--black-cl);
  font-size: var(--fs-body1);
  line-height: var(--lh-body1);
  display: block;
  letter-spacing: var(--ls-body1);
  text-align: center;
}

.textbox.__align-left p {
  margin-top: 19px;
}
@media (max-width: 575.98px) {
  .textbox.__align-left p {
    margin-top: 16px;
  }
}
.textbox.__textcenter {
  text-align: center;
  max-width: 55%;
  margin: auto;
}
.textbox.__textcenter p {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .textbox.__textcenter {
    max-width: 100%;
  }
  .textbox.__textcenter.__title {
    text-align: left;
  }
}
.textbox.__align-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .textbox.__align-center {
    display: initial;
  }
  .textbox.__align-center .heading.__h2 {
    white-space: initial;
  }
}
.textbox.__align-center .heading.__h2 {
  white-space: nowrap;
}
.textbox.__align-center p {
  max-width: 40%;
}
@media (max-width: 991.98px) {
  .textbox.__align-center p {
    max-width: 100%;
    margin-top: 16px;
  }
}

.icon {
  width: 68px;
  height: 68px;
  background: var(--main-cl);
  position: relative;
  border-radius: 20px;
  flex-shrink: 0;
}
.icon img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.icon.__small {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.paging {
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: max-content;
  align-items: center;
  position: relative;
  gap: 16px;
}
.paging li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-cl);
  font-size: var(--fs-body1);
  line-height: var(--lh-body1);
  letter-spacing: var(--ls-body1);
}
.paging li .number {
  padding: 0 8px;
}
.paging li .number:hover, .paging li .number.__active {
  color: var(--main-cl);
}

.listicons {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  gap: 17px;
  margin-top: 39px;
}
@media (max-width: 575.98px) {
  .listicons {
    margin-top: 16px;
  }
}
.listicons__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 17px;
}

.title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  display: block;
  color: var(--white-cl);
  text-align: center;
  margin-top: 50px;
}

.break {
  height: 9px;
  width: 100vw;
  background-color: var(--white-cl);
  margin: 45px 0p;
}

.photos {
  position: relative;
}
@media (max-width: 991.98px) {
  .photos .textbox .btnmain {
    margin-top: 22px;
    width: 80%;
    margin-top: 16px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .photos .textbox .btnmain {
    width: 100%;
  }
}
.photos__slider {
  margin-top: 33px;
  width: 100%;
  overflow: hidden;
}
.photos__slider .flickity-page-dots {
  margin-top: 40px;
}
.photos__slider .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: var(--white-cl);
  opacity: 0.4;
  padding: 0;
  margin: 5px;
}
.photos__slider .flickity-page-dots .dot.is-selected {
  background-color: var(--white-cl);
  opacity: 1;
}
.photos__slider-item {
  background: var(--dark-blue);
  padding: 65px 50px;
  width: calc(var(--max-width-container) / 2 - var(--gap) / 2 - var(--gap));
  min-width: 335px;
  margin: 0 calc(var(--gap) / 2);
  border-radius: 40px;
  opacity: 0.3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: opacity 1s ease-in-out;
}
.photos__slider-item.is-selected {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .photos__slider-item {
    width: calc(100vw - var(--gap) * 2 - 23px);
    margin: 0 calc(var(--gap) / 2);
  }
  .photos__slider-item p {
    height: auto;
  }
}

.header {
  background: var(--white-cl);
  overflow: visible;
  height: var(--height-header);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  color: var(--white-cl);
}
.header .container {
  font-size: var(--fs-txtmenu);
  line-height: var(--lh-txtmenu);
  letter-spacing: var(--ls-txtmenu);
  text-transform: uppercase;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white-cl);
}
.header .container .header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
}
.header .container .header__menu li:not(:first-child) a {
  color: var(--black-cl);
  transition: var(--duration);
}
.header .container .header__menu li:not(:first-child) a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 0px;
  background: var(--black-cl);
  transform: scale(0);
  transform-origin: right;
  transition: var(--duration) transform;
}
.header .container .header__menu li:not(:first-child) a:hover:after, .header .container .header__menu li:not(:first-child) a.active:after {
  transform: scaleX(1);
  transform-origin: left;
}
.header .container .header__menu-logo {
  width: 150px;
  height: auto;
  margin-right: 37px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .container .header__menu-logo {
    width: 150px;
  }
}
.header .container .header__menu .dropdown {
  position: relative;
  display: inline-block;
  overflow: visible;
  color: var(--black-cl);
  translate: 0% -5%;
}
.header .container .header__menu .dropdown-button {
  background-color: var(--white-cl);
  cursor: pointer;
  text-transform: uppercase;
  font-family: inherit;
  font-size: var(--fs-txtmenu);
  line-height: var(--lh-txtmenu);
  letter-spacing: var(--ls-txtmenu);
  color: var(--black-cl);
}
.header .container .header__menu .dropdown-button i {
  margin-left: 8px;
  overflow: visible;
}
.header .container .header__menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white-cl);
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: visible;
}
.header .container .header__menu .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  overflow: visible;
  transition: var(--duration);
}
.header .container .header__menu .dropdown-content a:hover {
  background-color: var(--accent);
  overflow: visible;
}
.header .container .header__menu .dropdown:hover .dropdown-content {
  display: block;
  overflow: visible;
}
.header .container .header__menu .dropdown:hover .dropdown-button {
  background-color: var(--white-cl);
  color: var(--black-cl);
  overflow: visible;
}
.header .container .header__cta-hamburger {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: var(--white-cl);
}
.header .container .header__cta-hamburger .bars {
  width: 24px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.header .container .header__cta-hamburger .bars span, .header .container .header__cta-hamburger .bars:after, .header .container .header__cta-hamburger .bars:before {
  content: "";
  height: 2.4px;
  width: 100%;
  background: var(--black-cl);
  display: block;
  position: absolute;
  transition: var(--duration);
}
.header .container .header__cta-hamburger .bars span {
  top: 50%;
  transform: translateY(-50%);
  transition: var(--duration);
}
.header .container .header__cta-hamburger .bars:before {
  transform: rotate(0deg) translate(0px, 0px);
}
.header .container .header__cta-hamburger .bars:after {
  bottom: 0;
  transform: rotate(0deg) translate(0px, 0px);
}
.header .container .header__cta-hamburger .bars.active span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
}
.header .container .header__cta-hamburger .bars.active:before {
  transform: rotate(45deg) translate(7px, 6px);
  transition: var(--duration);
}
.header .container .header__cta-hamburger .bars.active:after {
  transition: var(--duration);
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 991.98px) {
  .header .container .header__menu li:not(:first-child),
  .header .container .header__menu .dropdown {
    display: none;
  }
  .header .container .header__cta-hamburger {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .header {
    background: var(--white-cl);
  }
}

.nav {
  z-index: 300;
  top: var(--height-header);
  width: 100%;
  height: calc(100vh - var(--height-header));
  position: fixed;
  left: 0;
  background: var(--main-cl);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav__blurbg {
  z-index: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50%, var(--accent) 0%, var(--main-cl) 60%);
  opacity: 0.6;
}
.nav ul {
  position: absolute;
  z-index: 350;
}
.nav ul li {
  text-align: center;
}
.nav ul li a {
  font-size: var(--fs-navmenu);
  letter-spacing: var(--ls-navmenu);
  line-height: var(--lh-navmenu);
  color: var(--white-cl);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  transition: var(--duration);
}
.nav ul li a.active {
  color: var(--main-cl);
}
.nav ul .btnmain {
  margin-top: 20px;
  padding: 0 77px;
}
.nav.active {
  opacity: 1;
  visibility: visible;
}
.nav .dropdown {
  font-size: var(--fs-navmenu);
  letter-spacing: var(--ls-navmenu);
  line-height: var(--lh-navmenu);
  color: var(--black-cl);
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 0;
  display: grid;
}
.nav .dropdown .dropbtn {
  font-size: inherit;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: var(--white-cl);
  text-transform: uppercase;
}
.nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white-cl);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.nav .dropdown-content a {
  float: none;
  color: var(--black-cl);
  padding: 12px 16px;
  display: block;
  text-align: left;
  transition: var(--duration);
}
.nav .dropdown:hover .dropdown-content {
  display: block;
}

.footer {
  padding: 56px 0 32px 0;
  background: var(--accent);
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__top-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer__top-social a {
  background: var(--social-cl);
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
}
.footer__top-social a img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  position: absolute;
}
.footer__top-logo {
  width: 150px;
  height: auto;
}
.footer__middle {
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  gap: var(--gap);
  padding: 92px 0 125px 0;
}
.footer__middle-menu {
  grid-column: 1/4;
}
.footer__middle-menu .menutitle {
  display: block;
  position: relative;
  color: var(--black-cl);
}
.footer__middle-menu .menutitle::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 31px;
  background: var(--black-cl);
  position: absolute;
}
.footer__middle-menu .menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 58px;
}
.footer__middle-menu .menu__list-left, .footer__middle-menu .menu__list-right {
  display: flex;
  flex-direction: column;
}
.footer__middle-menu .menu__list-left a, .footer__middle-menu .menu__list-right a {
  color: var(--black-cl);
  text-transform: uppercase;
  padding: 9px 0;
  font-size: var(--fs-txtmenu);
  line-height: var(--lh-txtmenu);
  letter-spacing: var(--ls-txtmenu);
  transition: var(--duration);
}
@media (max-width: 767.98px) {
  .footer__middle-menu .menu__list-left a, .footer__middle-menu .menu__list-right a {
    font-size: var(--fs-txtmenu-sm);
    line-height: var(--lh-txtmenu-sm);
    letter-spacing: var(--ls-txtmenu-sm);
  }
}
@media (max-width: 991.98px) {
  .footer__middle {
    display: block;
    padding: 45px 0 59px 0;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.footer__bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  top: 0;
  background: var(--grey-footer);
  position: absolute;
}
.footer__bottom-btnup {
  background: var(--black-cl);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  cursor: pointer;
  bottom: 16px;
  right: clamp(var(--gap) + 5px, (100vw - var(--max-width-container)) / 2 + 18px, 100vw - var(--max-width-container) / 2);
  z-index: 100;
}
.footer__bottom-btnup img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  position: absolute;
}
@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0 57px 0;
  }
  .footer .container .footer__top {
    margin-bottom: 50px;
    display: block;
  }
  .footer .container .footer__top-logo {
    width: 150px;
    height: auto;
    margin-right: 37px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .footer .container .footer__top-logo {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .footer .container .footer__top-social {
    margin-top: 24px;
    justify-content: center;
  }
  .footer .container .footer__top-social a {
    background: var(--social-cl);
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
  }
  .footer .container .footer__top-social a img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    position: absolute;
  }
  .footer .container .footer__bottom {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.homepage {
  overflow-x: hidden;
  min-width: var(--min-width);
}
.homepage .background {
  background: url("../images/bg.JPG");
  background-size: cover;
}
.homepage .background .layer {
  background-color: rgba(35, 74, 7, 0.7);
}
@media (min-width: 992px) {
  .homepage .background .layer .open {
    position: relative;
    max-height: 980px;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    padding: 0% 5%;
    column-gap: 3%;
  }
  .homepage .background .layer .open .open__photos {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .homepage .background .layer .open .open__photos .photos {
    position: absolute;
    width: 100%;
  }
  .homepage .background .layer .open .open__content {
    z-index: 1;
    position: relative;
    display: flex;
  }
  .homepage .background .layer .open .open__content .container {
    text-shadow: 0px 0px 5px var(--main-cl);
  }
  .homepage .background .layer .open .open__content .container h1 {
    position: relative;
    z-index: 1;
    padding-top: 120px;
  }
  .homepage .background .layer .open .open__content .container p {
    max-width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    color: var(--white-cl);
    text-align: left;
  }
  .homepage .background .layer .open .open__content .container .second {
    margin: 10px 0 42px;
    max-width: 750px;
  }
}
@media (max-width: 991.98px) {
  .homepage .background .layer .open {
    padding-top: var(--height-header);
  }
  .homepage .background .layer .open__content h1 {
    max-width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    padding-top: var(--height-header);
  }
  .homepage .background .layer .open__content p {
    max-width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    color: var(--white-cl);
  }
  .homepage .background .layer .open__content .second {
    margin: 10px 0 42px;
  }
  .homepage .background .layer .open__photos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
  }
  .homepage .background .layer .open__photos .photos {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .homepage .background .layer .open h1 {
    max-width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: normal;
  }
}
.homepage .background .layer .logo__top {
  border-radius: 50%;
}

.eventspage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}
.eventspage .main {
  font-family: "Open Sans", sans-serif;
}
.eventspage .main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
}
.eventspage .main .calendar-container {
  background: white;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
}
.eventspage .main .calendar-container .calendar-header {
  background: #005e3c;
  color: white;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.eventspage .main .calendar-container .calendar-header button {
  background: white;
  border: none;
  color: #005e3c;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 8px;
  cursor: pointer;
}
.eventspage .main .calendar-container .calendar-header button.prev {
  left: 10px;
}
.eventspage .main .calendar-container .calendar-header button.next {
  right: 10px;
}
.eventspage .main .calendar-container .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #ccc;
  border-top: none;
}
.eventspage .main .calendar-container .calendar-body .calendar-day,
.eventspage .main .calendar-container .calendar-body .calendar-cell {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}
.eventspage .main .calendar-container .calendar-body .calendar-day {
  background: #005e3c;
  color: white;
  font-weight: bold;
}
.eventspage .main .calendar-container .calendar-body .calendar-cell.has-event {
  background-color: #d1d1d1;
}
.eventspage .main .calendar-container .calendar-body .calendar-cell.today {
  background-color: #005e3c;
  color: white;
}
.eventspage .main .calendar-container .button-group {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 15px;
}
.eventspage .main .calendar-container .button-group button {
  background: #005e3c;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
}
.eventspage .main .calendar-container .button-group button:hover {
  background: #00422c;
}
.eventspage .main .event-list {
  background: white;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 650px;
  height: 355px;
  overflow-y: auto;
}
.eventspage .main .event-list #eventListTitle {
  font-size: 15px;
}
.eventspage .main .event-list .event-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.eventspage .main .event-list .event-item .event-title {
  font-weight: bold;
  color: #004d33;
  text-decoration: underline;
  display: block;
  margin-bottom: 4px;
}
.eventspage .main .event-list .event-item .event-location {
  color: #555;
  font-size: 14px;
  display: block;
}
.eventspage .main .event-list .event-item .event-time {
  font-size: 13px;
  color: #777;
  text-align: right;
}
.eventspage .main .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.eventspage .main .modal .modal-content {
  background: white;
  padding: 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.eventspage .main .modal .modal-content #allEventsContainer {
  width: 100%;
}
.eventspage .main .modal .modal-content h2 {
  margin-top: 0;
  color: #005e3c;
  text-align: center;
}
.eventspage .main .modal .modal-content .close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}
@media (max-width: 767.98px) {
  .eventspage .main .container {
    flex-direction: column;
    align-items: center;
  }
  .eventspage .main .event-list {
    width: 90%;
  }
  .eventspage .main .event-list {
    height: auto;
    max-height: 400px;
  }
}

.reviewspage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}

.reservationspage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}
.reservationspage .reservations_main {
  height: 1600px;
}

.contactpage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}

.address {
  background-color: var(--white-cl);
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 50px 50px auto;
}

.address__title {
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .address__title {
    margin: 50px 50px auto;
    text-align: center;
    justify-content: center;
    font-weight: bold;
  }
}
@media (max-width: 991.98px) {
  .address__title {
    margin: 50px 50px auto;
    text-align: center;
    justify-content: center;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .address__title {
    margin: 50px 50px auto;
    text-align: center;
    justify-content: center;
    font-weight: bold;
  }
}
@media (max-width: 575.98px) {
  .address__title {
    margin: 50px 50px auto;
    text-align: center;
    justify-content: center;
    font-weight: bold;
  }
}
@media (max-width: 375.98px) {
  .address__title {
    margin: 50px 50px auto;
    text-align: center;
    justify-content: center;
    font-weight: bold;
  }
}

.historypage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}
.historypage .history__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
  margin: 50px 30px 50px 30px;
}
@media (max-width: 1199.98px) {
  .historypage .history__grid {
    grid-template-columns: 1fr;
  }
}
.historypage .history_aboutp {
  background-color: var(--white-cl);
  display: flex;
  justify-content: center;
  margin-top: 2%;
  margin-left: 30%;
  margin-right: 25%;
  border-radius: 20px;
}
.historypage h1.history__title {
  padding-top: 70px;
  display: flex;
  justify-content: center;
}
.historypage h1.history__title .historyp {
  font-size: 23px;
}

.boardmemberspage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}
.boardmemberspage .boardmembers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin: 45px 90px;
}
@media (max-width: 991.98px) {
  .boardmemberspage .boardmembers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .boardmemberspage .boardmembers {
    padding: 15px;
    grid-template-columns: 1fr;
  }
}
.boardmemberspage .boardmembers .bm-item {
  border-radius: 40px;
  padding: 20px 30px 32px 30px;
  background: var(--white-cl);
}
.boardmemberspage .boardmembers .bm-item .description {
  margin: 0px 20px;
  border-radius: 40px;
}
.boardmemberspage .boardmembers .bm-item .description .name {
  font-size: 3rem;
  margin: 15px 0px;
  color: var(--black-cl);
  text-align: center;
}
.boardmemberspage .boardmembers .bm-item .description .title {
  font-size: 2rem;
  margin: 15px 0px;
  color: var(--black-cl);
  text-align: center;
}
.boardmemberspage .boardmembers .bm-item img {
  height: 300px;
  margin: 0 auto;
  border-radius: 13%;
}
.boardmemberspage .bm_meets {
  background-color: var(--white-cl);
  display: grid;
  justify-content: center;
  border-radius: 20px;
  margin: 25px 20% 9px 20%;
}
.boardmemberspage .bmpara {
  font-size: 20px;
}
.boardmemberspage .meet_title {
  font-size: 30px;
  margin: 0px 20px;
  color: var(--black-cl);
  text-align: center;
}
.boardmemberspage .bm_meet_info {
  background-color: var(--white-cl);
  display: grid;
  text-align: center;
  border-radius: 20px;
}
.boardmemberspage h2 {
  font-size: 30px;
  margin: 0px 20px;
  color: var(--black-cl);
  text-align: center;
}

.attractionspage {
  overflow-x: hidden;
  min-width: var(--min-width);
  padding-top: var(--height-header);
}
.attractionspage .attractions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  margin: 45px 90px;
}
@media (max-width: 991.98px) {
  .attractionspage .attractions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .attractionspage .attractions {
    padding: 15px;
    grid-template-columns: 1fr;
  }
}
.attractionspage .attractions .at-item {
  border-radius: 40px;
  padding: 20px 30px 32px 30px;
  background: var(--white-cl);
}
.attractionspage .attractions .at-item .description .name {
  font-size: 3rem;
  margin: 15px 0px;
  color: var(--black-cl);
  display: grid;
  text-align: center;
}
.attractionspage .attractions .at-item .description a {
  color: var(--black-cl);
  display: block;
  text-align: center;
  position: relative;
  transition: var(--duration);
}
.attractionspage .attractions .at-item .description a:after {
  content: "";
  display: block;
  text-align: center;
  height: 1px;
  background: var(--black-cl);
  transform: scaleX(0);
  transform-origin: right;
  transition: var(--duration) transform;
  position: absolute;
  bottom: 0;
  left: 30%;
}
.attractionspage .attractions .at-item .description a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  display: flex;
  align-items: center;
  width: 40%;
}
.attractionspage .attractions .at-item .description .title {
  font-size: 2rem;
  margin: 15px 0px;
  color: var(--black-cl);
  text-align: center;
}
.attractionspage .attractions .at-item img {
  height: 300px;
  margin: 0 auto;
  border-radius: 13%;
}

/*# sourceMappingURL=styles.css.map */
