*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} 

@font-face {
    font-family:Mada-Bold;
    src: url('../font/mada/Mada-Bold.ttf');
}

@font-face {
    font-family:Mada-Regular;
    src: url('../font/mada/Mada-Regular.ttf');
}

@font-face {
    font-family:Mada-Medium;
    src: url('../font/mada/Mada-Medium.ttf');
}

@font-face {
    font-family:Mada-Light;
    src: url('../font/mada/Mada-Light.ttf');
}

@font-face {
    font-family:PlusJakartaSans;
    src: url('../font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf');
}

@font-face {
    font-family:Raleway;
    src: url('../font/Raleway/Raleway-VariableFont_wght.ttf');
}

@font-face {
    font-family:NunitoSans;
    src: url('../font/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
  }


.banner-section {
    width: 100%;
    background-color: #FFCD0C;
    padding-top: 60px;
}

.auto-scroll img{cursor: context-menu !important;}

.banner-section h1 {
    color: #FFDC54;
    font-family:NunitoSans;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.95px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.banner-section h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFCD0C;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
}

.banner-section h6 {
    color: #000;
    text-shadow: 0px 3.618px 3.618px rgba(77, 77, 77, 0.25);
    font-family:NunitoSans;
    font-size: 40.704px;
    text-align: center;
    top: -78px;
    position: relative;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.221px;
}

.banner-section h3 {
    color: #060912;
    font-family:NunitoSans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 47.6px */
    letter-spacing: 1.05px;
    margin: 0;
    padding-bottom: 50px;
}

.black-section {
    width: 100%;
    background-color: #1A1A1A;
    padding-top: 75px;
    padding-bottom: 53px;
}

.service-img-set p {
    color: #FFF;
    font-family:Mada-Light;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 28.8px */
letter-spacing: 0.48px;
width: 80%;
}

.service-img-set {
    padding-bottom: 70px;
    position: relative;
}

.service-img-set::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    bottom: 0;
    left: 0;
}

.img-bottom-content {
    color: #FFF;
    font-family:Mada-Regular;
font-size: 20px;
font-style: normal;
/* font-weight: 600; */
line-height: 180%; /* 36px */
letter-spacing: 0.6px;
position: relative;
}



.box {
    height: 100%;
    border-radius: 30px;
border: 1px solid #F9F9F9;
padding: 127px 48px 50px 48px;
position: relative;
}

.hide-content {
    position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  padding: 83px 48px 50px 48px;
  border: 2px solid #fff;
  display:none;
  position: absolute;
    /* z-index: 99999; */
  border-radius: 30px;
  background: linear-gradient(111deg, #F1C70B 17.56%, rgb(141 73 24) 97.55%);
box-shadow: -4px 4px 10px 0px rgba(170, 170, 170, 0.25);
  
  }

  .hide-content h6{
    color: #000;
  font-size: 19px;
  font-family:Mada-Regular;
  line-height: 32px;
  }

.box img {
    margin-right: 25px;
}

.box h1 {
    color: #FFF;
    font-family:NunitoSans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
    letter-spacing: 0.75px;
}

.box p {
    color: #FFF;
    font-family:Mada-Light;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 27px */
    letter-spacing: 0.45px;
}

#swich-one, #swich-two, #swich-three, #swich-four   {
    position: absolute;
    top: 24px;
    right: 28px;
    cursor: pointer;
    z-index: 9;
}

.service-box {
    padding-bottom: 100px;
}



.client h3 {
    color: #FFF;
    font-family:NunitoSans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.auto-scroll {
    width: 100%;
    height: 198px;
    border: 1px solid #fff;
    padding: 0px 51px;
    display: flex;
    align-items: center;
}

.auto-scroll img {
    transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  cursor: pointer;
}

.auto-scroll img:hover {
    filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        /* transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); */
        
}

.slick-track {
    display: flex !important;
    align-items: center !important;
}


.elac, .point {
    width: 110px;
}

.point {
    padding: 14px;
}

.isha-life {
    width: 121px;
}

.ifa {
    width: 102px;
    
}

.pixel {
    padding: 11px;
}


.pm {
    /* width: 208px; */
    padding: 9px;
}

.uniq {
    width: 82px;
}

#gallery img {
    width: unset !important;
    height: 82px !important;
}

#light, #light-one, #light-two, #light-three{
    position: absolute;
    top: 0;
    left: 33px;
    z-index: 99999;
}

.service-box {
    padding-top: 93px;
}

/* responsive  */

@media (min-width:1366px) and (max-width:1920px) {
    /* .lap-none img{
        width: 82%;
    } */
    .lap-none img {
        width: 64%;
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .service-box {
        padding-top: 93px;
    }
}

@media (max-width:991px) {
    .service-img-set h1 {
        text-align: center;
        padding-top: 20px;
    }

    .img-bottom-content {
        text-align: center;
    }

    .auto-scroll {
        padding: 0px 8px;
    }

    .banner-section h3 {
        text-align: center;
    }

    

    .banner-section img {
        position: unset !important;
    }

    .lap-none {
        display: none;
    }

    .lab-view {
        display: block !important;
    }

    .lap-center {
        justify-content: center;
    }

    .service-img-set p {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .service-img-set {
        padding-bottom: 30px;
    }

    .service-box {
        padding-top: 73px;
    }
}

@media (max-width:768px) {
    .black-section {
        padding-top: 35px;
    }
    .service-box {
        padding-top: 53px;
    }
}

@media (max-width:600px) {
    .box {
        padding: 88px 27px 50px 30px;
    }

    .box h1 {
        font-size: 20px;
    }

    .box img {
        margin-right: 15px;
    }

    .service-box {
        padding-top: 33px;
    }

    .auto-scroll img {
        filter: inherit;
        -webkit-filter: inherit;
    }
    
    .banner-section h1 {
        font-size: 51px;
    }

    .banner-section h6 {
        top: -69px;
    }
}




@media (max-width:424px) {
    .banner-section h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
    }

    .banner-section h6 {
        font-size: 31.704px;
        /* top: -55px; */
        position: unset;
        padding-bottom: 35px;
    }


}


