p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}

body {
    padding-top: 60px;
    font-family: 'Cairo', 'sans-serif';
}

.QSound{
    color: #45E6D2;
}

.navbar {
    background-color: #1C293E;
}
.custom-navbar {
    border-bottom: 1px solid white;
}
.itemNav {
    text-decoration: none;
    color: white;
}

.itemNav:hover {
    color: #45E6D2;
}

.carousel-item {
    position: relative;
    height: 90vh;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.QSlider{
    font-size: 56px;
    color: #45E6D2;
}
.SoundSlider{
    font-size: 56px;
    color: white;
}
.carousel-caption {
    position: absolute;
    top: 20%;
    left: 50%;
    color: white;
    text-align: center;
}
.carousel-caption p{
    font-size: 20px;
    margin-top: 20px;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.btnslider {
    background-color: #45E6D2;
    width:186px;
    height: 43px;;
    color: white;
    font-size: 1.25rem;
    padding: 5px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 5px;
}

.textSlider{
    font-size: 64px;
}


.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    right:  10px; 
    top: 75%;
    transform: translateY(-50%); 
    pointer-events: none; 
}

.search-box input {
    padding-left: 35px; 
    color: white; 
    background-color: transparent;
}



.search-box input::placeholder {
    color: white;
}

.searchSection {
    background-color: #1C293E;
    margin-top: -55px;
}

.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

    .search-container .search-box {
        width: 100%;
        align-items: center;
    }

.search-box input {
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    border:1px solid #064BB5;
    border-radius: 10px;
    margin-top: 50px;

    background: linear-gradient(92.98deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: -4px 8px 56px rgba(0, 0, 0, 0.1);
}

.search-box button {
    position: absolute;
    top: 50%;
    transform: translateY(10%);
    color: #45E6D2;
    padding: 10px;
}


.searchSection h2 {
    color: white;
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
}

.cardd {
    padding: 40px;
    margin: 15px;
    color: #0f2347;
    border-style: solid;
    border: 1px solid #619EFD;
    margin-bottom: 50px;
    
}

.cardd p,
i {
    color: #45E6D2;
    font-size: 30px;

}

.card-body {
    text-align: center;
}

.cont {
    position: relative;
}

.img1 {
    position: relative;
    height: 293px;
    margin-top: 180px;
    border-top-left-radius: 100px;
    width: 395px;
}

.img2 {
    width: 395px;
    height: 293px;
    position: absolute;
    background: lightgray;
    border-top-left-radius: 100px;
    margin-top: 70px;
    right: 90px;
    top: 50px;
}

.rate {
    color: #45E6D2;
}

.Qparagraph {
    color: white;
}

.Qparagraph,
.rate {
    margin-top: 20px;
    margin-right: 20px;
}

/*.Qparagraph {
    font-size:30px;
}*/

@media (max-width: 767px) {

    .Qparagraph,
    .rate {
        margin-top: 20px;
        text-align: center;
    }

    .img1,
    .img2 {
        margin: 10px;
        width: 100%;
        height: auto;
    }

    .img2 {
        top: 30px;
        left: 0;
    }

    .row {
        flex-direction: column;
    }
}

.grad {
    background: linear-gradient(to left, #313b4e 70%, #45E6D2 100%);
    padding-bottom: 20px;
}

.rate h2{
    margin-right: 50px;
}
.rate h4{
    margin-right: 70px;
}
.profile {
/*    width: 50px;
*/

    height: 50px;
    border: 1px;
    border-radius: 30px;
    margin: 5px;
}

.mostSell{
    background-color: #1C293E;
    margin-top: -50px;


}
.mostSell .firsth2{
    color: white;
    margin: 50px;
    padding-top: 40px;
    font-size: 40px;

}
.card-video {
    width: 100%;
    display: block;
    background-color: black; 
}

.card-video:focus {
    outline: none; 
}

.card-text{
    color: white;
    font-size: 24px
}
.cardBtn {
    background-color: #45E6D2;
    text-decoration: none;
    color: white;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    border-color: #45E6D2;
    font-size:25px;
}
.more{
    text-align: center;
    color: white;
    padding-bottom: 100px;
    font-size: 24px;
    margin-top: 20px;
}
.artist {
    position: relative;
    background-color: #1C293E;
    padding-top: 50px;
/*    padding-bottom: 50px;
*/
    box-shadow: 0px -10px 20px rgba(69, 230, 210, 0.5); /* Shadow from bottom to top */
    overflow: hidden; /* Ensures shadow doesn't exceed div edges */
}

.artist::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px; /* Adjust height as needed */
    background: linear-gradient(to bottom, rgba(28, 41, 62, 0.9) 50%, rgba(69, 230, 210, 0.5) 100%);
    pointer-events: none; /
}
.card-image-circle {
    width: 200px; 
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}


.subscribe {
    border: 1px solid #636363;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 32px; 
    background: #3f4248;
}

.subscribe h2 {
    color: #FFFFFF;
    margin-bottom: 16px;
}


.input-container {
    display: flex;
    gap: 8px; 
}
.subscribeBtn {
    border-radius: 8px;
    padding: 10px 20px;
    color: white;
    background-color: #45E6D2;
    border: none;
    margin-right: 20px;
    flex: 1;
    max-width: 150px;
}
.emailBtn{
    border-radius: 8px;
    padding: 10px 20px 10px 200px;
    background-color:white;
    border: none;
    margin-right: 20px;
    flex: 2;
}


.SUB{
    padding: 80px 165px;
}


.searchBody {
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    min-height: 100vh;
    margin: 0;
}

/*.leftside {
    border-right: 1px solid white;
}*/

h2 {
    color: white;
}

.toggle-btn {
    color: white;
    font-size: 20px;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
}
.image-container1 {
    position: relative;
    width: 100%;
    height: 350px;
}

.image-container1 .image-with-opacity {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.image-container1 .position-absolute {
    padding: 10px;
    border-radius: 5px;
}

.marquee-container {
    display: flex;
    flex-wrap: wrap; /* Ensure multiple marquees can display in rows */
    gap: 10px; /* Add spacing between containers */
}

.marquee {
    background-color: #333; /* Optional: Add background to make each marquee distinct */
    border-radius: 8px; /* Optional: Add rounded corners for better aesthetics */
    overflow: hidden; /* Optional: Prevent content overflow */
}

.text-limited {
    color: #fff; /* Adjust text color for readability */
    white-space: nowrap; /* Optional: Limit to one line */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}

a:hover {
    text-decoration: underline; /* Add a hover effect for links */
}


