@import url(../constants.css);
#home-slider {
    background-color: transparent;
}

#home-slider .bgImage .layer {
    /*    background-color: rgba(0, 0, 0, 0.5);*/
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slick-list {
    line-height: 0;
}

#home-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#home-slider .slick-slide img {
    width: 100%;
}

#home-slider img.desktop-view {
    display: block;
}

#home-slider img.mobile-view {
    display: none;
}

#home-slider .item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#home-slider .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(360deg, rgba(6, 6, 9, 0.80) 2.91%, rgba(6, 6, 9, 0.00) 8.69%);
    background-blend-mode: normal;
}

.slider-content {
    position: absolute;
    top: 24%;
    left: 0;
    z-index: 2;
    color: var(--white);
    width: 100%;
    z-index: 9999;
}

.slider-content .content {
    margin: 0;
    position: relative;
    width: 100%;
}

.slider-content .content h1 {
    font-size: 80px;
    line-height: 110%;
    color: var(--white);
    font-weight: 600;
    font-family: var(--heading);
    animation: fadeOutDown 0.90s both;
    text-transform: uppercase;
}

.slider-content .content h6 {
    color: var(--white);
    font-family: var(--heading);
    font-size: 34px;
    line-height: 57px;
    font-weight: 400;
}

.slider-content .content h6 span {
    font-weight: 700;
}

.slider-content .content p {
    font-size: 24px;
    line-height: 140%;
    color: var(--white);
    font-weight: 600;
    font-family: var(--text);
    margin: 0 0 24px;
    animation: fadeOutUp 0.90s both;
}

.slider-content .content .links {
    margin-top: 40px;
}

.slider-content .content .link a.btn {
    margin-right: 24px ;
    animation: fadeOutDown 0.90s both;
}

.slider-content .content .link a.btn:last-child {
    margin-right: 0;
    background-color: var(--white);
    border-color: var(--white);
    color:var(--primary);
}
.slider-content .content .link a.btn:last-child span{
    background-color:var(--primary);
}
.slider-content .content .link a.btn:last-child span svg{color:var(--white);}
.slider-content .content .link a.btn:last-child:hover {
    background-color: transparent;
    color: var(--white);
}

#home-slider .item.slick-active .slider-content .content h1 {
    animation: fadeInUp 0.90s both 0.90s;
}

#home-slider .item.slick-active .slider-content .content p {
    animation: fadeInDown 0.90s both 0.90s;
}

#home-slider .item.slick-active .slider-content .content .link a.btn {
    animation: fadeInUp 0.90s both 0.90s;
}

.slick-prev {
    left: 0;
    z-index: 222;
}

.slick-next {
    right: 0;
}

#home-slider .slick-prev {
    left: 0;
}

#home-slider .slick-next {
    right: 0;
}

#home-slider .slick-prev,
#home-slider .slick-next {
    font-size: 30px;
    line-height: 28px;
    width: auto;
    height: auto;
    color: var(--white);
    top: 50%;
    bottom: auto;
}

#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    content: '';
}

#home-slider .slick-dots {
    bottom: 40px;
}

#home-slider .slick-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#home-slider .slick-dots li button:before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: '';
}

#home-slider .slick-dots li button {
    font-size: 10px;
    height: 10px;
    width: 10px;
    background-color: var(--text);
    border: none;
    border-radius: 50%;
    margin-top: 5px;
}

#home-slider .slick-dots li.slick-active button,
#home-slider .slick-dots li:hover button {
    background-color: transparent;
    border: none;
}

#home-slider .slick-dots li.slick-active button:after,
#home-slider .slick-dots li:hover button:after {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px !important;
    top: 3px;
    left: 3px;
    right: 0px;
    bottom: 0;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--tertiary);
}
@media screen and (max-width: 990px) {
    .slider-content .content h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .slider-content .content {
        width: 75%;
    }
}
@media screen and (max-width: 880px) {
   
    .slider-content .content {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .slider-content {top: 15%;}
    #home-slider .item {height: 100vh }
    .slider-content {position: relative;padding: 40px 2%;}
    .slider-content .content h1 {font-size: 35px;line-height: 120%;margin-bottom: 0;}
    .slider-content .content h1 br { display: none;}
    .link.mt-60 {margin-top: 0;}
    .link.mt-60 .btn{margin-top: 34px;}  

    #home-slider .item.slick-active .slider-content .content .link a.btn {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .slider-content .content .link a.btn:last-child {
        margin-bottom: 0;
    }

    .slider-content .content p {font-size: 18px; font-weight: 400; margin-bottom: 10px;}

    .link.pt-24 { padding-top: 10px !important;}

    .badge.pb-40 {padding-bottom: 10px !important;}

    #home-slider .slick-slide img {
        width: 100px !important;
        height: auto !important;
    }

    .slider-content  .container {
        padding: 0px !important;
    }
}