#Background{   
    transform: translateY(-300px);

}
#Video-conteiner{
    height:90.813vh ;
    overflow:hidden;
    z-index: 1;

}



.creators{
    -webkit-box-shadow: 0px 0px 41px -7px var(--second_color);
    -moz-box-shadow: 0px 0px 41px -7px var(--second_color);
    box-shadow: 0px 0px 41px -7px var(--second_color);
    border-radius: 70px;
    flex: 0 1 500px;
    font-size: 100px;
    height: 700px;
    opacity: 0;
    border: 5px solid var(--second_color);

    display: flex;
    flex-direction: column;
    background-color: var(--main_color);
    gap: 0px;
    
}
.creators-visible{
    animation: 0.8s ease-out 0s 1 Apper forwards;
}

.header_creators{
    font-size: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Bebas Neue';
    color: #FDFDFD;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
}


#container-creators{
    margin: 10px 20px 0px 20px;
    display: flex;
    flex-direction: row;
    padding: 0px 6.336vw;
    justify-content: space-between;
    margin-bottom: 150px;
}

#header_creators{
    margin-top: 30px;
    font-size: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'Bebas Neue';
    letter-spacing: 7px;

}



@keyframes Apper{
    0%{
        transform: translateY(-100px);
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}

.Profile_pic{
    margin-top: 20px;
    align-self: center;
    width: 280px;
    flex: 0 0 280px;
    overflow: hidden;
    border-radius: 100%;
    border: 9px solid var(--second_color);
    margin-bottom: 0px;


    -webkit-box-shadow: 0px 0px 41px -7px var(--main_color);
    -moz-box-shadow: 0px 0px 41px -7px var(--main_color);
    box-shadow: 0px 0px 41px -7px var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center; 
}
.Profile_pic > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nick{
    font-size: 30px;
    color: var(--third_color);
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    font-family: 'Bebas Neue';

}
.box_con{
    display: flex;
    flex-direction: row;
    z-index: 1;
}
.box{
    flex: 1 1 500px;
    height: 52.798vh;
    z-index: 1;
}

.box > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box1{
    background-color: var(--third_color);
    color: var(--main_color);
    padding: 20px;
    box-sizing: border-box;
    font-size: 4.224vh;
    color: var(--main_color);
    font-family: "Rubik", sans-serif
}
#box2{
    background-color: var(--main_color);
    color: var(--third_color);
    padding: 20px;
    box-sizing: border-box;
    font-size: 4.224vh;
    font-family: "Rubik", sans-serif
}
.box > h1{
    font-weight: bold;
    font-size: 70px;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    margin: 0px;
}

.box_big{
    flex: 1 1 500px;
    height: 1000px;
    z-index: 1;
}
#box_big1{
    align-items: center;
    justify-content: center;
    display: flex;
}

#inst_con{
    max-width: 400px;
    max-height: 600px;
    width: 400px;
    height: 600px;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 41px -7px var(--second_color);
    -moz-box-shadow: 0px 0px 41px -7px var(--second_color);
    box-shadow: 0px 0px 41px -7px var(--second_color);
    gap:10px;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
#head_inst > img{
    border-radius: 100%;
    height: 40px;
    object-fit: contain;

}
#head_inst{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Rubik", sans-serif;
}
#inst_photo > img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#inst_but_con{
    display: flex;
    justify-content: space-between;
}
.decription{
    font-family: "Rubik", sans-serif;
    margin-bottom: 1px;
}
.decription > span{
    color:var(--inst_color);
}
#box_big2{
    flex: 1 1 1000px;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#box_big_header{
    font-size: 100px;
    font-family: "Rubik", sans-serif;
    display: flex;
    width: 900px;
    font-weight: 500;
    
    
}
#box_big_article{
    font-size: 100px;
    font-family: "Rubik", sans-serif;
    flex: 0 1 200px;
    width: 900px;
    padding: 10px;
    align-items: start;
    flex-direction: column;
    text-align: center;
}
#box_big_article>ul{
    margin:0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 50px;
    border-radius: 20px;
    padding: 20px 30px 20px 30px;
    border:5px solid var(--second_color);
    flex: 1 1 500px;
    gap:30px;
}
#box_big_article>ul>li>a>img{
    object-fit: contain;

    height: 50px;
}



