*,
*::before,
*::after {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

.navbar-brand {
    font-size: 40px;
    font-weight: 900;
    background-image: linear-gradient(red, yellow);
    padding: 20px;
    border-radius: 15px;
    animation: title 5s infinite;
}

.nav-item a {
    color: white;
}

nav button {
    color: white;
}


h1 i.fa-music {
    animation: muyt 5s infinite;
    color: red;

}

.main-div {
    width: 100%;
    height: 780px;
    display: grid;
    place-items: center;
    background-color: #f6f6f6;
    background-image: linear-gradient(rgba(0, 0, 50, 0.8), rgba(0, 0, 50, 0.8)), url(https://images.pexels.com/photos/3721941/pexels-photo-3721941.jpeg?auto=compress&cs=tinysrgb&w=600);

}

.container-fluid {
    width: 100%;
}

.navbar1 {
    color: #fff;
    /* background: #111; */
    width: 100%;

}

.music-container {
    width: 450px;
    height: 610px;
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 1.2rem 3rem 0.5rem rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    margin: 0;
}

.music-container #title {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    word-spacing: 0.5rem;
    color: #171717;
    margin: 2rem 0 0.5rem, 0;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.3);
}

.music-container #artist {
    color: #3b3636;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}





/* ------------------------------progress bar------------------------- */



.progressbar-container {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin-top: 10px;
}

.progress-div {
    width: 100%;
    height: 0.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    position: relative;
    margin-top: 0.5rem;
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

 div#progress.progress {
    height: 7px;
    background-color: #000;
} 


.progress {
    position: absolute;
    left: 0;
    width: 0%;
    top: 0;
    height: 7px;
    background-color: #000;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.progress-duration-meter {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}














/* ------------------------------progress bar------------------------- */























.img-container {
    width: 250px;
    height: 250px;
    margin: auto;
}

img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0.1rem 3rem 0.5rem rgba(0, 0, 0, 0.4);
}

.music-controls {
    width: 200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}

.music-controls .fas {
    color: #111111;
    font-size: 20px;
    cursor: pointer;
    filter: drop-shadow(0 1.2rem 3rem 0.5rem rgba(0, 0, 0, 0.4));
}

.music-controls .main-button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #111;
    color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.music-controls .fas:hover {
    color: grey;
}

.music-controls .fa-play:hover {
    background-color: #f6f6f6;
    color: #111;
    box-shadow: 0 1rem 2rem 0.2rem rgba(0, 0, 0, 0.4);
}
















.anime {
    animation: rotatePlayer 2s linear infinite;
}

@keyframes rotatePlayer {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes title {
    from {
        transform: rotateX(0deg);

    }

    to {
        transform: rotateY(360deg);
        background-image: linear-gradient(aqua, green);

    }
}



@keyframes muyt {
    from {
        transform: rotateX(0deg);

    }

    to {
        transform: rotateX(360deg);

    }

}






/* ===---------------------------------video------------------------- */


.youtube {
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.youtube input,
.youtube ::placeholder {
    border-radius: 20px;
    padding: 3px;
    width: 400px;
    height: 44px;
    outline: none;
    background: grey;
    color: black;
    font-size: 18px;
    border: none;
}

.youtube i {
    background: white;
    border-radius: 20px;
    height: 44px;
    width: 50px;
    margin: 2PX;
    font-size: 30px;
    padding: 6px;
}

.youtube i.fa-youtube {
    background: red;
}

.ytbtn i:hover {
    background: blue;
    color: white;
}


.video1 {
    width: 100%;
    height: 1000px;
    display: grid;
    background-image: linear-gradient(rgba(0, 0, 50, 0.8), rgba(0, 0, 50, 0.8)), url(./image/dirty-music-background-21777451.jpg);
    background-position: center;
    background-size: cover;

}

.video1 h1 {
    margin-top: 0px;
}

.card-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin: 15px 10px 30px 10px;

    margin-top: 60px;

}

.card1 iframe {
    width: 450px;
    margin-left: 13px;
}

.card2 iframe {
    width: 450px;
    margin-left: 13px;

}

.card3 iframe {
    width: 450px;
    margin-left: 13px;

}

















/* ==================================contact====================== */



#contact {
    width: 100vw;
    height: 450px;
    background-color: #111;
    margin-top: 0px
}

.sub-title {
    margin-top: 20px;
}


.contact-left {
    flex-basis: 35%;
    margin-top: 20px;
}

.contact-right {
    flex-basis: 60%;
}

.contact-left p {
    margin-top: 30px;
}

.contact-left p i {
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons {
    margin-top: 30px;
}

.social-icons a {
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a:hover {
    color: #ff004f;
    transform: translateY(-5px);
}

.btn.btn2 {
    display: inline-block;
    background: #ff004f;
}

.btn.btn2:hover {
    background: #ff004f;
}


.contact-right form {
    width: 100%;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

.form2 input,
.form2 textarea {
    margin: 15px 0;

}

form .btn2 {
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #262626;
    font-weight: 300;
    margin-top: 20px;
    color: white;
}

.copyright i {
    color: #ff004f;
}

/* ==================================contact end====================== */














/* ===========================Mobile sscreen============================= */



@media only screen and (max-width: 700px) {

    .contact-left,
    .contact-right {
        flex-basis: 100%;
    }

    .progressbar-container {
        padding: 0;
        margin-top: 20px;
    }

    .youtube {
        margin-top: 9px;
    }

    .music-container {
        width: 350px;
        height: 590px;

    }


    .copyright {


        font-size: 14px;
    }

    div.youtube.text-center {
        margin-top: 10px;
    }

    .video1 {
        width: 100%;
        height: 2400px;
        display: grid;
        background-image: linear-gradient(rgba(0, 0, 50, 0.8), rgba(0, 0, 50, 0.8)), url(./image/dirty-music-background-21777451.jpg);
        background-position: center;
        background-size: cover;

    }

    .card1 iframe {
        width: 300px;
        margin-left: 13px;
    }

    .card2 iframe {
        width: 300px;
        margin-left: 13px;

    }

    .card3 iframe {
        width: 300px;
        margin-left: 13px;

    }

    #contact {
        width: 100vw;
        height: 650px;

    }

    .main-div {
        height: 690px;
    }



    .youtube input {
        width: 200px;
    }

}

/* ===========================Mobile sscreen end============================= */