* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
body {
    overflow-x: hidden;
}

.container {
    padding: 0px 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.main-header {
    background-image: url(./slider2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.logo {
    padding-top: 40px;
    text-align: center;
}

.para {
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 20px;
}

.content2 {
    display: flex;
    padding-top: 40px;
    justify-content: center;
    position: relative;
}
.arrow-down{
    transform: translateX(10px);
    color: white;
    cursor: pointer;
}
.drop-down-menu {
    height: 20px;
    width: 95px;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 40%;
    transform: translateY(20px);
    display: none;
}
.drop-down-menu-toggle{
    display: block;
}
.about {
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

.product {
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

.contact {
    padding-left: 30px;
    padding-right: 10px;
    color: white;
}

.home,
.pages,
.blog {
    color: white;
}
.service{
    color: black;
    padding-left: 10px;
}
.text {
    color: white;
    text-align: center;
    padding-top: 100px;
    font-size: 25px;
}
.life{
    color: red;
}


.para2 {
    color: white;
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
}

.btn-1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 200px;
    margin-left: 44%;
    height: 50px;
    width: 150px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.button button:hover {
    background-color: red;
    color: white;
}
.hambar{
    display: none;
}
.dap-type-playlist{
    width: 100%;
}
.dap{
    background-color: rgba(30, 30, 30, 0.7);
    border-top-color: #2D2D2D;
    height: 115px;
}
.dap-controls{
    padding: 10px 10px 0 10px;
    margin: 0px;
    margin-left: 20px;
    cursor: pointer;
    display: flex;
}
.shuffle-repeat{
    background-color: rgba(237, 43, 69, 0.7);
    font-size: 20px;
    width: 78px;
    height: 33px;
    border-radius: 5px;
    transform: translateY(5px);
}
.shuffle{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    color: white;
    top: 5px;
}
.repeat{
    color: white;
    top: 5px;
}
.dap-controls-2{
    display: flex;
    margin-left: 15px;
    transform: translateY(2px);
}
.backward{
    background-color: rgba(237, 43, 69, 0.7);
    width: 35px;
    height: 38px;
    border-radius: 5px;
    padding-left: 0px;
    padding-top: 7px;
    font-size: 20px;
}
.previous{
    color: white;  
    transform: translateX(7px);
    top: 7px;
}
.Play{
    background-color: rgba(237, 43, 69, 0.7);
    width: 35px;
    height: 38px;
    border-radius: 5px;
    padding-left: 0px;
    padding-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
}
.play{
    color: white;
    transform: translateX(9px);
    top: 8px;
}
.next{
    background-color: rgba(237, 43, 69, 0.7);
    width: 35px;
    height: 38px;
    border-radius: 5px;
    padding-left: 0px;
    padding-top: 7px;
    font-size: 20px;
}
.forward{
    color: white;  
    transform: translateX(8px);
    top: 8px;
}
.Stop{
    background-color: rgba(237, 43, 69, 0.7);
    width: 35px;
    height: 38px;
    border-radius: 5px;
    padding-left: 0px;
    margin-left: 5px;
    padding-top: 7px;
    font-size: 20px;
}
.stop{
    color: white;
    transform: translateX(9px);
    top: 8px;
}
.volume{
    color: white;  
    transform: translateY(13px);
    padding-left: 15px;
}
.hr{
    width: 4%;
    padding-left: 30px;
    transform: translateX(10px);
    margin-top: 18px;
    height: 5px;
    background-color: rgba(237, 43, 69, 0.7);
}
.hr2{
    width: 1%;
    padding-left: 10px;
    transform: translateX(10px);
    margin-top: 18px;
    height: 5px;
    background-color: gray;
}
.class-hr{
    display: flex;
}
.h6{
    color: white;
    transform: translateY(30px);
    padding-left: 30px;
    font-size: 15px;
}
.hr3{
    transform: translateX(10px);
    margin-top: 35px;
    width: 89%;
    height: 5px;
    background-color: gray;
}
.h6-2{
    color: white;
    transform: translateY(30px);
    padding-left: 20px;
    font-size: 15px;
}
.section1 {
    background-color: black;
}

.latest {
    padding-top: 70px;
    font-size: 25px;
    color: white;
    text-align: center;
}
.releases{
    color: red;
}
.images {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 70px;
}
.vid1:hover {
    border-radius: 150px;
    cursor: pointer;
}

.vid2:hover {
    border-radius: 150px;
    cursor: pointer;
}

.vid3:hover {
    border-radius: 150px;
    cursor: pointer;
}

.vid4:hover {
    border-radius: 150px;
    cursor: pointer;
}

.p1 {
    color: white;
    text-align: center;
    padding-top: 15px;
}

.p2 {
    color: red;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}

.section2 {
    background-image: url(./slider3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.events {
    text-align: center;
    padding-top: 80px;
    font-size: 25px;
    color: white;
}
.events2{
    color: red;
}

.content-3 {
    display: flex;
    padding-top: 40px;
    padding-left: 60px;
    justify-content: space-evenly;
    border-bottom: 2px red solid;
    padding-bottom: 40px;
    margin: 0 50px;
}

.events1 {
    display: flex;
    justify-content: space-between;
}

.content-3 button {
    height: 37px;
    width: 200px;
    font-size: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.content-3 button:hover {
    background-color: red;
    color: white;
}

.events1 {
    color: white;
    padding-top: 10px;
}

.events1:hover {
    color: red;
}
.content-4 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 55px;
    border-bottom: 2px red solid;
    padding-bottom: 40px;
    margin: 0 50px;
}

.content-4 button {
    height: 37px;
    width: 200px;
    font-size: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.content-4 button:hover {
    background-color: red;
    color: white;
}
.content-5 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 55px;
    border-bottom: 2px red solid;
    padding-bottom: 40px;
    margin: 0 50px;
}

.content-5 button {
    height: 37px;
    width: 200px;
    font-size: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.content-5 button:hover {
    background-color: red;
    color: white;
}
.content-6{
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 33px;
    padding-left: 55px;
    border-bottom: 2px red solid;
    padding-bottom: 40px;
    margin: 0 50px;
}
.content-6 button {
    height: 37px;
    width: 200px;
    font-size: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.content-6 button:hover {
    background-color: red;
    color: white;
}
.content-7{
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 33px;
    padding-left: 55px;
    border-bottom: 2px red solid;
    padding-bottom: 40px;
    margin: 0 50px;
}
.content-7 button {
    height: 37px;
    width: 200px;
    font-size: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.content-7 button:hover {
    background-color: red;
    color: white;
}
.section3{
    background-image: url(./section-4-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 750px;
}
.elementum{
    display: flex;
    justify-content: center;
}
.elementum-lacus{
    text-align: center;
    margin-left: 70px;
    transform: translateY(55%);
}
.hr-4{
    color: red;
    width: 80px;
    transform: translateX(50px);
    margin-top: 80px;
}
.youtube{
    width: 560px;
    height: 350px;
}
.elementum-lacus-2 h2{
    padding-left: 50px;
    transform: translateY(50px);
    padding-top: 150px;
    font-size: 30px;
    color: white;
}
.elementum-lacus-2 .p3{
    margin-left: 50px;
    transform: translateY(50px);
    width: 538px;
    font-size:16px;
    color: white;
}
.elementum-lacus-2 .p4{
    margin-left: 50px;
    transform: translateY(80px);
    width: 530px;
    font-size: 16px;
    color: white;
}
.btn-2{
    background-color: red;
    color: white;
    height: 40px;
    width: 180px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    margin-left: 50px;
    transform: translateY(120px);
}
.btn-2:hover{
    background-color: white;
    color: red;
}
.section-4{
    background-color: #1a1919;
}
.section-4 h2{
    font-size: 30px;
    color: white;
    padding-top: 100px;
    text-align: center;
}
.heading{
    color: red;
    padding-left: 10px;
}
.band{
    display: flex;
    justify-content: space-evenly;
    padding-top: 70px;
}
.members1 h5{
    padding-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
}
.members1 h5:hover{
    color: red;
}
.members1 p{
    text-align: center;
    color: red;
    padding-top: 5px;
}
.member1:hover{
    cursor: pointer;
    border-radius: 50%;
}

.members2 h5{
    padding-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
}
.members2 h5:hover{
    color: red;
}
.members2 p{
    text-align: center;
    color: red;
    padding-top: 5px;
}
.member2:hover{
    cursor: pointer;
    border-radius: 50%;
}

.members3 h5{
    padding-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
}
.members3 h5:hover{
    color: red;
}
.members3 p{
    text-align: center;
    color: red;
    padding-top: 5px;
}
.member3:hover{
    cursor: pointer;
    border-radius: 50%;
}

.members4 h5{
    padding-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
}
.members4 h5:hover{
    color: red;
}
.members4 p{
    text-align: center;
    color: red;
    padding-top: 5px;
}
.member4:hover{
    cursor: pointer;
    border-radius: 50%;
}
.btn-3{
    height: 40px;
    width: 200px;
    border-radius: 5px;
    background-color: red;
    color: white;
    margin-top: 70px;
    margin-left: 665px;
    margin-bottom: 100px;
    cursor: pointer;
}
.btn-3:hover{
    background-color: white;
    color: red;
}
.section-5{
    background-image: url(./section-6-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 600px;
}
.album{
    display: flex;
    justify-content: center;
}
.album-1{
    margin-top: 100px;
    margin-left: 50px;
}
.album-2 h2{
    font-size: 30px;
    padding-top: 80px;
    padding-left: 50px;
    color: white;
}
.album-2 h3{
    color: white;
    font-size: 25px;
    padding-left: 50px;
    padding-top: 30px;
}
.sale{
    color: red;
    padding-left: 10px;
}
.hr-5{
    color: red;
    width: 80px;
    transform: translateX(50px);
    margin-top: 30px;
}
.p5{
    margin-left: 50px;
    transform: translateY(30px);
    width: 540px;
    font-size:16px;
    color: white;
}
.p6{
    margin-left: 50px;
    transform: translateY(60px);
    width: 530px;
    font-size: 16px;
    color: white;
}
.youtube2{
    height: 370px;
}
.btn-4{
    background-color: red;
    color: white;
    height: 40px;
    width: 180px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    margin-left: 50px;
    transform: translateY(120px);
}
.btn-4:hover{
    background-color: white;
    color: red;
}
.section-6{
    background-image: url(./section-7.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}
.section-6 h2{
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
}
.section-6 img{
    height: 250px;
    width: 250px;
}
.albums{
    color: red;
    padding-left: 5px;
}
.Albums{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}
.albums-1{
    color: black;
    background-color: gray;
}
.beer{
    color: white;
    padding-left: 5px;
}
.marshal{
    display: block;
}
.Albums h3{
    text-align: center;
}
.Albums p{
    text-align: center;
    color: black;
}
.albums-2, .albums-3{
    color: black;
    background-color: gray;
}
.song-1{
    display: flex;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.repeat-1{
    color: white;
    font-size: 20px;
}
.repeat-2{
    color: white;
    padding-left: 5px;
    font-size: 20px;
}
.back{
    color: white;
    padding-left: 20px;
    font-size: 20px;
}
.play-2{
    color: white;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}
.next-2{
    color: white;
    padding-left: 20px;
    font-size: 20px;
}
.stop-2{
    color: white;
    padding-left: 20px;
    font-size: 20px;
}
.albums-2{
    margin-left: 100px;
    margin-right: 100px;
}
.freedom{
    color: white;
}
.retro{
    color: white;
}
.section-7{
    background-color: #1a1919;
}
.section-7 h2{
    color: white;
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
}
.news{
    color: red;
    padding-left: 10px;
}
.news-2{
    display: flex;
    margin-top: 60px;
}
.news-3{
    display: flex;
    color: white;
    margin-left: 30px;
}
.news-3 h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.hr-6{
    color: red;
    width: 80px;
}
.news-3 p{
    margin-top: 15px;
    font-size: 14px;
    width: 43%;
}
.news-6{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
}
.news-7 h3{
    font-size: 20px;
    padding-left: 20px;
    width: 297px;
}
.hr-7{
    color: red;
    width: 80px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-7 p{
    margin-top: 15px;
    font-size: 14px;
    width: 46%;
    padding-left: 20px;
}
.btn-5{
    height: 40px;
    width: 120px;
    background-color: white;
    color: black;
    margin-top: 20px;
    border-radius: 30px;
    cursor: pointer;
}
.btn-6{
    height: 40px;
    width: 120px;
    background-color: white;
    color: black;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 30px;
    cursor: pointer;
}
.btn-7{
    height: 40px;
    width: 180px;
    background-color: red;
    color: white;
    margin-top: 80px;
    margin-bottom: 80px;
    transform: translateX(665px);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.btn-7:hover{
    background-color: white;
    color: red;
}
.post-1:hover{
    border-radius: 50%;
}
.post-2:hover{
    border-radius: 50%;
}
.post-3:hover{
    border-radius: 50%;
}
.post-4:hover{
    border-radius: 50%;
}
.news-3:hover{
    background-color: gray;
    border-top-right-radius: 49%;
    border-bottom-right-radius: 49%;
}
.news-6:hover{
    background-color: gray;
    border-top-left-radius: 49%;
    border-bottom-left-radius: 49%;
}
.section-8{
    background-image: url(./section-09-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 480px;
    width: 100%;
}
.section-8 h2{
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 80px;
}
.say{
    color: red;
    padding-left: 5px;
}
.say-2{
    display: flex;
    margin-bottom: 80px;
}
.recent{
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 100px;
}
.say-4 h4{
    padding-left: 30px;
    color: white;
    padding-top: 100px;
    font-size: 20px;
}
.saf{
    color: red;
    padding-left: 30px;
    font-size: 20px;
    padding-top: 40px;
}
.ceo{
    color: red;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 15px;
}
.section-9{
    background-color: #1a1919;
    color: white;
    position: relative;
}
.section-9 h2{
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
}
.our{
    color: red;
    padding-left: 10px;
}
.products{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    position: relative;
}
.products img{
    position: relative;
}
.product-1 h3{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: white;
}
.product-1 h4{
    font-size: 20px;
    color: white;
    background-color: red;
    height: 25px;
    width: 60px;
    position: absolute;
    top: 80.2%;
    transform: translateX(210px)
}
.product-2 h3{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: white;
}
.product-2 h4{
    font-size: 20px;
    color: white;
    background-color: red;
    height: 25px;
    width: 60px;
    position: absolute;
    top: 80.2%;
    transform: translateX(210px)
}
.product-3 h3{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: white;
}
.product-3 h4{
    font-size: 20px;
    color: white;
    background-color: red;
    height: 25px;
    width: 60px;
    position: absolute;
    top: 80.2%;
    transform: translateX(210px)
}
.product-4 h3{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: white;
}
.product-4 h4{
    font-size: 20px;
    color: white;
    background-color: red;
    height: 25px;
    width: 60px;
    position: absolute;
    top: 80.2%;
    transform: translateX(210px)
}
.products img:hover{
    border-radius: 50%;
}
.products h3:hover{
    color: red;
}
.btn-8{
    height: 40px;
    width: 180px;
    background-color: red;
    color: white;
    margin-top: 80px;
    margin-bottom: 80px;
    transform: translateX(665px);
    border-radius: 5px;
    font-size: 14px;
}
.btn-8:hover{
    background-color: white;
    color: red;
}
.main-footer{
    background-image: url(./footer-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
    color: white;
    position: relative;
}
.main-footer h4{
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.band-2{
    color: red;
    padding-left: 5px;
}
.hr-8{
    width: 80px;
    margin-bottom: 50px;
    color: red;
}
.main-footer p{
    font-size: 20px;
}
.donec{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nulla{
    display: block;
    padding-bottom: 30px;
}

.footer{
    display: flex;
    justify-content: space-evenly;
}
.phone{
    display: flex;
    font-size: 20px;
}
.phone-2{
    font-size: 20px;
    padding-left: 10px;
}
.email{
    display: flex;
    padding-top: 10px;
    font-size: 20px;
}
.email-2{
    padding-left: 10px;
}
.hr-9{
    width: 80px;
}
.posts-2{
    display: flex;
    margin-top: 40px;
}
.amet{
    display: block;
}
.posts-4{
    display: flex;
}
.posts-3 a{
    padding-left: 10px;
    color: red;
    font-size: 18px;
    padding-top: 20px;
}
.posts-3 p{
    padding-left: 10px;
    padding-top: 30px;
}
.hr-10{
    width: 80px;
}
.links a{
    color: white;
}
.links-1 a{
    color: red;
}
.right{
    padding-top: 20px;
}
.links-2 a:hover{
    color: red;
}
.links-3 a:hover{
    color: red;
}
.links-4 a:hover{
    color: red;
}
.links-5 a:hover{
    color: red;
}
.links-6 a:hover{
    color: red;
}
.hr-11{
    width: 80px;
    margin-bottom: 20px;
}
.submit{
    position: relative;
}
.submit-2{
    height: 40px;
    width: 220px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}
.btn-9{
    height: 40px;
    width: 60px;
    position: absolute;
    right: 5px;
    background-color: rgb(255, 0, 85);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    transform: translateY(1px);
}
.social{
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
}
.social a{
    color: white;
}
.social-1{
    background-color: #2D2D2D;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    text-align: center;
}
.social-2{
    background-color: #2D2D2D;
    height: 25px;
    width: 30px;
    padding-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}
.social-3{
    background-color: #2D2D2D;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    text-align: center;
}
.social-4{
    background-color: #2D2D2D;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
}
.social-5{
    background-color: #2D2D2D;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    text-align: center;
}
.social-6{
    background-color: #2D2D2D;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    text-align: center;
    margin-left: 25px;
}
.social a:hover{
    background-color: white;
    color: black;
}


/* extra small screen(<576px), small screen(576px to 767.98px),medium screen(768px to 991.98px), large screen(992px to 1199.98px), extra large(greater than equals 1200px) */

@media(max-width:575.98px){
    .container {
        padding: 0px;
        width: 100%;
    }
    .main-header {
        height: auto;
        width: 100%;
    }
    .logo {
        padding-top: 30px;
        padding-left: 0px;
    }
    .Logo{
        height: 40px;
        width: 210px;
    }
    
    .para {
        font-size: 15px;
        color: white;
        padding-left: 0px;
        padding-top: 20px;
    }
    .content{
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .content2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        background-color:#2D2D2D;
        width: 100%;
        top: 0%;
        position: absolute;
        left: -100%;
        transition: 500ms;
        z-index: 2;
    }
    .ham-menuZ{
        left: 0%;
        top: 0%;
        transition: 500ms;
        z-index: 2;
    }
    .hambar{
        display: block;
        position: absolute;
        font-size: 40px;
        color: red;
        right: 20px;
        top: 35px;
        z-index: 2;
    }
    .arrow-down{
        display: none;
    }
    .content ul li a{
        font-size: 30px;
        color: white;
        padding: 0px 0px;
    }
    .content ul li{
        padding: 30px 0px;
    }
    .about {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .product {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .contact {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .home,
    .pages,
    .blog {
        color: white;
    }
    
    .text {
        color: white;
        text-align: center;
        padding-top: 30px;
        font-size: 18px;
    }
    .life{
        color: red;
    }
    
    
    .para2 {
        color: white;
        padding-top: 30px;
        text-align: center;
        font-size: 16px;
    }
    
    .btn-1 {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 50px;
        margin-left: 31%;
        height: 50px;
        width: 150px;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }
    
    .button button:hover {
        background-color: red;
        color: white;
    }
    .dap{
        background-color: gray;
        border-top-color: #2D2D2D;
        height: 115px;
    }
    .dap-controls{
        padding: 10px 10px 0 10px;
        margin: 0px;
        cursor: pointer;
    }
    .shuffle-repeat{
        display: none;
    }
    .shuffle{
        padding-right: 15px;
        padding-left: 10px;
        color: white;
        top: 5px;
    }
    .repeat{
        color: white;
        top: 5px;
        left: 45px;
    }
    .backward{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .previous{
        color: white;  
        transform: translateX(7px);
        top: 7px;
    }
    .Play{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .play{
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateX(10px);
        font-size: 20px;
    }
    .next{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .forward{
        color: white;  
        transform: translateX(8px);
        top: 8px;
    }
    .Stop{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .stop{
        color: white;  
        transform: translateX(9px);
        top: 8px;
    }
    .volume{
        display: none;
    }
    .hr{
        display: none;
    }
    .hr2{
        display: none;
    }
    .h6{
        color: white;
        left: 28px;
        font-size: 15px;
    }
    .hr3{
        width: 62%;
        height: 5px;
        background-color: white;
        left: 70px;
    }
    .h6-2{
        color: white;
        right: 30px;
        font-size: 15px;
    }
    .section1 {
        background-color: black;
    }
    
    .latest {
        padding-left: 10px;
        padding-top: 70px;
        font-size: 21px;
        color: white;
        text-align: center;
    }
    .releases{
        color: red;
    }
    .images {
        margin-left: 54px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .vid1:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid2:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid3:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid4:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .p1 {
        font-size: 22px;
        padding-right: 55px;
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    
    .p2 {
        font-size: 20px;
        padding-right: 50px;
        color: red;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    
    .section2 {
        height: auto;
        width: 100%;
        padding-bottom: 100px;
    }
    
    .events {
        text-align: center;
        padding-top: 80px;
        font-size: 20px;
        color: white;
    }
    .events2{
        color: red;
    }
    
    .content-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-left: 0px;
        justify-content: center;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .events1 {
        display: flex;
        justify-content: space-between;
    }
    
    .content-3 button {
        margin-top: 20px;
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-3 button:hover {
        background-color: red;
        color: white;
    }
    
    .events1 {
        color: white;
        padding-top: 10px;
    }
    
    .events1:hover {
        color: red;
    }
    .content-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-4 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-top: 20px;
    }
    
    .content-4 button:hover {
        background-color: red;
        color: white;
    }
    .content-5 {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-5 button {
        height: 37px;
        width: 200px;
        margin-top: 20px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-5 button:hover {
        background-color: red;
        color: white;
    }
    .content-6{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-6 button {
        height: 37px;
        width: 200px;
        margin-top: 20px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-6 button:hover {
        background-color: red;
        color: white;
    }
    .content-7{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-7 button {
        height: 37px;
        width: 200px;
        margin-top: 20px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-7 button:hover {
        background-color: red;
        color: white;
    }
    .section3{
        height: auto;
        width: 100%;
    }
    .elementum{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0px;
        width: 100%;
    }
    .elementum-lacus{
        margin-top: 50px;
        margin-left: 0px;
        transform: translateY(0px);
        width: auto;
    }
    .youtube{
        height: 250px;
        width: 365px;
    }
    .elementum-lacus-2 h2{
        padding-top: 50px;
        padding-left: 22px;
        transform: translateY(0px);
        font-size: 32px;
        color: white;
        font-weight: bold;
        width: auto;
    }
    .hr-4{
        display: none;
    }
    .elementum-lacus-2 .p3{
        margin-left: 0px;
        text-align: center;
        transform: translateY(10px);
        width: auto;
        font-size: 15px;
        color: white;
        width: auto;
    }
    .elementum-lacus-2 .p4{
        margin-left: 0px;
        text-align: center;
        transform: translateY(30px);
        width: auto;
        font-size: 15px;
        color: white;
        width: auto;
    }
    .btn-2{
        height: 40px;
        width: 180px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 100px;
        transform: translateY(70px);
        margin-bottom: 100px;
    }
    .band{
        text-align: center;
        flex-direction: column;
        display: flex;
        padding-top: 70px;
    }
    .members1, .members2, .members3, .members4 p {
        padding-bottom: 20px;
        text-align: center;
        color: red;
        padding-top: 5px;
    }
    .btn-3 {
        height: 40px;
        width: 200px;
        border-radius: 5px;
        background-color: red;
        color: white;
        margin-top: 20px;
        margin-left: 85px;
        cursor: pointer;
    }
    .album {
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    .section-5 {
        width: 100%;
        height: auto;
    }
    .album-1 {
        text-align: center;
        margin-top: 40px;
        margin-left: 0px;
    }
    .youtube2{
        height: 190px;
        width: 270px;
    }
    .album-2 h2 {
        font-size: 30px;
        padding-top: 40px;
        padding-left: 10px;
        color: white;
    }
    .hr-5 {
        display: none;
    }
    .album-2 h3 {
        text-align: center;
        color: white;
        font-size: 25px;
        padding-left: 0px;
        padding-top: 30px;
    }
    .p5 {
        width: auto;
        margin-left: 0px;
        text-align: center;
        transform: translateY(30px);
        font-size: 15px;
        color: white;
    }
    .p6 {
        width: auto;
        margin-left: 0px;
        text-align: center;
        transform: translateY(60px);
        font-size: 15px;
        color: white;
    }
    .btn-4 {
        margin-bottom: 130px;
        background-color: red;
        color: white;
        height: 40px;
        width: 180px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 100px;
        transform: translateY(100px);
    }
    .section-6 {
        width: auto;
        height: auto;
    }
    .section-6 h2 {
        color: white;
        font-size: 30px;
        text-align: center;
        padding-top: 40px;
    }
    .Albums {
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .section-6 img {
        height: 250px;
        width: 250px;
    }
    .albums-1 {
        color: white;
        background-color: transparent;
    }
    .Albums p {
        text-align: center;
        color: white;
    }
    .song-1 {
        display: flex;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .albums-2 {
        background-color: transparent;
        margin-top: 20px;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .Albums h3 {
        color: white;
        text-align: center;
    }
    .albums-2, .albums-3 {
        margin-top: 20px;
        margin-bottom: 20px;
        color: white;
        background-color: transparent;
    }
    .section-7 {
        width: auto;
        height: auto;
        background-color: #1a1919;
    }
    .section-7 h2 {
        color: white;
        text-align: center;
        padding-top: 40px;
        font-size: 30px;
    }
    .news-2 {
        flex-direction: column;
        display: flex;
        margin-top: 50px;
    }
    .news-3 {
        flex-direction: column;
        display: flex;
        color: white;
        margin-left: 0px;
        text-align: center;
    }
    .news-3:hover {
        flex-direction: column;
        background-color: transparent;
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .news-3 h3 {
        font-size: 27px;
        margin-bottom: 15px;
    }
    .hr-6 {
        display: none;
    }
    .news-3 p {
        width: auto;
        margin-top: 15px;
        font-size: 14px;
    }
    .btn-5 {
        margin-bottom: 20px;
        height: 40px;
        width: 120px;
        background-color: white;
        color: black;
        margin-top: 20px;
        border-radius: 30px;
        cursor: pointer;
    }
    .news-5{
        margin-bottom: 20px;
    }
    .news-6 {
        text-align: center;
        display: flex;
        color: white;
        flex-direction: column;
    }
    .news-6:hover {
        background-color: transparent;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
    }
    .news-7 h3 {
        padding-top: 10px;
        text-align: center;
        width: auto;
        font-size: 30px;
        padding-left: 0px;
    }
    .hr-7{
        display: none;
    }
    .news-7 p {
        text-align: center;
        width: auto;
        margin-top: 15px;
        font-size: 14px;
        padding-left: 0px;
    }
    .btn-6 {
        height: 40px;
        width: 120px;
        background-color: white;
        color: black;
        margin-top: 20px;
        margin-left: 0px;
        border-radius: 30px;
        cursor: pointer;
    }
    .btn-7 {
        height: 40px;
        width: 180px;
        background-color: red;
        color: white;
        margin-top: 50px;
        transform: translateX(100px);
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .section-8{
        height: auto;
        width: auto;
    }
    .section-8 h2 {
        text-align: center;
        color: white;
        font-size: 36px;
        padding-top: 45px;
    }
    .say-2 {
        flex-direction: column;
        display: flex;
        text-align: center;
    }
    .say-4 h4{
        padding-left: 0px;
        color: white;
        padding-top: 50px;
        font-size: 15px;
    }
    .recent {
        border-radius: 50%;
        margin-left: 0px;
        margin-top: 50px;
    }
    .saf {
        color: red;
        padding-left: 0px;
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .ceo {
        color: red;
        padding-left: 0px;
        padding-top: 10px;
        font-size: 15px;
    }
    .section-9 h2 {
        font-size: 34px;
        text-align: center;
        padding-top: 40px;
    }
    .products {
        flex-direction: column;
        text-align: center;
        position: relative;
    }
    .product-1 h3 {
        padding-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        color: white;
    }
    .product-1 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 19.4%;
        transform: translateX(265px);
    }
    .product-2 h3 {
        padding-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        color: white;
    }
    .product-2 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 44.4%;
        transform: translateX(265px);
    }
    .product-3 h3 {
        padding-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        color: white;
    }
    .product-3 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 69.4%;
        transform: translateX(265px);
    }
    .product-4 h3 {
        padding-bottom: 10px;
        text-align: center;
        padding-top: 10px;
        font-size: 20px;
        color: white;
    }
    .product-4 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 94.4%;
        transform: translateX(265px);
    }
    .btn-8 {
        height: 40px;
        width: 180px;
        background-color: red;
        color: white;
        margin-top: 80px;
        margin-bottom: 80px;
        transform: translateX(100px);
        border-radius: 5px;
        font-size: 14px;
    }
    .main-footer {
        height: auto;
        width: auto;
    }
    .footer {
        text-align: center;
        flex-direction: column;
        display: flex;
    }
    .hr-8{
        display: none;
    }
    .hr-9{
        display: none;
    }
    .hr-10{
        display: none;
    }
    .hr-11{
        display: none;
    }
    .phone {
        justify-content: center;
    }
    .email {
        justify-content: center;
    }
    .posts-2 {
        justify-content: center;
    }
    .social {
        margin-bottom: 50px;
    }
    .submit{
        margin-right: 30px;
    }
    .btn-9{
        height: 40px;
        width: 60px;
        position: absolute;
        right: 22px;
        background-color: rgb(255, 0, 85);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: white;
        transform: translateY(1px);
    }
}


@media(min-width:576px) and (max-width:767.98px){
    .container {
        padding: 0px;
        width: 100%;
    }
    .main-header {
        height: auto;
        width: 100%;
    }
    .logo {
        padding-top: 30px;
        padding-left: 0px;
    }
    .Logo{
        height: 40px;
        width: 210px;
    }
    
    .para {
        font-size: 15px;
        color: white;
        padding-left: 0px;
        padding-top: 20px;
    }
    .content{
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .content2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        background-color:#2D2D2D;
        width: 100%;
        top: 0%;
        position: absolute;
        left: -100%;
        transition: 500ms;
        z-index: 2;
    }
    .ham-menuZ{
        left: 0%;
        top: 0%;
        transition: 500ms;
        z-index: 2;
    }
    .hambar{
        display: block;
        position: absolute;
        font-size: 40px;
        color: red;
        right: 20px;
        top: 35px;
        z-index: 2;
    }
    .arrow-down{
        display: none;
    }
    .hamMenu{
        left: -100%;
        top: 0%;
        transition: 100ms;
    }
    .content ul li a{
        font-size: 30px;
        color: white;
        padding: 0px 0px;
    }
    .content ul li{
        padding: 30px 0px;
    }
    .about {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .product {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .contact {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .home,
    .pages,
    .blog {
        color: white;
    }
    
    .text {
        color: white;
        text-align: center;
        padding-top: 30px;
        font-size: 18px;
    }
    .life{
        color: red;
    }
    
    
    .para2 {
        color: white;
        padding-top: 30px;
        text-align: center;
        font-size: 16px;
    }
    
    .btn-1 {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 50px;
        margin-left: 38%;
        height: 50px;
        width: 150px;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }
    
    .button button:hover {
        background-color: red;
        color: white;
    }
    .hambar{
        display: block;
        position: absolute;
        font-size: 40px;
        color: red;
        right: 20px;
        top: 35px;
    }
    .dap{
        background-color: gray;
        border-top-color: #2D2D2D;
        height: 115px;
    }
    .dap-controls{
        padding: 10px 10px 0 10px;
        margin: 0px;
        cursor: pointer;
    }
    .shuffle-repeat{
        background-color: rgba(237, 43, 69, 0.7);
        font-size: 20px;
        width: 78px;
        height: 33px;
        border-radius: 5px;
        transform: translateY(7px);
    }
    .shuffle{
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        color: white;
        top: 5px;
    }
    .repeat{
        color: white;
        top: 5px;
    }
    .backward{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .previous{
        color: white;  
        transform: translateX(7px);
        top: 7px;
    }
    .Play{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .play{
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateX(10px);
        font-size: 20px;
    }
    .next{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .forward{
        color: white;  
        transform: translateX(8px);
        top: 8px;
    }
    .Stop{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .stop{
        color: white;  
        transform: translateX(9px);
        top: 8px;
    }
    .volume{
        color: white;  
        transform: translateY(13px);
        padding-left: 15px;
    }
    .hr{
        width: 4%;
        padding-left: 30px;
        transform: translateX(10px);
        margin-top: 18px;
        height: 5px;
        background-color: rgba(237, 43, 69, 0.7);
    }
    .hr2{
        width: 1%;
        padding-left: 10px;
        transform: translateX(10px);
        margin-top: 18px;
        height: 5px;
        background-color: gray;
    }
    .h6{
        color: white;
        left: 28px;
        font-size: 15px;
    }
    .hr3{
        width: 75%;
        height: 5px;
        background-color: white;
        left: 70px;
    }
    .h6-2{
        color: white;
        right: 30px;
        font-size: 15px;
    }
    .section1 {
        background-color: black;
    }
    
    .latest {
        padding-left: 0px;
        padding-top: 70px;
        font-size: 40px;
        color: white;
        text-align: center;
    }
    .releases{
        color: red;
    }
    .images {
        text-align: center;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 15px;
    }
    .vid1, .vid2, .vid3, .vid4{
        height: 500px;
        width: 500px;
    }
    .vid1:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid2:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid3:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid4:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .p1 {
        font-size: 40px;
        padding-right: 0px;
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    
    .p2 {
        font-size: 35px;
        padding-right: 0px;
        color: red;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    
    .section2 {
        height: auto;
        width: 100%;
        padding-bottom: 100px;
    }
    
    .events {
        text-align: center;
        padding-top: 80px;
        font-size: 39px;
        color: white;
    }
    .events2{
        color: red;
    }
    
    .content-3 {
        font-size: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-left: 0px;
        justify-content: center;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .events1 {
        display: flex;
        justify-content: space-between;
    }
    
    .content-3 button {
        margin-top: 20px;
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-3 button:hover {
        background-color: red;
        color: white;
    }
    
    .events1 {
        color: white;
        padding-top: 10px;
    }
    
    .events1:hover {
        color: red;
    }
    .content-4 {
        font-size: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-4 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-top: 20px;
    }
    
    .content-4 button:hover {
        background-color: red;
        color: white;
    }
    .content-5 {
        font-size: 30px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-5 button {
        height: 37px;
        width: 200px;
        margin-top: 20px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-5 button:hover {
        background-color: red;
        color: white;
    }
    .content-6{
        font-size: 30px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-6 button {
        height: 37px;
        width: 200px;
        margin-top: 20px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-6 button:hover {
        background-color: red;
        color: white;
    }
    .content-7{
        font-size: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-7 button {
        height: 37px;
        width: 200px;
        margin-top: 20px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-7 button:hover {
        background-color: red;
        color: white;
    }
    .section3{
        height: auto;
        width: 100%;
    }
    .elementum{
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0px;
        width: 100%;
    }
    .elementum-lacus{
        margin-left: 0px;
        margin-top: 80px;
        transform: translateX(0px);
        width: auto;
    }
    .youtube{
        height: 300px;
        width: 550px;
    }
    .elementum-lacus-2 h2{
        text-align: center;
        padding-top: 0px;
        padding-left: 0px;
        transform: translateY(50px);
        font-size: 55px;
        color: white;
        font-weight: bold;
        width: auto;
    }
    .hr-4{
        display: none;
    }
    .elementum-lacus-2 .p3{
        text-align: center;
        margin-left: 0px;
        transform: translateY(75px);
        font-size: 17px;
        color: white;
        width: auto;
    }
    .elementum-lacus-2 .p4{
        text-align: center;
        margin-left: 0px;
        transform: translateY(100px);
        width: auto;
        font-size: 17px;
        color: white;
    }
    .btn-2{
        margin-bottom: 200px;
        height: 40px;
        width: 180px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 0px;
        transform: translateY(140px);
    }
    .section-4 {
        width: auto;
        height: auto;
        background-color: #1a1919;
    }
    .section-4 h2 {
        font-size: 50px;
        color: white;
        padding-top: 45px;
        text-align: center;
    }
    .member1, .member2, .member3, .member4{
        height: 500px;
        width: 500px;
    }
    .band{
        text-align: center;
        flex-direction: column;
        display: flex;
        padding-top: 70px;
    }
    .members1 h5 {
        padding-top: 10px;
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .members2 h5{
        padding-top: 10px;
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .members3 h5{
        padding-top: 10px;
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .members4 h5{
        padding-top: 10px;
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .members1, .members2, .members3, .members4 p {
        padding-bottom: 20px;
        text-align: center;
        color: red;
        padding-top: 5px;
        font-size: 35px;
    }
    .btn-3 {
        height: 40px;
        width: 200px;
        border-radius: 5px;
        background-color: red;
        color: white;
        margin-top: 70px;
        margin-left: 195px;
        cursor: pointer;
    }
    .album {
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    .section-5 {
        width: 100%;
        height: auto;
    }
    .album-1 {
        text-align: center;
        margin: 0px;
    }
    .youtube2{
        margin-top: 50px;
        height: 390px;
        width: 470px;
    }
    .album-2 h2 {
        text-align: center;
        font-size: 50px;
        padding-top: 40px;
        padding-left: 0px;
        color: white;
    }
    .hr-5 {
        display: none;
    }
    .album-2 h3 {
        text-align: center;
        color: white;
        font-size: 40px;
        padding-left: 0px;
        padding-top: 30px;
    }
    .p5 {
        text-align: center;
        width: auto;
        margin-left: 0px;
        transform: translateY(30px);
        font-size: 17px;
        color: white;
    }
    .p6 {
        text-align: center;
        width: auto;
        margin-left: 0px;
        transform: translateY(50px);
        font-size: 17px;
        color: white;
    }
    .btn-4 {
        margin-bottom: 150px;
        background-color: red;
        color: white;
        height: 40px;
        width: 180px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 210px;
        transform: translateY(100px);
    }
    .section-6 {
        width: auto;
        height: auto;
    }
    .section-6 h2 {
        color: white;
        font-size: 70px;
        text-align: center;
        padding-top: 40px;
    }
    .Albums {
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .section-6 img {
        height: 500px;
        width: 500px;
    }
    .albums-1 {
        color: white;
        background-color: transparent;
    }
    .Albums p {
        font-size: 40px;
        text-align: center;
        color: white;
    }
    .song-1 {
        display: flex;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .albums-2 {
        background-color: transparent;
        margin-top: 20px;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .Albums h3 {
        padding-top: 10px;
        font-size: 50px;
        color: white;
        text-align: center;
    }
    .albums-2, .albums-3 {
        margin-top: 20px;
        margin-bottom: 20px;
        color: white;
        background-color: transparent;
    }
    .section-7 {
        width: auto;
        height: auto;
        background-color: #1a1919;
    }
    .section-7 h2 {
        color: white;
        text-align: center;
        padding-top: 40px;
        font-size: 55px;
    }
    .news-2 {
        flex-direction: column;
        display: flex;
        margin-top: 50px;
    }
    .news-3 {
        flex-direction: column;
        display: flex;
        color: white;
        margin-left: 0px;
        text-align: center;
    }
    .news-3:hover {
        flex-direction: column;
        background-color: transparent;
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .news-3 h3 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .hr-6 {
        display: none;
    }
    .news-3 p {
        width: auto;
        margin-top: 15px;
        font-size: 19px;
    }
    .btn-5 {
        margin-bottom: 20px;
        height: 40px;
        width: 120px;
        background-color: white;
        color: black;
        margin-top: 20px;
        border-radius: 30px;
        cursor: pointer;
    }
    .news-5{
        margin-bottom: 20px;
    }
    .post-1{
        height: 500px;
        width: 500px;
    }
    .post-2{
        height: 500px;
        width: 500px;
    }
    .post-3{
        height: 500px;
        width: 500px;
    }
    .post-4{
        height: 500px;
        width: 500px;
    }
    .news-6 {
        text-align: center;
        display: flex;
        color: white;
        flex-direction: column;
    }
    .news-6:hover {
        background-color: transparent;
        border-top-left-radius: 0%;
        border-bottom-left-radius: 0%;
    }
    .news-7 h3 {
        padding-top: 10px;
        text-align: center;
        width: auto;
        font-size: 35px;
        padding-left: 0px;
    }
    .hr-7{
        display: none;
    }
    .news-7 p {
        text-align: center;
        width: auto;
        margin-top: 15px;
        font-size: 20px;
        padding-left: 0px;
    }
    .btn-6 {
        height: 40px;
        width: 120px;
        background-color: white;
        color: black;
        margin-top: 20px;
        margin-left: 0px;
        border-radius: 30px;
        cursor: pointer;
    }
    .btn-7 {
        height: 40px;
        width: 180px;
        background-color: red;
        color: white;
        margin-top: 50px;
        transform: translateX(210px);
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .section-8{
        height: auto;
        width: auto;
    }
    .section-8 h2 {
        text-align: center;
        color: white;
        font-size: 50px;
        padding-top: 45px;
    }
    .recent{
        margin-left: 20px;
    }
    .section-9 h2 {
        font-size: 50px;
        text-align: center;
        padding-top: 80px;
    }
    .products {
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: space-evenly;
        margin-top: 50px;
        position: relative;
    }
    .product-1 h4{
        font-size: 22px;
        color: white;
        background-color: red;
        height: 27px;
        width: 70px;
        position: absolute;
        top: 20.6%;
        transform: translateX(482px);
    }
    .product-2 h4{
        font-size: 22px;
        color: white;
        background-color: red;
        height: 27px;
        width: 70px;
        position: absolute;
        top: 45.79%;
        transform: translateX(482px);
    }
    .product-3 h4{
        font-size: 22px;
        color: white;
        background-color: red;
        height: 27px;
        width: 70px;
        position: absolute;
        top: 71%;
        transform: translateX(482px);
    }
    .product-4 h4{
        font-size: 22px;
        color: white;
        background-color: red;
        height: 27px;
        width: 70px;
        position: absolute;
        top: 96.22%;
        transform: translateX(482px);
    }
    .product-2{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .product-4{
        margin-top: 20px;
    }
    .prod1, .prod2, .prod3, .prod4{
        height: 500px;
        width: 500px;
    }
    .product-1 h3 {
        text-align: center;
        padding-top: 10px;
        font-size: 40px;
        color: white;
    }
    .product-2 h3 {
        text-align: center;
        padding-top: 10px;
        font-size: 40px;
        color: white;
    }
    .product-3 h3 {
        text-align: center;
        padding-top: 10px;
        font-size: 40px;
        color: white;
    }
    .product-4 h3 {
        text-align: center;
        padding-top: 10px;
        font-size: 40px;
        color: white;
    }
    .btn-8 {
        height: 40px;
        width: 180px;
        background-color: red;
        color: white;
        margin-top: 80px;
        margin-bottom: 80px;
        transform: translateX(210px);
        border-radius: 5px;
        font-size: 14px;
    }
    .main-footer {
        height: auto;
        width: auto;
    }
    .main-footer h4 {
        text-align: center;
        font-size: 60px;
    }
    .main-footer p {
        font-size: 30px;
    }
    .footer {
        text-align: center;
        flex-direction: column;
        display: flex;
    }
    .hr-8{
        display: none;
    }
    .hr-9{
        display: none;
    }
    .hr-10{
        display: none;
    }
    .hr-11{
        display: none;
    }
    .phone {
        font-size: 30px;
        justify-content: center;
    }
    .phone-2{
        font-size: 30px;
    }
    .email {
        font-size: 30px;
        justify-content: center;
    }
    .posts-2 {
        justify-content: center;
    }
    .links-1 a {
        font-size: 30px;
    }
    .links-2 a {
        font-size: 30px;
    }
    .links-3 a {
        font-size: 30px;
    }
    .links-4 a {
        font-size: 30px;
    }
    .links-5 a {
        font-size: 30px;
    }
    .links-6 a {
        font-size: 30px;
    }
    .posts-3 a {
        font-size: 30px;
    }
    .social {
        font-size: 30px;
        margin-bottom: 70px;
    }
    .social-1 {
        background-color: transparent;
    }
    .social-2 {
        background-color: transparent;
    }
    .social-3 {
        background-color: transparent;
    }
    .social-4 {
        background-color: transparent;
    }
    .social-5 {
        background-color: transparent;
    }
    .social-6 {
        background-color: transparent;
    }
    .btn-9{
        right: 135px;
    }
    .submit{
        margin-right: 35px;
    }
}

@media(min-width:768px) and (max-width:991.98px){
    .container {
        padding: 0px;
        width: 100%;
    }
    .main-header {
        height: auto;
        width: 100%;
    }
    
    .logo {
        text-align: center;
        padding-top: 30px;
        padding-left: 0px;
    }
    .Logo{
        height: 40px;
        width: 300px;
    }
    
    .para {
        font-size: 18px;
        color: white;
        text-align: center;
        padding-left: 0px;
        padding-top: 20px;
    }
    .content ul li{
        padding: 30px 0px;
    }
    .content2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        background-color:#2D2D2D;
        width: 100%;
        top: 0%;
        position: absolute;
        left: -100%;
        transition: 500ms;
        z-index: 2;
    }
    .ham-menuZ{
        left: 0%;
        top: 0%;
        transition: 500ms;
        z-index: 2;
    }
    .hambar{
        display: block;
        position: absolute;
        font-size: 40px;
        color: red;
        right: 20px;
        top: 35px;
        z-index: 2;
    }
    .arrow-down{
        display: none;
    }
    
    .about {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
        font-size: 70px;
    }
    
    .product {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
        font-size: 70px;
    }
    
    .contact {
        padding-left: 30px;
        padding-right: 10px;
        color: white;
        font-size: 70px;
    }
    
    .home,
    .pages,
    .blog {
        color: white;
        font-size: 70px;
    }
    
    .text {
        color: white;
        text-align: center;
        padding-top: 30px;
        font-size: 30px;
    }
    .life{
        color: red;
    }
    
    
    .para2 {
        color: white;
        padding-top: 30px;
        text-align: center;
        font-size: 19px;
    }
    
    .btn-1 {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 50px;
        margin-left: 40%;
        height: 50px;
        width: 150px;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }
    
    .button button:hover {
        background-color: red;
        color: white;
    }
    .hambar{
        display: block;
        position: absolute;
        font-size: 40px;
        color: red;
        right: 40px;
        top: 40px;
    }
    .dap{
        background-color: gray;
        border-top-color: #2D2D2D;
        height: 115px;
    }
    .dap-controls{
        padding: 10px 10px 0 10px;
        margin: 0px;
        cursor: pointer;
    }
    .shuffle-repeat{
        background-color: rgba(237, 43, 69, 0.7);
        font-size: 20px;
        width: 78px;
        height: 33px;
        border-radius: 5px;
        transform: translateY(7px);
    }
    .shuffle{
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 5px;
        color: white;
        top: 5px;
    }
    .repeat{
        color: white;
        top: 5px;
    }
    .backward{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .previous{
        color: white;  
        transform: translateX(7px);
        top: 7px;
    }
    .Play{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .play{
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateX(10px);
        font-size: 20px;
    }
    .next{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .forward{
        color: white;  
        transform: translateX(8px);
        top: 8px;
    }
    .Stop{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        transform: translateY(2px);
        font-size: 20px;
    }
    .stop{
        color: white;  
        transform: translateX(9px);
        top: 8px;
    }
    .volume{
        color: white;  
        transform: translateY(13px);
        padding-left: 15px;
    }
    .hr{
        width: 4%;
        padding-left: 30px;
        transform: translateX(10px);
        margin-top: 18px;
        height: 5px;
        background-color: rgba(237, 43, 69, 0.7);
    }
    .hr2{
        width: 1%;
        padding-left: 10px;
        transform: translateX(10px);
        margin-top: 18px;
        height: 5px;
        background-color: gray;
    }
    .h6{
        color: white;
        left: 28px;
        font-size: 15px;
    }
    .hr3{
        width: 80%;
        height: 5px;
        background-color: white;
        left: 70px;
    }
    .h6-2{
        color: white;
        right: 30px;
        font-size: 15px;
    }
    .section1 {
        background-color: black;
    }
    
    .latest {
        padding-left: 0px;
        padding-top: 70px;
        font-size: 45px;
        color: white;
        text-align: center;
    }
    .releases{
        color: red;
    }
    .images {
        margin-left: 13px;
        display: flex;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .vid1, .vid2, .vid3, .vid4{
        height: 170px;
    }
    .vid2{
        margin-left: 15px;
        margin-right: 15px;
    }
    .vid4{
        margin-left: 10px;
    }
    .vid1:hover {
        border-radius: 280px;
        cursor: pointer;
    }
    
    .vid2:hover {
        border-radius: 280px;
        cursor: pointer;
    }
    
    .vid3:hover {
        border-radius: 280px;
        cursor: pointer;
    }
    
    .vid4:hover {
        border-radius: 280px;
        cursor: pointer;
    }
    
    .p1 {
        font-size: 18px;
        padding-right: 10px;
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    
    .p2 {
        font-size: 20px;
        padding-right: 10px;
        color: red;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    
    .section2 {
        height: auto;
        width: 100%;
        padding-bottom: 100px;
    }
    
    .events {
        text-align: center;
        padding-top: 80px;
        font-size: 40px;
        color: white;
    }
    .events2{
        color: red;
    }
    
    .content-3 {
        display: flex;
        align-items: center;
        padding-top: 40px;
        padding-left: 0px;
        justify-content: center;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .events1 {
        display: flex;
        justify-content: space-between;
    }
    
    .content-3 button {
        margin-top: 5px;
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-3 button:hover {
        background-color: red;
        color: white;
    }
    
    .events1 {
        color: white;
        padding-top: 10px;
    }
    
    .events1:hover {
        color: red;
    }
    .content-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-4 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-top: 20px;
    }
    
    .content-4 button:hover {
        background-color: red;
        color: white;
    }
    .content-5 {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-5 button {
        height: 37px;
        width: 200px;
        margin-top: 5px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-5 button:hover {
        background-color: red;
        color: white;
    }
    .content-6{
        align-items: center;
        display: flex;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-6 button {
        height: 37px;
        width: 200px;
        margin-top: 5px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-6 button:hover {
        background-color: red;
        color: white;
    }
    .content-7{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 0px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-7 button {
        height: 37px;
        width: 200px;
        margin-top: 5px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-7 button:hover {
        background-color: red;
        color: white;
    }
    .section3{
        height: auto;
        width: 100%;
    }
    .elementum{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px;
        width: 100%;
    }
    .elementum-lacus{
        margin-left: 0px;
        transform: translateY(65px);
        width: auto;
    }
    .youtube{
        height: 400px;
        width: 715px;
    }
    .elementum-lacus-2 h2{
        padding: 0px;
        text-align: center;
        padding-left: 0px;
        transform: translateY(100px);
        font-size: 65px;
        color: white;
        font-weight: bold;
        width: auto;
    }
    .hr-4{
        display: none;
    }
    .elementum-lacus-2 .p3{
        text-align: center;
        margin-left: 0px;
        transform: translateY(135px);
        width: auto;
        font-size: 25px;
        color: white;
    }
    .elementum-lacus-2 .p4{
        text-align: center;
        width: auto;
        margin-left: 0px;
        transform: translateY(165px);
        font-size: 25px;
        color: white;
    }

    .btn-2{
        height: 50px;
        width: 200px;
        font-size: 17px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 300px;
        transform: translateY(250px);
        margin-bottom: 350px;
    }
    .section-4 {
        width: auto;
        height: auto;
        background-color: #1a1919;
    }
    .section-4 h2 {
        font-size: 50px;
        color: white;
        padding-top: 100px;
        text-align: center;
    }
    .member1, .member2, .member3, .member4{
        height: 170px;
    }
    .btn-3 {
        height: 40px;
        width: 200px;
        border-radius: 5px;
        background-color: red;
        color: white;
        margin-top: 70px;
        margin-left: 295px;
        margin-bottom: 100px;
        cursor: pointer;
    }
    .section-5 {
        height: auto;
        width: auto;
    }
    .album {
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    .album-1 {
        text-align: center;
        margin-top: 50px;
        margin-left: 0px;
    }
    .album-2 h2 {
        text-align: center;
        font-size: 55px;
        padding-top: 30px;
        padding-left: 0px;
        color: white;
    }
    .hr-5{
        display: none;
    }
    .album-2 h3 {
        text-align: center;
        color: white;
        font-size: 45px;
        padding-left: 0px;
        padding-top: 30px;
    }
    .p5 {
        text-align: center;
        width: auto;
        margin-left: 0px;
        transform: translateY(30px);
        font-size: 20px;
        color: white;
    }
    .p6{
        text-align: center;
        width: auto;
        margin-left: 0px;
        transform: translateY(60px);
        font-size: 20px;
        color: white;
        }
        .btn-4 {
            background-color: red;
            color: white;
            height: 40px;
            width: 180px;
            font-size: 14px;
            cursor: pointer;
            text-align: center;
            border-radius: 5px;
            margin-left: 285px;
            transform: translateY(120px);
            margin-bottom: 150px;
        }
        .section-6 {
            width: auto;
            height: auto;
        }
        .section-6 h2 {
            color: white;
            font-size: 70px;
            text-align: center;
            padding-top: 80px;
        }
        .albums-2{
            margin: 0px;
        }
        .section-7{
            height: auto;
            width: auto;
        }
        .section-7 h2 {
            color: white;
            text-align: center;
            padding-top: 80px;
            font-size: 70px;
        }
        .news-3 {
            text-align: center;
            flex-direction: column;
            display: flex;
            color: white;
            margin-left: 0px;
        }
        .hr-6{
            display: none;
        }
        .news-3 p {
            width: auto;
            margin-top: 15px;
            font-size: 14px;
        }
        .post-1{
            margin-top: 10px;
            margin-left: 10px;
        }
        .news-7 h3 {
            text-align: center;
            width: auto;
            font-size: 20px;
            padding-left: 0px;
        }
        .hr-7{
            display: none;
        }
        .news-7 p {
            width: auto;
            text-align: center;
            margin-top: 15px;
            font-size: 14px;
            padding-left: 0px;
        }
        .post-3{
            margin-top: 10px;
            margin-left: 10px;
        }
        .btn-7 {
            height: 40px;
            width: 180px;
            background-color: red;
            color: white;
            margin-top: 80px;
            transform: translateX(305px);
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
        }
        .section-8{
            height: auto;
            width: auto;
        }
        .section-8 h2 {
            text-align: center;
            color: white;
            font-size: 70px;
            padding-top: 45px;
        }
        .recent {
            border-radius: 50%;
            margin-left: 20px;
            margin-top: 100px;
        }
        .section-9{
            width: auto;
        }
        .products img {
            height: 170px;
        }
        .section-9 h2 {
            font-size: 65px;
            text-align: center;
            padding-top: 80px;
        }
        .product-1 h4{
            font-size: 20px;
            color: white;
            background-color: red;
            height: 25px;
            width: 60px;
            position: absolute;
            top: 70.2%;
            transform: translateX(111px);
        }
        .product-2 h4{
            font-size: 20px;
            color: white;
            background-color: red;
            height: 25px;
            width: 60px;
            position: absolute;
            top: 70.2%;
            transform: translateX(111px);
        }
        .product-3 h4{
            font-size: 20px;
            color: white;
            background-color: red;
            height: 25px;
            width: 60px;
            position: absolute;
            top: 70.2%;
            transform: translateX(111px);
        }
        .product-4 h4{
            font-size: 20px;
            color: white;
            background-color: red;
            height: 25px;
            width: 60px;
            position: absolute;
            top: 70.2%;
            transform: translateX(111px);
        }
        .btn-8 {
            height: 40px;
            width: 180px;
            background-color: red;
            color: white;
            margin-top: 80px;
            margin-bottom: 80px;
            transform: translateX(305px);
            border-radius: 5px;
            font-size: 14px;
        }
        .main-footer {
            height: auto;
            width: auto;
        }
        .main-footer h4 {
            text-align: center;
            font-size: 60px;
        }
        .main-footer p {
            font-size: 30px;
        }
        .footer {
            text-align: center;
            flex-direction: column;
            display: flex;
        }
        .hr-8{
            display: none;
        }
        .hr-9{
            display: none;
        }
        .hr-10{
            display: none;
        }
        .hr-11{
            display: none;
        }
        .phone {
            font-size: 30px;
            justify-content: center;
        }
        .phone-2{
            font-size: 30px;
        }
        .email {
            font-size: 30px;
            justify-content: center;
        }
        .posts-2 {
            justify-content: center;
        }
        .links-1 a {
            font-size: 30px;
        }
        .links-2 a {
            font-size: 30px;
        }
        .links-3 a {
            font-size: 30px;
        }
        .links-4 a {
            font-size: 30px;
        }
        .links-5 a {
            font-size: 30px;
        }
        .links-6 a {
            font-size: 30px;
        }
        .posts-3 a {
            font-size: 30px;
        }
        .social {
            font-size: 30px;
            margin-bottom: 70px;
        }
        .social-1 {
            background-color: transparent;
        }
        .social-2 {
            background-color: transparent;
        }
        .social-3 {
            background-color: transparent;
        }
        .social-4 {
            background-color: transparent;
        }
        .social-5 {
            background-color: transparent;
        }
        .social-6 {
            background-color: transparent;
        }
        .btn-9{
            right: 218px;
        }
        .submit{
            margin-right: 40px;
        }
    }

@media(min-width:992px) and (max-width:1199.98px){
    .container {
        padding: 0px;
        width: 100%;
    }

    .main-header {
        width: 100%;
        height: auto;
    }
    
    .logo {
        text-align: center;
        padding-top: 40px;
        padding-left: 0px;
    }
    
    .para {
        text-align: center;
        font-size: 22px;
        color: white;
        padding-left: 0px;
        padding-top: 20px;
    }
    
    .content2 {
        display: flex;
        padding-top: 40px;
        padding-left: 60px;
        justify-content: center;
        position: relative;
    }
    .arrow-down{
        transform: translateX(10px);
        color: white;
    }
    .arrow-down-2{
        transform: translateX(10px);
        color: white;
    }
    .arrow-down-3{
        transform: translateX(0px);
        color: white;
    }
    .drop-down-menu {
        height: 20px;
        width: 95px;
        background-color: white;
        position: absolute;
        top: 100%;
        left: 40%;
        transform: translateY(20px);
        display: none;
    }
    
    .drop-down-menu-toggle{
        display: block;
    }
    .blog1, .blog2, .blog3, .blog4{
        color: black;
        padding-left: 10px;
    }
    .contact1, .contact2{
        padding-left: 10px;
        color: black;
    }
    .about {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .product {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .contact {
        padding-left: 30px;
        padding-right: 30px;
        color: white;
    }
    
    .home,
    .pages,
    .blog {
        color: white;
    }
    .service, .rtl{
        color: black;
        padding-left: 10px;
    }
    .text {
        padding-left: 0px;
        color: white;
        text-align: center;
        padding-top: 100px;
        font-size: 35px;
    }
    .life{
        font-size: 40px;
        color: red;
    }
    .para2 {
        padding-left: 0px;
        color: white;
        padding-top: 30px;
        text-align: center;
        font-size: 25px;
    }
    
    .btn-1 {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 200px;
        margin-left: 43%;
        height: 50px;
        width: 150px;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }
    
    .button button:hover {
        background-color: red;
        color: white;
    }
    .dap{
        background-color: rgba(30, 30, 30, 0.7);
        border-top-color: #2D2D2D;
        height: 115px;
    }
    .dap-controls{
        padding: 10px 10px 0 10px;
        margin: 0px;
        margin-left: 80px;
        cursor: pointer;
    }
    .shuffle-repeat{
        position: absolute;
        background-color: rgba(237, 43, 69, 0.7);
        font-size: 20px;
        width: 75px;
        height: 33px;
        border-radius: 5px;
        left: 20px;
        transform: translateY(5px);
    }
    .shuffle{
        padding-right: 15px;
        padding-left: 10px;
        color: white;
        position: absolute;
        top: 5px;
    }
    .repeat{
        color: white;
        position: absolute;
        top: 5px;
        left: 45px;
    }
    .dap-controls-2{
        display: flex;
        margin-left: 15px;
        transform: translateY(2px);
    }
    .backward{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        padding-left: 0px;
        padding-top: 7px;
        font-size: 20px;
    }
    .previous{
        color: white;  
        transform: translateX(7px);
        top: 7px;
    }
    .Play{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        padding-left: 0px;
        padding-top: 7px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 20px;
    }
    .play{
        color: white;
        transform: translateX(9px);
        top: 8px;
    }
    .next{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        padding-left: 0px;
        padding-top: 7px;
        font-size: 20px;
    }
    .forward{
        color: white;  
        transform: translateX(8px);
        top: 8px;
    }
    .Stop{
        background-color: rgba(237, 43, 69, 0.7);
        width: 35px;
        height: 38px;
        border-radius: 5px;
        padding-left: 0px;
        margin-left: 5px;
        padding-top: 7px;
        font-size: 20px;
    }
    .stop{
        color: white;
        transform: translateX(9px);
        top: 8px;
    }
    .volume{
        color: white;  
        transform: translateY(13px);
        padding-left: 15px;
    }
    .hr{
        width: 4%;
        padding-left: 30px;
        transform: translateX(10px);
        margin-top: 18px;
        height: 5px;
        background-color: rgba(237, 43, 69, 0.7);
    }
    .hr2{
        width: 1%;
        padding-left: 10px;
        transform: translateX(10px);
        margin-top: 18px;
        height: 5px;
        background-color: gray;
    }
    .class-hr{
        display: flex;
    }
    .h6{
        color: white;
        transform: translateY(30px);
        padding-left: 30px;
        font-size: 15px;
    }
    .hr3{
        transform: translateX(10px);
        margin-top: 35px;
        width: 85%;
        height: 5px;
        background-color: gray;
    }
    .h6-2{
        color: white;
        transform: translateY(30px);
        padding-left: 20px;
        font-size: 15px;
    }
    .hambar{
        display: none;
    }
    .section1 {
        background-color: black;
    }
    
    .latest {
        padding-top: 70px;
        font-size: 25px;
        color: white;
        text-align: center;
    }
    .releases{
        color: red;
    }
    .images {
        display: flex;
        justify-content: space-evenly;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .vid1, .vid2, .vid3, .vid4{
        height: 240px;
        width: 240px;
    }
    .vid1:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid2:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid3:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .vid4:hover {
        border-radius: 150px;
        cursor: pointer;
    }
    
    .p1 {
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    
    .p2 {
        color: red;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    
    .section2 {
        background-image: url(./slider3.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 100px;
    }
    
    .events {
        text-align: center;
        padding-top: 80px;
        font-size: 25px;
        color: white;
    }
    .events2{
        color: red;
    }
    
    .content-3 {
        display: flex;
        padding-top: 40px;
        padding-left: 60px;
        justify-content: space-evenly;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .events1 {
        display: flex;
        justify-content: space-between;
    }
    
    .content-3 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-3 button:hover {
        background-color: red;
        color: white;
    }
    
    .events1 {
        color: white;
        padding-top: 10px;
    }
    
    .events1:hover {
        color: red;
    }
    .content-4 {
        display: flex;
        justify-content: space-evenly;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 55px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-4 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-4 button:hover {
        background-color: red;
        color: white;
    }
    .content-5 {
        display: flex;
        justify-content: space-evenly;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 55px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    
    .content-5 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-5 button:hover {
        background-color: red;
        color: white;
    }
    .content-6{
        display: flex;
        justify-content: space-evenly;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 55px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-6 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-6 button:hover {
        background-color: red;
        color: white;
    }
    .content-7{
        display: flex;
        justify-content: space-evenly;
        padding-top: 50px;
        padding-bottom: 33px;
        padding-left: 55px;
        border-bottom: 2px red solid;
        padding-bottom: 40px;
        margin: 0 50px;
    }
    .content-7 button {
        height: 37px;
        width: 200px;
        font-size: bold;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
    }
    
    .content-7 button:hover {
        background-color: red;
        color: white;
    }
    .section3{
        height: auto;
        width: 100%;
    }
    .elementum{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .elementum-lacus{
        margin-left: 0px;
        transform: translateY(10%);
    }
    .youtube{
        height: 350px;
        width: 600px;
    }
    .hr-4{
        color: red;
        width: 115px;
        transform: translateX(215px);
        margin-top: 20px;
    }
    .elementum-lacus-2 h2{
        text-align: center;
        padding-left: 0px;
        transform: translateY(0px);
        padding-top: 60px;
        font-size: 57px;
        color: white;
    }
    .elementum-lacus-2 .p3{
        text-align: center;
        margin-left: 0px;
        transform: translateY(25px);
        width: auto;
        font-size: 24px;
        color: white;
    }
    .elementum-lacus-2 .p4{
        text-align: center;
        margin-left: 0px;
        transform: translateY(50px);
        width: auto;
        font-size: 24px;
        color: white;
    }
    .btn-2{
        background-color: red;
        color: white;
        height: 40px;
        width: 180px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 55px;
        margin-bottom: 150px;
        transform: translateY(85px);
    }
    .btn-2:hover{
        background-color: white;
        color: red;
    }
    .section-4 {
        width: auto;
        height: auto;
        background-color: #1a1919;
    }
    .section-4 h2 {
        font-size: 40px;
        color: white;
        padding-top: 50px;
        text-align: center;
    }
    .member1,.member2, .member3, .member4{
        height: 240px;
        width: 240px;
    }
    .btn-3 {
        height: 40px;
        width: 200px;
        border-radius: 5px;
        background-color: red;
        color: white;
        margin-top: 70px;
        margin-left: 430px;
        margin-bottom: 100px;
        cursor: pointer;
    }
    .section-5 {
        height: auto;
        width: auto;
    }
    .youtube2 {
        width: 450px;
        height: 400px;
    }
    .album-2{
        width: auto;
    }
    .p5 {
        width: auto;
        margin-left: 50px;
        transform: translateY(30px);
        font-size: 16px;
        color: white;
    }
    .p6 {
        width: auto;
        margin-left: 50px;
        transform: translateY(60px);
        font-size: 16px;
        color: white;
    }
    .btn-4 {
        margin-bottom: 165px;
        background-color: red;
        color: white;
        height: 40px;
        width: 180px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-left: 50px;
        transform: translateY(120px);
    }
    .section-6 {
        height: auto;
        width: auto;
    }
    .section-6 h2 {
        color: white;
        font-size: 50px;
        text-align: center;
        padding-top: 80px;
    }
    .albums-1, .albums-2, .albums-3 {
        margin-bottom: 70px;
    }
    .section-7 {
        width: auto;
    }
    .section-7 h2 {
        color: white;
        text-align: center;
        padding-top: 80px;
        font-size: 50px;
    }
    .news-2 {
        flex-direction: column;
        display: flex;
        margin-top: 60px;
    }
    .news-3:hover {
        background-color: transparent;
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .news-6:hover{
        background-color: transparent;
        border-top-right-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .news-3 h3 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .hr-6{
        display: none;
    }
    .news-3 p {
        text-align: center;
        width: auto;
        margin-top: 15px;
        font-size: 14px;
    }
    .post-1{
        margin-left: 20px;
    }
    .btn-5 {
        margin-left: 245px;
        height: 40px;
        width: 120px;
        background-color: white;
        color: black;
        margin-top: 20px;
        border-radius: 30px;
        cursor: pointer;
    }
    .post-3{
        margin-left: 20px;
    }
    .news-6 {
        margin-top: 20px;
    }
    .news-7 h3 {
        text-align: center;
        width: auto;
        font-size: 20px;
        padding-left: 20px;
    }
    .hr-7{
        display: none;
    }
    .news-7 p {
        text-align: center;
        width: auto;
        margin-top: 15px;
        font-size: 14px;
        padding-left: 20px;
    }
    .btn-6 {
        height: 40px;
        width: 120px;
        background-color: white;
        color: black;
        margin-top: 20px;
        margin-left: 245px;
        border-radius: 30px;
        cursor: pointer;
    }
    .btn-7 {
        height: 40px;
        width: 180px;
        background-color: red;
        color: white;
        margin-top: 80px;
        transform: translateX(460px);
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .section-8{
        height: auto;
        width: auto;
    }
    .section-8 h2 {
        text-align: center;
        color: white;
        font-size: 50px;
        padding-top: 45px;
    }
    .section-9{
        width: auto;
    }
    .section-9 h2 {
        font-size: 60px;
        text-align: center;
        padding-top: 80px;
    }
    .products img {
        height: 240px;
    }
    .product-1 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 78.2%;
        transform: translateX(180px);
    }
    .product-2 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 78.2%;
        transform: translateX(180px);
    }
    .product-3 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 78.2%;
        transform: translateX(180px);
    }
    .product-4 h4{
        font-size: 20px;
        color: white;
        background-color: red;
        height: 25px;
        width: 60px;
        position: absolute;
        top: 78.2%;
        transform: translateX(180px);
    }
    .btn-8 {
        height: 40px;
        width: 180px;
        background-color: red;
        color: white;
        margin-top: 80px;
        margin-bottom: 80px;
        transform: translateX(430px);
        border-radius: 5px;
        font-size: 14px;
    }
    .main-footer {
        height: auto;
        width: auto;
    }
    .main-footer h4 {
        text-align: center;
        font-size: 60px;
    }
    .main-footer p {
        font-size: 30px;
    }
    .footer {
        text-align: center;
        flex-direction: column;
        display: flex;
    }
    .hr-8{
        display: none;
    }
    .hr-9{
        display: none;
    }
    .hr-10{
        display: none;
    }
    .hr-11{
        display: none;
    }
    .phone {
        font-size: 30px;
        justify-content: center;
    }
    .phone-2{
        font-size: 30px;
    }
    .email {
        font-size: 30px;
        justify-content: center;
    }
    .posts-2 {
        justify-content: center;
    }
    .links-1 a {
        font-size: 30px;
    }
    .links-2 a {
        font-size: 30px;
    }
    .links-3 a {
        font-size: 30px;
    }
    .links-4 a {
        font-size: 30px;
    }
    .links-5 a {
        font-size: 30px;
    }
    .links-6 a {
        font-size: 30px;
    }
    .posts-3 a {
        font-size: 30px;
    }
    .social {
        font-size: 30px;
        margin-bottom: 70px;
    }
    .social-1 {
        background-color: transparent;
    }
    .social-2 {
        background-color: transparent;
    }
    .social-3 {
        background-color: transparent;
    }
    .social-4 {
        background-color: transparent;
    }
    .social-5 {
        background-color: transparent;
    }
    .social-6 {
        background-color: transparent;
    }
    .btn-9{
        right: 345px;
    }
    .submit{
        margin-right: 45px;
    }
}
    