a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}


body {
    font-family: "Plus Jakarta Sans", sans-serif;
 
background: linear-gradient(to bottom, #101010, #000);    
min-height: 100dvh;
 
    overflow-x: hidden;
    /* background: #101010; */

}
@supports (-webkit-touch-callout: none) {
  body  {
    background: #101010 !important;
  }
}
.warpper {
    position: relative;
}

.lines-img {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1200px;
    mix-blend-mode: lighten;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.checkbox-wrapper-22 {
}

.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.checkbox-wrapper-22 .switch input {
    display: none;
}

.checkbox-wrapper-22 .slider {
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.checkbox-wrapper-22 .slider:before {
    background-color: #00DD4B;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

.checkbox-wrapper-22 input:checked+.slider {
    background-color: rgba(255, 255, 255, 0.1);
}

.checkbox-wrapper-22 input:checked+.slider:before {
    transform: translateX(26px);
}

.checkbox-wrapper-22 .slider.round {
    border-radius: 34px;
}

.checkbox-wrapper-22 .slider.round:before {
    border-radius: 50%;
}


.hero {
    display: flex;
    min-height: 90vh;
    padding: 0 3.5vw;
    position: relative;
}
.hero .text-wrapper{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hero .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}

.hero .text h1 {
    font-size: 5.3vw;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Subjectivity';
    color: white;
    line-height: 1.2;
    margin-top: 10px;
}

.hero .text h1 img {
    height: 4vw;
}

.hero .text h1 span {
    color: #00DD4B;
}

.hero .text p {
    font-size: 18px;
    color: white;
    line-height: 1.5;
    padding-right: 100px;
    margin-bottom: 20px;
}

.hero .batn {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero .img {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}

.hero .img .first {
    width: 80%;
    opacity: .4;
    mix-blend-mode: color-dodge;
}

.hero .img .second {
    position: absolute;
    height: 110%;
    max-width: 900px;
}

.hero .text2 {
    display: none;
}

.hero .img2 {
    display: none;
}




.hero .text2 {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}

.hero .text2 h1 {
    font-size: 5.3vw;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Subjectivity';
    color: white;
    line-height: 1.2;
    margin-top: 10px;
}

.hero .text2 h1 img {
    height: 4vw;
}

.hero .text2 h1 span {
    color: #00DD4B;
}

.hero .text2 p {
    font-size: 18px;
    color: white;
    line-height: 1.5;
    padding-right: 100px;
    margin-bottom: 20px;
}

.hero .batn {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero .img2 {
    width: 50%;
    display: none;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}

.hero .img2 .first {
    width: 80%;
}






.discover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10vw 3.5vw 3vw;
}

.discover .left {
    width: 50%;
}

.discover .right {
    width: 35%;
}

h2 {
    font-size: 3vw;
    font-family: 'Subjectivity';
    text-transform: uppercase;
    color: white;
    font-weight: 900;
}

.discover .left h2 span {
    color: #00DD4B;
}

.discover .right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.discover .right p {
    font-size: 1vw;
    color: white;
    line-height: 1.7;
}




.slider {
    height: auto !important;
}

.slider div {
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.slider .slick-slide {
    margin: 0 10px;
}

.slick-arrow {
    display: none !important;
}

.slick-prev:before,
.slick-next:before {
    color: #333;
}

.slick-dots li button:before {
    color: rgba(255, 255, 255, 0.2) !important;
    font-size: 12px;
    opacity: 0.5;
}

/* Change active dot color */
.slick-dots li.slick-active button:before {
    color: #00DD4B !important;
    opacity: 1;
}

.slider .slider-card {
    position: relative;
}

.slider .slider-card .one {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0.007));
}

.slider .slider-card h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Subjectivity';
    color: white;
    text-transform: uppercase;
}

.slider .slider-card .play i {
    font-size: 19px;
    margin-left: 2px;
}

.slider .slider-card .wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}

.slider .slider-card .left {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
}

.slider .slider-card span {
    font-size: 14px;
    color: #00DD4B;
    text-transform: capitalize;
}

.slider .slider-card p {
    font-size: 14px;
    text-transform: capitalize;
    color: #bebebe;
}

.slider .slider-card b {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Subjectivity';

}

.slider .slider-card .right {
    align-self: flex-end;
}

.slider .slider-card .play {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider .slider-card .heart {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.7);
}

.heart {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: fill 0.3s ease;
}

.heart svg {
    height: 20px;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    transition: fill 0.3s ease;
}

.heart.filled svg {
    fill: white;
}

.video_slider_wrapper {
    aspect-ratio: 1/1.2;
    width: 100%;
    height: 100%;
    min-width: 418px;
}

.video_slider_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.video-slider-section {
    position: relative;
}

.video-slider-section .gradient {
    background: radial-gradient(circle, rgba(0, 221, 96, 1) 0%, rgba(0, 221, 75, 0) 50%);
    height: 33.5vw;
    width: 41vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: .3;
}


.experience {
    display: flex;
    align-items: center;
    padding: 50px 10vw;
}

.experience .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.experience .img-box {
    width: 90%;
    background-color: #bebebe;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
}

.experience img {
    width: 90%;
}

.experience .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding-left: 100px;
}

.experience .text h2 span {
    color: #00DD4B;
}

.experience .text p {
    color: #ffffff;
    line-height: 1.7;
    font-size: 1vw;
}

.experience .gradient2 {
    background: radial-gradient(circle, rgba(0, 221, 96, 1) -100%, rgba(0, 221, 75, 0) 70%);
    height: 42vw;
    width: 45vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .5;
}

.features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 50px 3.5vw;
    margin: auto;
    gap: 20px;
}

