/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('../css/vendor/bootstrap.min.css');
@import url('../css/vendor/fontawesome.css');
@import url('../css/vendor/brands.css');
@import url('../css/vendor/regular.css');
@import url('../css/vendor/solid.css');
@import url('../css/vendor/swiper-bundle.min.css');

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(--value)
    }
}

@keyframes background_animation {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 0px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.7, 1.7, 1.8);
        transform-origin: center;
        border-width: 13px;
    }
}


:root {
    --dark-bg:  #000000;
    --secondary-dark: #0e1011;
    --secondary-color: #21282b;
    --gray-color: #c2c2c2;
    --accent-color: #e12929;
    --font-1: 'Montserrat', sans-serif;
    --font-2: 'Source Sans 3', sans-serif;
}

body {
    font-family: var(--font-2);
    color: white;
    background-color: #0c0e0f;
}

h1 {
    font-size: 76px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul {
    list-style: none;
}

img {
    object-fit: cover;
}

section {
    background-size: cover;
    background-position: center;
}

button {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s;
}

.button {
    padding-inline: 17px;
    padding-block: 15px;
    text-decoration: none;
    transition: all 0.5s;
    background-color: var(--accent-color);
    border: solid 2px var(--accent-color);
    font-weight: 600;
}

.button-outline,
.button-outline:hover {
    border-width: 1px;
    border-color: currentColor;
    border-style: solid;
}

.button:hover {
    color: white;
    background-color: transparent;
    border: solid 2px var(--accent-color);
}

.hover-transform:hover {
    transform: translateY(-10px);
}

button:hover {
    color: black;
}

a {
    text-decoration: none;
}

.font-1 {
    font-family: var(--font-1);
}

.font-2 {
    font-family: var(--font-2);
}

.ls-2 {
    letter-spacing: 2px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fw-black {
    font-weight: 900 !important;
}

.btn-outline {
    background-color: transparent;
    border: solid 1px currentColor !important;
}

.form input,
.form textarea,
.form select {
    background-color: transparent;
    border-radius: 0;
    border: solid 2px var(--accent-color) ;
    color: white;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    box-shadow: none;
    border: solid 2px var(--accent-color) ;

}

.form input::placeholder,
.form textarea::placeholder {
    color: var(--gray-color);
    font-family: var(--font-2);
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-lg" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
    background-color: transparent;
    border: 1px solid gray;
}

.form input.form-check-input:checked {
    border: 1px solid blue;
    color: blue;
}

.form .submit_form {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    background-color: var(--accent-color);
    color: white;
    border-radius: 5px;
    border: solid 2px var(--accent-color);
}

.submit_form:hover {
    background-color: transparent;
}

.submit_form-subscribe {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe:hover {
    background-color: var(--dark-bg);
    color: white;
    filter: none;
}

.maps {
    width: 100%;
    height: 480px;
    transition: filter 0.5s;
}

#header {
    transition: all 0.5s ease;
}

.nav-link {
    border-bottom: 2px solid transparent;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--font-2);
    padding-block: 1.2rem;
}

.nav-link:hover {
    color: var(--accent-color);
}

.nav-link.active {
    color: var(--accent-color) !important;
}

.navbar-toggler {
    border: none;
    color: var(--accent-color);
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--accent-color);
}

.dropdown-menu {
    background-color: #21282b;
    border-radius: 0;
    border: none;
    padding: 0.75rem;
    width: 200px;
}

.dropdown-item {
    padding-block: 0.75rem;
    color: white;
    font-family: var(--font-2);
    font-size: 0.95rem;
    font-weight: 400;
    padding-inline: 0.75rem;
}

.dropdown-item.active {
    color: white;
    background-color: var(--accent-color);
}

.dropdown-item:hover {
    background-color: var(--accent-color);
    color: white;
}

.dropdown-item:focus {
    color: var(--accent-color);
}

.section {
    padding: 6em 2em 6em 2em;
    overflow: hidden;
}

.r-container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
}

.bg-dark-color {
    background-color: var(--dark-bg);
}

