nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.login {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.lang {
    display: inline-flex;
    color: #fff;
    border: 1px solid grey;
    background: transparent;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0.25rem;
    padding: 0.25rem 3.5rem;
    font-weight: 700;
    min-height: 2rem;

}
.signin {
    color: #fff;
    background: red;
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    border: 0;
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;

}
.header-content {
    color: #fff;
    padding-left: 300px;
    padding-top: 5px;
    padding-bottom: 100px;

}
.header-h1 h1{
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    padding-left: 200px;
    padding-top: 200px;
}
.header-h3  h3{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 400px;
    padding-top: 2px;
}
.header-content h3{
    padding-left: 130px;
    font-size: 1.125rem;
    font-weight: 400;
}

.header-gredient {
    display: flex;
    height: minmax(100px,auto) ;
    position: relative;
    justify-content: center;
    background: radial-gradient(51.39% 511.66% at 47.68% -217.91%, #ff9900 0%, #e50914 17.27%, #0e1b4f 79.44%, #000413 100%);
    box-shadow: 0px -8px 25px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin: 0 74px;
    color: white;
    padding: 22px;
}
.learn-more{
    color: #448ef4;
}
.gredient-item-1{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.gredient-item-2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 8px;
}


.logo {
    width: 150px;
}

.header-container {
    width: 100% auto;
    height: 100px auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/logo.jpeg);
    background-size: cover;
    background-position: center;
    padding: 10px 8%;
    position: relative;
}

.signup {
    display: flex;
    gap: 10px;

}

.email {
    border: 1px solid grey;
    padding: 0.85rem 10rem;
    color: grey;
}

.submit {
    background: red;
    align-items: center;
    padding: 0.85rem 3.5rem;
}