*{
    box-sizing: border-box;
}
body{
    font-family: sans-serif;
    margin: 0;
}

#background {

	position:fixed; 
	top:0; 
	left:0;                                                                                    
	height:100%;
 	width:100%;
	z-index: -2;
	
}

#menu2 {

    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    background-color: black;
    margin-bottom: -120px;
}

.drop-menu-item-current {
   
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
     
    padding: 10px;  
    border-radius: 5px;
}

.drop-menu-item-current h4{
    font-size: 100%;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.drop-menu-item {
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
     
    padding: 10px;  
    border-radius: 5px;
}
.drop-menu-item a {
    font-size: 130%;
    color: white;
    text-decoration: none;
    font-weight: bold;
   
}
.drop-menu-item:hover{
    background-color: rgb(163, 1, 1);   


}
.menu-item:hover a{
    color: black;
}

.pic-phone{
    width: 40%;
    margin: auto;
    display: none;
}

.pic-phone img{
    width: 100%;
}

header{

    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.pic {
    width: 18%;
    margin-top: 15px;
}

.pic img {
    width: 100%;
    
}



 


.TPC{
    width: 80%;
    color: white;
    margin: auto;
    text-align: center;
    font-size: 350%;
}

h1{
    width: 80%;
    color: white;
    margin: auto;
    text-align: center;
    font-size: 350%;
}
h2{
    color: white;
    text-decoration: none;
}
a{
    text-decoration: none;
}

.red-text {
    color: red;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 350%;
}

.red-text-1 {
    color: red;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 350%;
}
.paragrafo{
    color: rgb(230, 230, 230);
    width: 47%;
    font-size: 180%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p{
    color: rgb(230, 230, 230);
    width: 47%;
    font-size: 180%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#container {

    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.button {
    border: solid white 2px;
    background-color: rgb(42, 42, 42);
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    height: 100px;
    transition: 500ms;
}

.button:hover {
    background-color: white;
    border: solid black 2px;
    
}
.button h2:hover {
    color: black;
    transition: 100ms;
}


.big-button {
    border: solid white 2px;
    background-color: rgb(86, 86, 86);
    width: 16%;
    align-items: center;
    text-align: center;
    border-radius: 15%;
    height: fit-content;
    transition: all 500ms;
    padding: 20px;
}

.big-button h1{
    text-align: center;
    width: 100%;

    
}

.big-button p{
    width: 100%;
}


.big-button:hover {
    /* padding: 30px; */
    width: 18%;
}


#second-container {
    margin-top: 50px;
     display: flex;
    justify-content: space-evenly; 
    margin-bottom: 100px;
}

.button-prod {
    border: solid white 2px;
    background-color: rgb(42, 42, 42);
    width: 35%;
    text-align: center;
    border-radius: 10%;
    transition: 500ms;

}

.button-prod:hover {
    width: 40%;
    
}


.button-prod h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.button-prod img{
    
    width: 60%;

    border-radius: 10%;
}

.button-prod p {
    font-size: 110%;
    width: 70%;
}

#genres {
    display: flex;
    justify-content: space-evenly;
}
.genre {
    border: solid white 2px;
    background-color: rgb(42, 42, 42);
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    margin-bottom: 20px;
    transition: 500ms;
}

.genre:hover {
    background-color: white;
    border: solid black 2px;
    
}
.genre h2:hover {
    color: black;    
} 




.button-beat {
    border: solid white 3px;
    background-color: rgb(42, 42, 42);
    width: 35%;
    text-align: center;
    border-radius: 10%;
    transition: 500ms;
    margin-top: 20px;
}

.button-beat:hover {
    border: solid red 3px;
    width: 37%;
}


.button-beat img{
    
    width: 80%;
    margin-top: 20px;
    border-radius: 10%;
}
h3{
    color: rgb(134, 134, 134);
}

.button-beat h1 {
    margin-bottom: 20px;

}

.title{
    margin-bottom: 20px;
}
.back{
    margin-left: 6%;
    margin-top: 20px;
    width: 6%;
    background-color: rgb(42, 42, 42);
    border: solid white 2px;
    border-radius: 10%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* .back h3 {
text-decoration: none;
color: white;

} */

.arrow-back {
    width: 50%;
}
.arrow-back img{
    width: 100%;
}



form {
    width: 60%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    
    padding: 40px;
    background-color: rgb(42, 42, 42);
    height: fit-content;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 30px;
}

fieldset {
    margin-top: 20px;
    padding: 20px;
}
textarea{
    margin-top: 10px;
}
select {
    margin-bottom: 20px;
}

.submit{
    width: 35%;
    margin-top: 20px;
    height: 80px;
    font-size: 120%;
    border-radius: 10%;
    transition: 250ms;
}
.submit:hover{
    background-color: red;
    color: white;
}

.thanks {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 10%;
}
.thanks img {
    width: 100%;
}



.menu {
    width: 100%;
    

}

.menu img{
    width: 100%;
}


.menu-bar {
    width: 10%;
   

}



/* #drop-menu {
    width: 10%;
    background-color: rgb(42, 42, 42);
    border: solid white;
    position: absolute; 
    overflow: hidden;
    height: 20px;
    transition: all 1s;
}

#drop-menu:hover {
 height: 217px;
 overflow: visible;
}  */


#drop-menu {
    width: 10%;
    background-color: rgb(42, 42, 42);
    position: absolute; 
    top: 130px;
    transition: all 1s;
    overflow: hidden;
    height: 0;
}

.menu:hover #drop-menu {
    height: 220px;
    border: solid white;
}



.drop-menu-item {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 100%;
    background-color: rgb(42, 42, 42);
/*     padding-top: 10px;
    padding-bottom: 10px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop-menu-item-current {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 100%;
    background-color: rgb(86, 86, 86);
/*     padding-top: 10px;
    padding-bottom: 10px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


h4 {
    color: white;
    text-decoration: none;
}

.button-to-form{
    border: solid white 2px;
    background-color: rgb(226, 226, 226);
    width: 18%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    height: fit-content;
    transition: 500ms;

}

.button-to-form h2 {
    color: black;
}

.button-to-form:hover{
    background-color: red;
    border: solid black 2px;
}

.button-to-form:hover h2:hover {
    color: rgb(255, 255, 255);
    transition: 100ms;
}

.p-thanks {
    background-color: rgba(34, 33, 33, 0.774);
    padding: 20px;
    margin-top: 100px;
    border-radius: 7%;
}

footer {
    height: fit-content;
    background-color: rgb(25, 25, 25);
    display: flex;
    justify-content: space-between;
}

.footer-box {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box h2 {
    color: rgb(252, 252, 252);
    
}

.footer-box img{
    width: 20%;
}

.footer-last{
    position: absolute;
    bottom: 0;
}



/* for mobile phone */

@media only screen and (max-width: 480px) {
    body{
        background-color: rgb(79, 116, 151);
    }  

    .big-button {
        font-size: 60%;
        width: 30%;
    }

    .big-button:hover{
        width: 32%;
    }

    .big-button h1{
        font-size: 220%;
    }

    .big-button p{
        font-size: 130%;
    }

    .button{
        width: 45%;
    }

    .button h2 {

        font-size: 110%;
    }

    .TPC {
        width: 90%;
        font-size: 140%;
    }

    .red-text{
        width: 80%;
        font-size: 260%;
    }

    .red-text-1 {
        width: 90%;
        font-size: 140%;
    }

    .paragrafo {
        font-size: 100%;
        width: 90%;
    }

    .button-to-form{
        width: 35%;
    }
    

     .footer-box h2 {
        font-size: 60%;
    }

    .drop-menu-item {
        font-size: 60%;
    }

    .menu {
       display: none;
    }

    .pic{
        display: none;
    }

    .pic-phone{
        display: block;
    }

    .button-to-form{
        width: 45%;
    }

    .button-to-form h2{
        font-size: 120%;
    }

   

.drop-menu-item {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 20%;
    background-color: rgb(42, 42, 42);
/*     padding-top: 10px;
    padding-bottom: 10px; */

    display: flex;
    justify-content: center;
    align-items: center;
}

.drop-menu-item-current {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 20%;
    background-color: rgb(42, 42, 42);
/*     padding-top: 10px;
    padding-bottom: 10px; */

    display: flex;
    justify-content: center;
    align-items: center;
}

.button-prod h1{
    font-size: 180%;
    margin-bottom: 10px;
 }

 .button-prod{
    width: 45%;
}
.button-prod p{
    font-size: 90%;
}

.button-prod:hover {
    width: 48%;
    
}

.genre h2{
    font-size: 100%;
}

.button-beat{
    width: 43%;

 }

 .button-beat:hover{
    width: 45%;    
    
}

.p-thanks{
    width: 90%;
}

.thankyou{
    font-size: 200%;
}

form{
    width: 80%;
}

.submit{
    width: 60%;
}

.button-beat h1{
    font-size: 250%;
}

.button-beat h2{
    font-size: 110%;
}

fieldset{
    width: 105%;
}
}

/*for tablets */

@media only screen and (max-width: 768px) and (min-width: 481px) {
    body{
            background-color: brown;
        }

    

    .big-button {
        font-size: 60%;
        width: 25%;
    }

    .big-button:hover{
        width: 30%;
    }

    .button{

        width: 33%;
    }

    .TPC {
        width: 98%;
        font-size: 260%;
    }

    .red-text-1 {
        width: 95%;
        font-size: 260%;
    }

    .paragrafo {
        font-size: 130%;
        width: 70%;
    }

    .button-to-form{
        width: 35%;
    }
    

     .footer-box h2 {
        font-size: 80%;
    }

    .drop-menu-item {
        font-size: 60%;
    }

    .menu {
       display: none;
    }

    .pic{
        display: none;
    }

    .pic-phone{
        display: block;
    }

   

.drop-menu-item {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 20%;
    background-color: rgb(42, 42, 42);
/*     padding-top: 10px;
    padding-bottom: 10px; */

    display: flex;
    justify-content: center;
    align-items: center;
}

.drop-menu-item-current {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 20%;
    background-color: rgb(42, 42, 42);
/*     padding-top: 10px;
    padding-bottom: 10px; */

    display: flex;
    justify-content: center;
    align-items: center;
}

.button-prod h1{
    font-size: 180%;
    margin-bottom: 10px;
 }

 .button-prod{
    width: 45%;
}

.button-prod:hover {
    width: 48%;
    
}

.genre h2{
    font-size: 100%;
}

.button-beat{
    width: 43%;

 }

 .button-beat:hover{
    width: 45%;    
    
}

.p-thanks{
    width: 70%;
}

.thankyou{
    font-size: 280%;
}

form{
    width: 80%;
}

.submit{
    width: 60%;
}

}

/*for desktops */

@media only screen and (max-width: 1280px) and (min-width: 768px) {

    body{
            background-color: rgb(168, 119, 119);
        }

    .big-button {
        font-size: 70%;
        width: 21%;
    }

    .big-button:hover{
        width: 28%;
    }

    .button{

        width: 25%;
    }

    .TPC {
        width: 80%;
        font-size: 300%;
    }

    .red-text {
        width: 80%;
        font-size: 300%;
    
    }

    .paragrafo {
        font-size: 160%;
        width: 57%;
    }

    .button-to-form{
        width: 25%;
    }

    .footer-box h2 {
        font-size: 120%;
    }

    .drop-menu-item {
        font-size: 100%;
    }

    #menu2 {
    display: none;

    }

    .pic {
    width: 22%;
    margin-top: 15px;
}

.menu {

    width: 110%;

}


 .button-prod h1{
    font-size: 290%;
 }
    

 .button-beat{
    width: 37%;

 }

 .button-beat:hover{
    width: 40%;    
    
}

.p-thanks{
    width: 60%;
}

form{
    width: 70%;
}

.submit{
    width: 50%;
    }

}

/*for large screen */

@media only screen and (min-width: 1280px) {
    body{
            background-color: rgb(129, 222, 235);
        }
    

    .button{

        width: 20%;
    }

    .big-button:hover{
        width: 25%;
    }

    .big-button {
        font-size: 70%;
        width: 19%;
    }

    #menu2 {
    display: none;

    }
}