.goldC{
  color:rgb(183, 128, 61);
}

.darkGrayC{
  color: rgb(51, 51, 51);
}

.lightGrayC{
  color: rgb(178, 178, 178);
}

.whiteC{
  background-color: #fff;
  border-color: #000;
}
.invert{
  filter: invert(100%);
}






#loading {
  position: fixed;
  width: 1920px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 170px;
  height: 170px;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}








body{
  display: flex;
  max-width: 1920px;
  margin: 0px;
  font-family: "Kanit", sans-serif;
  background-color: rgb(31, 31, 31);
  padding-top: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

a{display: flex;
  align-items: center;}

p{
  font-weight: lighter;
  font-size: 16px;
  margin: 0;
  letter-spacing: 1px;
}
ul{
  padding: 0;
  margin: 0;
  }
h2{
  margin: 0;
  }
h5{margin: 0;}

#logoButton{
  height: 35px;
  display: flex;
  justify-items: center;
  align-content: center;
  cursor: pointer;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 60px;
}

#stackIcon{
  width: 40px;
  height: 40px;
}

#closeIcon{
  width: 40px;
  height: 40px;
}

#mobileLogo{
  width: 160px;
}

.blur {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 11;
  display: none;
}

.blurred {
  filter: blur(5px);
}

#subFooter{
  width: 1920px;
  height: 240px;
  background-color: rgb(51, 51, 51);
  z-index: 1;
}

#mobileSubFooter{
  width: 100%;
  min-height: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(51, 51, 51);
}


#footer{
  display: flex;
  width: 100%;
  min-height: 75px;
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.footerCredit{
  font-size: 12px;
    color: rgb(178, 178, 178);
    display: flex;
}
.linkToMEWorx{
  font-size: 12px;
    color: rgb(178, 178, 178);
    margin-right: 10px;
  text-decoration: none;
  text-indent: 4px;
}

.linkToMEWorx:hover {
  color:#fff;
}

.bar{
  display: flex;
  position: fixed!important;
  background-color: white;
  top: 0;
  justify-content: space-between;
  width: 1920px;
  height: 80px;
  z-index: 10;
  transition: 0.25s ease;
}



.rightNav{
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  float:right;
  position: relative;
  margin-right: 20px;
}

.navBarButtonContainer{
  display: flex;
  margin-right: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.navButtonLanguage{
  height: 80px;
    width: 120px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
/* .navButtonLanguage:hover{
  background-color: darkgray;
} */
.navButton{
  cursor: pointer;
  display: flex;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  min-width: 150px;
  height: 80px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.navButton:hover{
  background-color: darkgray;
}

.navButton {
  transition: background-color 500ms ease;
  &:after {
    transition: right 500ms ease, 
    background-color 500ms ease;
  }   
}

.arrow {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  transform: scaleY(-1);
  transition: 500ms ease;
}

.arrow.up {
  transform: scaleY(1);
  transition: 500ms ease;
}

.languageButtonContainer{
  display: flex;
  margin-right: 50px;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.languageButton{
  font-size: 16px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.activeLanguage {
  color: rgb(183, 128, 61);
}

.vertical{
  border: 0.5px solid rgb(178, 178, 178);
  height: 15px;
}

.switchContainer{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

.stackMenu{
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.openSideBar{
  display: flex;
}

.navBarConvert{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-color: transparent;
  float: right;
}

.closeButtonContainer{
  display: flex;
  width: 205px;
  height: 60px;
  justify-content: flex-end;
  align-items: center;
}

.closeSideBar{
  display: flex;
  color: #fff;
  background-color: white;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  float: right;
  border-radius: 50px;
}
.closeSideBar:hover{
  background-color: darkgray;
}


.moreBarProduct{
  position: fixed;
    z-index: 9;
    width: 1920px;
    background-color: transparent;
    transition: 500ms ease;
}

.moreBar{
  position: fixed;
    z-index: 9;
    width: 1920px;
    background-color: transparent;
    transition: 500ms ease;
}
.rightMoreBar{
  display: flex;
    justify-content: flex-end;
}
.moreBarContainer{
  display: flex;
  width: 0px;
  flex-direction: column;
  margin-right: 722px;
}
.moreBarContainerLanguage{
  display: flex;
  width: 0px;
  flex-direction: column;
  margin-right: 271px;
}
.moreBarHorizontal{
  border: 0.5px solid #000;
  width: 148px;
}
.moreBarLanguageHorizontal{
  border: 0.5px solid #000;
  width: 118px;
}
.moreBarButton{
  width: 150px;
  height: 50px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  text-indent: 20px;
}
.moreBarButton:hover{
  background-color: darkgray;
  transition: 500ms ease;
}

.languageButtonContainer{
  display: flex;
  margin-right: 60px;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.morelanguageButton{
  width: 120px;
  height: 50px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-indent: 20px;
}
.morelanguageButton:hover {
  background-color: darkgray;
}

.activeLanguage {
  color:rgb(13, 81, 160);
}



.subFooterContainer{
  display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.subFooterLogo{
  width: 160px;
  filter: brightness(500%);
  margin-top: 18px;
  margin-bottom: 28px;
}
.subFooterCol{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  /* margin-left: auto;
  margin-right: auto; */
}

.textTitleSubFooter{
  margin-top: 18px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.subFooterText{
  font-size: 14px;
  min-width: 200px;
  max-width: 200px;
  color: rgb(178, 178, 178);
}

.subFooterLink{
  font-size: 14px;
    width: 174px;
    /* min-width: 140px; */
    /* max-width: 180px; */
    color: rgb(178, 178, 178);
    text-decoration: none;
    margin-bottom: 5px;
}
.subFooterLink:hover{
  color: #fff;
}

/* mobileSubFooter */
.mobileSubFooterContainer{
  display: flex;
  flex-direction: column;
  
}
.mobileSubFooterLogo{
  display: flex;
  width: 160px;
  filter: brightness(500%);
  padding-top: 10px;
  padding-bottom: 10px;
  
}
.mobileSubFooterCol{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
  margin-left: 5%;
  margin-right: 5%;
}

.mobileSubFooterHead{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  cursor: pointer;
}
.mobileSubFooterButtonContainer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mobileSubFooterButton{
  position: absolute;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
}
.mobileSubFooterPlus{
  display: flex;
  width: 10px;
  height: 10px;
  filter: invert(100%)
}
.moreButtonV{
  display: flex;
  border: 0.5px solid white;
  width: 10px;
}
.moreButtonH{
  display: flex;
  position: absolute;
  border: 0.5px solid white;
  height: 10px;
  transition: height 0.3s
}

.mobiletextTitleSubFooter{
  font-weight: lighter;
  display: flex;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.mobileSubFooterText{
  font-size: 14px;
  min-width: 250px;
  max-width: 250px;
  color: rgb(178, 178, 178);
}

.mobileSubFooterLink{
  font-size: 14px;
  color: rgb(178, 178, 178);
  text-decoration: none;
  margin-bottom: 2px;
}
.mobileSubFooterLink:hover{
  color: #fff;
}

/* footer */
.footerContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.footerTextContainer{
  display: flex;
}

.footerContactContainer{
  display: flex;
}

.footerText{
  font-size: 12px;
  color: rgb(178, 178, 178);
  margin-right: 10px;
}

.contactIcon{
  width: 25px;
  height: 25px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contactIcon:Hover{
  filter: brightness(300%);
}

.backtotop{
  position: fixed;
  padding: 0;
  right: 30px;
  bottom: 80px;
  background-color: transparent;
  z-index: 15;
}

.backtotopButton{
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: 0.25s;
  border-radius: 35px;
  background-color: rgb(51, 51, 51);
  padding: 2px;
  /* border: #fff 1px solid; */
}
.backtotopButton:hover{
  transform: scale(1.1);
  background-color: rgb(178, 178, 178);
  transition: 0.25s;
}

.mobileBar{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.mobileBarButton{
  cursor: pointer;
  display: flex;
  color: #fff;
  background-color: rgb(183, 128, 61);
  font-size: 18px;
  text-decoration: none;
  text-indent: 40px;
  width: 230px;
  height: 75px;
  align-items: center;
  justify-content: space-between;
}

.mobileBarButton:hover{
  background-color: black;
}

.mobileLanguageButtonContainer{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 230px;
  height: 75px;
  justify-content: flex-start;
  background-color: rgb(183, 128, 61);
}

.mobileHorizontal {
  border: 0.5px solid white;
  width: 228px;
}

.mobileVertical {
  border: 0.5px solid white;
  height: 15px;
}

.mobileLanguageButton{
  font-size: 20px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.mobileActiveLanguage {
  color: #fff;
  opacity: 1;
}

.mobileLogoContainer{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 230px;
  height: 75px;
  justify-content: center;
  background-color: white;
}

.mobileMoreBarButton{
  color: rgb(51, 51, 51);
  height: 45px;
  text-decoration: none;
  text-indent: 60px;
  background-color: white;
  transition: 500ms ease;
  cursor: pointer;
}
.mobileMoreBarButton:hover{
  color: #fff;
  background-color: #000;
  transition: 500ms ease;
}

.mobileTextBlockS1{
  position: absolute;
  display: flex;
  color: #fff!important;
  background-color:rgba(0,0,0,0.9);
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 40%;
  object-fit: cover;
  z-index: 1;
  justify-content: center;
}

.mobileTextBlockS1Text{
  display: block;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
}

.mobileTextTitleS1{
  font-size: 36px;
  letter-spacing: 15px;
  margin-top: 40px;
  margin-bottom: 0;
  text-shadow: 0 0 6px #fff;
}

.mobileTextTitleS1Sub{
  font-size: 13px;
  font-weight: 1;
  letter-spacing: 6.5px;
  margin: 0px;
  text-shadow: 0 0 10px #fff,0 0 40px #fff;
  margin-bottom: 50px;
}

.mobileSlideContainer{
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: flex;
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
}


/* switch */
/* background off */
label {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 48px;
  border: #000 solid 2px;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border-radius: 16px;
}

label:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  background-color: rgb(183, 128, 61);
  box-shadow: 1px 0px 0px rgba(0,0,0,0.5);
  transition: right 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
}

/* Styles when the input is checked */
input:checked + label {
  background: rgb(51, 51, 51);
  border: #000 solid 2px;
}

input:checked + label:after {
  right: 25px;
  background-color: rgb(183, 128, 61);
  box-shadow: -1px 0px 0px rgba(0,0,0,0.1);
}

/* Hide the input visually */
input {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  bottom: 0;
}

/* Smooth transition for label background color */
label {
  transition: background-color 500ms ease;
}



.animate-left{
  position:relative;
  animation:animateleft 0.7s
}@keyframes animateleft{
  from{left:-300px;opacity:0} 
  to{left:0;opacity:1}
}

.animate-right{
  animation:animateright 0.4s
}@keyframes animateright{
  from{right:-300px;opacity:0} 
  to{right:0;opacity:1}
}

.animate-top{
  position:relative;
  animation:animatetop 0.4s
}@keyframes animatetop{
  from{top:-300px;opacity:0} 
  to{top:0;opacity:1}
}

.animate-opacity-long{
  animation:opac 1.5s
}@keyframes opac{
  from{opacity:0} 
  to{opacity:1}
}

.animate-opacity-short{
  animation:opac 1s
}@keyframes opac{
  from{opacity:0} 
  to{opacity:1}
}

.animate-delay{
  animation-delay: 2s;
}

.animate-zoom{
  animation:animatezoom 0.6s
}@keyframes animatezoom{
  from{transform:scale(0)} 
  to{transform:scale(1)}
}


.hiddenLargeSize{
  display: none;
}


@media (min-width:1101px) and (max-width: 1919px) {
  .blur{display: none;}
  #footer{width: 100%;}
  #loading{width: 100%;}
  
  .stackMenu{display: none!important;}
  .mobileTextBlockS1{display: none!important;}
  .mobileSlideContainer{display: none!important;}
  
  #mobileSubFooter{display: none!important;}
  #subFooter{width: 100%;}
  .bar{width: 100%;}
  .moreBar{width: 100%;}


  .mobileBar{display: none;}
}

@media (max-width:1100px){
  #loading{width: 100%;}
  p{font-size: 12px;}
  .hiddenLargeSize{display: block;}

  .navBarButtonContainer{display: none!important;}
  .languageButtonContainer{display: none!important;}

  #subFooter{display: none!important;}
  #mobileHidden{display: none!important;}

  body{
    padding-top: 60px;
  }
  .bar{
    width: 100%;
    height: 60px;
  }
  .arrow{margin-right: 20px;}
  .switchContainer{
    margin-right: 25px;
  }
  .stackMenu{
    height: 60px;
    margin-right: 10px;
  }

  #logoButton{
    height: 30px;
    padding-left: 30px;
  }

  .backtotop{
    bottom: 10px;
  }

  .footerContainer{
    display: flex;
    flex-direction: column-reverse;
  }

  .morelanguageButton{
    width: 100%;
  }

  .navButton{
    cursor: pointer;
  display: flex;
  color: #fff;
  background-color: rgb(183, 128, 61);
  font-size: 18px;
  text-decoration: none;
  text-indent: 40px;
  width: 230px;
  height: 75px;
  align-items: center;
  justify-content: space-between;
  }

  .navButton:hover{
    background-color: black;
  }
}



.dark-mode .bar {
  background-color: black;
  color: #fff;
}

.dark-mode .navBarButton {
  color: white;
}

.dark-mode #logoButton {
  filter: brightness(500%);
}


.dark-mode .navButton{
  color: #fff;
}
.dark-mode .languageButton{
  color: #fff;
}
.dark-mode .invert{
  filter: invert(0);
}

/* hidden for first version */
.hidden {
  display: none;
}
#hidden {
  display:none
}


/* review */
.link-review{
  text-align: center;
  color: coral;
}

.imgsec5Slides{
  width: 100%;
  height: auto;
  display: flex;
}