@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body{
    background-image: url(background1.jpg);
    background-repeat: no-repeat;
    background-size: 100vw;
    color: white;
}

.head{
    display: flex;
    height: 50px;
}

#left{
    position: absolute;
    left: 21px;
    top: 16px;
    font-size: 30px;
    font-weight: bolder;
    color: #ff5214;
    font-family: 'Ubuntu', sans-serif;
}


#mid{
    display: block;
    margin: auto;
    width: auto;
    font-weight: bold;
}

.navbar li:hover{
    color: #ff5214;
}

#right{
    position: absolute;
    right: 40px;
    top: 15px;
    
}

.navbar{
    display: flex;
    list-style: none;
    margin: 0;
}

.navbar li{
    padding:  0 30px;
}

#gsearch{
    border-color: #ff5214;
    outline: none;
    height: 40px;
    width: 200px;
    background-color: transparent;
    color: white;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.btn-search{
    border-color: #ff5214;
    background: #ff5214;
    position: relative;
    height: 40px;
    right: 5px;
    border: none;
    width: 81px;
    border-radius: 0 5px 5px 0;
}

.mid-left{
    position: absolute;
    left: 80px;
    top: 140px;
}

.mid-left h1 span{
    color: #ff5214;
    font-size: 75px;
}
.mid-left h1{
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 80px;
}

.mid-text{
    font-size: 16px;
    line-height: 35px;
    font-family: 'Varela Round', sans-serif;
}

.btn-joinus{
    background: #ff5214;
    width: 150px;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
}

.btn-joinus:hover{
    background: #ea4f16;
    width: 150px;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
}

.mid-right{
    position: absolute;
    right: 100px;
    top: 130px;
    background: black;
    text-align: center;
    width: 400px;
    border-radius: 10px;
}

.loghere{
    background: white;
    border-radius: 10px;
    width: 290px;
    height: 60px;
    margin: 40px 0px 40px 0;
    border-radius: 10px;
}

.loghere h1{
    margin: 0;
    color: #ff5214;
    background: white;
}

#email{
    border-color: #ff5214;
    border-width: 0px 0px 2px 0px;
    background: transparent;
    font-size: 18px;
    width: 290px;
    height: 50px;
    outline: none;
    color: white;
    margin-bottom: 10px;
}

#password{
    border-color: #ff5214;
    border-width: 0px 0px 2px 0px;
    background: transparent;
    font-size: 18px;
    width: 290px;
    height: 50px;
    outline: none;
    color: white;
    margin-bottom: 30px;
}

.btn-login{
    background: #ff5214;
    width: 290px;
    height: 45px;
    border-radius: 15px;
    font-size: 18px;
}
.btn-login:hover{
    background: #ed541c;
    width: 290px;
    height: 45px;
    border-radius: 15px;
    font-size: 18px;
}

.mid-right p span{
    color: #ff5214;
}
.mid-right p{
    font-size: 20px;
}

.mid-right div{
    font-size: 35px;
}

.mid-right div i{
    margin: 20px;
}

.mid-right a{
    color: white;
}
