body {
    font-family: 'Montserrat', sans-serif;
    padding: 0 !important;
    animation: fadeInAnimation ease 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

:root {
    --swiper-theme-color: #fff;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.premier-leak-black-bg-color {
    background-color: #222222;
}

.color-white {
    color: white;
}

.nav-item:hover {
    background-color: #a81010;
    border-radius: 3px;
    color: white !important;
    transition: all 0.3s ease-in-out; /* add transition animation */
}

.nav-link:hover {
    color: white;
    transition: all 0.3s ease-in-out; /* add transition animation */
}

.active-nav {
    background-color: #a81010;
    border-radius: 3px;
    color: white;
}

.menu-text {
    font: normal 700 18px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    color: white;
}

.slider-container {
    padding: 0;
    margin-bottom: 80px;
}

.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-top: 2em;
    margin-bottom: 1em;
}

.margin-top-1 {
    margin-top: 1em;
}

.margin-top-2 {
    margin-top: 2em;
}

.padding-5 {
    padding: 5%;
}

.subscriptions-black-block-title {
    font-weight: 900;
    font-size: 45px;
    color: white;
}

.subscriptions-black-block-description {
    font-weight: 400;
    font-size: 15px;
    color: white;
}

.subscriptions-black-block-links {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid white;
}

.premier-leak-red-span-text {
    background-color: #a81010;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 1%;
}

.subscriptions-block-text {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 1% 3% 0 0;
}

.subscriptions-block-title {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 1em;
}

.padding-l-5 {
    padding-left: 5%;
}

.extra-block {
    background-image: url("https://premierleak.hu/wp-content/uploads/2022/03/sennheiser-headphones-wire-bw-wallpaper-scaled.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding: 3%;
}

.padding-0 {
    padding: 0;
}

.card-title {
    font-weight: 500;
    font-size: 20px;
}

.card-text {
    font-weight: 900;
    font-size: 25px;
}

.premier-leak-button {
    text-align: center;
    min-width: 220px;
    white-space: nowrap;
    background-color: #a81010;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 1% 4% 1% 4%;
    border: none;
}

.premier-leak-button:hover {
    background-color: white;
    color: #222222;
    transition: all 0.3s ease-in-out; /* add transition animation */
}

.premier-leak-button-secondary {
    text-align: center;
    min-width: 220px;
    white-space: nowrap;
    background-color: white;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    padding: 1% 4% 1% 4%;
    border: none;
}

.premier-leak-button-secondary:hover {
    background-color: #a81010;
    color: white;
    transition: all 0.3s ease-in-out;
}

.contact-form-image-block {
    background-image: url("https://premierleak.hu/wp-content/uploads/2022/03/fhg.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.premier-leak-input {
    width: 100%;
    padding: 0.375rem 0.75rem;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

*:focus {
    outline: none;
}

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

footer {
    background-color: #222222;
    color: white;
}

.footer-links {
    color: white;
    font-weight: 900;
    font-size: 20px;
}

.footer-links:hover, .links:hover {
    color: #a81010;
}

.text-right {
    text-align: right;
}

.aszf:hover {
    color: #a81010;
}

.premier-leak-color-red {
    color: #a81010;
}

.premier-leak-color-black {
    color: #222222;
}

.premier-leak-color-black:hover {
    color: #222222;
}

.card-text-date {
    font-weight: 400;
    font-size: 12px;
}

.text-left {
    text-align: left;
}

.extra-text {
    font-weight: 400;
    font-size: 15px;
    color: #7A7A7A;
}

.black-hover:hover {
    color: #222222;
}

.footer-to-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.margin-1 {
    margin: 1em;
}

.margin-0-5 {
    margin: 0.5em;
}

.copyright-div {
    text-align: left;
}

.aszf-div {
    text-align: right;
}

.tab-content {
    margin-right: 1em;
}

.profile-menu {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.3s ease-in-out;
}

.profile-menu:hover {
    border-bottom-color: white;
    color: white;
}

.profile-button:hover {
    color: white;
    background-color: #222222;
    transition: all 0.3s ease-in-out; /* add transition animation */
}

.profile-menu-active {
    border-bottom-color: white;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

.content-slider {
    margin-left: 2em;
    margin-top: 2em;
}

.content-slider .swiper-slide {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

.content-slider .swiper-slide:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1;
}

.content-slider .swiper-slide:first-child:hover {
    margin: 0 40px;
}

.content-slider .swiper-slide:last-child:hover {
    margin: 0 -40px;
}

.slider-img-container {
    position: relative;
    overflow: hidden;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5em;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), rgba(34, 34, 34, 1));
}

.registration-subscription-card {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.registration-subscription-card:hover {
    border-color: #5a67d8;
}

.registration-subscription-card input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.registration-subscription-card input[type="radio"]:checked + img {
    border: 5px solid white;
}

.swiper-img-thumbnail {
    margin: 5px;
    box-shadow: 0 0 0.5rem black;
}

.min-vh-70 {
    min-height: 70vh !important;
}

.min-width-270 {
    min-width: 270px !important;
}

@media (min-width: 768px) {
    .youtube {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (divide height by width) */
        height: 0;
        overflow: hidden;
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 992px) {
    .nav-item:hover {
        background-color: transparent;
    }

    .nav-address {
        margin-top: 1em;
    }

    .mobile-margin-left-1 {
        margin-left: 1em;
    }

    .navbar-collapse {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .fa-brands {
        margin-top: 1em;
    }

    .content-slider {
        margin-left: 1em;
    }

    .youtube {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (divide height by width) */
        height: 0;
        overflow: hidden;
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .profile-block {
        margin-top: 1em;
    }

    .tab-content {
        margin-right: 0;
    }

    .text-end {
        max-width: 220px;
    }

    .copyright-div {
        text-align: center;
    }

    .aszf-div {
        text-align: center;
    }
}

.cookie-consent {
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(120, 120, 120, 0.65);

}
.cookie-consent-content {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 30%;

    margin-left: -15%;

    background: #222222;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cookie-consent-button {
    margin-top: 10px;
    width: 100%;
}

.cookie-consent-footer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

@media (max-width: 1024px) {
    .cookie-consent {
        flex-direction: column;
    }

    .cookie-consent-content {
        width: 80%;
        height: 80%;
        top: 10%;
        overflow-y: scroll;
        left: 10%;
        margin-left: 0;
    }

}

.cookie-consent-heading {
    margin-bottom: 20px;
    text-align: center;
}
.cookie-consent__message {
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.cookie-consent-accordion {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    margin-bottom: 15px;
}

.cookie-consent-accordion span {
    font-size: 0.7rem;
}

.cookie-consent-accordion-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.cookie-consent-accordion-heading p {
    margin-bottom: 0;
}

.cookie-consent-accordion span.active {
    background-color: green;
    padding: 3px 5px;
    border-radius: 3px;
}


.subscription-card {
    position: relative;
    overflow: hidden;
    transition: border 0.3s ease;
}

.subscription-card img {
    width: 100%;
    transition: filter 0.3s ease;
    filter: brightness(0.5);
}

.subscription-card .subscription-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
    transition: opacity 0.3s ease;
    font-weight: 600;
}

.display-none {
    display: none;
}

.subscription-card.selected {
    border: 5px solid white;
}

.subscription-card.selected img {
    filter: none;
}

.subscription-card.selected .subscription-title {
    opacity: 0;
}

.display-block {
    display: block;
}

.modal-dialog-change-sub {
    max-width: 1440px !important;
}

.font-size-24 {
    font-size: 24px;
}

.modal-footer {
    justify-content: flex-start !important;
}
