body {
  background: #212121;
  color: #404040;
  height: fit-content;
}

input {
  position: absolute;
  display: none
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
}

@media (min-width: 767px) and (orientation: landscape) {
  .menu {
    margin-top: 530px;
  }
}
.btn {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.btn {
  background: #ceb979;
  font-size: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

  -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  color: #fff !important;
}

.btn:not(:first-child) {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(.87, -.41, .19, 1.44);
  transition: all 0.6s cubic-bezier(.87, -.41, .19, 1.44);
}

.btn:first-child {
  z-index: 1;
}
.btn:nth-child(2) {
  top: 0px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn:nth-child(3) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.btn:nth-child(4) {
  left: 0px;
  ;
  -webkit-transition-delay: 0.2s;
  ;
  transition-delay: 0.2s
}

.btn:nth-child(5) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.btn:nth-child(6) {
  top: 0px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.btn:nth-child(7) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.btn:nth-child(8) {
  left: 0px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.btn:nth-child(9) {
  top: 0px;
  left: 0px;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

input#toggle:checked~#show-menu .btn:nth-child(2) {
  top: -300px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(3) {
  top: -200px;
  left: 200px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(4) {
  left: 300px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(5) {
  top: 200px;
  left: 200px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(6) {
  top: 300px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(7) {
  top: 200px;
  left: -200px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(8) {
  left: -300px;
  opacity: 1;
}

input#toggle:checked~#show-menu .btn:nth-child(9) {
  top: -200px;
  left: -200px;
  opacity: 1;
}

.menuBtn,
.closeBtn {
  position: absolute;
  transition: all 0.3s ease;
}

.closeBtn {
  transform: translateY(50px);
  opacity: 0;
}

input#toggle:checked~#show-menu .btn .menuBtn {
  transform: translateY(-50px);
  opacity: 0;
}

input#toggle:checked~#show-menu .btn .closeBtn {
  transform: translateY(0px);
  opacity: 1;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

a, a:visited {
  color: #fff !important;
}

.map{
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) and (orientation: landscape) {
  .map {
    margin-top: 1450px;
  }
}

.about {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.about h2 {
    font-weight: normal;
    font-size: 40px;
    position: absolute;
    margin-bottom: 70px;
    margin-left: 120px;
    text-transform: uppercase;
}

.about h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ceb979;;
  bottom: -30px;
  width: 120px;
}
.about h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ceb979;
  bottom: -38px;
  background-color: white;
}

.about p {
  width: 550px;
  margin-top: 150px;
  max-width: 100%;
  line-height: 2.5;
  color: #777;
}

@media (min-width: 767px) and (orientation: landscape) {
  .about {
    margin-top: 930px;
  }
}
.footer {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 145%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.footer h2{
    font-weight: normal;
    position: absolute;
    font-size: 40px;
    margin-bottom: 70px;
    margin-left: 190px;
    text-transform: uppercase;
}

.footer h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ceb979;;
  bottom: -30px;
  width: 120px;
}

.footer h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ceb979;
  bottom: -38px;
  background-color: white;
}

.footer p {
  width: 550px;
  margin-top: 150px;
  max-width: 100%;
  line-height: 2.5;
  color: #777;
}

@media (min-width: 767px) and (orientation: landscape) {
  .footer {
    margin-top: 1830px;
  }
}

.stars{
  position: absolute;
  background-color: #ceb979;
  left: 50%;
  margin-top: 400px;
  transform: translateX(-50%);
  font-size: 25px;
}