body {
    font-family: "Reddit Sans", serif;
    font-weight: 600;
    background-color: #1f1f1f;
    color: #ffffff;
    transition: background-color 0.5s ease;
}

.countdown-container {
    background: linear-gradient(135deg, #2c2c2c, #1c1c1c);
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.kalan-sure {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.time-box {
    background-color: #1a1f2e;
    color: #ddd8d8;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.time-label {
    font-size: 1.2rem;
    color: #4f88e3;
}

.message {
    font-size: 1.2rem;
}

.gallery-container {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #222222;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 653px;
}

.gallery-display {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.gallery-image {
    width: 43%;
    height: 100%;
    position: absolute;
    top: 29px;
    left: 18%;
    flex-shrink: 0;
    scroll-snap-align: center;
}

.photos-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.3s ease-out;
}

.photos-wrapper::-webkit-scrollbar {
    display: none;
}

.slide {
    min-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}

.arrow-navigation {
    position: absolute;
    bottom: 33px;
    left: 87%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
    z-index: 10;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.arrow-btn i {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .arrow-navigation {
        bottom: 7%;
        gap: 20px;
        position: relative;
    }
}

@media screen and (max-width: 390px) {
    .arrow-navigation {
        bottom: 48px;
    }
}

@media (max-width: 768px) {
    .gallery-container {
        max-width: 100%;
    }
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.success-button {
    background-color: #8d3333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-family: "Reddit Sans", serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.success-button2 {
    background-color: #8d3333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-family: "Reddit Sans", serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.info-button {
    background-color: #4f88e3;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-family: "Reddit Sans", serif;
    font-size: 1rem;
    font-weight: 500;           
    border-radius: 30px;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.success-button:hover {
    background-color: #682a2a;
    transform: translateY(-5px);
}

.success-button2:hover {
    background-color: #682a2a;
    transform: translateY(-5px);
}

.info-button:hover {
    background-color: #3a74d0;
    transform: translateY(-5px);
}

.info-container {
    background: linear-gradient(135deg, #2c2c2c, #1c1c1c);
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

.info-header {
    text-align: center;
    margin-bottom: 20px;
}

.info-header h2 {
    font-size: 2rem;
    color: #fff;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-line {
    width: 100px;
    height: 4px;
    background-color: var(--primary-blue);
    margin: 20px auto;
    border-radius: 2px;
}

.info-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #4f88e3;
    margin-top: -40px;
}

.table-container {
    background: linear-gradient(135deg, #2c2c2c, #1c1c1c);
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.info-table th,
.info-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #1E2A38;
    border: 1px solid rgba(255,255,255,0.05);
    background: #1E2A38;
}

.info-table th {
    background-color: #1a1f2e;
    color: #a8b3cf;
    font-weight: bold;
    text-transform: uppercase;
}

.info-table tr:hover {
    background-color: rgba(52, 152, 219, 0.1);
}

.info-table tr:nth-child(even) {
    background-color: rgba(51, 51, 51, 0.5);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

.modal-content {
    background-color: #1f1f1f;
    padding: 20px;
    border: 1px solid #282828;
    max-width: 84%;
    border-radius: 10px;
    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

.modal.show {
    opacity: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-content.show {
    transform: translateY(0);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

label {
    display: block;
    margin: 10px 0 5px;
}

input[type="text"],
input[type="number"],
input[type="file"] {
    width: 96%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: 500;
    font-family: 'Reddit Sans';
    background: transparent;
}

.scroll-button {
    background-color: #2e2e2e;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    position: relative;
    left: 30px;
}

.scroll-button:hover {
    transform: scale(1.1);
}

.iban-container {
    position: relative;
    align-items: center;
    width: 100%;
}

.iban-container input,
input[readonly] { 
    padding-right: 40px;
    width: 86%;
    color: #fff;
    background: transparent !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
}


@supports (-webkit-touch-callout: none) {
    input[readonly] {
        -webkit-text-fill-color: #fff !important;
        opacity: 1 !important;
        background: transparent !important;
    }
}


input[readonly]::-webkit-input-placeholder {
    color: #fff;
}


input[readonly]:-moz-placeholder {
    color: #fff;
}


input[readonly]:-ms-input-placeholder {
    color: #fff;
}

.copy-button {
    position: absolute;
    right: -6px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
    top: 28px;
    font-size: 18px;
    width: 35px;
    height: 35px;
}

.copy-button:hover {
    opacity: 0.8;
}

.copy-button.success {
    color: #4CAF50;
}

@media screen and (max-width: 768px) {
    .gallery-container {
        height: 678px;
    }

    .gallery-display {
        height: 600px;
        display: flex;
        right: 46px;
        bottom: -6px;
    }

    .gallery-image {
        width: 68%;
        height: 601px;
        margin-top: -13px;
    }

    .navigation {
        display: flex;
        justify-content: center;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .scroll-button {
        background-color: #2e2e2e;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: white;
        font-size: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s;
        position: relative;
        left: 30px;
    }

    .scroll-button:hover {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1024px) {
    .kalan-sure {
        font-size: 1.8rem;
    }

    .time-box {
        font-size: 2rem;
    }

    .time-label {
        font-size: 1rem;
    }

    .message {
        font-size: 1rem;
    }

    .nav-button {
        font-size: 1.2rem;
    }

    .info-button,
    .success-button {
        font-size: 0.9rem;
    }

    .info-header h2 {
        font-size: 1.8rem;
    }

    .info-content {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 768px) {
    .kalan-sure {
        font-size: 1.5rem; 
    }

    .time-box {
        font-size: 1.8rem; 
    }

    .time-label {
        font-size: 0.9rem; 
    }

    .message {
        font-size: 0.9rem; 
    }

    .nav-button {
        font-size: 1rem; 
    }

    .info-button,
    .success-button {
        font-size: 20px;
        font-weight: 500;
        font-family: "Reddit Sans", serif;
        display: grid;
        gap: 10px;
    }

    .success-button2 {
        font-size: 20px;
        font-weight: 500;
        font-family: "Reddit Sans", serif;
        display: grid;
        gap: 10px;
        width: 100%;
        margin-left: 3px;
    }

    .button-container {
        text-align: center;
        margin-top: 20px;
        display: grid;
        gap: 10px;
    }

    .info-header h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 1.5rem;
        margin-top: -3px;
    }

    .info-header h2 svg {
        width: 24px;
        height: 24px;
        stroke-width: 2;
    }

    .info-content {
        font-size: 1rem;
        margin-top: -33px;
        text-align: center;
    }

    .info-table th,
    .info-table td {
        padding: 8px;
        font-size: 0.9rem; 
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}