@font-face {
  font-family: 'GTZ-light'; /* 1. Name the font */
  src: url('/font/GTZirkon-Light.ttf');
}
@font-face {
  font-family: 'GTZ-bold'; /* 1. Name the font */
  src: url('/font/GTZirkon-Medium.ttf');
}
@font-face {
  font-family: 'GTZ-book'; /* 1. Name the font */
  src: url('/font/GTZirkon-Book.ttf');
}
h1{
  font-size:62px;
  font-family: 'GTZ-bold';
  padding:32px 0px;padding-bottom:12px;font-size:62px;
}
.topmenu{
  padding-top:20px;
  padding-bottom:20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  .languageset{
    display: flex;
    justify-content: space-between;
    align-items: center;
    div{
      font-size: 28px;
      margin:8px;
    }
  }
}
.homebutton{
  display: block;
  width: 52px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/icon/home.svg);
  background-size: cover;
}
.GTZ100{
  font-family: GTZ-light;
}
.GTZ300{
  font-family: GTZ-bold;
}
.GTZ200{
  font-family: GTZ-book;
}
body {
  font-family:
    GTZ-book,
    "PingFang TC",        /* 1. macOS/iOS (Modern Apple Traditional Chinese) */
    "Microsoft JhengHei", /* 2. Windows (Traditional Chinese - English name) */
    "微軟正黑體",         /* 3. Windows (Traditional Chinese - Chinese name) */
    "Apple LiGothic Medium", /* 4. macOS/iOS (Older Apple Traditional Chinese) */
    "BlinkMacSystemFont", /* 5. macOS/iOS System UI fallback */
    "Segoe UI",          /* 6. Windows/English System UI fallback */
    "Arial",              /* 7. Common Western fallback */
    sans-serif;           /* 8. Generic fallback (non-serif, default system font) */
}
#screensaver video{
  position: fixed;
  top:0px;
  left:0px;
}
section {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: gray;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  background: #f0e5c9;
  color:#A18736;
  border-top:24px solid #A18736;
  padding:12px 5%;
}
section.active {
  opacity: 1;
  pointer-events: auto;
}

.languagebutton{
  flex: 0 0 30%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #A18736;
  margin-top: 24px;
  border-radius: 4px;
  font-size: 28px;
}
.towerbutton{
  text-align: center;
  border-radius: 12px;
  width: 100%;
  height: 82px;
  font-size: 36px;
  background-color: #A18736;
  color: #fafafa;
  margin: 42px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#searcharea{
  input{
    width: 100%;
        height: 82px;
        border-radius: 12px 12px 0px 0px;
        background: #f5f5f3;
        border: 0px solid #5fc877 !important;
        padding-left: 12px;
        color: #2c2c2c;
        font-size: 24px;
        font-size: 30px;
        box-sizing: border-box;
        outline: none;
  }
}
#serachhints {
    div {
        background: #f5f5f3;
        height: 82px;
        border-radius: 0px;
        background: #f5f5f3;
        border: 0px solid #5fc877 !important;
        padding-left: 12px;
        color: #2c2c2c;
        font-size: 24px;
        font-size: 30px;
        display: flex;
        align-items: center;
    }
}

#form{
  #cusomterform {
      >div:nth-child(1) {
          margin-top: 18px;
          /* margin-bottom: 38px; */
          label {
              display: block;
              line-height: 32px;
              font-size: 32px;
              text-align: left;
          }
          input {
              display: block;
              width: 100%;
              width: 100%;
              height: 82px;
              border-radius: 6px;
              background: #f5f5f3;
              border: 1px solid #5fc877;
              padding-left: 12px;
              color: #222;
              font-size: 28px;
              box-sizing: border-box;
          }
      }

  }
  #submitbutton {
    flex: 0 0 30%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #A18736;
    margin-top: 24px;
    border-radius: 4px;
    font-size: 28px;
  }
  #addmore {
    text-align: right;
    color: #A18736;
    font-size: 28px;
    padding: 18px 0px;
  }
  .accompanyrow{
    display: flex;
    gap: 12px;
    label {
        display: block;
        line-height: 32px;
        font-size: 24px;
        text-align: left;
    }
    input {
        display: block;
        width: 100%;
        width: 100%;
        height: 82px;
        border-radius: 6px;
        background: #f5f5f3;
        border: 1px solid #5fc877;
        padding-left: 12px;
        color: #fafafa;
        font-size: 20px;
        box-sizing: border-box;
    }
  }
}
.messagecontent{
  margin-top:92px;
  .messagetext{
    font-size:62px;
    line-height: 1.4;
    text-align:center;
  }
  .messageicon{
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
}

.messageicon.calling{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/icon/calling.svg);
    background-size: cover;
}

.messageicon.connected{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/icon/connected.svg);
    background-size: cover;
}

.messageicon.unlock{
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/icon/accepted.svg);
    background-size: cover;
}
