/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.1
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

.landing-footer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);

    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    width: 100%;
}

.landing-footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
}

.landing-footer a:hover {
    opacity: 1;
}

.cookie-banner {
    position: fixed;

    left: 50%;
    bottom: 30px;

    transform: translateX(-50%);

    width: 700px;
    max-width: 90vw;

    background: rgba(20,20,20,0.95);

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;

    padding: 30px;

    text-align: center;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: 9999;

    box-shadow: 0 10px 40px rgba(0,0,0,.4);
}

.cookie-content h5 {
    font-size: 26px;
    margin-bottom: 15px;
}

.cookie-buttons {
    display: flex;

    justify-content: center;
    gap: 15px;

    margin-top: 25px;

    flex-wrap: wrap;
}

.cookie-buttons .btn {
    min-width: 170px;
}

.cookie-content p {
    max-width: 600px;
    margin: 0 auto;

    opacity: 0.8;
    line-height: 1.8;
}

.cookie-modal {
    display: none;

    position: fixed;
    inset: 0;

    background: rgba(0,0,0,0.8);

    z-index: 10000;
}

.cookie-modal-content {
    width: 500px;
    max-width: 90%;

    margin: 10vh auto;

    background: #141414;

    padding: 30px;

    border-radius: 10px;
}

.cookie-modal label {
    display: block;
    margin: 15px 0;
}

#about.lightbox-wrapper {
    background-image: url('/img/cubeshade_home_1.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#portfolio.lightbox-wrapper {
    background-image: url('/img/cubeshade_home_1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#contact.lightbox-wrapper {
    background-image: url('/img/cubeshade_home_1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.info-img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.info-img img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}