@font-face {
  font-family: Teko;
  src: url("../fonts/Teko.ttf");
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter.ttf");
}

body {
  margin: 0;
  height: 100vh;
}
a {
  text-decoration: none;
  color: white;
}
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Kanit", Sans-serif;
  background-color: #121212;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}

.header-left {
  font-size: 30px;
  font-weight: 800;
}
.header-logo {
  height: 60px;
  width: 60px;
}
.header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6%;
  top: 0;
  background-color: #121212;
  color: white;
  width: 60%;
}

.header-items,
.header-mobile-menu-items {
  list-style-type: none;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.header-mobile-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-mobile-menu-items {
  padding-left: 0;
  gap: 30px;
}

.header-menu-btn {
  background-color: #121212;
  outline: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 26px;
  padding: 0;
  display: none;
}

.header-mobile-menu-items {
  color: white;
}

.header-menu-icon {
  display: none;
}

.header-menu-bar {
  height: 3px;
  width: 100%;
  background-color: white;
  transition: all 100ms ease-in-out;
  color: white;
}

.header-menu-close:nth-of-type(1) {
  transition: all 100ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 28px;
}

.header-menu-close:nth-of-type(2) {
  transition: all 100ms ease-in-out;
  transform-origin: center;
  width: 0;
}

.header-menu-close:nth-of-type(3) {
  transition: all 100ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 28px;
}
.home {
  height: 100%;
  background-color: #121212;
  color: white;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.home-top {
  display: flex;
  gap: 20px;
  align-items: center;
}

.home-top-offerings {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.home-top-offering {
  background-color: white;
  color: #121212;
  padding: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.home-body {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-mid {
  font-size: 90px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.home-mid-emphasis {
  color: #e30b22;
}
.home-mid-break {
  display: none;
}
.home-mid-ul {
  border: 2px solid #e30b22;
  border-radius: 100%;
  padding: 10px;
}
.home-bottom {
  width: 40%;
  align-self: flex-end;
  font-weight: 600;
}

.offerings {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.offerings-title {
  color: #121212;
  font-family: "Teko", Sans-serif;
  font-weight: 800;
  text-align: left;
  font-size: 80px;
  width: 60%;
  line-height: 0.9;
}
.offerings-icon {
  width: 100px;
  height: 100px;
}
.offerings-body {
  width: 60%;
  border-top: 1px solid #d5d8dc;
}

.offerings-item-body > ul {
  list-style-type: none;
}
.offerings-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  /* border-top: 1px solid #d5d8dc; */
  border-bottom: 1px solid #d5d8dc;
  padding-left: 20px;
  padding-right: 20px;
}
.offerings-item-num,
.offerings-item-title {
  color: #121212;
  font-family: "Teko", Sans-serif;
  font-weight: 600;
}

.offerings-item-num {
  font-size: 30px;
}

.offerings-item-title {
  font-size: 36px;
  width: 200px;
  line-height: 0.88em;
}

.offerings-item-body {
  width: 350px;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  line-height: 1.41em;
  font-weight: 400;
  color: #555;
}

.stack {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #121212;
  color: white;
}

.stack-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.stack-text {
  color: white;
  font-family: "Kanit", Sans-serif;
  font-size: 21px;
}

.stack-icons {
  display: flex;
  gap: 40px;
}

.stack-icons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stack-icons-item-text {
  /* color: #555; */
  font-family: "Kanit", Sans-serif;
}

.stack-icon {
  width: 100px;
  height: 100px;
}

.faqs {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 200px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.faqs-left {
  width: 300px;
}

.faqs-right {
  width: 700px;
  border-top: 1px solid #d5d8dc;
}

.faq-title {
  color: #121212;
  font-family: "Teko", Sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.93em;
}

.faq-title-body {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
}

.faq-question-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question {
  margin-left: 0;
  font-family: "Teko", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  gap: 0;
  display: flex;
  padding: 10px 0 10px 0;
}

.faq-answer {
  font-size: 18px;
  font-family: "Kanit", Sans-serif;
  padding: 10px 0 10px 0;
  color: #555;
}

.inactive {
  display: none;
}

.accordion-item {
  text-align: start;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #d5d8dc;
  padding: 0 0 0 0;
  border-radius: 0 0 0 0;
}

footer {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-top: 100px;
  font-size: 18px;
  font-family: "Kanit", Sans-serif;
  color: white;
  background-color: #121212;
  padding-bottom: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-around;
}

.footer-mid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-mid-top,
.footer-mid-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-title {
  font-size: 80px;
  font-weight: 600;
}
.footer-mid-address > div,
.footer-mid-contacts > div {
  cursor: pointer;
}

.footer-mid-contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-right {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.footer-right-title,
.footer-mid-title {
  font-weight: 600;
  font-size: 20px;
}

.footer-bottom {
  align-self: flex-end;
  padding-right: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .header {
    flex-direction: column;
  }

  .header-left {
    font-size: 24px;
  }
  .header-items {
    display: none;
  }
  .header-menu-icon {
    display: block;
  }

  .header-menu-btn {
    display: flex;
  }
  .header-body {
    width: 90%;
  }
  .home {
    height: auto;
    padding-bottom: 50px;
  }
  .home-top-offerings {
    gap: 4px;
  }
  .home-top-offering {
    padding: 0 12px;
    font-size: 12px;
  }
  .home-top {
    padding-top: 20px;
    text-align: left;
    flex-direction: column;
  }

  .home-mid {
    font-size: 40px;
    text-align: center;
  }
  .home-mid-break {
    display: block;
  }
  .home-bottom {
    align-self: center;
  }

  .offerings-title,
  .faq-title {
    font-size: 60px;
  }

  .offerings-item {
    flex-direction: column;
    gap: 20px;
  }

  .offerings,
  .stack,
  .faqs {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .stack-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .faqs {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .faqs-left,
  .faqs-right,
  .offerings-body,
  .offerings-title,
  .stack-body,
  .offerings-item-body,
  .home-body,
  .home-bottom,
  .offerings-item,
  .footer > div {
    width: 90%;
  }

  .footer {
    align-items: center;
    font-size: 16px;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
  }
}
