.hero-h1 {
    font-weight: 500;
    font-size: 70px;
    font-family: 'Istanbul', sans-serif;
    
.cd-section .row .col-md-3,
.cd-section .row .content-col {
    margin-bottom: 40px;
}
.cd-section .img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.cd-section .img-wrapper
    img {
    width: 100%;
    height: auto;
    display: block;
}

.cd-section .content-col {
    padding-left: 40px;
}
.cd-section .artist-info {
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    
}
.cd-section .artist-info
    span {
    margin-right: 25px;
}
.cd-section .title-h3
    h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    
    color: #fff;
}
.cd-section .title-h3
    h3 i {
    margin-right: 15px;
    font-size: 1.5rem;
}
/* MP3 Player Section */
.cd-section .mp3-player {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.cd-section .play-btn {
    background: #fff;
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    flex-shrink: 0;
}
.cd-section .time-label {
    font-size: 0.85rem;
    color: #fff;
    min-width: 45px;
    
}
.cd-section .progress-container {
    flex-grow: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}
.cd-section .progress-bar-custom {
    height: 100%;
    background: #fff;
    width: 60%; /* Example progress */
}
.cd-section .player-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}
.cd-section .player-icons
    i {
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
}
.cd-section .description {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.read-more-btn {
    background: transparent;
    border: none;
}


/* new css */
    h2 {
  /* text-align: center; */
  font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: 'Istanbul', sans-serif;
}
.subtitle {
    font-weight: bold;
    margin-top: 20px;
}
.image-wrapper {
    position: relative;
    display: block;
    margin: 35px auto;
    border: 1px solid #ffffff;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 12px;
    background-color: transparent;
    max-width: fit-content;
}
.image-wrapper
    img {
   display: block;
    max-width: 100%;
    height: auto;
    border-top-left-radius: 20px;
 
}
.author-signature {
    font-style: italic;
    margin-top: 15px;
    padding-bottom: 30px;
};
}
.hero-text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}

@media (max-width: 992px) {
    .hero-text {
   display:none;
}
}

.hero-section {
    background-image: url('../images/hero/hero-bg.webp');
    color: #fff;
    padding: 100px 0;
    text-align: center;
    height: 96vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 150px; */
    background-position: center top 0px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .hero-content {
    /* position: absolute; */
    /* top: 56%; */
    /* left: 59%; */
    /* transform: translate(-50%, -50%); */
}

.hero-section h1 {
    font-size: calc(32px + (62 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    text-align: start;
    line-height: normal;
    font-family: 'Istanbul', sans-serif;
}

.hero-section p {
    font-size: 17px;
    text-align: start;
    line-height: normal;
    margin-top: 6px;
}

/* Hero section 1 */

.hero-section-1 {
    background-image: url('../images/hero/hero-bg-1.png');
    color: #fff;
    padding: 100px 0;
    text-align: center;
    height: 89vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 150px; */
    background-position: center top 0px;
    margin-top: 0;
}

.hero-section-1 .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .hero-section .hero-content {
        width: 100%;
        transform: none;
        position: unset;
    }
}

@media (max-width: 992px) {
    .hero-section {
        /* min-height: 70vh; */
        padding: 80px 20px;
        background-position: center center;
        height: 42vh;
        margin-top: 90px;
    }

    .hero-section-1 {
        height: 30vh;
        margin-top: 82px;

    }
    .escape-star {
   
    height: 47px;
    right: -2%;
    bottom: -23px;
}
.hero-h1 {
   
    font-size: 32px;
}
}
.by-auther {
    position: absolute;
    bottom: 42px;
    right: 20px;
    /* transform: translateX(-50%); */
    text-align: center;
    font-size: 20px;
    color: #FFF6D4;
}
@media (max-width: 992px)  {
    .by-auther {
        display:none;
    }
}
 