/**
customize

**/

body,h1, h2, h3, h4, h5, h6, nav, .nav, .menu,ul,ol,il, a, button, .button, .btn, .price, ._heading, .wp-block-pullquote blockquote, blockquote, label, legend, span, p {
  font-family: "Sukhumvit", san-serif !important;
  color:#fff;
}

@font-face {
  font-family: 'Sukhumvit';
  font-style: normal;
  font-weight: 400;
  src: local('Sukhumvit-Regular'), local('Sukhumvit-Regular'), url('https://unboxss.com/wp-content/themes/newwy/fonts/SukhumvitSet-Medium.ttf') format('truetype');
}



.logo-page img{
  width:auto;
  height:60px;
  display: block;
  margin: auto;
}
.header-top{
  padding: 20px 0px;
}
.img-button img{
  width:auto;
  height:90px;
}
.img-button a{
  text-decoration: none;
}
@media(max-width:700px){
  .img-button img{
    height:55px;
  }
}
@media(max-width:400px){
  .img-button img{
    height:45px;
  }
}
@media(max-width:320px){
  .img-button img{
    height:40px;
  }
}
.header-bottom{
  padding: 5px 0px;
}
.text-content{
  font-size:20px;
} 
 .text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6{
  font-size:40px;
  font-weight: 600;
  background: linear-gradient(90deg, #FEEF9D 0%, #E3C058 25%, #FEEF9D 50%, #E3C058 75%, #FEEF9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media(max-width:700px){
  .text-content{
    font-size:15px;
  }
  .text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6{
    font-size:25px;
  }
}

.pad-seccontent{
  padding: 10px 0px;
}
.img-banner-pro img{
  width:45%;
  height:auto;
  padding: 3px;
  border-radius: 5px;
  margin: 10px;
}
@media(max-width:700px){
  .img-banner-pro img{
    width:90%;
  }
}
.img-banner-gif img{
  width:100%;
  height:auto;
  background: linear-gradient(90deg, #FEEF9D 0%, #E3C058 25%, #FEEF9D 50%, #E3C058 75%, #FEEF9D 100%);
  padding: 1px;
  border-radius: 5px;
}
@media(min-width:700px){
.pad-banner-gif{
padding: 15px 50px !important;
}
}

.video-centent{
width: 100%;
height:700px;
padding: 15px;
}

@media(max-width:700px){
.video-centent{
  height:auto;
}
}
.hr-content{
width:90%;
background-color:#FD9F34;
padding: 1px;
opacity: 1;
}

.title-sec-pro h1,.title-sec-pro h2,.title-sec-pro h3,.title-sec-pro h4,.title-sec-pro h5,.title-sec-pro h6{
font-size:55px;
font-weight: 900;
color:#FD9F34;
}
.img-product img{
width:100%;
height:auto;
padding-bottom: 20px;
}


.logos {
overflow: hidden;
background: black;
white-space: nowrap;
position: relative;
}



.logos:hover .logos-slide {
animation-play-state: paused;
}

.logos-slide {
display: inline-block;
animation: 20s slide infinite linear;
}

.logos-slide img {
width:auto;
height: 300px;
margin: 0 5px;
}
@media(max-width:700px){
.logos-slide img{
  height:200px;
}
}

.border-slide{
position: relative;
background-color: #fff;
padding:1px;
border-radius: 8px;
}
@keyframes slide {
from {
  transform: translateX(0);
}
to {
  transform: translateX(-100%);
}
}

#sec-footer{
background-color: #FB9F38;
padding-top:3px;
}
.back-foot{
background-color: #330146;
padding: 10px 0px 10px 0px;
}
.img-partner img{
width:50%;
height:auto;
padding: 15px;
display: block;
margin: auto;
}
@media(max-width:700px){
.img-partner img{
  width:90%;
  }
}
.end-foot{
text-align: center;
font-size:15px;
padding: 5px 0px;
color:#FD9F34;
font-weight: 600;
}

.back-end-foot{
background-color: #1B0325;
}
  

  .container__img-holder {
    display: inline-block;
    cursor: pointer;
  }
  
  /* Popup Styling */
  .img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  
  .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  
  .close-btn .bar {
    height: 4px;
    background: #333;
  }
  
  .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  
  .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  
  .opened {
    display: flex;
  }
  
  .opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
  }
  
  @keyframes animatepopup {
  
    to {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  
  }
  
  @media screen and (max-width: 880px) {
  
    .container .container__img-holder:nth-child(3n+1) {
      margin-left: 16px;
    }
  
  }
  .text-content img{
    width:90%;
    height:auto;
    display: block;
    margin: auto;
  }
.img-banner-pro a{
text-decoration:none !important;
}
.text-sec2 p{
color:#FD9F34!important;
}
.text-sec2 {
color:#FD9F34!important;
}