*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.bar{
    display: flex;
    height: 40%;
    justify-content: space-around;
    /* text-align: center; */
    align-items: center;
}
.logo{
    width: 20%;
    color: white;
    font-size: 30px;
}
.menu{
    width: 70%;
}
.menu ul{
    width: 70%;
    float:right;
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    color:white;
}
#check{
    display: none;
}
.checkboxbtn{
    display: none;
    position: absolute;
    right: 20px;
    /* right:0; */
    color: white;
}
@media  screen and (min-width:0px) and (max-width:700px) {
    .checkboxbtn{
        display: block;
    }
     #check:checked ~ .menu ul{
        display: block;
        position: absolute;
        top:100px;
        width:50%;
        right:0;
        text-align: center;
        background-color: white;
        line-height: 3;
    }
    .menu ul{
        display:none;
    }
    .menu ul li a{
        color: black;
    }
    
   
    
}
.container{
    background-image: url(photos/music.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    opacity: 2px;
        
}
.container-content{
    /* border: 2px solid red; */
    padding-top: 10%;
   width: 50%;
   margin: auto;
   text-align: center;
}
.container-content h2{
    color: white;
    /* padding-left: 20%; */
    padding-top: 3%;
    border-bottom: 2%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    height: 10px;
}
.container-content h1{
    color: white;
    /* text-align: center; */
    /* padding-top: 10%; */
    font-size: 60px;
    /* width: 700px; */
    /* margin: auto; */
    /* margin-bottom: 2%; */
    font-weight: 100;
    font-family: sans-serif; 
}
.container-content button{
    background-color: rgb(244, 3, 115);
    color: white;
    /* margin-left: 40%; */
    padding: 1%;
    font-size: 20px;
    /* margin-left: 45%; */
    border-radius: 10px;
    border:none;
    font-family: cursive;
}

/*---------section2---------*/
.container2{
    background:black;   
}
.text{
    width: 50%  ;
    margin: auto;
}
.text h1{
    padding-top: 5%;
    color: white;
    text-align: center;
    margin-bottom: 4%;
    font-size: 30px;
    /* font-family:sans-serif; */
    height: 50px;
}
.text p{
    color: white;
    text-align: center;
    /* width: 34%; */
    font-size:20px;
    margin: auto;
    padding-top: 3%;
    }
.container3{
    background-color: BLACK;
    padding-top: 5%;
    display: flex;
    justify-content: space-evenly;
    /* margin: 0px 5px; */
    /* width: 25%; */

}
.container3 .image{
   width: 25%;
}
.container3 .image img{
    width: 100%;

}
.container3 p{
    color: white;
}
.container3 h3{
    color: white;
}

@media screen and (min-width:0px) and (max-width:900px) {
    .container3 .text{
        width: 90%;
        margin: auto;
    }
    .container3{
        flex-direction: column;
    }
    .container3 .image{
        margin: auto;
        width: 90%;
        margin-bottom: 5%;
    }
}
@media screen and (min-width:0px) and (max-width:700px) {
    .container .container-content{
        /* border: 2px solid yellow; */
        width: 90%;
    }
}
/*------------section3-----------*/
.container6{
    background-color: black;
    text-align: center;
    height: 100vh;
}
.text3 h1{
    /* background-color: black; */
    color: white;
    padding-top: 5%;
    margin-bottom: 5%;
}
.text3 p{
    color: white;
    font-size: 20px;
    width: 34%;
    margin: auto;
}
.container7 { 
    margin-top: 5%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center ;
    text-align: center;
    gap: 1vh;
    justify-content:space-evenly;
}
.card{
    background-color:  white;
    color: black;
    padding: 40px 30px;
    width: 300px;
}
.card img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

/*-----------section4------------*/
.container8{
    background-color: black;
}
.text4 h1{
    color: white;
    margin-top: 5%;

}
.text4 p{
    color: white;
    padding-top: 5%;
    font-size: 20px;
    width: 35%;
    margin: auto;
    margin-bottom: 3%;
}
.outer{
    display: flex;
    justify-content: space-evenly;
}
.left{
width:30%;
}
.middle{
    width: 30%;
}
.right{
    width: 30%;
}
.right img,.middle img,.left img{
    height: 50%;
    width: 80%;
    padding-top: 10%;

}
/*-------------SECTION5----------*/
.container9{
    background-color: black;
    /* height: 100vh; */
}
.container9 h1{
    color: white;
    padding-top: 5%;
    margin-bottom: 5%;
}
.container9 p{
    color: white;
    font-size: 20px;
    width: 34%;
    margin: auto;
    padding-bottom: 5%;
}
.card-container{
    background-color: black;
    display: flex;
    justify-content: space-evenly;
}
.cards{
    background-color: white;
    /* height: 750px; */
    
}
.cards h3{
    color: rgb(245, 4, 149);
    /* padding-right: 100px; */
}
.cards p{
    color: black;
    /* padding-top: 30px; */

    
}

/*--------------section 6 ----------------*/
.container10{
    display: flex;
    justify-content: space-evenly;
    background-color: black;
    color: white;
    min-height: 100vh;
    align-items: center;
    
}

.container10 .footer-box{
    width: 30%;
    min-height: 80%;
}
.container10 .footer-content{
     min-height: 60%;
}
.container10 .footer-content h2{
    font-size: 25px;
    font-weight: 100;
    /* padding-right: 50%; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.container10 .footer-content p{
    font-size: 18px;
    font-weight: 100;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 8%;
    line-height: 2;
    width: 450px;
    color: rgb(117, 117, 117);
}
.container10 .footer-content2{
    height: 40%;
}
.container10 .footer-content2 h2{
    font-size: 25px;
    font-weight: 100;
    padding-right: 50%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.container10 .footer-content2 input{
     padding: 15px 20px;
     background-color: black;
     color: white;
     font-style: italic;
     /* margin-top: 10%; */
     /* margin-right: 20%; */
     font-size: 20px;
     
}
.footer-input{
    margin-top: 5%;
    /* border: 2px solid yellow; */
    display: flex;
}
 .footer-content2 button{
    padding: 15px 20px;
    background-color: rgb(243, 5, 136);
    color: white;
    margin-right: 10px;
}

.footer-box .styling-footer{
    display: flex;
    list-style: none;
}
.portion-left{
    width: 50%;
 line-height: 2;
}
.portion-left ul li{
    list-style: none;
}
.portion-left a{
    color: grey;
    text-decoration: none;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.portion-right a{
    color:grey;
    text-decoration: none;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.portion-right{
    width: 50%;
     list-style: none;
     line-height: 2;
     padding-top: 11%;
}
.footer-content2 i{
    padding-top: 8%;
    color: grey;
    margin-right: 40px;
}
.footer-box h2{
   font-size: 25px;
    font-weight: 100;
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
}
.footer {
    background-image:url(photos/img_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 350px;
}
.footer i{
     padding-top: 50%;
    font-size: 40px; 
    position: absolute; 

}
 
  @media screen and (min-width:0px) and (max-width:700px) {
        .container5{
        flex-direction: column;
        /* width: 100%; */
    }
    .container5 .image2{
        width: 100%;
    }
    .second-container5{
        width: 100%;
    } 
    .container7{
        flex-direction: column;
        width: 100%;
    }
    .card-container{
        flex-direction: column;
        width: 100%;
    }
    .cards img{
        width: 100%;
    } 

}
@media screen and (min-width:0px) and (max-width:1000px){
    .container9 .card-container{
        flex-direction: column;
          border: 2px solid white;
    }
        .container9 .card-container .cards{
            background-color: black;
         
        }
         .container9 .card-container .cards p{
            color: white;
           
         }
   .container10{
        flex-direction: column;
        width: 100%;
        text-align: left;
     /* background-color: green; */
    }
    .container10 .footer-content{
        margin-bottom: 5%;
        /* flex-direction: column; */
    }
     .container10 .footer-content p{
        width: 100%;
     }
    .container10 .footer-box{
        width: 100%;
    }
    .container10 .footer-content2{
        margin-bottom: 5%;
    }
    .footer-input{
        flex-direction: column;
        
    }
}