.features h2 span {
    color: #00DD4B;
}

.features p {
    font-size: 1vw;
    color: white;
}



.feature-cards-section {
    padding: 50px 10vw;
    display: grid;
    display: flex;
    justify-content: center;
    gap: 1.1vw;
    flex-wrap: wrap;
    position: relative;
}

.feature-card {
    width: 23vw;
    height: 19.3vw;
    background-color: #10101080;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    cursor: pointer;
    transition: all .3s;
}

.feature-card:hover {
    background-color: #ffffff0a;

}

.feature-card .img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.feature-card .img img {
    height: 4.2vw;
}

.feature-card .text b {
    color: white;
    font-size: 1.2vw;
    font-weight: bold;
    font-family: 'Subjectivity';
    text-transform: uppercase;
}

.feature-card .text p {
    color: white;
    font-size: .8vw;
    margin-top: 20px;
    line-height: 1.7;
}

.gradient3 {
    background: radial-gradient(circle, rgba(0, 221, 96, 1) -100%, rgba(0, 221, 75, 0) 70%);
    height: 52vw;
    width: 52vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .5;
}

.feature-btn {
    margin: auto;
    width: fit-content;
    padding: 50px 3.5vw;
}





.music {
    padding: 50px 3.5vw;
    display: flex;
    align-items: center;
}

.music .left {
    width: 50%;
}

.music .left h2 span {
    color: #00DD4B;
}

.music .right {
    width: 50%;
}

.music .right p {
    padding-left: 15vw;
    color: white;
    font-size: 1vw;
    line-height: 1.7;
}




.music-video {
    padding: 50px 3.5vw;
}

.music-video iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    border-radius: 20px;
}

.updates {
    padding: 50px 3.5vw;
    display: flex;
    align-items: center;
}

.updates .left {
    width: 50%;
}

.updates .left h2 span {
    color: #00DD4B;
}

.updates .right {
    width: 50%;
}

.updates .right p {
    padding-left: 15vw;
    color: white;
    font-size: 1vw;
    line-height: 1.7;
}






