.home-content{
    height: 60vh;
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-overflow: initial;
    color: white;
    gap: 1px;
    h1{
        font-size: 5rem;
        text-align: center;

    }
    .get-started{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-overflow: initial;
        gap: 10px;
        input{
            background: transparent;
            border-color: #a9a0a0;
            padding-left: 30px;
            color: white;
            border: white 1px solid;
            border-radius: 5px;
            font-size: 1rem;
            height: 50px;
            width: 60%
        }
        button{
            height: 55px;
            font-size: 1rem;
            width: 150px;
            border: none;
            background-color: red;
            color: white;
            border-radius: 5px;
        }
        button:hover{
            background-color: darkred;
        }
        input::placeholder{
            font-size: 1rem;
            color: white;
        }

    }
}
/* --------------------------join-------------------- */
h1{
    margin-left: 8.5%;
}
.join {
    
    height: 100vh;
    width: 100%;
    margin: 0;
    margin-left: 8.5%;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    gap: 30px;
    text-overflow: initial;
}

.join .item1, .join .item2, .join .item3, .join .item4 {
    margin-top: -28%;
    
    max-width: 210px; /* Set the same width for all items */
    height: 250px; /* Set the same height for all items */
    padding: 20px;
    /* background: linear-gradient(to bottom ,rgb(24, 4, 40) 200px, rgb(221, 77, 224) 650px );  */
    background: radial-gradient(circle farthest-side at 10% 10%,rgb(35, 5, 68),rgb(24, 4, 40));
    flex: 1 0 200px;
    
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    
}

.join h1 {
    font-size: 1.5rem;
    margin-left: 0%;
    margin-top: 0%;
}

.join p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.join .icon {
    font-size: 3rem;
    color: red;
    position: absolute;
    padding-left: 10%;
    padding-top: 15%;
    
   
    
}

/* --------------documment.html-------------------- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.sign-in{
    height: 100vh;
    width: 100%;
    background: linear-gradient(to right,black,transparent),url(4.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
    display: flex;

    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    form{
        
        height: 90vh;
        width: 450px;
        background-color: rgba(14, 9, 9, 0.898);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:5px;
        backdrop-filter: blur(1px);
        color: white;
        input{
            height: 70px ;
            color: rgb(241, 227, 227);
            width: 70%;
            border: 2px #eeebeb solid;
            font-size: 16px;
            font-weight: 200;
        }
        input:hover{
            border-color: #f3e7e7 ;
        }
        }
        button{
            border: none;
            width: 75%;
            height: 85px;
            background-color: red;
            color: white;
            border: 2px #1d1818 solid;
            border-radius: 5px;
        }
        button:hover{
            background-color: rgb(191, 5, 5);
        }
        .b1{
            background-color: rgba(179, 171, 171, 0.487);
            backdrop-filter: blur(10px);
            font-weight: 500px;
            height: 85px;

        }
        .b1:hover{
            background-color: rgba(112, 107, 107, 0.367);
        }
        input[type='text'],input[type='password']   {
            padding-left: 10px;
            background: transparent;
            border: 1px rgb(186, 177, 177) solid;
            border-radius: 5px;
        }     
        ::placeholder{
            color: #b6b3b3;
            font-size: 1rem;
        }
        input:focus{
            outline:none;
        }
        .check{
            display: flex;
            align-items: center;
            position: relative;
            right: 108px;
            color: rgb(255, 255, 255);
            user-select: none;
            font-weight: 400;
        }
        label { display: inline-block; }
        /* input{
            width: unset;
        } */
         .p1{
            margin-right:125px ;
         }
    }