.bg-secondary-color {
    background-color: var(--secondary-color);
}

.bg-secondary-dark {
    background-color: var(--secondary-dark);
}

.bg-accent-color {
    background-color: var(--accent-color);
}

.accent-color {
    color: var(--accent-color);
}


.border-accent-color {
    border-color: var(--accent-color) !important;
}

.text-gray {
    color: var(--gray-color) !important;
}

.text-secondary-color {
    color: var(--secondary-color);
}

.bg-accent-color-hover:hover {
    background-color: var(--accent-color);
    color: white;
}

.bg-dark-transparent {
    background-color: #232323b7;
}

.btn-dark {
    background-color: var(--dark-bg);
    color: white;
    border: none;
}

.btn-dark:hover {
    background-color: var(--accent-color-1);
    color: white;
    border: none;
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: black;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay-2 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: black;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #000000 100%);
    opacity: 1;
}

.texture-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("../image/texture.png");
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.logo-container {
    max-width: 170px;
}

.logo-filter {
    filter: brightness(200%) contrast(0%) saturate(200%) blur(0px) hue-rotate(0deg);
}

.divider {
    display: flex;
    align-items: center;
}

.divider::after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 3px solid #8692af;
    max-width: 30px;
    min-width: 30px;
}


.divider-element {
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

.image-infinite-bg {
    height: 90vh;
}

.animation-bg {
    animation: background_animation 10s forwards;
}

.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: var(--secondary-color);
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 8px;
    background-color: var(--secondary-progress-color);
    display: flex;
    border-radius: 3px;
}

.r-progress-bar .progress-value {
    height: 100%;
    width: calc(var(--progress) * 1%);
    background-color: var(--progress-color);
    position: relative;
    /* border-radius: 3px; */
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: black;
}

.r-progress-bar.percentage-label::after {
    counter-reset: percentage var(--progress);
    content: counter(percentage) '%';
    display: block;
    position: absolute;
    left: calc((var(--progress) * 1%) - 2rem);
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: var(--accent-color);
    font-size: 14px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-family: var(--font-1);
    top: -1.2rem;
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.social-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 15px;
    width: 1.8rem;
    height: 1.8rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    color: white;
}

.social-item:hover {
    color: var(--accent-color) !important;
    background-color: white;
}

.share-button {
    background-color: var(--accent-color-1);
    aspect-ratio: 1/1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.share-button:hover {
    background-color: var(--accent-color);
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--accent-color);
    border: none;
    position: relative;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.breadcrumb .breadcrumb-item>a {
    color: var(--accent-color);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--accent-color-1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--accent-color-1);
}

.swiper-pagination {
    margin-block: 1rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.video-container {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 5rem;
    background-color: transparent;
    border: solid 2px var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 2rem;
}

.video-btn:hover {
    color: var(--accent-color);
}

.border-custom {
    border-width: 0px 1px 0px 0px;
    border-color: var(--accent-color);
    border-style: solid;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.5rem;
    aspect-ratio: 1/1;
    width: 4rem;
    height: 4rem;
}

.request-loader {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
    border: solid 2px var(--accent-color);
    background-color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
}

.request-loader:hover {
    border: solid 2px var(--accent-color);
    color: white;
    background-color: transparent;
}


.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--accent-color);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%;
}

.post-button {
    background-color: transparent;
    color: var(--accent-color) !important;
    border: none !important;
}

.post-button:hover {
    background-color: transparent !important;
    color: var(--accent-color) !important;
    transform: scale(1.15);
}

.card.with-border-bottom {
    border-bottom: 5px solid var(--accent-color) !important;
}

.list-group .list-group-item {
    border: none;
    border-radius: 5px;
}

.list-group .list-group-item.active {
    background-color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: var(--accent-color);
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: var(--accent-color);
    color: white;
    border: 2px solid var(--accent-color);
}

.accordion-button:not(.collapsed):hover {
    color: white;
}


.accordion-button {
    background-color: transparent;
    border-radius: 0px;
    color: white;
    border: 2px solid var(--accent-color);
    font-family: var(--font-2);
    border-radius: 5px;
}

.accordion-button:hover {
    color: var(--accent-color);
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--accent-color);

}

.accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 1rem;
}

.accordion-button::after {
    filter: invert(1);
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

.outer-margin {
    margin-right: -7rem;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.list li {
    padding: 0;
}

.card .link {
    color: white;
    transition: color 0.5s;
}

.card .link:hover {
    color: var(--accent-color);
}

.link.accent-color {
    color: var(--accent-color);
    transition: color 0.5s;
}

.link.accent-color:hover {
    color: var(--dark-bg);
}


.link-white {
    color: white;
}

.link-white:hover {
    color: var(--accent-color);
}

.glass-effect {
    background: #202020b3;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.fs-very-large {
    font-size: 4.125rem;
}

.border-bottom-hover:hover {
    border-bottom: 2px solid var(--accent-color);
}

.testimonial-container {
    background-color: #1c2326b3;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.rating {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}

.rating li {
    color: var(--accent-color);
}

.logo-partner {
    filter: brightness(200%) contrast(0%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.5s;
}

.logo-partner:hover {
    filter: none;
}

@media only screen and (max-width:993px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .section {
        padding: 6em 2em 6em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
        background-size: cover !important;
    }

    #header {
        background: #202020b3;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }

    .outer-margin {
        margin-right: 0;
    }

    .nav-link {
        padding-block: 0.2rem;
    }

    .banner-image {
        margin: 0;
        transform: none;
    }

    .heading {
        margin-top: -40px;
    }

    .testimonial-img {
        margin: 0;
        margin-bottom: 1rem;
    }

    .dropdown-menu {
        width: 100%;
    }
    .r-container {
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
    }
}


  /* Fade-in and slide-up animation */
  @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animation to the text elements */
.animated-text {
    opacity: 0; /* Start invisible */
    animation: fadeInUp 1s ease-out forwards;
}

/* Delay animations for each element */
.animated-text-1 {
    animation-delay: 0.5s;
}

.animated-text-2 {
    animation-delay: 1s;
}

.animated-text-3 {
    animation-delay: 1.5s;
}








/* Base Styles */


.player-container {
    width: 100%; /* Full width on mobile */
    max-width: 900px; /* Max width for larger screens */
    height: auto; /* Auto height for mobile */
    margin: 1rem auto;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 100%);
    box-shadow: 0 0 40px rgba(122, 231, 245, 0.2);
    transform: translateZ(0);
    transition: transform 0.3s ease;
}

.player-container:hover {
    transform: translateY(-2px);
}

.image-column img {
    min-height: 250px !important; /* Reduced height for mobile */
    object-position: center 25%;
}

.player-container .row {
    height: auto; /* Auto height for mobile */
}

.player-container .col-md-6 {
    height: auto; /* Auto height for mobile */
    overflow: hidden;
}

.player-header {
    margin-bottom: 1rem !important;
}

.track-list-container {
    height: auto; /* Auto height for mobile */
    padding: 1.5rem;
}

.track-item {
    padding: 0.75rem; /* Reduced padding for mobile */
    margin: 0.25rem 0; /* Reduced margin for mobile */
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left;
}

.track-item:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(122, 231, 245, 0.05) 0%, transparent 100%);
}

.track-item.active {
    animation: trackGlow 1.5s infinite alternate;
    border-left: 3px solid var(--accent-color);
}

@keyframes trackGlow {
    from { box-shadow: 0 0 10px rgba(225, 41, 41, 0); }
    to { box-shadow: 0 0 20px rgba(225, 41, 41, 0.2); }
}


.btn-play-pause {
    width: 50px; /* Smaller button for mobile */
    height: 50px; /* Smaller button for mobile */
    background: linear-gradient(145deg, var(--accent-color), var(--accent-color));
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 25px;
    border: none;
}

.btn-play-pause::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(122, 231, 245, 0.2) ;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-play-pause:hover::after {
    opacity: 1;
}

.btn-play-pause.playing {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(122, 231, 245, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(122, 231, 245, 0); }
    100% { box-shadow: 0 0 0 0 rgba(122, 231, 245, 0); }
}

.progress-bar {
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-color));
    position: relative;
    border-radius: 50px;
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: -5px;
    top: -3px;
    width: 10px;
    height: 10px;
    background: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-color);
}

.image-column {
    position: relative;
    overflow: hidden;
}

.player-controls {
    margin-top: 1rem !important;
}

.image-column::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(122, 231, 245, 0.1) 0%, rgba(157, 122, 245, 0.1) 100%);
}

img {
    transition: transform 0.5s ease;
}

img:hover {
    transform: scale(1.05);
}

/* Media Queries for Mobile */
@media (max-width: 767.98px) {
    .player-container {
        border-radius: 10px; /* Smaller border radius for mobile */
    }

    .image-column img {
        min-height: 200px !important; /* Further reduced height for mobile */
    }

    .track-list-container {
        padding: 1rem; /* Reduced padding for mobile */
    }

    .track-item {
        padding: 0.5rem; /* Further reduced padding for mobile */
    }

    .btn-play-pause {
        width: 35px; /* Smaller button for mobile */
        height: 35px; /* Smaller button for mobile */
    }

    .player-header h3 {
        font-size: 1.25rem; /* Smaller font size for mobile */
    }

    .player-header p {
        font-size: 0.75rem; /* Smaller font size for mobile */
    }
}




/* Flags */

.flag-container {
    width: 32px;
    height: 32px;
    border: 1.5px solid #fff;
    padding: 2px;
    background: #fff;
}


.flag-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-icon:hover {
    background: rgba(255,255,255,0.1) !important;
    transform: scale(1.1);
}

.social-container {
    padding: 0.75rem 0;
}

.font-4 {
    font-size: 1.15rem;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.rounded-4 {
    border-radius: 1rem !important;
}



.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}







/* Luxury Performances Section */
.luxury-performances {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: #0a0a0a;
}

.luxury-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* .luxury-subtitle {
    color: #a18cd1 !important;
    text-shadow: 0 0 15px rgba(161,140,209,0.4);
    letter-spacing: 3px;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 1.5rem;
} */

/* .luxury-title {
    background: linear-gradient(45deg, #ff6b6b, #ff8e53);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    margin-bottom: 2rem !important;
} */

/* .accent-color {
    background: linear-gradient(45deg, #00dbde, #fc00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.luxury-divider {
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00dbde, #fc00ff, transparent);
    margin: 2rem auto;
}

/* Luxury Cards */
.luxury-card {
    position: relative;
    perspective: 1000px;
    min-height: 500px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(50px) scale(0.95);
}

.luxury-card.card-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.luxury-card-inner {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.15);
    transition: transform 0.8s, box-shadow 0.4s;
}

.luxury-card:hover .luxury-card-inner {
    transform: perspective(1000px) rotateX(5deg) rotateY(5deg) translateZ(30px);
    box-shadow: 0 35px 60px rgba(0,0,0,0.35);
}

.luxury-image-container {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.luxury-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.luxury-card:hover .luxury-main-image {
    transform: scale(1.08);
}

.luxury-frame {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255,255,255,0.2);
    margin: 15px;
    z-index: 2;
}

/* Flag Image Fixes */
.luxury-flag {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    z-index: 3;
    border: 2px solid rgba(255,255,255,0.2);
    background: #fff; /* Fallback for transparent flags */
}

.luxury-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.luxury-flag:hover img {
    transform: scale(1.1);
}
.luxury-flag:hover {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 0 35px rgba(0,0,0,0.4);
}

.luxury-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(21, 21, 21, 0.8), rgba(63, 63, 63, 0.2));
    z-index: 1;
}

.luxury-card-content {
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.luxury-card-title {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    text-align: center;
    position: relative;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.luxury-card-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #00dbde, #fc00ff);
}

.luxury-socials {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.luxury-card:hover .luxury-socials {
    opacity: 1;
    transform: translateY(0);
}

.luxury-social-item {
    color: #f4f4f4;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(244, 244, 244, 0.3);
}

.luxury-social-item:hover {
    color: #fc00ff;
    border-color: #fc00ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(252, 0, 255, 0.3);
}

/* Card Specific Styles */
.luxury-card-qatar .luxury-card-inner {
    border: 1px solid rgba(138,43,226,0.4);
}

.luxury-card-qatar::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, 
        rgba(138,43,226,0.15) 0%, 
        transparent 60%);
    top: -50%;
    left: -50%;
    filter: blur(80px);
    z-index: -1;
}

/* Mobile Adaptation */
@media (max-width: 768px) {
    .luxury-performances {
        padding: 4rem 0;
    }
    
    .luxury-title {
        font-size: 2.5rem;
    }
    
    .luxury-card {
        min-height: 400px;
    }
    
    .luxury-image-container {
        height: 250px;
    }
    
    .luxury-card-inner {
        transform: none !important;
    }
}











/* Base Styles */
.singer-section {
    padding: 4rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

/* Testimonial Slider */
.testimonial-slider {
    position: relative;
    padding: 1rem;
    z-index: 2;
}

.quote-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 2rem;
    margin: 1rem;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255,255,255,0.1);
}

.swiper-slide-active .quote-card {
    transform: translateY(0);
    opacity: 1;
}

.quote-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.quote-header i {
    font-size: 1.5rem;
    opacity: 0.8;
    color: var(--accent-color);
}

.stars i {
    color: #ffd700;
    font-size: 0.9rem;
    margin-left: 0.3rem;
}

.quote-text {
    color: rgba(255,255,255,0.9);
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    padding: 2px;
    object-fit: cover;
}

.author-name {
    color: #fff;
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
}

.author-role {
    color: #a18cd1;
    font-size: 0.9rem;
    margin: 0;
}

/* Artist Info */
.artist-info {
    padding: 2rem;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
}

.section-subtitle {
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.section-title {
    color: #fff;
    font-size: 2.5rem;
    margin: 1rem 0;
    font-weight: 600;
}

.divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #e12929, #e12929);
    margin: 1.5rem 0;
}

.highlight-text {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.achievements {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
}

.achievements li {
    padding: 0.5rem 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
}

.achievements i {
    color: var(--accent-color);
    width: 25px;
    text-align: center;
}

.current-projects {
    color: rgba(255,255,255,0.8);
    font-style: italic;
    margin: 1.5rem 0;
    font-size: 1rem;
}

.cta-button {
    background: linear-gradient(45deg, var(#f4f4f4), var(--accent-color));
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(252,0,255,0.3);
}

/* Swiper Customization */
/* Swiper Container Fixes */
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding-bottom: 10px;
}

.swiper-slide {
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.5;
    transform: scale(0.95);
    z-index: 1;
}

/* Pagination Fixes */
.swiper-pagination {
    position: relative;
    margin-top: 2rem;
    bottom: auto !important;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    opacity: 1;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #fc00ff;
    transform: scale(1.3);
}

/* Card Transitions */
.quote-card {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Animations */
@keyframes slideIn {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .singer-section {
        padding: 2rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .quote-card {
        margin: 0.5rem;
        padding: 1.5rem;
    }
    
    .artist-info {
        padding: 1.5rem;
    }
    
    .cta-button {
        font-size: 0.9rem;
        padding: 0.7rem 1.2rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .quote-text {
        font-size: 1rem;
    }
    
    .highlight-text {
        font-size: 1rem;
    }
}











.music-section {
    padding: 6rem 0;
    background: #0a0a0a;
}

.music-card {
    background: #141414;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.music-card:hover {
    transform: translateY(-10px);
}

.album-art {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.music-card:hover .album-image {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.music-card:hover .play-overlay {
    opacity: 1;
}

.play-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(252,0,255,0.8);
    border: none;
    color: white;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    transform: scale(0.8);
}

.play-btn:hover {
    background: #fc00ff;
    transform: scale(1);
}

.song-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.9) 100%);
}

.song-title {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, var(--accent-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.song-artist {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    margin: 0;
}

.song-meta {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,0.05);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
}

.song-meta i {
    margin-right: 0.5rem;
    color: var(--accent-color);
}

/* Modal Styles */
.modal-content {
    border: 2px solid rgba(252,0,255,0.3);
    border-radius: 15px;
    overflow: hidden;
}

.ratio-16x9 {
    background: #000;
}

/* CTA Button */
.cta-button {
    background: linear-gradient(10deg, var(--accent-color), var(--accent-color));
    color: white;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: transform 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 5px 15px rgba(252,0,255,0.3);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .music-card {
        margin-bottom: 1.5rem;
    }
    
    .song-title {
        font-size: 1.1rem;
    }
}













.featured-content {
    padding: 5rem 0;
    background-position: center;
    background-size: cover;
}

.gradient-overlay {
    background: linear-gradient(45deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
}

.music-preview {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.album-art {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.album-art:hover {
    transform: translateY(-10px);
}

.album-cover {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.album-art:hover .play-overlay {
    opacity: 1;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: #fff;
    color: #000;
    transform: scale(1.1);
}

.badge-container {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.chart-badge, .streams-badge {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 500;
}

.career-highlights {
    padding: 2rem;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-left: -100px;
}

.highlight-title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: linear-gradient(45deg, var(--accent-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.achievement-list {
    margin: 2rem 0;
}

.achievement-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.achievement-item:hover {
    transform: translateX(10px);
}

.achievement-item i {
    font-size: 1.8rem;
    color: #D4AF37;
    margin-top: 5px;
}

.platform-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.streaming-link {
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: transform 0.3s ease;
}

.streaming-link:hover {
    transform: translateY(-3px);
}

.streaming-link.spotify {
    background: #1DB954;
    color: #fff;
}

.streaming-link.apple {
    background: #FC3C44;
    color: #fff;
}

@media (max-width: 992px) {
    .career-highlights {
        margin-left: 0;
        margin-top: 2rem;
    }
    
    .album-cover {
        height: 400px;
    }
    
    .highlight-title {
        font-size: 2rem;
    }
}





















.news-section {
    padding: 2.5rem 0;
    background: #0a0a0a;
}

.section-title {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 0.8rem;
}

.section-divider {
    width: 45px;
    height: 2px;
    background: #ff4757;
    margin: 0 auto 1.5rem;
}

.news-card {
    background: #161616;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s ease;
    border: 1px solid #2a2a2a;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-2px);
}

.news-image {
    position: relative;
    height: 140px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
}

.news-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4757;
    color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 500;
}

.news-content {
    padding: 0.8rem;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    font-size: 0.75rem;
    color: #777;
}

.news-title {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}

.news-excerpt {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }
    
    .news-image {
        height: 120px;
    }
    
    .news-content {
        padding: 0.6rem;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



















.music-card {
    background: #111;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 15px;
}

.music-card:hover {
    background: #222;
}

.music-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.music-image img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.music-card:hover .music-image img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.music-card:hover .overlay {
    opacity: 1;
}

.play-btn {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 15px;
    font-size: 20px;
    color: #ff6347;
    transition: background 0.3s ease-in-out;
}

.play-btn:hover {
    background: #ff6347;
    color: white;
}

.music-info {
    padding-top: 10px;
    text-align: left;
}

.music-title {
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.music-date {
    font-size: 0.85rem;
    color: #888;
    text-transform: uppercase;
}

.read-more {
    display: inline-block;
    font-size: 0.9rem;
    color: var(--accent-color);
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
}

.read-more:hover {
    text-decoration: underline;
}










/* Add this to your CSS file */
.navbar-expand-lg .navbar-collapse {
    /* background-color: rgba(0, 0, 0, 0.9);  */
    padding: 10px; /* Optional: Add padding for better spacing */
}

/* Ensure the navbar has a background when expanded */
.navbar-expand-lg .navbar-toggler[aria-expanded="true"] + .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9); /* Dark background */
}

 /* Add this to your CSS file */
.navbar-expanded {
    background-color: rgba(0, 0, 0, 0.9) !important; 
}