.albums .kodal-black {
    display: flex;
    align-items: center;
    aspect-ratio: 30/9;
    padding: 0 3.5vw;
    margin-bottom: 50px;
}

.albums .kodal-black .img {
    width: 60%;
    background: url(../images/kodal.webp);
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.albums .kodal-black .text {
    padding: 1.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 40%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.albums .kodal-black .text .one h3 {
    font-size: 2.1vw;
    font-weight: 900;
    color: white;
    line-height: 2.8vw;
}

.albums .kodal-black .text .one p {
    font-size: 1vw;
    color: white;
    font-weight: lighter;
    line-height: 1.7vw;
    margin-top: 1.2vw;
}

.albums .kodal-black .two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.albums .kodal-black .two .profile {
    display: flex;
    align-items: center;
    gap: 20px;
}

.albums .kodal-black .two .profile img {
    height: 2.6vw;
}

.albums .kodal-black .two .profile p {
    color: white;
    font-size: 1vw;
}

.albums .kodal-black .two .profile p span {
    color: rgba(255, 255, 255, 0.5);
}

.albums .kodal-black .two .bookmark {
    width: 1.7vw;
    height: 1.7vw;
    cursor: pointer;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    transition: fill 0.3s ease;
}

.albums .kodal-black .two .bookmark.filled {
    fill: white;
}

.album-cards {
    padding: 0 3.5vw;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 150px;
    gap: 2vw;
    flex-wrap: wrap;
}

.album-cards .bookmark {
    width: 26px;
    height: 26px;
    cursor: pointer;
    fill: none;
    stroke: white;
    stroke-width: 2px;
    transition: fill 0.3s ease;
}

.album-cards .bookmark.filled {
    fill: white;
}

.album-cards .album-card {
    width: 23%;
}

.album-cards .album-card img {
    width: 100%;
}

.album-cards .info {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 10vw;
}

.album-cards .info p {
    font-size: 1.1vw;
    font-weight: bold;
    color: white;
    line-height: 1.7vw;
}

.album-cards .two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.album-cards .profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.album-cards .profile img {
    width: 2.1vw;
}

.album-cards .profile p {
    font-size: .85vw;
    font-weight: 400;
}

.album-cards .profile p span {
    color: rgba(255, 255, 255, 0.5);
}







.vibe {
    padding: 3.5vw;
    display: flex;
    align-items: center;
    background-color: #15151541;
    border-left: 5px solid #00DD4B;
    overflow: hidden;
}

.vibe .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.1vw;
}

.vibe .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vibe .img img {
    width: 90%;
}

.gradient4 {
    background: radial-gradient(circle, rgba(0, 221, 96, 1) -100%, rgba(0, 221, 75, 0) 70%);
    height: 52vw;
    width: 52vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .7;
}

.vibe h2 {
    line-height: 1.4;
}

.vibe h2 span {
    color: #00DD4B;
}

.vibe .text p {
    color: white;
    font-size: 1vw;
    line-height: 1.7;
}

.vibe .text a {
    margin-top: 20px;
}



footer {
    padding: 2vw 3.5vw;
}

footer .stay-tuned {
    text-align: center;
    width: 70%;
    color: white;
    font-size: 1.6vw;
    font-weight: 900;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 2.7vw 0;
    margin: 4.2vw auto 3.7vw;
    font-family: 'Subjectivity';
    text-transform: uppercase;
}

.subscribe {
    width: 70%;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.1vw;
    padding: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}

.subscribe h3 {
    font-size: 2vw;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'Subjectivity';
}

.subscribe h3 span {
    color: #00DD4B;
}

.subscribe .search {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 3.5vw;
    border-radius: 100px;
    width: 37vw;
    display: flex;
    align-items: center;
}

.subscribe .search input {
    background-color: transparent;
    height: 100%;
    border-radius: 100px;
    border: none;
    outline: none;
    flex-grow: 1;
    padding: .6vw 1.1vw;
    color: white;
    font-size: 1vw;
}

.subscribe .search a {
    color: black;
    font-weight: 900;
    font-size: 1vw;
    height: 100%;
    background-color: #00DD4B;
    padding: 0 1.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: 'Subjectivity';
    transition: all .3s;
}

.subscribe .search a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: white;
}

footer .footer-logo {
    margin: 8vw auto;
    width: fit-content;
}

footer .footer-logo img {
    height: 3.2vw;
}

footer .icons i {
    color: white;
    font-size: 1.6vw;
}
footer .icons i:hover{
    color: #00DD4B;
}
footer .icons {
    display: flex;
    align-items: center;
    gap: 3.2vw;
    width: 70%;
    margin: auto;
    justify-content: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1.6vw;
}

footer .subscribe-wrapper {
    position: relative;
}

.gradient5 {
    background: radial-gradient(circle, rgba(0, 221, 96, 1) -100%, rgba(0, 221, 75, 0) 50%);
    height: 21vw;
    width: 37vw;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.4;
}







@media (max-width: 1500px) {
    .hero .img {
        padding-top: 50px;
    }
}
@media (max-width: 1400px) {
    h2 {
        font-size: 3.8vw;
    }

    .discover .right p {
        font-size: 1.2vw;
    }

    .experience .text p {
        font-size: 1.2vw;
    }

    .features p {
        font-size: 1.2vw;

    }

    .feature-card {
        width: 25vw;
        height: 20.5vw;
    }

    .feature-card .img img {
        height: 6vw;
    }

    .feature-card .text b {
        font-size: 1.4vw;
    }

    .feature-card .text p {
        font-size: .9vw;
        margin-top: 0.6vw;
    }

    .music .right p {
        font-size: 1.2vw;
    }

    .updates .right p {
        font-size: 1.2vw;
    }

    .vibe .text p {
        font-size: 1.2vw;
    }

    footer .stay-tuned {
        font-size: 1.8vw;
    }

    .subscribe .search a {
        font-size: 1.1vw;
    }

    .subscribe .search {
        width: 26vw;
        height: 3.3vw;
    }
}


@media (max-width: 1000px) {
    .discover .left {
        width: 60%;
    }

    .discover .right p {
        font-size: 1.4vw;
    }

    .experience .text {
        padding-left: 4vw;
        gap: 1.4vw;
    }

    .experience .text p {
        font-size: 1.4vw
    }

    .features p {
        font-size: 1.4vw;
    }

    .feature-card {
        width: 38vw;
        height: 34vw;
    }

    .feature-card .img img {
        height: 7vw;
    }

    .feature-card .text b {
        font-size: 1.6vw;
    }

    .feature-card .text p {
        font-size: 1.2vw;
    }

    .music .left {
        width: 60%;
    }

    .music .right p {
        padding-left: 2vw;
        font-size: 1.4vw;
    }

    .updates .right p {
        font-size: 1.4vw;
        padding-left: 10vw;
    }

    .album-cards .album-card {
        width: 31%;
    }

    .album-cards .info p {
        font-size: 1.6vw;
        line-height: 2.4vw;
    }

    .album-cards .profile img {
        width: 3.1vw;
    }

    .album-cards .profile p {
        font-size: 1.45vw;
    }

    .album-cards .bookmark {
        width: 1.9vw;
        height: 1.9vw;
    }

    .vibe .text p {
        font-size: 1.4vw;
    }

    .albums .kodal-black .text .one p {
        font-size: 1.2vw;
    }

    .albums .kodal-black .two .profile img {
        height: 3.5vw;
    }

    .albums .kodal-black .two .profile p {
        font-size: 1.3vw;
    }

    .albums .kodal-black .two .bookmark {
        width: 2.2vw;
        height: 2.2vw;
    }

    h2 {
        font-size: 4.5vw;
    }

    .album-cards .info {
        height: 15vw;
    }
}

@media (max-width: 1300px) {
    .hero p {
        font-size: 16px !important;
    }

}
@media (max-width: 950px) {
        .hero .img {
        padding-top: 50px;
    }
}
@media (max-width: 770px) {
    .hero {
        flex-direction: column;
        height: unset;
    }
    .hero .text-wrapper{
        width: 100%;
    }
    .hero .text,
    .hero .text2 {
        width: 100%;
    }
    .hero .img {
        align-self: center;
    }
    .hero .img,
    .hero .img2 {
        width: 80%;
        margin-top: 40px;
        align-self: center;
    }

    .checkbox-wrapper-22 {
        top: 0;
        left: 3.5vw;
    }

    .checkbox-wrapper-22 .switch {
        height: 24px;
        width: 50px;
    }

    .checkbox-wrapper-22 .slider:before {
        height: 19px;
        width: 19px;
        bottom: 3px;
    }

    .checkbox-wrapper-22 input:checked+.slider:before {
        transform: translateX(24px);
    }

    .hero .text h1,
    .hero .text2 h1 {
        font-size: 10vw;
    }

    .hero .text h1 img {
        height: 7.3vw;
    }

    .discover {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 50px;
    }

    .discover .left {
        width: 100%;
    }

    h2 {
        font-size: 5.6vw;
    }

    .discover .right {
        width: 70%;
        gap: 20px;
    }

    .discover .right p {
        font-size: 14px;
    }

    .video_slider_wrapper {
        aspect-ratio: 0.9 / 1.1;
        min-width: 220px;
    }

    .slider .slider-card h4 {
        font-size: 16px;
    }

    .slider .slider-card .left {
        gap: 5px;
    }

    .slider .slider-card .one {
        padding: 10px;
    }

    .slider .slider-card span {
        font-size: 10px;
    }

    .slider .slider-card p {
        font-size: 10px;
    }

    .slider .slider-card b {
        font-size: 12px;
    }

    .slider .slider-card .play {
        height: 34px;
        width: 34px;
    }

    .slider .slider-card .heart {
        height: 34px;
        width: 34px;
    }

    .slider .slider-card .play i {
        font-size: 14px;
    }

    .heart svg {
        height: 14px;
    }

    .experience {
        flex-direction: column-reverse;
        padding: 50px 3.5vw;
    }

    .experience .img {
        width: 100%;
        margin-top: 50px;
    }

    .experience .text {
        width: 100%;
        padding: 0;
    }

    .experience .text p {
        font-size: 14px;
    }

    .experience .img-box {
        width: 60%;
    }

    .experience .gradient2 {
        height: 87vw;
        width: 84vw;
    }

    .features p {
        font-size: 14px;
    }

    .feature-card .img img {
        height: 50px;
    }

    .feature-card {
        padding: 12px;
    }

    .feature-card .text b {
        font-size: 12px;
    }

    .feature-card .text p {
        font-size: 10px;
    }

    .music {
        flex-direction: column;
        align-items: flex-start;
    }

    .music .left {
        width: 100%;
    }

    .music .right p {
        padding: 0;
        font-size: 14px;
    }

    .music .right {
        width: 70%;
    }
    .updates {
        flex-direction: column;
        align-items: flex-start;
    }

    .updates .left {
        width: 100%;
    }

    .updates .right p {
        padding: 0;
        font-size: 14px;
    }

    .updates .right {
        width: 70%;
    }
    .albums .kodal-black {
        flex-direction: column;
        aspect-ratio: 20/9;
    }
    .albums .kodal-black .img {
        width: 100%;
    }
    .albums .kodal-black .text {
        width: 100%;
    }
    .albums .kodal-black .text .one h3 {
    font-size: 25px;
    line-height: 1.5;
}
    .albums .kodal-black .text .one p {
        font-size: 12px;
        line-height: 1.5;
    }
    .albums .kodal-black .two .profile img {
        height: 30px;
    }
        .albums .kodal-black .two .profile p {
        font-size: 12px;
    }
        .albums .kodal-black .two .bookmark {
        width: 16px;
        height: 16px;
    }
        .album-cards .album-card {
        width: 40%;
    }
        .album-cards .info p {
        font-size: 12px;
    }
        .album-cards .info {
        height: 100px;
    }
        .album-cards .profile img {
        width: 25px;
    }
        .album-cards .profile p {
        font-size: 10px;
    }
        .album-cards .bookmark {
        width: 20px;
        height: 20px;
    }
    .vibe {
        flex-direction: column;
    }
    .vibe .text {
    width: 100%;
}
    .vibe .text p {
        font-size: 14px;
    }
    .vibe .img {
    width: 100%;
}
.vibe .img img {
    width: 60%;
}
    footer .stay-tuned {
        font-size: 18px;
        padding: 20px 0;
        margin: 32px auto 28px;
        width: 90%;

    }
    .subscribe {
        padding: 12px;
        width: 90%;
    }
    .subscribe h3 {
        font-size: 25px;
    }
    .subscribe .search input {
        font-size: 12px;
        padding: 4px 8px;
    }
        .subscribe .search a {
        font-size: 10px;
        padding: 0 14px;
    }
    footer .footer-logo img {
    height: 25px;
}
footer .footer-logo {
    margin: 60px auto;
}
footer .icons i {
    font-size: 12px;
}
footer .icons {
    gap: 25px;
    padding-bottom: 12px;
        width: 90%;

}
    .subscribe .search {
        width: 35vw;
        height: 4.3vw;
    }
}


@media (max-width: 600px) {
.hero .img .first {
    width: 100%;
}
    .discover .right {
        width: 90%;
    }
}
@media (max-width: 550px) {
        .experience .img-box {
        width: 90%;
    }
        .feature-card {
        width: 100%;
    }
        .music .right {
        width: 90%;
    }
        .updates .right {
        width: 90%;
    }
    .feature-cards-section {
        gap: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .feature-btn {
        padding-top: 30px;
    }
        h2 {
        font-size: 30px;
        line-height: 1.5;
    }
        .albums .kodal-black .text .one h3 {
        font-size: 22px;
    }
        .albums .kodal-black .text .one p {
        font-size: 11px;
    }
        .albums .kodal-black .two .profile img {
        height: 25px;
    }
        .discover .right p {
        font-size: 12px;
    }
        .experience .text p {
        font-size: 12px;
    }
        .albums .kodal-black .two .profile p {
        font-size: 10px;
    }
        .album-cards .info p {
        font-size: 12px;
    }
        .vibe .text p {
        font-size: 12px;
    }
        .features p {
            font-size: 12px;
            text-align: center;
        }
        .music .right p {
            font-size: 12px;
        }
        .updates .right p {
            font-size: 12px;
        }
        .album-cards .album-card {
        width: 48%;
        margin-top: 20px;
    }
        .album-cards .info p {
            font-weight: 200;
            line-height: 1.6;
        }
        .album-cards .info {
            padding-top: 10px;
        }
            .album-cards .info {
        height: 120px;
    }
        .vibe .img img {
        width: 70%;
    }
        .subscribe {
            flex-direction: column;
            text-align: center;
        }
            .subscribe .search {
        width: 290px;
        height: 37px;
        margin-top: 15px;
    }
    .vibe{
        border-left: 3px solid #00DD4B;
    }
        .checkbox-wrapper-22 {
            top: 30px;
        }
        .hero{
            padding-top: 20px;
        }
.hero .text p {
    padding-right: 0;
}
    .experience .gradient2 {
        height: 94vw;
        width: 89vw;
    }
}
@media(max-width: 470px){
        .albums .kodal-black {
            aspect-ratio: 14/9;
        }
        .feature-card {
            height: 204px;
        }
}