@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    color: white;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body{
    background: rgb(37, 37, 37);
}

.header::before {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: -1;
    opacity: 0.4;
    /* border: 3px solid green; */
}

.header {
    /* border: 3px solid black; */
    height: 70px;
}

#logo {
    width: 15%;
    /* border: 3px solid green; */
}

#logo img {
    /* border: 3px solid red; */
    width: 200px;
    filter: invert(100%); 
    margin-top: -15px;
    margin-left: -35px;
}

#right{
    width: 150px;
    height: 55px;
    /* border: 1px solid green; */
    position: absolute;
    right: 10px;
    top: 7.5px;
}

#right #btn{
    width: 100%;
    height: 100%;
    background: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: 350ms ease;
}

#right #btn:hover{
    border: 2px solid white;
    background: none;
}

#btn a:hover{
    color: white;
}

#btn a{
    color: black;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 16px;
}

.container {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 120vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    z-index: -2;
    /* border: 3px solid white; */
}

.container::before {
    content: "";
    position: absolute;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 32%, rgba(42, 55, 57, 1) 73%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 120vh;
    width: 100%;
    z-index: -2;
    opacity: 0.8;
}

.container .all{
    width: 600px;
    height: 600px;
}

.all h1{
    font-weight: 400;
    font-size: 3rem;
    padding: 10px;
    /* border-left: 1px solid white; */
}

.all form{
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-left: 40px;
    height: 100%;
    gap: 1rem;
    margin-top: 30px;
}

.all-inputs{
    height: 50px;
    border-radius: 15px;
    border: none;
    background: #000;
    padding: 10px;
    color: bisque;
    font-weight: 500;
}

.all form textarea{
    height: 170px;
    border-radius: 10px;
}

.all-input:focus{
    border: 1px solid white;
}


.all form button{
    border: none;
    color: black;
    width: 190px;
    height: 45px;
    border-radius: 15px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: 400ms ease;
}

.all form button:hover{
    border: 1px solid white;
    background: none;
    color: white;
}

@media only screen and (min-width:400px){

    .header::before {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 70px;
        z-index: -1;
        opacity: 0.4;
        /* border: 3px solid green; */
    }
    
    .header {
        /* border: 3px solid white; */
        height: 70px;
        width: 100%;
    }
    
    #logo {
        width: 10%;
        /* border: 3px solid green; */
    }
    
    #logo img {
        /* border: 3px solid red; */
        width: 150px;
        filter: invert(100%); 
        /* margin-top: -15px;
        margin-left: -35px; */
    }
}

@media only screen and (max-width:578px){
    .header::before {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 70px;
        z-index: -1;
        opacity: 0.4;
        /* border: 3px solid green; */
    }
    
    .header {
        /* border: 3px solid white; */
        height: 70px;
        width: 100%;
    }
    
    #logo {
        width: 10%;
        /* border: 3px solid green; */
    }
    
    #logo img {
        /* border: 3px solid red; */
        width: 120px;
        filter: invert(100%); 
        margin-top: -3px;
        margin-left: -25px;
    }
}

@media only screen and (max-width: 436px){
    .header::before {
        content: "";
        background-color: black;
        position: absolute;
        width: 100%;
        height: 60px;
        z-index: -1;
        opacity: 0.4;
        /* border: 3px solid green; */
    }
    
    .header {
        /* border: 3px solid white; */
        height: 60px;
        width: 100%;
    }
    
    #logo {
        width: 10%;
        /* border: 3px solid green; */
    }
    
    #logo img {
        /* border: 3px solid red; */
        width: 120px;
        filter: invert(100%); 
        margin-top: -8px;
        margin-left: -25px;
    }

    #right{
        width: 140px;
        height: 45px;
        /* border: 1px solid green; */
        position: absolute;
        right: 10px;
        top: 7.5px;
    }

    #btn a{
        color: black;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 16px;
    }

}

@media only screen and (max-width:612px){
    .all h1{
        font-weight: 400;
        font-size: 2rem;
        padding: 10px;
        /* border-left: 1px solid white; */
    }

    .all form{
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-left: 0px;
        height: 100%;
        gap: 1rem;
        margin-top: 30px;
    }
    .container .all{
        width: 100%;
        height: 600px;
        /* border: 1px solid white; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .all hr{
        width: 80%;
    }

    .all-inputs{
        height: 50px;
        border-radius: 15px;
        border: none;
        background: #000;
        padding: 10px;
        color: bisque;
        font-weight: 500;
    }

    .all form button{
        border: none;
        color: black;
        width: 100%;
        height: 45px;
        border-radius: 15px;
        font-size: 1rem;
        cursor: pointer;
        margin-top: 10px;
        transition: 400ms ease;
    }
}

@media only screen and (max-width:270px){
    #right{
        width: 110px;
        height: 42px;
        /* border: 1px solid green; */
        position: absolute;
        right: 10px;
        top: 7.5px;
    }

    #btn a{
        color: black;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
        padding: 16px;
    }
}