html, body{
    padding: 0px;
    margin: 0px;
}

header{
    background: url("image/Chall3.png") no-repeat center bottom;
    background-size: cover;
}

.header{
    background: url("image/Chall2.png") no-repeat center bottom;
    background-size: cover;
    height:650px;
    width: 1330px;
    line-height: 80px;
    text-decoration: none;
}

.logo{
    margin-top: 0px;
    line-height: 80px;
    text-align: right;
    padding-right: 10px;
}

.heading{
    font-size: xx-large;
    font-weight: bolder;
    width: 100%;
    height: 190px;
    padding-left: 40px;
    font-family: papyrus;
    display: flex;
    justify-content: center;
}


.home{
    display: flex;
    justify-content: center;
    font-family: arial;
    font-size:large;
    padding-left: 10px;
    text-decoration: none;
    height: 56px;
    margin-top: 320px;
}
ul{
    list-style: none;
    display: flex;
    align-items: left;
    padding-left: 0px;
    text-decoration: none;
}
ul li a{
    padding-inline: 60px;
    padding-left: 15px;
    list-style: none;
    text-decoration: none;
    color:#ff7200;
    height: 550px;
}
ul li a:hover{
    background-color: lawngreen;
    color: black;
}

.searchbar{
    margin-top: 335px;
    /* color:  #f08804; ; */

}

#search{
    width: 264px;
    background: transparent;
    color: blue;
    height: 35px;
    margin-left: 5px;
    border: 1.7px solid #ff7200;  
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-right: none;
}

.btn{
    height: 36px;
    background-color: #ff7200;
    width: 70px;
    margin-left: -70px;
    border: 2px solid #ff7200; 
}

.searchbar #search:hover{
    border-color: #ff7200;

}


.main{
    display: flex;
    justify-content: center;
}

.paragraph{
    padding-left: 20px;
    width: 640px;
    color: white;
}

.login{
    height: 387px;
    background-color: #5c412b;
    width: 300px;
    margin-left: 200px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align:center;
}

.signup{
    background-color: #ff7200;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
}

.sign{
    margin-left: 90px;
    margin-right: 90px;
    background-color: #ffae00;
    border-radius: 40px;
    padding-top: 3px;
}
.sign:hover{
    background-color: rgb(37, 141, 16);
    font-size: large;
}

.login input{
    background-color: transparent;
    width: 240px;
    height: 40px;
    border: 1px solid #000000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.google:hover{
    background-color: lawngreen;
}

.location{
    color: #faebd7;
    display: flex;
    background-color: #140d0d;
}

.location1{
    width: 700px;
    padding-left: 100px;
    padding-top: 55px;
    font-family: papyrus;
    font-size: larger;

}

.location2{
    width: 700px;
    text-align: center;
     font-family: arial;
     padding-left: 220px;
}

.last{
    background-color: rgb(68, 59, 53);;
    color: white;
    text-align: center;
    height: 50px;
    padding-top: 18px;
    font-family: Arial;
}

.login{
margin-left: 934px;
    position: absolute;
    animation: bounce 5s 1;
}

/*@keyframes bounce {
    0%, 100%{
        left: -230px;
        top: 2px;
    }
    50%{
        left: 794px;
        top: 645px;
    }
}*/