/*HomePage - Tile*/
.next-to-carousel-banners {
    margin-top: -390px;
}

.tile-wrapper {
    display: flex;
    gap: 20px;
}

.tile-wrapper .tile-column {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.tile-wrapper .tile-column.column-1,
.tile-wrapper .tile-column.column-2 {
    width: 40%;
}

.tile-wrapper .tile-column.column-3 {
    width: 20%;
}

.tile-wrapper .tile-column .tile {
    background-color: #763ee580;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 40px;
    min-height: 280px;
    padding: 40px 50px;
    color: #ffffff;
    transition: 0.3s;
}

.mail-tile a.copy-link {
    transition: 0.3s;
}

@media(hover: hover) {

    .tile-wrapper .tile-column .tile:not(.mail-tile):hover,
    .mail-tile a.copy-link:hover {
        scale: 1.02;
        transition: 0.3s;
    }
}

.tile-wrapper .tile-column .tile.long-tile {
    width: 100%;
}

.tile-wrapper .tile-column .tile.short-tile {
    width: 50%;
    width: calc(50% - 9px);
}

.tile-wrapper .tile-column .socials-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tile-wrapper .tile-column .socials-group {
    width: 100%;
}

.tile.short-tile.pleased-tile span {
    color: #ffffff;
}

.tile.short-tile.pleased-tile {
    padding: 0px !important;
}

.tile.short-tile.pleased-tile a {
    padding: 40px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.socials-group .tile.mini-tile.socials-tile a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-group .tile.mini-tile.socials-tile {
    transition: 0.3s;
}

.socials-group .tile.mini-tile.socials-tile:hover {
    background-color: #110c2b !important;
    transition: 0.3s;
}

.tile.mini-tile.socials-tile {
    width: calc(50% - 10px) !important;
    padding: 0px;
    min-height: 70px;
    border-radius: 30px;
}

.tile.welcome-tile span.heading {
    font-size: 40px;
    line-height: 1.3;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
}

.tile.welcome-tile span.text {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5;
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.tile.welcome-tile .arrow.more {
    color: #ceb5ff;
}

@media (hover: hover) {
    .tile.welcome-tile .arrow.more:hover {
        filter: brightness(0.7);
    }
}

.tile.welcome-tile .arrow.more:after {
    content: url(/user/documents/upload/icons/arrow-right.svg);
    margin-left: 10px;
    top: 2px;
    position: relative;
}

.tile.nature-tile {
    background-image: url(/user/documents/upload/tiles/tile-nature.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.tile.nature-tile span.heading.purple {
    font-size: 50px;
    color: #422B78;
    line-height: 1;
}

.tile.nature-tile .button-bottom-right {
    background: #422576;
    background: linear-gradient(90deg, rgba(66, 37, 118, 1) 0%, rgba(61, 40, 135, 1) 50%, rgba(87, 66, 159, 1) 100%);
    text-align: center;
    padding: 15px 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
    right: 50px;
    transition: 0.3s !important;
}

@media (hover: hover) {
    .tile.nature-tile .button-bottom-right:hover {
        background: linear-gradient(90deg, rgb(56 31 100) 0%, rgb(56 35 129) 50%, rgb(73 52 144) 100%);
        transition: 0.3s !important;
    }
}

.tile.nature-tile .button-bottom-right a {
    color: #ffffff;
}

.tile.nature-tile .button-bottom-right a:after {
    content: "\e90c";
    font-family: 'shoptet';
    margin-left: 10px;
    top: 2px;
    position: relative;
}

.tile.order-tile span.heading {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
}

.tile.bye-tile {
    background-color: #271953 !important;
}

.tile.bye-tile img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: calc(100% + 60px) !important;
}

.tile-wrapper .tile-column .tile.short-tile.pleased-tile {
    width: calc(65% - 9px);
    min-height: fit-content !important;
}

.tile.pleased-tile span.small-heading {
    width: 100% !important;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 25px;
}

.tile.pleased-tile span.big-numer {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}

.tile-wrapper .tile-column .tile.short-tile.mind-tile {
    width: calc(35% - 9px);
}

.tile.short-tile.bye-tile a {
    width: 100%;
    height: 100%;
}

.tile.mind-tile {
    min-height: fit-content !important;
    max-height: fit-content !important;
    height: fit-content !important;
    padding: 0px !important;
}

.tile.mind-tile img {
    width: 100% !important;
}

.tile.mind-tile:hover,
.tile.pill-tile:hover,
.tile.order-tile:hover {
    cursor: pointer;
}

.tile.pill-tile {
    padding: 0px !important;
}

.tile.pill-tile img {
    width: 100%;
    border-radius: 40px;
}

.tile.long-tile.killer-tile {
    background-color: #271953 !important;
}

.tile-wrapper .tile-column .tile.long-tile.killer-tile {
    padding: 0px;
    display: flex;
    justify-content: center;
}

.tile.killer-tile a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.tile.killer-tile img {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    width: 80%;
}

.socials-group .tile.mini-tile.socials-tile {
    background-color: #271953 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tile.mail-tile {
    display: flex;
    flex-wrap: wrap;
}

.tile.mail-tile span.heading {
    font-size: 33px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
}

.tile.mini-tile.socials-tile img {
    width: auto;
    height: 40px;
}

.welcome-wrapper {
    background: url(/user/documents/upload/hp-kapsle/background.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*Zkopírovat e-mail*/
.tile.long-tile.mail-tile {
    padding: 50px;
}

.mail-tile a.copy-link {
    width: 100%;
    display: inline-block;
    padding: 20px 15px;
    background-color: #19133b;
    color: #ceb5ff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    transition: background-color 0.3s;
    text-align: center;
    height: fit-content;
}

.mail-tile a.copy-link img {
    margin-left: 5px;
    margin-bottom: 5px;
}

@media(hover: hover) {
    .mail-tile a.copy-link:hover {
        background-color: #110c2b;
    }
}

#toast {
    visibility: hidden;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #472890;
    color: #fff;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
    z-index: 10000;
}

#toast.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1604px) and (min-width: 1440px) {
    .tile.welcome-tile span.heading {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .tile-wrapper .tile-column .tile {
        padding: 40px 35px;
    }

    .tile.mini-tile.socials-tile {
        padding: 0px;
        min-height: 55px !important;
    }

    .tile-wrapper .tile-column .tile.short-tile.pleased-tile {
        width: calc(57% - 9px);
    }

    .tile-wrapper .tile-column .tile.short-tile.mind-tile {
        width: calc(43% - 9px);
    }

    .tile-wrapper .tile-column .tile {
        min-height: 250px;
    }

    .tile.mail-tile span.heading {
        font-size: 30px;
    }

    .tile.welcome-tile span.text {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .tile.pleased-tile span.big-numer {
        font-size: 42px;
    }
}

@media(max-width: 1439px) and (min-width: 1200px) {
    .tile-wrapper .tile-column .tile {
        min-height: 200px;
        padding: 25px 25px;
    }

    .tile.welcome-tile span.text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .tile.order-tile span.heading {
        font-size: 30px;
    }

    .tile.pleased-tile span.big-numer {
        font-size: 38px;
    }

    .tile.pleased-tile span.small-heading {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .tile-wrapper .tile-column .tile.short-tile.pleased-tile {
        width: calc(54% - 9px);
    }

    .tile-wrapper .tile-column .tile.short-tile.mind-tile {
        width: calc(46% - 9px);
    }

    .tile-wrapper .tile-column.column-1 {
        width: 35%;
    }

    .tile-wrapper .tile-column.column-2 {
        width: 45%;
    }

    .tile.mini-tile.socials-tile {
        padding: 0px;
        min-height: 55px !important;
    }

    .tile.welcome-tile span.heading {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .tile.mail-tile span.heading {
        font-size: 25px;
        line-height: 1.1;
    }

    .tile.nature-tile .button-bottom-right {
        bottom: 25px;
        right: 25px;
    }

    .tile.mail-tile span.heading {
        margin-bottom: 0px;
    }

    .tile-wrapper .tile-column .socials-group {
        gap: 8px;
    }

    .tile.mini-tile.socials-tile img {
        height: 35px;
    }

    .tile.mini-tile.socials-tile {
        width: calc(50% - 4px) !important;
    }

    .tile.nature-tile span.heading.purple {
        font-size: 42px;
    }

    .tile.short-tile.pleased-tile a {
        padding: 30px 40px;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .tile-wrapper {
        flex-wrap: wrap;
    }

    .tile-wrapper .tile-column.column-1,
    .tile-wrapper .tile-column.column-2,
    .tile-wrapper .tile-column.column-3,
    .socials-group {
        width: 100%;
    }

    .tile.long-tile.welcome-tile,
    .tile.long-tile.nature-tile,
    .tile.short-tile.order-tile,
    .tile.short-tile.bye-tile,
    .tile.long-tile.killer-tile,
    .tile.long-tile.mail-tile {
        width: calc(50% - 10px) !important;
    }

    .tile.bye-tile img {
        min-width: calc(100% + -10px) !important;
    }

    .tile.short-tile.pleased-tile {
        width: calc(40% - 13px) !important;
    }

    .tile.short-tile.mind-tile {
        width: calc(28% - 12px) !important;
    }

    .tile.long-tile.pill-tile {
        width: calc(32% - 9px) !important;
    }

    .tile.killer-tile img {
        width: 46%;
    }

    .tile.mini-tile.socials-tile {
        width: calc(25% - 15px) !important;
    }

    .tile.nature-tile {
        background-position: center;
    }
}

@media(max-width: 991px) {
    .tile-wrapper {
        flex-wrap: wrap;
    }

    .tile-wrapper .tile-column.column-1,
    .tile-wrapper .tile-column.column-2,
    .tile-wrapper .tile-column.column-3 {
        width: 100%;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .tile.short-tile.pleased-tile {
        width: calc(40% - 13px) !important;
    }

    .tile.short-tile.mind-tile {
        width: calc(28% - 12px) !important;
    }

    .tile.long-tile.pill-tile {
        width: calc(32% - 9px) !important;
    }

    .tile.long-tile.killer-tile,
    .tile.long-tile.mail-tile {
        width: calc(50% - 10px) !important;
    }

    .tile.killer-tile img {
        width: 55%;
    }

    .tile-wrapper .tile-column .socials-group {
        width: 100%;
    }

    .tile.mini-tile.socials-tile {
        width: calc(25% - 15px) !important;
    }

    .tile-wrapper .tile-column .tile {
        padding: 35px 35px;
    }

    .tile.pleased-tile span.small-heading {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .tile.pleased-tile span.big-numer {
        font-size: 40px;
    }

    .tile.long-tile.pill-tile {
        min-height: fit-content;
    }

    .tile.mini-tile.socials-tile {
        padding: 0px;
    }

    .tile.long-tile.mail-tile,
    .tile.long-tile.killer-tile {
        min-height: 240px !important;
    }

    .tile.mini-tile.socials-tile img {
        height: 30px;
    }

    .tile.short-tile.pleased-tile a {
        padding: 35px 35px;
    }
}

@media(max-width: 767px) {
    .tile-wrapper .tile-column .tile {
        padding: 30px 30px;
    }

    .tile.welcome-tile span.heading {
        font-size: 36px;
    }

    .tile.welcome-tile span.text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .tile.nature-tile span.heading.purple {
        font-size: 42px;
    }

    .tile.order-tile span.heading {
        font-size: 32px;
    }

    .tile-wrapper .tile-column .tile.short-tile.pleased-tile {
        width: 100%;
        min-height: fit-content !important;
    }

    .tile.pleased-tile span.small-heading {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .tile.pleased-tile span.big-numer {
        font-size: 62px;
    }

    .tile-wrapper .tile-column .tile.short-tile.mind-tile {
        width: calc(47% - 16px);
    }

    .tile.long-tile.pill-tile {
        width: 52% !important;
    }

    .tile.killer-tile img {
        width: 28%;
    }

    .tile.mini-tile.socials-tile {
        width: calc(25% - 8px) !important;
        padding: 0px !important;
        min-height: 70px !important;
        border-radius: 20px;
    }

    .tile-wrapper .tile-column .socials-group {
        width: 100%;
        gap: 10px;
    }

    .tile.mini-tile.socials-tile img {
        height: 30px;
    }
}

@media(max-width: 580px) and (min-width: 480px) {
    .tile-wrapper .tile-column .tile.tile.mini-tile.socials-tile {
        min-height: 70px !important;
    }

    .tile-wrapper .tile-column .tile {
        min-height: 220px !important;
    }

    .tile.killer-tile img {
        width: 30% !important;
    }
}

@media (max-width: 479px) {
    .tile.welcome-tile span.heading {
        font-size: 28px;
    }

    .tile-wrapper .tile-column .tile {
        padding: 30px 25px;
    }

    .tile.nature-tile span.heading.purple {
        font-size: 38px;
    }

    .tile.nature-tile .button-bottom-right {
        bottom: 30px;
        right: 25px;
    }

    .tile.short-tile.order-tile {
        width: calc(55% - 9px) !important;
    }

    .tile.short-tile.tile.short-tile.bye-tile {
        width: calc(45% - 9px) !important;
    }

    .tile.short-tile.order-tile,
    .tile.short-tile.tile.short-tile.bye-tile {
        min-height: 170px !important;
    }

    .tile.order-tile span.heading {
        font-size: 26px;
    }

    .tile.long-tile.pill-tile {
        min-height: 170px !important;
    }

    .tile.short-tile.mind-tile,
    .tile.short-tile.mind-tile img {
        border-radius: 40px !important;
    }

    .tile.long-tile.pill-tile {
        width: 51% !important;
    }

    .tile-wrapper .tile-column .tile.short-tile.mind-tile {
        width: calc(47% - 14px);
    }

    .tile-wrapper .tile-column .tile.long-tile.killer-tile {
        min-height: 170px;
    }

    .tile.mini-tile.socials-tile {
        width: calc(25% - 8px) !important;
    }

    .tile.long-tile.nature-tile {
        min-height: 220px !important;
    }

    .tile.short-tile.pleased-tile a {
        padding: 30px 30px;
    }

    .tile.pleased-tile span.small-heading {
        font-size: 26px;
        line-height: 30px;
    }

    .tile.pleased-tile span.big-numer {
        font-size: 46px;
    }
}

@media(max-width: 374px) {
    .tile.order-tile span.heading {
        font-size: 21px;
    }

    .tile.short-tile.order-tile,
    .tile.short-tile.tile.short-tile.bye-tile {
        min-height: 140px !important;
    }

    .tile-wrapper .tile-column .tile {
        padding: 20px 20px;
    }

    .tile.short-tile.order-tile {
        width: calc(51% - 9px) !important;
    }

    .tile.short-tile.tile.short-tile.bye-tile {
        width: calc(49% - 9px) !important;
    }

    .tile.long-tile.nature-tile {
        min-height: 180px;
    }

    .tile.nature-tile .button-bottom-right {
        bottom: 20px;
        right: 20px;
    }

    .tile.long-tile.pill-tile {
        min-height: 140px !important;
    }

    .tile-wrapper .tile-column .tile.short-tile.mind-tile {
        width: calc(47% - 12px);
    }

    .tile.long-tile.pill-tile {
        width: calc(50% - 0px) !important;
    }

    .tile.long-tile.pill-tile {
        min-height: 140px !important;
    }

    .tile-wrapper .tile-column .tile.long-tile.killer-tile {
        min-height: 150px;
    }

    .tile.killer-tile img {
        width: 40%;
    }

    .tile.mail-tile span.heading {
        font-size: 28px;
        line-height: 32px !important;
        margin-bottom: 15px;
    }

    .tile.long-tile.mail-tile {
        min-height: 200px;
    }

    .tile.long-tile.nature-tile {
        min-height: 185px !important;
    }
}