﻿/* CSS styles used by the swipers */

.swiper-container .swiper {
    width: 100%;
    height: 100%;
    overflow: visible !important;
    margin-bottom: 50px;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor:pointer;
}

.swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.swiper-container .swiper-slide .text {
    width: 100px;
    font-family: var(--bs-font-new-hero);
    font-size: 80px;
    font-weight: 800;
    color: #ff6200;
    margin: 0 15px -20px -15px;
}

@media (max-width: 576px) {
    .swiper-container .swiper-slide .text {
        font-size: 40px;
        margin: 0 5px -20px -5px;
    }
}

.swiper-container .swiper-slide .image {
    width: 194px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "" !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "" !important;
}

.swiper-button-next {
    background-image: url('../images/icon-arrow-right.png') !important;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 1));
    width: calc(var(--swiper-navigation-size) / 1.45) !important;
}

    .swiper-button-next svg,
    .swiper-button-prev svg {
        display: none;
    }

.swiper-button-prev {
    background-image: url('../images/icon-arrow-left.png') !important;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 1));
    width: calc(var(--swiper-navigation-size) / 1.45) !important;
}

.swiper-button-prev, .swiper-button-next {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;   
}

:root {
    --swiper-navigation-size: 73px !important;
}

.swiper-blob-wrapper {
    position: relative;
    width: 600px;
    margin-left: auto;
}

.swiper-blob-wrapper .swiper {
    width: 510px;
    height: 435px;
    -webkit-mask-image: url('../images/logo-mask.png');
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../images/logo-mask.png');
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    margin-left: 0 !important;
}

.swiper-blob-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    Center slide text vertically display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-blob-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.swiper-blob-wrapper .swiper-blob-overlay {
    position: absolute;
    width: 510px;
    height: 437px;
    background-image: url('../images/plectrum-home.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    left: 14px;
    top: 6px;
    z-index: 99;
    pointer-events: none;

}

.swiper-blob-wrapper .swiper-pagination-bullet {
    background: rgba(0,0,0,0) !important;
    border: solid 1px rgba(34, 34, 34, 0.5);
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 10px 0 !important;
}

.swiper-blob-wrapper .swiper-pagination-bullet-active {
    background-color: #222222 !important;
    width: 9px !important;
    height: 9px !important;
    margin: 13px 3px !important;
}

.swiper-blob-wrapper .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 0 !important;
}

@media (max-width: 1235px) {
    .swiper-blob-wrapper {
        width: 550px;
    }
}

@media (max-width: 1135px) {
    .swiper-blob-wrapper {
        width: 500px;
    }

    .swiper-blob-wrapper .swiper {
        width: 470px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 470px;
    }
}

@media (max-width: 1035px) {
    .swiper-blob-wrapper {
        width: 100%;
    }

    .swiper-blob-wrapper .swiper {
        width: 400px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 400px;
    }
    .swiper-blob-wrapper .swiper-blob-overlay {
        left: 0;
        top: 50px;
    }
}

@media (max-width: 1000px) {
    .notalways {
        margin-inline: 0 !important;
    }
}
@media (max-width: 875px) {
    .swiper-blob-wrapper .swiper {
        width: 350px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 350px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .swiper-blob-wrapper {
        width: 600px;
    }

    .swiper-blob-wrapper .swiper {
        width: 510px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 510px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        left: 4px;
        top: 10px;
    }
}

@media (max-width: 640px) {
    .swiper-blob-wrapper {
        width: 550px;
    }

    .swiper-blob-wrapper .swiper {
        width: 450px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 450px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        left: 5px;
        top: 40px;
    }
}

@media (max-width: 590px) {
    .swiper-blob-wrapper {
        width: 500px;
    }
}

@media (max-width: 530px) {
    .swiper-blob-wrapper {
        width: 420px;
    }

    .swiper-blob-wrapper .swiper {
        width: 380px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 380px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        left: 4px;
        top: 60px;
    }
}

@media (max-width: 455px) {
    .swiper-blob-wrapper {
        width: 380px;
    }

    .swiper-blob-wrapper .swiper {
        width: 300px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 300px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        left: 4px;
        top: 90px;
    }
}

@media (max-width: 420px) {
    .swiper-blob-wrapper {
        width: 350px;
    }
}

@media (max-width: 385px) {
    .swiper-blob-wrapper {
        width: 320px;
    }
}

@media (max-width: 350px) {
    .swiper-blob-wrapper {
        width: 290px;
    }

    .swiper-blob-wrapper .swiper {
        width: 275px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        width: 275px;
    }

    .swiper-blob-wrapper .swiper-blob-overlay {
        left: 4px;
        top: 100px;
    }
}

.swiper-container .swiper {
    cursor: pointer;
}

.swiper-wrapper {
    user-select: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: all !important;
}