@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
}
/* html{
    font-size: 10px;
} */
body{
    background-image: url(/demo_resume.png);
    background-size: cover;
}
/* navigations */
.navbar{
    background-color:rgba(0,0 ,0,0.5 );
}
button{
    border: none;
    /* background-color: transparent; */
    background-color: aliceblue;
    outline: 0;
    cursor: pointer;
    font-family: inherit;
}
img{
    width: 100%;
    display: block;
}
a{
    text-decoration: none;
}
/* .navbar-brand span{
    color: #1d212d;
    font-size: 10px;
} */

.container1{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.6rem;
    background-color:#1d212d;
}
/* bars button */
.bars a{
    margin-bottom: 15px;
    color: black;
    font-size: 20px;
}
.bars a{
    transition: var(--transition);
}
.bars:hover a i{
    color: #f4511e;
}
.navbar-brand-icon{
    width: 25px;
    margin-right: 6px;
    opacity: 0.8;
}
.brand-and-toggler{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header{
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* buttons */

/* navbar part */
.navbar{
    height: 70px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 8px;
}
.navbar .container{
    width: 100%;
}
.navbar-brand{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.8rem;
}
.navbar-brand-text{
    color: var(--clr-dark);
    font-weight: 600;
}
.navbar-brand-text span{
    /* color: var(--clr-blue); */
    color: #f4511e;
}
.navbar-brand-icon{
    width: 25px;
    margin-right: 6px;
    opacity: 0.8;
}
.brand-and-toggler{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header{
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-content{
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}
.header-content img{
    max-width: 760px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 10.8rem;
}
.lg-title{
    margin: 1.4rem 0;
    font-size: 37px;
    line-height: 1.4;
    /* color: var(--clr-dark); */
}
.header-content p{
    margin-bottom: 2.6rem;
    line-height: 1.6;
}

/* navigations */
.container{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgba(0,0 ,0,0.5 );
    column-gap: 30px;
}
.from{
    position: absolute;
    max-width: 430px;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    background-color: aliceblue;
}
/*erre*/
.from.signup{
    opacity: 0;
    pointer-events: none;
}
.forms.show-signup .from.signup{
    opacity: 1;
    pointer-events: auto;
}
.forms.show-signup .from.login{
    opacity: 0;
    pointer-events: none;
}
/*erre*/
header{
    font-size: 28px;
    font-weight: 600;
    /* color: #232832; */
    color: #f4511e;
    text-align: center;
}
form{
    margin-top: 30px;
}
form .fiels{
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
}
.fiels input,
.fiels button{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}
.fiels input{
    outline: none;
    padding:0 15px;
    border: 1px solid #CACACA;
}
.fiels input:focus{
    border-bottom-width:3px ;
}
.eys-icon{
    font-size: 18px;
    color: #8b8b88;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px;
}
.fiels button{
    color: #fff;
    background-color: #f4511e;
    transition: all 0.3s ease;
    cursor: pointer;
}
.fiels button:hover{
    color: #232836;
    background-color: #fff;
    border: 2px solid #232836;
    font-weight: 600;
}
.from-link{
    text-align: center;
    margin-top: 10px;
}
.from-link span,
.from-link span a{
    font-size:14px;
    font-weight: 400;
    /* color: #232836; */
}
.from a{
    text-decoration: none;
    color: #f4511e;
    
}
.from-content a:hover{
    text-decoration: underline;
    color: #0171d3;
}
.line{
    position: relative;
    height: 1px;
    width: 100%;
    margin: 36px 0;
    /* background-color: #d4d4d4; */
    background-color: #f4511e;
}
.line::before{
    content: 'Or';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0 15px;
    color: #232836;
}
.media-options a{
    display: flex;
    background-color: #f4511e;
    align-items: center;
    justify-content: center;
}
.media-options .fiels{
    position: relative;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    margin-top: 20px;
}
.media-options a.facebook{
    color: #fff;
}
.media-options i{
    margin-right: 5px;
    font-size: 18px;
    /* color: #0171d3; */
}
.media-options .fiels:hover{
    color: #232836;
    background-color: aliceblue;
    border: 2px solid #232836;
    font-weight: 600;
    text-decoration: none;
}
@media screen and (max-width:400px){
    .from{
        padding: 15px 10px;
    }
}