﻿#snackbarsuccess {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #2b9e18;
    color: #fff;
    text-align: center;
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    border-radius: 5px;
}
#snackbarsuccess.show {
        visibility: visible;
        -webkit-animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
        animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
    }
#snackbarerror {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #a71e1e;
    border-radius:5px;
    color: #fff;
    text-align: center;
 
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}
#snackbarerror.show {
        visibility: visible;
        -webkit-animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
        animation: xfadein 0.5s, xfadeout 0.5s 2.5s;
    }
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99999;
}
.ql-container {
    font-family: "Roboto";
    font-size: 15px !important;
}
/* Navigator
----------------------------------------------------------------------------------*/
.myButtns {
    margin-left: 30px;
    border: solid 2px black;
    border-radius: 25px;
    padding: 0 15px;
    box-shadow: 0px 0px 15px 5px rgba(255, 165, 0, 0.7);
}
.myHamButtns {
    margin-top: 0.5rem;
    border: solid 2px black;
    border-radius: 25px;
    padding: 0 15px;
    box-shadow: 0px 0px 15px 5px rgba(255, 165, 0, 0.7);
}
.myButtns a {
    font-weight: 700;
    letter-spacing: 0.25px;
    color: whitesmoke;
    z-index: 1;
    font-size: 1.15rem;
    font-weight: 600;
}
    .myButtns:hover a {
        color: black;
    }
    .myButtns:hover {
        background: linear-gradient(270deg, rgba(253,208,46,1) 0%, rgba(255,244,136,1) 100%);
    }
.dropdown-menu {
    border: solid 2px orange;
    border-radius: 25px;
    background-color: orange;
    padding: 0 15px;
}
    .dropdown-menu a {
        color: black;
    }
    .dropdown-menu:hover a {
        color: black;
    }
.dropdown-item:hover {
    background: linear-gradient(270deg, rgba(253,208,46,1) 0%, rgba(255,244,136,1) 100%);
    border-radius: 25px;
}
.myHoover:hover {
    background: linear-gradient(270deg, rgba(253,208,46,1) 0%, rgba(255,244,136,1) 100%);
    border-radius: 25px;
}
.logo-container img {
    transition: transform 0.6s ease;
}
.logo-container:hover img {
    animation: rotate 1.25s linear;
}
.btnTop {
    padding: 10px;
    font-size: 15px;
    border: 3px solid orange;
    border-radius: 25px;
    background-color: orange;
    transition: color 0.3s, background-color 0.3s;
}
    .btnTop i {
        color: whitesmoke;
        z-index: 1;
    }
    .btnTop:hover i {
        color: black;
    }
    .btnTop:hover {
        border: 2px solid black;
        background-color: transparent;
    }
.custom-hr {
    border: 0;
    height: 2px;
    background-color: black;
    margin: 0;
}
.mySignIn {
    padding: 0;
    margin: 0;
    max-height: 5rem;
}
.myHamBtn {
    margin-left: 30px;
    margin-top: 10%;
    border: 2px solid orange;
    border-radius: 25px;
    background-color: orange;
    padding: 20px 15px;
    font-size: 1.35rem;
}
    .myHamBtn:focus,
    .myHamBtn:active {
        outline: none; 
        box-shadow: none; 
        border: 2px solid orange; 
    }
.myHamBtn i {
    color: whitesmoke;
    z-index: 1;
}
    .myHamBtn:hover i {
        color: black;
    }
    .myHamBtn:hover {
        background-color: transparent;
    }
.floatBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: orange;
    padding: 0;
    margin: 0;
}
.myLoggin {
    position: relative;
    transform: scale(0.75);
}
    .myLoggin svg {
        transform: translateY(-1rem);
    }
    .myLoggin a {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-75%, -75%);
        font-size: 25px;
        color: whitesmoke;
        z-index: 1;
    }
    .myLoggin:hover a {
       color: black;
    }
