/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Banner section */
.video-bg-sec .elementor-background-video-container,
.bg-video-section .elementor-background-video-container {
    width: 50% !important;
    background-position: right;
    right: 0 !important;
    left: auto !important;
    transform: translate(0, 0);
}
.video-bg-sec .elementor-background-video-container::after,
.bg-video-section .elementor-background-video-container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(54.34% 45.42% at 56.84% 46.59%, rgba(32, 32, 32, 0.6) 0%, #202020 100%);
}
.bg-video-section .elementor-background-video-container {
    margin: 0 auto;
    right: 0 !important;
    left: 0 !important;
}
.bg-video-section .elementor-background-video-container::after {
    right: 0;
}



/* Footer Section */
.footer-subscribe-form {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.footer-subscribe-form .ginput_container input#input_1_1 {
    background: transparent;
    color: #fff;
    border-width: 0 0 1px 0;
    border-color: #fff;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    outline: none;
}
.footer-subscribe-form .ginput_container input#input_1_1:focus {
    box-shadow: none;
}
.footer-subscribe-form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.footer-subscribe-form .gform_footer input#gform_submit_button_1 {
    background: transparent;
    font-size: 25px;
    width: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
div#gform_1_validation_container {
    background: #fff;
    width: 600px;
    margin: 0 auto;
}
div#validation_message_1_1 {
    background: #fff;
    padding: 5px;
}

/* Listen songs area css */
.playlist-area .iron-audioplayer .playlist .audio-track, 
.playlist-area .playlist .track-number,
.iron-audioplayer .playlist .audio-track path, 
.iron-audioplayer .playlist .sricon-play {
    color: rgb(255 255 255) !important;
}
.playlist-area h3.sr_it-playlist-title {
    display: none;
}
.playlist-area .iron-audioplayer .playlist .track-number {
    padding-left: 0;
}
.playlist-area .sonaar-no-artwork .sonaar-grid {
    justify-content: start !important;
}

.playlist-area .srp_tracklist {
    margin: 10px 2px !important;
}



/* Playlist section css */
/* .playlist-container {
    width: 400px;
    max-width: 90%;
    padding: 20px;
    background-color: #2c2c2c;
    border-radius: 8px;
} */
.playlist-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.track {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 48%;
    padding: 15px 0;
    border-bottom: 1px solid #FFFFFF15;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.inner-track {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track-title {
    flex-grow: 1;
    padding: 0 10px;
    text-transform: uppercase;
}

.play-button {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    line-height: 0;
    padding: 0 15px 0 0;
}

.play-button.active {
    color: #fff;
}

.track:last-child {
    border-bottom: none;
}

button.play-button:focus,
button.play-button:hover {
    background: transparent;
    outline: none;
}

/* Progress bar styling */
.progress-bar-container {
    width: 94%;
    height: 4px;
    background-color: #555;
    margin-top: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 14px;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #ffa600;
}


/* Popup modal styling */
#popup,
#popup_form {
    display: none; /* Initially hidden */
}
.popup,
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #54595F;
    padding: 25px;
    border-radius: 0;
    color: #fff;
    width: 400px;
}
div#popup .popup-content {
    text-align: center;
    font-size: 20px;
}
.popup-content p {
    margin-bottom: 20px;
}

#close-popup,
.buy-now {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
}

button#close-popup:hover,
.buy-now:hover {
    background-color: #ffa600;
    border: 1px solid #ffa600;
}

div#popup_form .popup-content {
    width: 640px;
}
button#close-popup,
button#close-popup_form {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
button#close-popup img,
button#close-popup_form img {
    width: 15px;
    height: 15px;
}

input#gform_submit_button_2 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 auto;
    width: 130px;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.modal-header h3 {
    text-transform: capitalize;
    font-size: 24px;
}
.form_section .gfield input {
    height: 44px !important;
}
.form_section .gfield input,
.form_section .gfield textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-left: 0;
    border-radius: 0;
}
.form_section .gfield input:focus,
.form_section .gfield textarea:focus {
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}
.form_section div#gform_fields_2 {
    gap: 25px;
}
.form_section input#gform_submit_button_2:hover {
    background-color: #ffa600;
}
div#gform_2_validation_container {
    background: #fff;
    padding: 10px;
    margin: 15px 0 0;
}
.gfield_description.validation_message {
    background: #ffff;
    padding: 5px;
}
button.play-button.active img {
    width: 25px;
}

.track:nth-of-type(even) {
    position: relative;
    padding-left: 15px;
}
.track:nth-of-type(even):after {
    border-left: 1px solid #ffffff15;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 37px;
    transform: translate(-50%, -50%);
}
div#gform_confirmation_message_2 {
    margin: 40px 0 20px;
}

.popup-form-buynow input#gform_submit_button_2 {
    border: 1px solid #000;
    color: #000;
}

/* Outer Buy Now button popup form */
.popup-form-buynow .gfield input {
    height: 44px !important;
}
.popup-form-buynow .gfield input,
.popup-form-buynow .gfield textarea {
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    border-radius: 0;
}
.popup-form-buynow .gfield input, 
.popup-form-buynow .gfield textarea {
    border: none;
    border-bottom: 1px solid #ffffff;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
.popup-form-buynow .gfield input:focus, 
.popup-form-buynow .gfield textarea:focus {
    box-shadow: none;
}
.popup-form-buynow input#gform_submit_button_3 {
    width: 120px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    padding: 14px 0;
    background: #ffa600;
    border-color: #ffa600;
    border-radius: 0;
}
.popup-form-buynow input#gform_submit_button_3:hover {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}
.popup-form-buynow div#gform_3_validation_container {
    background: #fff;
    margin: 0;
    padding: 8px;
}



@media (min-width: 768px) and (max-width: 1024px) {
    .progress-bar-container {
        width: 95%;
    }
    .track {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .footer-subscribe-form {
        width: 100%;
    }
    .track:nth-of-type(even) {
        padding-left: 0;
    }
    .track:nth-of-type(even):after {
        border-left: 0;
    }
    .play-button {
        padding: 0;
    }
    .progress-bar-container {
        width: 100%;
        margin: 10px 0 0;
    }
    .track {
        width: 100%;
    }
    div#popup_form {
        padding: 20px;
    }
    div#popup {
        padding: 0 15px;
    }
    div#popup_form .popup-content {
        width: 100%;
    }
    .outer-popup-news .dialog-widget-content {
        width: 90%;
    }
    .outer-popup-news .dialog-message.dialog-lightbox-message {
        width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    div#popup_form .popup-content {
        max-height: 95vh;
        overflow-y: scroll;
        margin: 0;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 420px) {
    .video-bg-sec .elementor-widget-container h3 {
        font-size: 20px;
    }
}