@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "cwTeXYen", sans-serif;
}

section:not(#hero) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section:not(#hero) .title {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
section:not(#hero) .title img {
  height: 100%;
}

section:not(#hero, #environment, #portfolio) div,
section:not(#hero, #environment, #portfolio) p {
  max-width: 1440px;
}

nav {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 60px;
  background-color: #8eaccd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 100;
}
nav .logo,
nav .hamburger {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
nav .logo img,
nav .hamburger img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}
nav .logo span,
nav .hamburger span {
  all: unset;
  letter-spacing: 5px;
  color: white;
  font-weight: 1000;
}
nav .logo {
  padding: 16px;
}
nav .hamburger {
  padding: 30px;
  z-index: 5;
}
nav .links {
  position: fixed;
  top: 0;
  right: 0;
  width: 70vw;
  height: 100vh;
  background-color: #8eaccd;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  animation: slideInLeft 0.5s ease-in-out;
}
nav .links.right {
  all: unset;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
nav .links.right a {
  all: unset;
  letter-spacing: 4px;
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
  color: white;
}
nav .links.right a:hover {
  color: #2a4a52;
}
nav .links a {
  all: unset;
  margin-top: 32px;
  letter-spacing: 4px;
}
nav .hidden {
  display: none;
}

#hero {
  margin-top: 60px;
  width: 100vw;
}
@media (min-height: 768px) {
  #hero {
    margin-bottom: 50px;
  }
}
#hero .hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#hero .hero-slider img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
#hero .hero-slider .text-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: end;
  color: white;
  font-weight: 800;
}

#about div {
  background-color: #8eaccd;
  height: 100%;
  position: relative;
}
#about div .color-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: white;
  z-index: 1;
}
@media (min-width: 768px) {
  #about div .color-bg {
    width: 65%;
  }
}
#about div .img-box,
#about div .text-box {
  height: 100%;
}
#about div .img-box {
  position: relative;
  padding: 30px;
}
#about div .img-box .bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: white;
  z-index: 1;
}
#about div .img-box img {
  max-width: 350px;
  border-radius: 50%;
  z-index: 2;
}
#about div .text-box {
  padding: 30px;
  background-color: white;
  z-index: 2;
}

#activity {
  padding: 50px 0;
  background-color: #d2e0fb;
  color: white;
}
#activity .top h1 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#activity .top p {
  font-size: 1rem;
}
#activity .bottom {
  border-top: 3px solid white;
  padding: 30px 0;
}
#activity .bottom .item {
  padding: 30px;
  height: 600px;
  position: relative;
}
#activity .bottom .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
#activity .bottom .item .bg .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8eaccd;
  border-radius: 50%;
}
#activity .bottom .item .bg .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #8eaccd;
}
#activity .bottom .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 3;
}
#activity .bottom .item .content .img-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 40px;
}
#activity .bottom .item .content .img-box img {
  max-width: 250px;
}
#activity .bottom .item .content .text-box {
  border-top: 3px solid white;
  padding: 30px 0;
  font-size: 1.2rem;
}

#menu {
  padding: 50px 0;
  background-color: #d2e0fb;
  color: white;
}
#menu .top h1 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#menu .top p {
  font-size: 1rem;
}
#menu .bottom .left .menu-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 3px solid white;
}
#menu .bottom .left .items {
  padding: 30px;
}
#menu .bottom .left .items .item-wrapper {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .bottom .left .items .item-wrapper .item {
  height: 350px;
  background-color: #8eaccd;
  color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu .bottom .left .items .item-wrapper .item .price {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  margin: 20px 0;
}
#menu .bottom .right .menu-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 3px solid white;
}
#menu .bottom .right .items {
  padding: 30px;
}
#menu .bottom .right .items .item {
  height: 200px;
  padding: 20px;
  margin: 10px;
  background-color: #8eaccd;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu .bottom .right .items .item .item-title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 3px solid white;
  margin-bottom: 30px;
  text-align: center;
}

.gallery {
  padding: 50px 0;
  background-color: #d2e0fb;
  color: white;
}
.gallery .top h1 {
  width: 80vw;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  border-bottom: 3px solid white;
  padding-bottom: 10px;
}
.gallery .photos a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 20px;
}
.gallery .photos a img {
  height: 300px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#contact .contact-wrapper {
  position: relative;
}
#contact .contact-wrapper .dec-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #d2e0fb;
  z-index: 0;
}
#contact .contact-wrapper .left {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#contact .contact-wrapper .left .wrapper {
  padding: 20px;
  background-color: #8eaccd;
  border-radius: 30px;
}
#contact .contact-wrapper .left .wrapper a {
  all: unset;
  color: white;
  font-size: 1.5rem;
  font-weight: 1000;
  cursor: pointer;
}
#contact .contact-wrapper .right {
  padding: 50px;
  z-index: 2;
}
#contact .contact-wrapper .right .map {
  border: 1px solid #2a4a52;
}

footer {
  background-color: #8eaccd;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  color: white;
  font-size: 0.6rem;
}
footer a {
  all: unset;
  cursor: pointer;
}

@keyframes slideInLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */