﻿/*#main-slider .slick-wrapper {
    height: 100vh;
}
    }*/

/*#mainCarousel .slide-image {
    height: 100vh !important;
    object-fit: cover;
}
*/

.carousel-inner {
    height: 100vh;
}

.carousel-indicators li {
    height: 70px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: 0px;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    z-index: 2;
}

.carousel-indicators .active #Path_1, .carousel-indicators .active #Path_2 {
    fill: #17469E;
}

.indicators-back {
    position:absolute;
    bottom:0;
}

.main-slider-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(97,97,97,.4);
}

.main-slider-text {
    bottom: 40%;
    right: 0;
    left: 12rem;
    position: absolute;
    font-style: normal;
}

    .main-slider-text h3 {
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: min(max(45px, calc(2.8125rem + ((1vw - 3.75px) * 0.9709))), 60px);
        color: rgba(255,255,255,1);
    }

    .main-slider-text span {
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: min(max(22px, calc(1.375rem + ((1vw - 3.75px) * 0.8414))), 35px);
        color: rgba(255,255,255,1);
    }

.slider-button {
    margin-top: 3rem;
}

    .slider-button a {
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        padding: .75rem 1rem;
        border-radius: 6px;
        border: 3px solid #17469E;
        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    }

.discover {
    background-color: rgba(23,70,158,1);
    color: rgba(255,255,255,1) !important;
    margin-right: 3rem;
}

.about-us {
    background-color: rgba(255,255,255,.2);
    color: rgba(23,70,158,1) !important;
    backdrop-filter: blur(9px) brightness(0.3);
}

.slider-button a:hover {
    box-shadow: 0 0.5em 0.5em -0.4em #17469E;
    transform: translateY(-0.25em);
}

#main-slider .slider-prev {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
    z-index: 999;
}

#main-slider .slider-next {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
    z-index: 999;
}

.slider-prev:hover svg #Path_6692-2 {
    opacity: 1;
}

.slider-next:hover svg #Path_6691-2 {
    opacity: 1;
}

.category-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.category-slider .slick-prev {
    left: 1px;
}

.category-slider .slick-prev {
    right: 1px;
}

.category-slider .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.category {
    border-radius: 15px;
    z-index: 999;
}

    .category .card-img-top {
        height: 425px;
        object-fit: cover;
    }

.category-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 99;
}


    .category-mask:hover {
        background: rgba(0,0,0,.54);
        backdrop-filter: blur(10px) brightness(120%) opacity(.2);
    }

        .category-mask:hover .category-text h3 {
            opacity: 0;
        }

        .category-mask:hover .category-title {
            opacity: 1;
        }

        .category-mask:hover .category {
            transform: translateY(10px);
        }

.category-text {
    position: absolute;
    top: 25%;
    left: 10%;
}

.category-discover {
    position: absolute;
    bottom: 15%;
    left: 10%;
}

.category-text h3 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: rgba(255,255,255,1);
    margin-bottom: 2rem;
}

.category-text span {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255,255,255,1);
}

.category-discover text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(23,70,158,1);
    padding: .75rem 1rem;
    border-radius: 5px;
}

.category-title {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(255,255,255,1);
    padding: .5rem 2rem;
    background-color: rgba(23,70,158,1);
    border-radius: 0px 6px 6px 0px;
    position: absolute;
    left: -1rem;
    top: 20%;
    opacity: 0;
}

.sale-title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(23,70,158,1);
    margin: 2rem 0rem 0rem;
}

@media only screen and (max-width:768px) {
    .main-slider-text {
        left: 3rem;
    }

    .carousel-item img {
        height: 100vh;
        object-fit:cover;
    }

    .slider-prev, .slider-next {
        opacity:0;
    }
}
#mainCarousel .carousel-indicators .active {background-color: transparent!important;
}