@import url("../font/stylesheet.css");
@import '../font/stylesheet.css';
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: url("../images/kapok_bg.jpg") no-repeat center center;
  background-size: cover;
  color: white;
}

.mobile_ctr {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile,
.square_box {
  display: none;
}

.container {
  display: flex;
  width: 100%;
  padding: 40px;
  position: relative;
}

.text-panel_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-panel_left .text-panel {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(43.2000007629px);
          backdrop-filter: blur(43.2000007629px);
  padding: 32px;
  max-width: 400px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-panel_left .text-panel p {
  font-family: "Dutch801Cyril BT";
  font-weight: normal;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -1.36px;
  vertical-align: middle;
}
.text-panel_left .text_coming_soon {
  font-family: "Dutch801Cyril BT";
  font-weight: normal;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -1.36px;
  vertical-align: middle;
  text-align: center;
}

.contact-vertical {
  position: absolute;
  right: 100px;
  top: 10%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right center;
  font-size: 14px;
  font-family: "Dutch801Cyril BT";
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1.36px;
  text-align: right;
  vertical-align: middle;
}
.contact-vertical a {
  color: white;
  text-decoration: none;
}
.contact-vertical a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  body {
    height: auto;
    min-height: 100vh;
  }
  .container {
    flex-direction: column;
    align-items: center;
    padding-top: 700px;
  }
  .text-panel_left .text_coming_soon {
    color: #000;
  }
  .contact-vertical {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 20px;
    color: #000;
  }
  .contact-vertical a {
    color: #000;
  }
}
@media (max-width: 1024px) {
  body {
    background: none;
    display: block;
  }
  .mobile_ctr {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    display: block;
    height: auto;
  }
  .container {
    padding-top: 0;
    display: block;
    padding: 0;
  }
  .mobile {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .square_box {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .square_box .square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .text-panel_left {
    padding: 0 46px;
  }
  .text-panel_left .text-panel {
    max-width: 100%;
  }
  .contact-vertical span.title {
    display: block;
    margin-bottom: 5px;
  }
  .contact-vertical span.hide {
    display: none;
  }
  .contact-vertical a {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 743px) {
  .text-panel_left {
    padding: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */