@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    background-color: #000;
    font-family: 'Poppins';
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

button {
    /* margin-bottom: 1rem; */
}

.btn {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: 0.4px;
    color: #fff;
    padding: 16px 24px;
}

.header {
    padding: 1rem;
}

.header img{
    max-width: 107px;
}

.carousel {
    margin-bottom: 5rem;
}

.content-movies{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

.content-spotify{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-top: 5rem;
}

.content-spotify .title,
.content-spotify .description{
    margin-bottom: 2rem;
}

.movie1 img,
.movie2 img,
.movie3 img {
    max-width: 360px;
}
.spotify img {
    width: 360px;
    margin-bottom: 1rem;
}
.showmore-area{
    /* position: fixed;
    bottom: 460px; */
}
.showmore-text{
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0 0 1rem;
}
.showmore img {
    max-width: 100px;
}

.title-m {
    margin: 2rem 0 1rem;
}

.title img{
    max-width: 159px;
    margin-bottom: 1rem;
}

.movie-initial{
    margin:1rem 0;
}
.music-initial {
    margin:1rem 0 0;
}
.movie-initial p, 
.music-initial p{
    font-family: "Playfair Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #fff;
}

.woman-bg {
    background: url(../images/woman-v3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
}

.description {
    /* Poppins/body1/regular */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 1rem;
}

.spotify {
    min-height: 740px;
    margin-top: -3rem;
}

@media only screen and  (max-width:1024px) {
    .header {
        padding: 2.5rem 0 .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    button {
        margin-bottom: 1rem;
    }
    .header img{
        max-width: 79px;
    }
    .movie-initial, .music-initial {
        margin:2rem 0 0;
    }
    .movie-initial p, 
    .music-initial p{
        font-size: 28px;        
    }
    .movie1 img,
    .movie2 img,
    .movie3 img {
        max-width: 95vw;
    }
    .spotify {
        min-height: 900px;
        margin-top: unset;
    }
    .spotify img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .woman-bg-mobile {
        background: url(../images/woman-mobile-v3.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top;
        /* background-clip: unset; */
        min-width: 377px;
    }
}