/* Font */
.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300!important;
    font-style: normal;
  }
  
  .kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .kanit-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .kanit-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .kanit-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .kanit-thin-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .kanit-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .kanit-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .kanit-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .kanit-medium-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .kanit-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .kanit-bold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .kanit-extrabold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .kanit-black-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

body{
  overflow-x: hidden;
}

.above-nav{
    background-color: #45CBAF;
    padding: 15px 0;
    color: white;
}

.above-nav svg{
  margin: 5px;
}
.above-nav a{
  text-decoration: none;
  color: white;
}

.navbar{
    background-color: white!important;
}

.buy-button{
    padding: 8px 50px;
    background-color: #45CBAF;
    color: white;
    border: 0;
}

@media (max-width: 992px) {
   .above-nav{
        display: none;
   }
   .above-nav-line{
        background-color: #45CBAF;
        height: 15px;
        width: 100%;;
   }
}



.page-hero{
    min-height: 70vmin;
    background-color: #F8F8F8;
    display: flex;
    background-size: cover;
    background-position: center;
  }
.page-hero h1{
    font-size: 3.6em;
}
.page-hero h2{
    font-size: 1.7em;
}
.page-hero .highlight{
    color: #45CBAF;
}

.page-hero .hero-buy-button{
    height: 50px;
    width: 230px;
    background-color: #45CBAF;
    color: white;
    border: 0;
    margin-top: 1em;
}
.page-hero iframe{
    min-height: 320px;
    width: 100%;
    height: auto;
}

.page-home-product{
    min-height: 50vmin;
    display: flex;
}

.page-home-product .container{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: .8em;
}
.page-home-product hr{
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  height: 6px;
  color: #45CBAF;
  background-color: #45CBAF;
  opacity: 100%;
}

.page-home-product h2{
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}
.page-home-product h5{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}

.page-home-product img{
  width: 90%;
  height: 235px;
  background-color: #D9D9D9;
  object-fit: contain;
}
.page-home-product a{
  text-decoration: none;
  color: black;
}
.page-home-product a p{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  margin-top: 8px;
  font-size: 1.1em;
}

.page-home-product-1{
  min-height: 50vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f629;
}

.page-home-product-1 img{
  object-fit: contain;
  overflow: hidden;
  width: 90%;
  padding: 2em;
}

.page-home-product-1 h3{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 2em;
}

.page-home-product-1 p{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

span.red{
  color: #FF0000!important;
}

.page-home-product-1 button,.page-home-product-3 button, .page-home-product-4 button{
  font-family: "Kanit", sans-serif;
  width: 180px;
  padding: 10px 0px;
  background-color: #45CBAF;
  color: white;
  border: 0;
  border-radius: 3px;
}

.page-home-product-2{
  font-family: "Kanit", sans-serif;
  min-height: 50vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-home-product-2 h2{
  font-weight: 300;
}
.page-home-product-2 h3{
  font-weight: 300;
}

.page-home-product-2 h5{
  font-weight: 300;
  font-size: 1em;
}
.page-home-product-2 img{
  width: 90%;
  margin: auto;
}

.page-home-product-3{
  font-family: "Kanit", sans-serif;
  min-height: 60vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top : 3em!important;
  padding-bottom: 3em!important;
}

.page-home-product-3 h2{
  font-weight: 300;
}
.page-home-product-3 h3{
  font-weight: 300;
}

.page-home-product-3 h5{
  font-weight: 300;
  font-size: 1em;
}
.page-home-product-3 p{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

.page-home-product-3 .row{
  padding-top: 2em;
  padding-bottom: 2em;
}
.page-home-product-3 iframe{
  min-height: 450px;
  width: 80%;
  max-width: 70%;
  height: auto;
  margin: auto;
  margin-top: 1.5em;
}

.page-home-product-4{
  min-height: 50vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
}

.page-home-product-4 img{
  object-fit: contain;
  overflow: hidden;
  width: 90%;
}

.page-home-product-4 h3{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 2em;
}

.page-home-product-4 p{
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

footer{
  font-family: "Kanit", sans-serif;
  min-height: 40vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer h4{
  border-bottom: solid #45CBAF 4px;
  width: fit-content;
}
footer p{
  font-weight: 300;
}
footer a{
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
footer .col-12{
  display: flex;
  flex-direction: column;
  gap: 1em;
}
footer .col-2{
  gap: 1em
}

footer .social{
  flex-direction: row!important;
  gap: 1.5em
}

@media (max-width: 576px) {
  .page-hero{
    padding-top: 3em!important;
  }
  .page-hero iframe{
    height: 280px!important;
    margin-top: 1em!important;
  }

  .page-home-product-1, .page-home-product-4{
    text-align: center;
    margin-top: 3em;
  }

  .page-home-product-3{
    text-align: center;
    margin-top: 1em;
  }

  .page-home-product-3 iframe{
    height: 280px!important;
  }

  .page-home-product-1 img, .page-home-product-3 img, .page-home-product-4 img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;

  }

  .page-home-product-1 button, .page-home-product-3 button, .page-home-product-4 button{
    margin: auto;
  }

  .page-home-product-2 img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  iframe{
    width: 100%!important;
    margin: 0!important;
    height: auto!important;
    max-width: 100%!important;
    min-height: auto!important;
  }
  h1{
    font-size: 3  em!important;
  }

  footer{
    padding-top: 3em;
  }
  footer .row{
    flex-direction: column;
    gap: 1em;
    padding: 3em;
  }
  footer .row *{
    display: flex;
    flex-direction: column;
  }
  footer .social{
    flex-direction: row!important;
    gap: 1.5em
  }
}