@font-face {
  font-family: "Kanit-ExtraBold";
  src: url(fonts/Kanit/Kanit-ExtraBold.ttf) format("opentype");
}
@font-face {
  font-family: "Kanit-Bold";
  src: url(fonts/Kanit/Kanit-Bold.ttf) format("opentype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(fonts/Roboto-Regular.ttf) format("opentype");
}
body {
  background: #161616;
  margin: 0;
  padding: 0;
}

header {
  background-image: url(imgs/okkvalite.jpg);
  background-size: cover;
  background-position: center;
  height: 32rem;
}
header nav {
  height: 4rem;
  background: #101010;
}
header nav img {
  height: 3rem;
  margin: 0.5rem 6rem 0.5rem;
}
header h1 {
  font-family: "Kanit-ExtraBold";
  color: white;
  text-align: center;
  margin: 0px auto;
  margin-top: 12rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.9rem;
  letter-spacing: 0.153rem;
}
header h1 #del1 {
  font-family: "Kanit-ExtraBold";
  color: #161616;
}

.introtext {
  color: #fff;
  text-align: center;
  font-family: "Kanit-Bold";
  font-size: 1.8rem;
  line-height: 2.25rem;
  letter-spacing: 0.09375rem;
  width: 38rem;
  margin: 0 auto;
  margin-top: 3.9rem;
}

.h2back {
  background: #000;
  border-radius: 1.7rem;
  width: 28rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding: 0.3rem;
}
.h2back h2 {
  font-family: "Kanit-Extrabold";
  font-size: 3rem;
  line-height: 3.9rem;
  letter-spacing: 0.15rem;
  margin: 0;
  padding: 0;
  text-align: center;
  background: linear-gradient(212deg, #718FFF 0%, #C6D2FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  width: 70rem;
}
.services .box {
  background: #1e1e1e;
  border-radius: 3.25rem;
  border: solid #161616 3px;
  flex: 1;
}
.services .box #ljud {
  background-image: url(imgs/ilive4k.jpg);
  background-position: center;
  background-size: 140%;
  margin: 2rem 2.5rem;
  height: 13rem;
  border-radius: 1.5rem;
}
.services .box #ljus {
  background-image: url(imgs/ljus.jpg);
  background-position: center;
  background-size: 140%;
  margin: 2rem 2.5rem;
  height: 13rem;
  border-radius: 1.5rem;
}
.services .box #scen {
  background-image: url(imgs/studio.jpg);
  background-position: center;
  background-size: 140%;
  margin: 2rem 2.5rem;
  height: 13rem;
  border-radius: 1.5rem;
}
.services .box .img h3 {
  color: #fff;
  font-family: "Kanit-Bold";
  text-align: center;
  padding-top: 4rem;
  font-size: 1.875rem;
  line-height: 3.9rem;
  /* 208% */
  letter-spacing: 0.09375rem;
}
.services .box p {
  font-family: "Roboto-Regular";
  margin: 0rem 2.5rem;
  color: #9F9F9F;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.box:hover {
  border: 3px solid #17689B;
  transition: 300ms;
}
.box:hover p {
  color: #fff;
  transition: 300ms;
}

.about {
  border-radius: 5rem;
  background: #1E1E1E;
  padding: 3.5rem 6rem;
  width: 58rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.about .aboutback {
  background: #161616;
  border-radius: 1.75rem;
  padding: 1.5rem;
  display: flex;
  gap: 2rem;
}
.about .aboutback .aboutimg {
  background-image: url(imgs/ilive4k.jpg);
  background-position: center;
  background-size: 200%;
  height: 10rem;
  width: 10rem;
  flex: 1;
  border-radius: 0.5rem;
}
.about .aboutback .text {
  flex: 2;
}
.about .aboutback .text h3 {
  color: #fff;
  font-family: "Kanit-Bold";
  font-size: 1.8rem;
  margin: 0;
}
.about .aboutback .text p {
  color: #eee;
  font-family: "Roboto-Regular";
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.4rem;
}

.contact {
  border-radius: 5rem;
  background: #1E1E1E;
  margin: 0 auto;
  margin-top: 2.5rem;
  padding: 3.5rem 6rem;
  width: 58rem;
}
.contact .contactflex {
  display: flex;
  gap: 1rem;
}
.contact .contactflex .contactback {
  background: #161616;
  border-radius: 1.75rem;
  padding: 1rem;
}
.contact .contactflex .contactback h3 {
  color: #fff;
  font-family: "Kanit-Bold";
  font-size: 1.8rem;
}
.contact .contactflex .contactinfo h3 {
  color: #fff;
  font-family: "Kanit-Bold";
  font-size: 1.8rem;
}
.contact .contactflex .contactinfo #small {
  display: none;
}
.contact .contactflex .contactinfo div {
  border-radius: 1.5rem;
  background: #161616;
  padding: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 2rem;
}
.contact .contactflex .contactinfo div img {
  margin-left: 4rem;
  height: 3rem;
}
.contact .contactflex .contactinfo div p {
  color: #eee;
  font-family: "Kanit-Bold";
  font-size: 1.8rem;
  margin: auto auto auto 0;
}
.contact .contactflex .contactinfo div a {
  color: #eee;
  font-family: "Kanit-Bold";
  font-size: 1.8rem;
  margin: auto auto auto 0;
}

