*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav{
    padding: 25px 35px;
    background: linear-gradient(to right, #0c1014 60%, #152127 40%);
}

nav img{
    width: 5%;
}

.below-nav{
    color: white;
    font-size: 30px;
    display: flex;
    height: 80vh;
}

.column1{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #0c1014;
}

.column1 img{
    width: 10%;
}

.below-nav h1{
    width: 70%;
}

.below-nav .column1 span{
    background: linear-gradient(to right, rgb(255, 92, 0), rgb(255, 0, 105), rgb(211, 0, 197));
    background-clip: text;
    color: transparent;
}

.below-nav img{
    width: 50%;
}

.column2{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #152127;
    padding-top: 30px;
}

form{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #152127;
    margin-bottom: 70px;
}

form p{
    font-size: 20px;
}

form input{
    padding: 20px;
    border-radius: 15px;
    /* border: none; */
    border: 1px solid gray;
    background-color: #152127;
    font-size: 20px;
    color: white;
}

form input::placeholder{
    font-size: 16px;
    transition: all 0.2s ease;
    transform-origin: 0 0;
}

form input:focus{
    border: 1px solid white;
}

form input:focus::placeholder{
    transform: translateY(-12px) scale(1);
}

.btn-design{
    padding: 15px;
    border-radius: 25px;
    background-color: #0d3c71;
    border: none;
    font-size: 20px;
    color: gray;
    cursor: not-allowed;
}

.forgot-link{
    color: white;
    text-decoration: none;
    font-size: 18px;
}

form:not(:has(input:placeholder-shown)) .btn-design {
    background-color: #1a8ffb;
    color: white;
    cursor: pointer;
}

.btn1{
    width: 80%;
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid gray;
    cursor: pointer;
}

.btn2{
    width: 80%;
    background-color: transparent;
    border: 1px solid #1a8ffb;
    color: #1a8ffb;
    cursor: pointer;
}

.btn2 a{
    text-decoration: none;
    color: #1a8ffb;
}

.btn1:hover, .btn2:hover{
    background-color: #2d383d;
}

.column2 span{
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    margin-top: 10px;
}

.column2 span img{
    width: 30%;
}

.index-footer{
    padding-top: 30px;
    background-color: #0c1014;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid gray;
}

footer span{
    display: flex;
    color: white;
    font-size: 14px;
    gap: 10px;
    margin-bottom: 20px;
} 

footer span select{
    border: none;
    background-color: transparent;
    color: white;
}



/* Forgot-html css */

.forget-password{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: white;
    gap: 10px;
}

.img-container{
    width: 50%;
}

.forget-password img{
    width: 4%;
}

.forget-password form{
    width: 50%;
    padding-left: 15px;
    margin-top: 30px;
}

.forget-password form input{
    background-color: #152127;
}


/* create-new-account css */

.create-new-account{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.img-wrapper, .meta-img{
    width: 35%;
}

.img-wrapper img{
    width: 7%;
    padding-left: 5px;
}

.create-new-account span{
    display: flex;
    align-items: center;
    color: white;
    gap: 10px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.meta-img img{
    width: 4%;
}

.create-new-account form{
    width: 35%;
    padding-left: 15px;
    color: white;
    gap: 0;
}

.create-new-account form label{
    margin-bottom: 10px;
}

.create-new-account form input{
    margin-bottom: 15px;
}

.create-new-account u{
    text-decoration: none;
    color: #1a8ffb;
}

.btn3{
    color: white;
    font-size: 15px;
}

.btn4{
    background-color: #152127;
    border: 1px solid gray;
    margin-top: 15px;
    color: white;
    font-size: 15px;
}



/* login-with-facebook css */


.hero-section{
    display: flex;
    /* height: 95vh; */
    border-bottom: 3px solid #dde2e8;
}

.hero-column1{
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;

}

.hero-column1 h1{
    font-size: 50px;
}

.hero-column2{
    width: 50%;
}

.hero-column2 img{
    width: 92%;
}

.hero-column3{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 3px solid #dde2e8;
}

.hero-column3 form{
    background-color: white;
}

.hero-column3 form input{
    background-color: white;
}

.hero-column3 span{
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-column3 span img{
    width: 35%;
}

.btn6{
    background-color: white;
    border: 1px solid #1a8ffb;
    width: 80%;
    color: #1a8ffb;
}

.btn6:hover{
    background-color: #f2f2f2;
}


.fb-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 350px;
}

.fb-footer span{
    color: #909294;
    font-size: 16px;
    gap: 15px;
    margin: 0;
    margin-bottom: 15px;
}

.fb-footer span p{
    text-align: left;
    /* margin-right: 10px; */
}