#Contact_con{
    display: flex;
    height: 1000px;
    background-color: var(--main_color);

}

form{
background-color: var(--main_color);
    -webkit-box-shadow: 0px 0px 41px -7px var(--second_color);
    -moz-box-shadow: 0px 0px 41px -7px var(--second_color);
    box-shadow: 0px 0px 41px -7px var(--second_color);
flex: 0 0 600px;
height: 700px;
padding: 50px;
box-sizing: border-box;
border-radius: 20px;
display: flex;
flex-direction: column;
gap: 50px;
color: white;
}

.Contact_box{
    justify-content: center;
    align-items: center;
    flex: 1 1;
    display: flex;

    font-family: "Rubik", sans-serif;
    font-size: 25px;
    
}

input, textarea{
    width: 300px;
    background-color: #6b6b6b;
    border-radius: 5px;
    border: 1px solid var(--third_color);
    padding: 5px 8px;
    color: white;
    box-sizing: border-box;
}
textarea{
    height: 200px;
    width: 400px;
    max-height: 280px;
    max-width: 500px;
}

input[type=submit]{
    width: 150px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    background-color: var(--second_color);
    border: none;
    
}

input[type=submit]:hover{
    background-color: #811515;
    transition: 0.3s ease-in-out;
}

input:focus,textarea:focus{
    border: 2px solid var(--second_color);
}

#contact_first{
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "Rubik", sans-serif;
    color: var(--third_color);
    align-items: start;
    box-sizing: border-box;
}
#contact_first > *{
    margin: 10px 0px 0px 100px;
    font-family: "Rubik", sans-serif;
    font-size: 35px;
}
#contact_first > h1{
    font-size: 50px;
    margin: 50px 0px 0px 100px;
    font-family: "Rubik", sans-serif;
}


@media (max-width: 500px){
    #Background{
        transform: translateY(-10px);
    }
    #Video-conteiner{
        height: 280px;
    }
    #header_creators{
        font-size: 100px;
        text-align: center;
    }
    #container-creators{
        flex-wrap: wrap;
        gap:20px;
    }
    .box_con{
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }
    #box1,#box2{
        height: 92.998vh;
        box-sizing: border-box;
        width: 100%;
    }
    #box_big_header{
        font-size: 50px;
        align-items: center;
        justify-content: center;
    }
    #box_big_article{
        width: 100%;
    }
    #box_big_article>ul{
        gap: 5px;
        flex-wrap: wrap;
        font-size: 20px;
        width: 100%;
        flex: 0 0;
        box-sizing: border-box;
    }
    li{
        width: 100%;
    }
    .box_big{
        width: 100%;
    }
    .box_big:nth-child(1){
        height: 500px;
    }
    #box_big2{
        height: 500px;
    }
    #box_big_header{
        width: 100%;
    }

    .inst_but{
        width: 100px;
    }
    .inst_but:nth-child(2){
        width: 40px;
    }
    .inst_but > img{
        width:30px;
    }
    #head_inst > img{
        width: 40px;
    }
    #Contact_con{
        flex-wrap: wrap;
        height: 1500px;
    }
    #contact_first > * {
        margin: 0px;
        text-align: center;
    }
    #contact_first > h1 {
        margin: 0px;
        text-align: center;
        width: 100%;
    }
    form{
        padding: 15px;
        flex: 0 1 80%;
        width: 80%;
        box-sizing: border-box;

    }
    textarea {
        width: 100%;
    }
    input{
        width: 100%;
    }
    .contact_inpt{
        width: 100%;
        align-items: center;
        text-align: center;
    }

}

@media (max-width:400px) {
    #header_creators{
        font-size: 90px;
        text-align: center;
    }
    .box > h1{
        font-size: 60px;
    }

}
@media (max-height: 300px){
    #box1,#box2{
        height: 300px;
    }
}