/* Container */
#banners_block{
    display: block;
    width: 100%;
    height: 100vh; }
#banners_block .banners-box{
    position: relative;
    height: 100%; }
#banners_block .gradient {
    background-image: url(../../../img/bg-gradient.png);
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1; }

/* Globals*/
.seq {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden; }
.seq .seq-pagination,
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {
    margin: 0;
    padding: 0;
    list-style: none; }
.seq .seq-preloader { background: var(--primary-color) url(../../../img/loader.gif) no-repeat center; }
.seq .seq-pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    border: none;
    text-align: center;
    height: 12px; }
.seq .seq-pagination li{
    display: inline-block;
    margin: 0 4px; }
.seq .seq-pagination a {
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff50;
    border-radius: 50%; }
.seq .seq-pagination a:hover,
.seq .seq-pagination .seq-current a{ background: #ffffff; }
.seq .seq-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    white-space: nowrap; }
.seq .seq-canvas > * {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    color: white;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
.seq .seq-canvas > *:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
.seq.seq-active { overflow: hidden; }
.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
    visibility: visible; }
.seq.seq-active .seq-preloader.seq-preloaded { visibility: hidden; }
.seq .seq-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
.seq .seq-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
.seq button{
    position: absolute;
    top: 46%;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(../../../img/arrows.png);
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    visibility: hidden;
    opacity: 0; }
.seq:hover button{
    visibility: visible;
    opacity: 0.4; }
.seq button:hover{ opacity: 1; }
.seq button.seq-prev{
    left: 10px;
    background-position: 0 0;}
.seq button.seq-next{
    right: 10px;
    background-position: 60px 0; }

/* Custom */
.banners-html{
    position: absolute;
    width: 70%;
    top: 51%;
    left: 12%; }
.banners-html.promo{ top: 39%; }
@media (min-width: 1499px) {
}
.banners-html h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 1;
    position: relative; }
.banners-html h1:before {
    content: "";
    position:absolute;
    width: 200px;
    height: 175px;
    background-image: url(../../../img/gradient-white.png);
    top: -40px;
    left: -60px;
    z-index: -1; }
.banners-html p{
    margin: 0;
    font-size: 18px;
    font-weight: 300; }
.banners-html h3{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0 0 0; }
.banners-html h3 a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 42px;
    position: relative;
    font-size: 14px;
    font-weight: var(--primary-font-normal);
    border: 1px solid #fff;
    letter-spacing: 1px; }
.banners-html h3 a:hover{
    color: var(--black-color);
    background: #fff; }
.banners-html .promo-bottom{ margin-top: 40px; }
.banners-html .promo-bottom ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px; } 
.banners-html .promo-bottom li a{
    position: relative;
    display: block; }
.banners-html .promo-bottom li a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.banners-html .promo-bottom li a:hover:before{ opacity: 1; }
.banners-html .promo-bottom li img{
    max-width: 100%;
    height: auto; }
.banners-html .promo-bottom h3 a:last-of-type{
    border-color: #25d366;
    background-color: #25d366;
    color: #fff; }
.banners-html .promo-bottom h3 a:last-of-type:hover{
    border-color: #128c7e;
    background-color: #128c7e; }

/*Transitions*/
.banners-html h1{
    opacity: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0); }
.banners-html p{
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(-700px, 0, 0);
    -ms-transform: translate3d(-700px, 0, 0);
    transform: translate3d(-700px, 0, 0); }
.banners-html a{
    opacity: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translate3d(-900px, 0, 0);
    -ms-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0); }
.seq-in .banners-html h1,
.seq-out .banners-html h1,
.seq-in .banners-html p,
.seq-out .banners-html p,
.seq-in .banners-html a,
.seq-out .banners-html a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
