html, body{
    height: 100%;
}

body {
    /* background: url('/images/bg.jpg') center center no-repeat; */
    font-family: 'Roboto', sans-serif;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    overflow-x: hidden;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(/images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

#buter {
    cursor: pointer;
    position: relative;
}

#menu {
    display: none;
    background-color: #5c30b4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    padding: 60px 70px;
}

#buter:hover img {
    opacity: 0;
}

#buter:hover #menu {
    display: block;
}

#menu ul{
    list-style: none;
}

#menu li{
    display: block;
}

#menu a{
    color: #fff;
}

.mask-container {
    position: relative;
}

.mask-bg {
    background: url('/images/mask.svg') center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-3deg);
    display: block;
}

.btn-primary {
    background-color: #7304c3;
    border-color: #7304c3;
}

.btn-primary:hover {
    background-color: #c102b4;
    border-color: #c102b4;
}

.form-control {
    border: 1px solid #c102b4;
}

.add-card {
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 50px;
    color: #221c85;
}

.add-card img {
    margin: 30px auto;
}

.slick-track
{
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    padding: 50px 10px;
    position: relative;
    min-height: 400px;
}

.slick-center .s-wrap {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 1;
}
.s-wrap {
    transition: all 300ms ease;
    height: 100%;
    color: #fff;
    background-color: #b34ecf;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 1;
    word-wrap: anywhere;
}

.s-buttons {
    position: absolute;
    right: 17px;
    top: 0;
    font-size: 24px;
    color: #fff;
    opacity: .7;
    z-index: 2;
}

.s-buttons a {
    color: #fff;
}

.s-left .s-buttons {
    right: auto;
    left: 17px;
}

.slick-center .s-buttons {
    /* display: none; */
    right: -10px;
    top: -35px;
}

#divider {
    font-size: 20px;
}

#divider .count {
    padding: 3px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 3px;
    background: transparent;
    color: #fff;
    width: 40px;
    text-align: center;
}

#divider button, #carousel .add-btns button.btn {
    color: #fff;
    font-size: 14px;
}

#divider-list div {
    display: flex;
    white-space: nowrap;
    position: relative;
    margin-bottom: 10px;
}

#copy {
    position: absolute;
    top: -50px;
}

.copyTooltip {
    position: absolute;
    right: 0;
}

#albums .mask-container {
    position: relative;
    min-height: 135px;
    aspect-ratio: 1;
}

#albums .mask-fill {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}


#albums .img{
    -webkit-mask-image: url(/images/mask.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url(/images/mask.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color:#c601b8;
}

#albums p {
    font-size: 20px;
    margin: 0;
}

#albums .mask-bg {
    scale: 102%;
}

#albums a {
    text-decoration: none;
}

#cipher{
    aspect-ratio: 1;
    font-size: 0;
}

#cipher .fog{
    display: inline-block;
    padding: 5px;
    position: relative;
}

#cipher .fog div{
    height: 100%;
    width: 100%;
    background: url('/images/bg.jpg') center center no-repeat;
    background-size: cover;
    display: block;
}

.slick-list {
    overflow: inherit;
}

.slick-dots li button::before {
    color: #fff;
}

.slick-dots li.slick-active button::before {
    color: rgb(255, 255, 255);
}

.s-wrap a{
    color: #fff;
    text-decoration: none;
}

#cipher .dots{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    opacity: .7;
    bottom: -30px;
}

#cipher .dot{
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    margin: 0 10px;
}

#cipher .blur{
    background: url(/images/shirt.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

#cipher .fog-wrap {
    height: 100%;
}

.icon-download, .icon-trash {
    height: 25px;
    width: 25px;
    background-image: url(/images/skacat.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.icon-trash {
    background-image: url(/images/korzina.svg);
}

.swiper {
    overflow: visible;
}

.swiper-slide:not(.swiper-slide-active) .s-wrap {
    transform: scale(.8);
}

.fa-solid {
    cursor: pointer;
}

.full-glass{
    float: left;
    margin-right: 9px;
    margin-top: 3px;
}

.s-wrap.fancybox-content {
    text-align: center;
}

.add-text {
    cursor: pointer;
}

.modal-content {
    background: #dce8ff;
}

.btn-primary {
    background-color: #c601b8;
    border-color: #c601b8;
}

.btn-secondary {
    background-color: #451b9a;
    border-color: #451b9a;
}

.note-editor {
    background: #fff;
}

.modal-header {
    border-bottom: none;
    justify-content: center;
}

.modal-title {
    margin-left: 32%;
    margin-top: 20px;
    color: #451b9a;
}

.modal-footer {
    border-top: none;
    justify-content: center;
    margin-bottom: 25px;
}

.modal-footer .btn {
    border-radius: 3px;
    padding: 15px 30px;
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
    #divider-list {
        font-size: 16px;
    }

    .slick-list {
        overflow: hidden;
    }

    .slick-center .s-buttons {
        right: 20px;
        top: 25px;
    }

    .slick-center .s-wrap {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        aspect-ratio: 1;
        width: calc(100vw - 40px);
      }

    .slick-slide {
        padding: 18px 0;
    }

    #albums p {
        font-size: 16px;
    }

    #albums .col-6:first-child .create {
        background-size: 50% !important;
    }

    #cipher .dot{
        width: 15px;
        height: 15px;
        margin: 0 7px;
    }


    .swiper {
        overflow: hidden;
    }

    .swiper-slide:not(.swiper-slide-active) .s-wrap {
        transform: scale(1);
    }

}
