#sliderAione{
    width: 100%;
}


#sliderAione{

    height: 100vh;  max-height: -webkit-fill-available;
    width: auto;
    display: block;
    position: relative;
}

#sliderAione img{
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    object-position: center;

}

.captionSlide{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}


#textHome{
    position: absolute;
    top: 0px;
    display: table;
    height: 100%;
    width: 100%;
}

#sliderh2{
    font-size: 60px;
    color: #ffffff;
    font-family: var(--thm-font-bold);
    line-height: 1.1em;
    margin-bottom: 10px;
    letter-spacing: 1px;
   /* text-transform: uppercase;*/
   /* font-weight: 600;*/
}
#sliderh4:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 4px solid #dc3545;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 15px;
}
#sliderh4{
    font-size: 30px;
    color: #ffffff;
    margin: 15px 0;
    font-style: italic;
}
#sliderBtn1{
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    padding: 12px 16px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: normal;
}

#sliderBtn2{
    background-color: #ffffff;
    color: #333333;
    padding: 15px 16px;

    border-radius: 3px;
    text-transform: uppercase;

    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: normal;
}


@media (max-width: 991px) {
    #sliderh2{
        font-size: 24px !important;
        margin-bottom: 0px;
    }
    #sliderh4{
        font-size: 20px !important;
        margin-top: 20px;
    }
    #sliderBtn1{

    }
    #sliderBtn2{

    }
}


#sliderChevron{
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 49.85%;
    bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
    font-size: 35px;
    opacity: 0.8;
}

/*animated arrow animattion*/
@-webkit-keyframes avia_fade_move_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
  }
  @keyframes avia_fade_move_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
  }
