/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Nov-2022, 10:19:16
    Author     : galla
*/

.tns-outer{
    position: relative;
    
}

.tns-inner{
}

.tns-nav {
    z-index: 999;
    text-align: center;
    margin: 2rem auto;
}

.tns-nav > [aria-controls] {
    width: 2.2rem;
    height: 0.3rem;
    padding: 0;
    margin: 0 0.4rem;
    background:#ddd;
    border: 0;
    opacity: 1;
    border-radius: 0.2rem;
    outline: 0;
}

.tns-nav > .tns-nav-active {
    background:#ffd14d;
    opacity: 1;
}

.tns-controls{
    
}


.tns-controls > button {
    top: 48%;
    z-index: 999;
    line-height: 1em;
    border: none;
    font-size: 2rem;
    padding: 0.25rem;
    background: none !important;
    color:#ffd14d;
}

.tns-controls > button > span{
    padding: 0;
}

.tns-controls > [data-controls="prev"] {
    position: absolute;
    left: -3rem;
}

.tns-controls > [data-controls="next"] {
    position: absolute;
    right: -3rem;
}

.customize-controls{

}

.controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
}

/************ START/STOP button **************/

[data-action] {
    display: none;
}

.hp-slider{
    overflow: hidden;
    
}


.hp-slider-item{
    height: 30rem;
    
    overflow: hidden;
    
}

.hp-gallery-cover{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (min-width: 576px){

    img.actuality-thumb{
        width: 50%;
        height: auto;
        margin: 0 1rem 0 0;
        object-fit: scale-down;
    }

}

@media (min-width: 768px){
    .hp-slider-item{
        height: 40rem;
    }

}

