@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-color: rgba(0, 0, 0, 0.10);
    background-blend-mode: normal;
}

.slider-content {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 2;
    color: var(--white);
    width: 100%;
    z-index: 9999;
}

.slider-content .content {
    position: relative;
    width: 65%;
    margin: 0;
}

.slider-content .content h1 {
    font-size: 64px;
    line-height: 120%;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--heading);
    animation: fadeOutDown 0.90s both;
}

.slider-content .content h6 {
    color: #ffffff;
    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: 20px;
    line-height: 150%;
    color: var(--white);
    font-weight: 400;
    font-family: var(--text);
    margin: 0 0 20px;
    animation: fadeOutUp 0.90s both;
    width: 720px;
}
.slider-content .content .links {
    margin-top: 40px;
}

.slider-content .content .links a.btn {
    margin-right: 30px;
    animation: fadeOutDown 0.90s both;
}


.slider-content .content .links a.btn:last-child {
    margin-right: 0;
}


#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 .links a.btn {
    animation: fadeInUp 0.90s both 0.90s;
}

/* #home-slider .slider-content .content .links a.btn:last-child{
    background-color: #fff;
    color: var(--secondary);
} */

.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(--secondary);
}
@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: 0%;}
    #home-slider .item {height: 70vh;}
    .slider-content {position: relative;padding: 40px 2%;}
    .slider-content .content h1 {font-size: 48px;line-height: 110%;margin-bottom: 0;}
    .slider-content .content p {width: 100%;}
    .links.mt-60 {margin-top: 0;}
    .links.mt-60 .btn{display: block;width: 210px;} 
    .slider-content .content .links a.btn {margin: 0 0 20px;padding: 24px 24px;font-size: 18px;}   
    .slider-content .content .links a.btn:last-child {margin-right: auto;}
}
@media screen and (max-width: 600px) {
      
}