/*====== Basics ======*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

/*====== Banner ======*/

.login-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
}

.banner {
    display: flex;
    background-position: top;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: url('../img/header/banner-9.jpg');

}

.login-is {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    width: 100%;
    height: 550px;
    position: absolute;


}
.login-is>img {
    width: 40%;
}
/*====== Text ======*/

.how-it-work {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0 0 20;
}

.main-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}

.main-heading>p {
    font-family: Muli;
    font-size: 18px;
    color: #707C88;
    margin: 20px 0;
    text-align: center
}
.main-heading>h2 {
    font-family: EffraStdHeavy;
    font-size: 25px;
    color: #252D40;
    text-align: center;
}

.span {
    font-family: EffraStdHeavy;
    font-size: 26px;
    color: #5091ff;
}

/*====== Login- register ======*/

.login-section {
    display: flex;
    width: 100%;
    justify-content: center;
}

.login-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 95%;
    flex-direction: row;
    margin-top: 100px;
}

.left-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.left-img>img {
    width: 80%;
}

.login-data {
    display: flex;
    width: 47%;
    flex-direction: column;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    transition: .4s;
    padding: 15px 25px;
    border: 1px solid #eaeff5;
}


.login-header>h4 {
    font-family: MuliBold;
    color: #272F46;
    font-size: 20px;
    font-weight: 700;
}

.login-header {
    font-family: Muli;
    font-size: 18px;
    color: #667488;
    border-bottom: 1px solid #eaeff5
}



.tab {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    /* Hide all steps by default: */


}

.tab>h4 {
    width: 100%;
}


/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}


/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}


.form-cl i{
    position: absolute;
}
#togglePass{
    font-size: 20px;
    bottom: 330px;
    right: 50px;
    cursor: pointer;
}
#togglePass1{
    font-size: 20px;
    bottom: 420px;
    right: 50px;
    cursor: pointer;
}
#togglePass2{
    font-size: 20px;
    bottom: 335px;
    right: 50px;
    cursor: pointer;
}
#togglePass3{
    font-size: 20px;
    bottom: 187px;
    right: 50px;
    cursor: pointer;
}
#togglePass4{
    font-size: 20px;
    bottom: 100px;
    right: 50px;
    cursor: pointer;
}


.name,
.last-name,
.phone,
.linked,
.street,
.house_num,
.district,
.city {
    width: 48%;
}


.xp_years {
    width: 35%;
}

.email,
.file,
.degree,
.password,
.confirm-pwd {
    width: 100%;
}


.block {
    display: flex;
    flex-direction: row;
    width: 40%;
    align-items: center;
}

#remember_me {
    width: 20px;
    margin: 0;
}

.forget-pass>a,
.forget-pass>a:visited,
.forget-pass>a:hover {
    color: #5091FF;
    text-decoration: none;
}

.form-cl>input {
    height: 50px;
    border: 1px solid #dde6ef;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 18px;
    color: #445461;
    font-weight: 400;
}

.form-cl>label {
    font-family: Muli;
    font-size: 15px;
    color: #495677;
}


#prevBtn,
#nextBtn,
#SUBMIT {
    width: 100%;
    height: 50px;
    background-color: #5091ff;
    border-radius: 5px;
    font-family: Muli;
    color: white;
    border-style: none;
    font-size: 15px;
}

.send-button{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}




.terminos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.terminos>label {
    margin: 0 0 0 10px;
}

.terminos>input {
    width: 20px;
}

.log-button {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.g-img{
    width: 5%;
    margin:0 5px 0 5px;
}

.log-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-family: Muli;
    font-size: 17px;
    color: white;
    cursor: pointer;
    background-color: #5091FF;
    border-radius: 5px;
    border: none;
    height: 50px;
}
.regis{
    margin-top: 10px;
    background-color: #BC0C19;
}
.google{
    margin-top: 10px;
    background-color: #dde6ef;
    flex-wrap: wrap;
    justify-content: center;

}
.google-box{
    color: black !important;
    width: 60%;
    text-align: start;
    padding-left: 45px;
}
.log-link:hover {
    color: white;
    text-decoration: none;
}

/*====== Premium Experts ======*/

.premium-experts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    background-color: #F5F6F7;
}

.best-prem-experts {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.expert {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 30%;
    background-color: white;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    transition: transform .2s;
    cursor: pointer;
    border-radius: 8px;
}

.expert:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.expert-container {
    height: 680px;
    padding: 20px;
}

.expert-thumb>img {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.expert-info {
    font-family: Muli;
    margin: 10px 0;
    font-size: 15px;
    text-align: center;
    color: #677484;
}

.expert-info>h4 {
    font-size: 20px;
    color: #272f46;
}

.expert-areas {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.area {
    display: inline-block;
    list-style: none;
    padding: 3px 15px;
    border: 1px solid #b9c5ce;
    border-radius: 50px;
    margin: 5px;
    font-weight: 500;
    color: #657180;
}

.expert-profile {
    border: none;
    background-color: #1194F7;
    font-family: Muli;
    font-size: 16px;
    color: white;
    height: 60px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.expert-profile:hover {
    background-color: #BC0C19;
}



.looking-for {
    display: flex;
    margin: 20px 0;
    justify-content: center;
    width: 100%;
}

.looking {
    width: 97%;
}

.looking>a>img {
    width: 100%;
    border-radius: 8px;
}

/*====== QR PAGE ======*/
.show-qr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background-color: #f3f4f6;
    padding: 110px 0 50px;
}
.qr-box{
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    width: 40%;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 17px 20px 5px 0px rgba(0,0,0,0.1);
    padding: 20px;
}

.qr{
    padding: 90px 0;
}

.qr-title{
    text-align: center;
    font-family: MuliBold;
    color: #657582;
}

@media (max-width: 800px){
    .google-box{
        font-size: 14px;
        padding: 0;

    }
}

@media (max-width: 650px) {
    
    /* =========== Experts =========== */
    .main-heading>h2 {
        text-align: center;
    }

    .span {
        width: 50%;
        align-items: center;
        text-align: center;
    }

    .expert {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .banner {
        background-position-x: 80%;
    }

    .login-is {
        height: 400px;
    }

    .login-is>img {
        width: 80%;
    }

    .login-block {
        margin-top: 0;
        align-content: center;
        justify-content: center;
    }

    .left-img {
        width: 40%;
        margin-bottom: 25px;
    }

    .login-data {
        width: 94%;
    }
    
    .google-box{
        font-size:15px;
        text-align: center;
    }

    .expert-container{
        height: 380px;
    }
    .qr-box{
        width: 90%;
    }
}
@media (max-width: 495px){
    .best-prem-experts {
        justify-content: center;
    }

    .expert {
        width: 80%;
    }
    .span {
        font-size: 29px;
    }
}
@media (max-width: 450px){
    .name,
.last-name,
.password,
.confirm-pwd,
.phone,
.linked,
.street,
.house_num,
.district,
.city {
    width: 100%;
}

.block{
    width: 50%;
}

.google-box{
        font-size:14px;
    }

}
@media (max-width: 360px){

    #togglePass{
        font-size: 20px;
        bottom: 330px;
        right: 50px;
        cursor: pointer;
    }
}