footer {
  margin-top: 3rem;
  background: #000;
}
footer .fotwidth {
  display: flex;
  gap: 10rem;
  max-width: 90rem;
  margin: 0 auto;
}
footer .fotwidth div {
  flex: 1;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
footer .fotwidth div h3 {
  color: #fff;
  font-family: "Kanit-Bold";
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .fotwidth div p {
  color: #fff;
  margin-top: 0.25rem;
  font-family: "Roboto-Regular";
  font-weight: 700;
}
footer .fotwidth .fotleft {
  margin-left: 5rem;
}
footer .fotwidth .fotright h3 {
  margin-bottom: 1rem;
}
footer .fotwidth .fotright .designby {
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2rem;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: auto;
  text-align: end;
}

@media all and (max-width: 1200px) and (min-width: 1000px) {
  .services {
    width: 60rem;
  }
  .services .box #ljud {
    background-size: 190%;
  }
  .about {
    width: 48rem;
  }
  .contact {
    width: 48rem;
  }
}
@media all and (max-width: 1000px) and (min-width: 600px) {
  .services {
    display: block;
    width: 38rem;
  }
  .services .box {
    display: flex;
    gap: 0rem;
  }
  .services .box #ljud {
    background-size: 160%;
  }
  .services .box .img {
    flex: 1;
    margin: 0;
    padding: 0;
    margin-right: 0;
  }
  .services .box .img h3 {
    padding-top: 3rem;
  }
  .services .box p {
    flex: 1;
    margin: 2rem;
    margin-left: 0;
  }
  .about {
    width: 26rem;
  }
  .about .aboutback {
    display: block;
  }
  .about .aboutback .aboutimg {
    width: 23rem;
  }
  .contact {
    width: 26rem;
  }
  .contact .contactflex .contactinfo div img {
    margin-left: 1rem;
  }
  .contact .contactflex .contactinfo div p {
    font-size: 1.6rem;
  }
  footer {
    gap: 4rem;
  }
  footer .fotleft {
    margin-left: 2rem;
  }
}
@media all and (max-width: 600px) {
  .introtext {
    width: 20rem;
    font-size: 1.4rem;
  }
  .h2back {
    width: 20rem;
  }
  .h2back h2 {
    font-size: 2rem;
  }
  .services {
    display: block;
    width: 20rem;
  }
  .services .box {
    margin-bottom: 1rem;
  }
  .services .box #ljud {
    background-size: 160%;
  }
  .services .box #ljus {
    background-size: 160%;
  }
  .services .box #scen {
    background-size: 160%;
  }
  .about {
    width: 20rem;
    padding: 2rem 3rem;
    border-radius: 2rem;
  }
  .about .aboutback {
    display: block;
  }
  .about .aboutback .aboutimg {
    width: 17rem;
  }
  .contact {
    width: 20rem;
    padding: 2rem 3rem;
    border-radius: 2rem;
  }
  .contact .contactflex {
    display: block;
  }
  .contact .contactflex .contactinfo #large {
    display: none;
  }
  .contact .contactflex .contactinfo #small {
    display: flex;
  }
  .contact .contactflex .contactinfo div {
    gap: 1rem;
    padding: 0.3rem;
    border-radius: 1rem;
  }
  .contact .contactflex .contactinfo div img {
    margin: auto;
    margin-left: 0.3rem;
  }
  .contact .contactflex .contactinfo div p {
    font-size: 1.4rem;
  }
  footer .fotwidth {
    display: block;
  }
  footer .fotwidth .fotleft img {
    margin-top: 3rem;
  }
  footer .fotwidth .fotright {
    margin-left: 5rem;
  }
}
@media all and (max-width: 450px) {
  header nav img {
    height: 2rem;
    margin: 1rem 2rem 1rem;
  }
  header h1 {
    margin-top: 8rem;
  }
  .introtext {
    width: 18rem;
  }
  .h2back {
    width: 18rem;
  }
  .services {
    display: block;
    width: 18rem;
  }
  .services .box {
    margin-bottom: 1rem;
  }
  .services .box #ljud {
    background-size: 190%;
  }
  .about {
    width: 16rem;
    padding: 1rem;
  }
  .about .aboutback .aboutimg {
    width: 13rem;
  }
  .contact {
    width: 16rem;
    padding: 1rem;
  }
  .contact .contactflex .contactinfo div a {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */