/* Example Parallax (#1) */
/* smooth gradient fade to the next slide */
.smoothTint {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0.6)), to(#030609));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 80%, #030609);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 80%, #030609);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 80%, #030609);
  }
  
  .parallax .background.parallax-element {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    transition: 0s !important;
  }
  
  /* Example Background 3D rotation (#2) */
  .slide.background3d {
    -webkit-perspective: 100vw;
    perspective: 100vw;
    background: #ffffff;
  }
  
  .slide.background3d .background {
    -webkit-transition: transform, opacity;
    transition: transform, opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.1, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1) !important;
  }
  
  .safari .slide.background3d .background {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.5, 0.1, 1) !important;
    transition-timing-function: cubic-bezier(0, 0.5, 0.1, 1) !important;
  }
  
  .slide.background3d:not(.selected) .background {
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
    opacity: 0.5;
  }
  
  .slide.background3d.selected .background {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  
  /* Slide 29 (#4) */
  /* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-29-31be0c60"] */
  @media (min-width: 768px) {
    .slide[data-cid=slide-29-31be0c60] .iphone-29 {
      margin-top: -228px;
      margin-bottom: -228px;
    }
  }
  @media (max-width: 767px) {
    .slide[data-cid=slide-29-31be0c60] .cell-29 {
      padding-bottom: 35px;
    }
  }
  

  /* Example Multilingual (#1) */
.dropdown.translate {
  padding: 10px 0;
}

.dropdown.translate li {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}

.dropdown.translate li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dropdownTrigger[data-dropdown-id=language] {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
}

[data-current-lang=en] .dropdown.translate li[data-switch-lang=en],
[data-current-lang=th] .dropdown.translate li[data-switch-lang=th] {
  color: #E91556;
  background: transparent;
  cursor: default;
  opacity: 1;
}

.customHover:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.textLogo {
  font-size: 33px;
  letter-spacing: -1px;
  font-weight: 800;
}
.textLogo a {
  position: relative;

}
.textLogo a::before {
  content: 'online';
  position: absolute;
  right: 0;
  top: 0;
  height: 14px;
  width: 30px;
  border-radius: 10%;
  font-size: 9px;
  background-color: rgba(0,172,255,1);
  transform: translate(100%, 0);
  display: flex;
  align-items: center;
  padding: 1px 4px 0;
}

.tn-atom {
  color: transparent;
  background-image: linear-gradient(to right, #457fca 0%, #26a0da  51%, #5691c8  100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  will-change: transform;
  /* font-size: 120px; */
  font-family: 'Circe',Arial,sans-serif;
  line-height: 1;
  font-weight: 700;
  background-position: center center;
  border-color: transparent ;
  border-style: solid ;
 }