#navbarToggleExternalContent {
    position: absolute;
    width: 100vw; 
    top: 6rem; 
    left: 0;
    background-color: orange; 
    z-index: 1000;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 285px) {
    .logo-container {
        margin-left: 1.25rem !important;
    }
    .myLoggin a {
        top: 50%;
        left: 50%;
        transform: translate(-55%, -75%);
    }
}
@media (max-width: 576px) {
    .logo-container {
        margin-left: 1.5rem !important;
    }
    .myLoggin a {
        top: 50%;
        left: 50%;
        transform: translate(-55%, -75%);
    }
}
@media (max-width: 767px) {
    .myLoggin a {
        top: 50%;
        left: 50%;
        transform: translate(-55%, -75%);
    }
}
@media (max-width: 992px) {
    .myButtns {
        margin-left: 0.35rem !important;
    }
        .myButtns a {
            font-size: 0.85rem !important;
        }
    .myLoggin {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -1.75rem !important;
    }
    .myLoggin a {
        top: 45%!important;
    }
    .navbar-brand {
        margin-left: -3rem !important;
    }
    .myNavbar {
        padding: 0 !important;
        margin-left: -1rem !important;
    }
    .nav-link {
        display: flex; 
        justify-content: center;
        align-items: center;
    }
    .floatBar {
        max-height: 6rem !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .myButtns {
        margin-left: 1.15rem!important;
    }
    .myLoggin a {
        transform: translate(-75%, -67.5%) !important;
    }
        .myButtns a {
            font-size: 1rem!important;
        }
    .floatBar {
        max-height: 6rem !important;
    }
}
@media (min-width: 1200px) {
    .floatBar {
        max-height: 6rem !important;
    }
    .myLoggin a {
        transform: translate(-75%, -67.5%)!important;
    }

}
    /* Footer 
----------------------------------------------------------------------------------*/
    .logoFooter {
        height: 100px;
        width: 250px;
        transform: scale(1.0);
        background-color: transparent;
        filter: brightness(0) invert(1);
    }
    .myLoggin a {
        top: 45% !important;
    }
    .copyRight {
        box-shadow: 0 0 5px rgb(255, 165, 0);
        border-radius: 150px 150px 0 0;
        padding: 1rem;
        background-color: rgba(255, 165, 0, 1);
        font-weight: 700;
    }
    .social-icons {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        padding: 0.25rem;
    }
        .social-icons a i {
            font-size: 2rem;
        }
        .social-icons a:hover {
            transform: scale(1.3);
        }
    @media (min-width: 769px) {
        .logoFooter {
            display: inline-block;
        }
    }
    @media (max-width: 768px) {
        .logoFooter {
            display: none;
        }
    }
    @media (max-width: 993px) {
        .contactSection {
            margin-left: 0 !important;
        }

        .sponzorSection {
            margin-right: 0 !important;
        }
    }
    @media (max-width: 576px) {

        .contactSection, .sponzorSection {
            align-items: center !important;
        }
    }
    /* Cookies
----------------------------------------------------------------------------------*/
    .myCookieModal {
        padding: 8px;
        height: 100%;
        border-radius: 25px;
        background: linear-gradient(270deg, rgba(253,208,46,1) 0%, rgba(255,244,136,1) 100%);
        box-shadow: 0px 0px 15px 5px rgba(255, 165, 0, 0.7);
        color: black;
    }

    .text-justify {
        font-weight: 600;
        line-height: 1.5rem;
        letter-spacing: 0.1rem;
    }

    .myCookieBtn {
        border: solid 2px orange;
        border-radius: 25px;
        padding: 10px 15px;
        background-color: orange;
        box-shadow: 0px 0px 15px 5px rgba(255, 165, 0, 0.7);
        color: black;
        font-size: 1rem;
    }

        .myCookieBtn a {
            font-weight: 700;
            letter-spacing: 0.25px;
            color: whitesmoke;
            z-index: 1;
            font-size: 1.15rem;
            font-weight: 600;
            text-decoration: none;
        }

        .myCookieBtn:hover {
            border: 2px solid black;
            background-color: transparent;
        }

    .custom-divider {
        border: none;
        border-top: 1px solid black;
        margin: 2.5px 0;
    }

    .modal-footer {
        position: relative;
        height: 5rem;
    }

    .center-content {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-body {
        padding: 0.5rem;
    }

    .modal-header {
        padding: 1.25rem;
    }

    .form-check-input {
        background-color: orange;
    }
    /* Index Page 
----------------------------------------------------------------------------------*/
    /* Karty prvni sekce */
    .containerCard {
        border-radius: 25px;
        overflow: hidden;
    }

    :root {
        --d: 700ms;
        --e: cubic-bezier(0.19, 1, 0.22, 1);
        --font-sans: "Rubik", sans-serif;
        --font-serif: "Cardo", serif;
    }

    .page-content {
        display: grid;
        grid-gap: 3rem 4rem;
        max-width: 1024px;
        padding: 1rem;
        margin: 0 auto;
        font-family: var(--font-sans);
    }

    @media (min-width: 600px) {
        .page-content {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    @media (min-width: 800px) {
        .page-content {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .card {
        position: relative;
        border-radius: 25px;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        padding: 1rem;
        width: 100%;
        height: 100%;
        text-align: center;
        color: whitesmoke;
        background-color: whitesmoke;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    }

        .card:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 110%;
            background-size: cover;
            background-position: 0 0;
            transition: transform calc(var(--d) * 1.5) var(--e);
            pointer-events: none;
        }

        .card:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 200%;
            pointer-events: none;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
            transform: translateY(-50%);
            transition: transform calc(var(--d) * 2) var(--e);
        }
/*
        .card:nth-child(1):before {
            background-image: url(https://images.unsplash.com/photo-1517021897933-0e0319cfbc28?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
        }

        .card:nth-child(2):before {
            background-image: url(https://images.unsplash.com/photo-1533903345306-15d1c30952de?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
        }

        .card:nth-child(3):before {
            background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
        }

        .card:nth-child(4):before {
            background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
        }*/

    .content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1rem;
        transition: transform var(--d) var(--e);
        z-index: 1;
        padding: 20px;
        margin-top: 60px;
    }

        .content > * + * {
            margin-top: 1rem;
        }

    .title1 {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .title2 {
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.1;
    }

    .copy1 {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        line-height: 0.75;
        margin-bottom: 0;
    }

    .copy2 {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        font-style: italic;
        line-height: 0.75;
        margin-bottom: 0;
    }

    .iconCard {
        font-size: 0.75rem;
    }

    .text {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        font-style: italic;
        line-height: 1.15;
    }

    .myCardsButtns {
        border: solid 2px black;
        border-radius: 25px;
        padding: 5px 15px;
        box-shadow: 0px 0px 15px 5px rgba(255, 165, 0, 0.7);
        background: transparent;
    }

        .myCardsButtns a {
            font-weight: 700;
            letter-spacing: 0.25px;
            color: whitesmoke;
            font-size: 1.25rem;
            text-decoration: none;
        }

            .myCardsButtns a:hover {
                color: rgba(255, 165, 0, 0.9);
            }


    /* Ctvrta sekce */
    .myCardBtn a {
        font-weight: 700;
        letter-spacing: 0.25px;
        color: whitesmoke;
        z-index: 1;
        font-size: 1.15rem;
        font-weight: 600;
        cursor: pointer;
    }

    .myCardBtn:hover {
        color: black;
    }

    .myDocuments {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 3rem;
    }

    @media (hover: hover) and (min-width: 600px) {
        .card:after {
            transform: translateY(0);
        }

        .content {
            transform: translateY(calc(100% - 4.5rem));
        }

            .content > *:not(.title) {
                opacity: 0;
                transform: translateY(1rem);
                transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            }

        .card:hover,
        .card:focus-within {
            align-items: center;
        }

            .card:hover:before,
            .card:focus-within:before {
                transform: translateY(-4%);
            }

            .card:hover:after,
            .card:focus-within:after {
                transform: translateY(-50%);
            }

            .card:hover .content,
            .card:focus-within .content {
                transform: translateY(0);
            }

                .card:hover .content > *:not(.title),
                .card:focus-within .content > *:not(.title) {
                    opacity: 1;
                    transform: translateY(0);
                    transition-delay: calc(var(--d) / 8);
                }

                .card:focus-within:before, .card:focus-within:after,
                .card:focus-within .content,
                .card:focus-within .content > *:not(.title) {
                    transition-duration: 0s;
                }
    }

    @media (max-width: 285px) {
    }

    @media (max-width: 360px) {
    }

    @media (max-width: 440px) {
    }

    @media (max-width: 767px) {
    }

    @media (max-width: 993px) {
    }

    @media (max-width: 1200px) and (min-width: 993px) {
    }

    @media (max-width: 1400px) and (min-width: 1201px) {
    }

    @media (min-width: 1401px) {
    }
    /* Turnusy
----------------------------------------------------------------------------------*/
    :root {
        --d: 700ms;
        --e: cubic-bezier(0.19, 1, 0.22, 1);
        --font-sans: "Rubik", sans-serif;
        --font-serif: "Cardo", serif;
    }

    .page-contentTurn {
        font-family: var(--font-sans);
    }

    .turnCard {
        position: relative;
        border-radius: 25px;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        padding: 1rem;
        width: 100%;
        height: 100%;
        text-align: center;
        color: whitesmoke;
        background-color: whitesmoke;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    }

        .turnCard:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 110%;
            background-size: cover;
            background-position: 0 0;
            transition: transform calc(var(--d) * 1.5) var(--e);
            pointer-events: none;
        }

        .turnCard:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 200%;
            pointer-events: none;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
            transform: translateY(-50%);
            transition: transform calc(var(--d) * 2) var(--e);
        }

        .turnCard:nth-child(1):before {
            background-image: url(https://images.unsplash.com/photo-1517021897933-0e0319cfbc28?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
        }

    .turnContent {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1rem;
        transition: transform var(--d) var(--e);
        z-index: 1;
    }

    .text {
        font-family: var(--font-serif);
        font-size: 1.125rem;
        font-style: italic;
        line-height: 1.15;
    }

    .containerTextCard p {
        margin: 5px;
    }

    .social-icons2 {
        display: flex;
        justify-content: start;
        gap: 1.5rem;
        padding: 0.25rem;
    }

        .social-icons2 a i {
            font-size: 1.5rem;
        }

        .social-icons2 a:hover {
            transform: scale(1.3);
        }

    .separator {
        width: 100%;
        box-shadow: 0px 0px 2.5px 0.75px rgba(255, 255, 255, 0.7);
    }

    .myTurnsBtns {
        border: solid 2px black;
        border-radius: 25px;
        padding: 1.25rem 1rem;
        background: transparent;
        box-shadow: 0px 0px 15px 5px rgba(255, 165, 0, 0.7);
        display: inline-block;
    }

        .myTurnsBtns a {
            font-weight: 700;
            letter-spacing: 0.25px;
            color: whitesmoke;
            z-index: 1;
            font-size: 1.15rem;
            font-weight: 600;
            text-decoration: none;
        }

        .myTurnsBtns:hover a {
            color: black;
        }

        .myTurnsBtns:hover {
            background-color: orange;
            border: solid 2px black;
        }


    @media (hover: hover) and (min-width: 600px) {
        .card:after {
            transform: translateY(0);
        }

        .content {
            transform: translateY(calc(100% - 4.5rem));
        }

            .content > *:not(.title) {
                opacity: 0;
                transform: translateY(1rem);
                transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            }

        .card:hover,
        .card:focus-within {
            align-items: center;
        }

            .card:hover:before,
            .card:focus-within:before {
                transform: translateY(-4%);
            }

            .card:hover:after,
            .card:focus-within:after {
                transform: translateY(-50%);
            }

            .card:hover .content,
            .card:focus-within .content {
                transform: translateY(0);
            }

                .card:hover .content > *:not(.title),
                .card:focus-within .content > *:not(.title) {
                    opacity: 1;
                    transform: translateY(0);
                    transition-delay: calc(var(--d) / 8);
                }

                .card:focus-within:before, .card:focus-within:after,
                .card:focus-within .content,
                .card:focus-within .content > *:not(.title) {
                    transition-duration: 0s;
                }
    }

    @media (max-width: 285px) {
        .section5 {
            display: none !important;
        }

        .myIcons3 {
            display: none !important;
        }

        .section6 {
            display: none !important;
        }

        .sectionContact {
            display: none !important;
        }
    }

    @media (max-width: 360px) {
        .section1Btns {
            display: none !important;
        }

        .animationH3 {
            display: none !important;
        }
    }

    @media (max-width: 440px) {
        .animationH3 {
            letter-spacing: 0 !important;
            font-size: 10px !important;
        }
    }

    @media (max-width: 767px) {
    }

    @media (max-width: 993px) {
    }

    @media (max-width: 1200px) and (min-width: 993px) {
    }

    @media (max-width: 1400px) and (min-width: 1201px) {
    }

    @media (min-width: 1401px) {
    }
    /* Aktuality
----------------------------------------------------------------------------------*/



.text-overflow-ellipses {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines to show */
    -webkit-box-orient: vertical;
    -webkit-mask-image: linear-gradient(0deg, transparent 16px, red 66px);
}


    /* O nas
----------------------------------------------------------------------------------*/
    .myImg {
        border-radius: 35rem;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .myCardBtn {
        border: solid 2px black;
        border-radius: 25px;
        padding: 10px 15px;
        background: transparent;
        display: inline-block;
    }

        .myCardBtn a {
            font-weight: 700;
            letter-spacing: 0.25px;
            color: whitesmoke;
            z-index: 1;
            font-size: 1.15rem;
            font-weight: 600;
            text-decoration: none;
        }

        .myCardBtn:hover a {
            color: black;
        }

        .myCardBtn:hover {
            background-color: orange;
            border: solid 2px black;
        }

    .card-body {
        text-align: justify; /* Align text to be justified within the card-body */
    }

    @media (hover: hover) and (min-width: 600px) {
        .card:after {
            transform: translateY(0);
        }

        .content {
            transform: translateY(calc(100% - 4.5rem));
        }

            .content > *:not(.title) {
                opacity: 0;
                transform: translateY(1rem);
                transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            }

        .card:hover,
        .card:focus-within {
            align-items: center;
        }

            .card:hover:before,
            .card:focus-within:before {
                transform: translateY(-4%);
            }

            .card:hover:after,
            .card:focus-within:after {
                transform: translateY(-50%);
            }

            .card:hover .content,
            .card:focus-within .content {
                transform: translateY(0);
            }

                .card:hover .content > *:not(.title),
                .card:focus-within .content > *:not(.title) {
                    opacity: 1;
                    transform: translateY(0);
                    transition-delay: calc(var(--d) / 8);
                }

                .card:focus-within:before, .card:focus-within:after,
                .card:focus-within .content,
                .card:focus-within .content > *:not(.title) {
                    transition-duration: 0s;
                }
    }

    @media (max-width: 285px) {
        .section5 {
            display: none !important;
        }

        .myIcons3 {
            display: none !important;
        }

        .section6 {
            display: none !important;
        }

        .sectionContact {
            display: none !important;
        }
    }

    @media (max-width: 360px) {
        .section1Btns {
            display: none !important;
        }

        .animationH3 {
            display: none !important;
        }
    }

    @media (max-width: 440px) {
        .animationH3 {
            letter-spacing: 0 !important;
            font-size: 10px !important;
        }
    }

    @media (max-width: 767px) {
    }

    @media (max-width: 993px) {
    }

    @media (max-width: 1200px) and (min-width: 993px) {
    }

    @media (max-width: 1400px) and (min-width: 1201px) {
    }

    @media (min-width: 1401px) {
    }

    