body {
    margin: 0;
}

.page {
    width: 100%;
}
.container1 {

    height: 100vh;
    width: 100%;
    background-image: url("images/uber.png");
    background-size: cover;
}

.header {
    display: flex;

}

.h1{
    display: flex;
}
.menu{
    margin-left: 38px;
    margin-top: 35px;
    font-size: 35px;

}



.logo {

    margin-left: 38px;
    margin-top: 40px;
}

.login {
    
    margin-left: 1050px;
    border-radius: 28px;
    width: 88px;
    height: 50px;
    background: #fff;
    color: black;
    margin-top: 35px;
    border: #fff;
    font-weight: 300px;
    font-size: 17px;
    cursor: pointer;

}

.login:hover {
    background: rgb(199, 197, 197);
}

.sign-up {
    
    margin-left: 12px;
    border-radius: 28px;
    width: 88px;
    height: 50px;
    background: black;
    color: #fff;
    font-weight: 100px;
    font-size: 17px;
    margin-top: 35px;
    border: solid black;
    cursor: pointer;
}

.sign-up:hover {
    opacity: 0.8;
}



.p1 {
    margin-left: 42px;
    font-size: 55px;
    font-weight: bold;
    margin-top: 70px;
}

.p2 {
    font-family: UberMoveText, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.container3 {
    display: flex;

}

.box,.box1{
    display: flex;
}

.add-box{
    width: 21px;    
    height: 52px;
    margin-left: 42px;
    background-color: #fff;
    

}

.add-box1{
    width: 25px;    
    height: 52px;
    margin-left: 8px;
    background-color: #fff;

}    

.material-symbols-outlined{
    margin-top: 12px;    
    height: 52px;
    padding-left: 1px;
    
   
}


.pdel {
    
    width: 510px;
    height: 50px;
    border: none;
    padding-left: 13px;
    
}

.del {
    
    width: 175px;
    height: 52px;
    font-weight: 60px;
    cursor: pointer;
    font-size: 15px;
    border-color: #fff;
    

}

.fbtn {
    margin-left: 8px;
    height: 54px;
    border-radius: 5px;
    width: 120px;
    background: black;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.fbtn:hover {
    opacity: 0.8;
}

.last {
    margin-left: 20px;
}

.sign-in {
    color: black;
}

.p2 {
    margin-left: 42px;
}

.img {
    width: 100%;
    height: 100vh;
}

.main2 {
    width: 100%;
}

.body1 {
    display: flex;
    justify-content: space-between;

    width: 100%;
    margin-top: 60px;

}
.im1 {
    width: 450px;
    height: 250px;
    margin-left: 50px;
}

.im2 {
    width: 450px;
    height: 250px;
    margin-left: 25px;

}

.im3 {
    width: 450px;
    height: 250px;
    margin-left: 25px;
    margin-right: 50px;

}

.m1 {
    margin-left: 50px;
    font-size: 28px;
    font-weight: 700;
    font-family: UberMove, sans-serif;
    margin-top: 20px;
}

.m2 {
    margin-left: 25px;
    font-size: 28px;
    font-weight: 700;
    font-family: UberMove, sans-serif;
    margin-top: 20px;
}
.m3 {
    margin-left: 25px;
    font-size: 28px;
    font-weight: 700;
    font-family: UberMove, sans-serif;
    margin-top: 20px;
}

.n1 {
    margin-left: 50px;
    color: black;
    font-size: 17px;
    font-weight: 545;
    font-family: UberMoveText, sans-seri;
}

.n2 {
    margin-left: 25px;
    color: black;
    color: black;
    font-size: 17px;
    font-weight: 545;
    font-family: UberMoveText, sans-seri;
}

.n3 {
    margin-left: 25px;
    color: black;
    font-size: 17px;
    font-weight: 545;
    font-family: UberMoveText, sans-serif;
}

.div1,
.div2,
.div3 {
    line-height: 5px;
}

.cities {
    width: 91%;
    margin-top: 50px;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}

.city {
    font-size: 36px;
    font-weight: 700;
    font-family: UberMove, sans-serif;
}
.view-city:hover{
    cursor: pointer;
}

.view-city {
    font-size: 16px;
    font-weight: 540;
    font-family: UberMoveText, sans-serif;
    text-decoration: underline;
    margin-right: -27px;
    margin-left: 50px;
    margin-top: 50px;
}

.maps {
    width: 100%;
}

.map {
    width: 93%;
    margin-left: 50px;
    margin-right: 50px;
    height: 355px;
}

.f1 {
    display: flex;
    justify-content: space-between;
    margin-right: 250px;
}
.list:hover{
    cursor: pointer;
}
.list li {

    color: black;
    opacity: .9;

    font-family: sans-serif;
    font-size: 16px;
    list-style-type: none;
    line-height: 50px;
    margin-left: 15px;
}
.countries {
    width: 91%;
    margin-top: 50px;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}
.country {
    font-size: 36px;
    font-weight: 700;
    font-family: UberMove, sans-serif;
}
.view-country {
    font-size: 16px;
    font-weight: 540;
    font-family: UberMoveText, sans-serif;
    text-decoration: underline;
    margin-right: -27px;
    margin-left: 50px;
    margin-top: 41px;
}

.f2 {
    display: flex;
    justify-content: space-between;
    margin-right: 250px;
    margin-top: 1px;
    margin-bottom: 50px;
}

.list1,
.list2 {
    margin-top: -20px;
}
.list1:hover{
    cursor: pointer;
}
.list2{
    cursor: pointer;
}

.list1 li {

    color: black;
    opacity: .9;

    font-family: sans-serif;
    font-size: 16px;
    list-style-type: none;
    line-height: 50px;
    margin-left: 8px;
}

.list2 li {
    color: black;
    opacity: .9;

    font-family: sans-serif;
    font-size: 16px;
    list-style-type: none;
    line-height: 50px;
    margin-left: -52px;

}

.footer {
    border-top: 1px solid #E2E2E2;
}

.footer1 {

    width: 100%;
    height: 50vh;
    display: flex;

    margin-top: 17px;
    margin-left: -2px;
}

.uimg {
    margin-left: 50px;
    margin-top: 55px;
}

.app {
    margin-top: 175px;
    margin-left: 50px;
}
.app:hover{
    cursor: pointer;
}
.app1:hover{
    cursor: pointer;
}

.app1 {
    margin-left: 12px;

}

.fdiv2 {
    margin-left: 409px;
    margin-top: 55px;
}

.fdiv3 {
    margin-left: 109px;
    margin: 55px;
}

.ul1,
.ul2 {
    list-style-type: none;
    font-size: 18px;
    opacity: .9;
    line-height: 46px;
    margin-top: -8px;    
}
.ul1 li:hover{
    text-decoration: underline;
    cursor: pointer;

}
.ul2 li:hover{
    text-decoration: underline;
    cursor: pointer;
}

.footer2{

    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 250px;
}
.fd1{
    margin-top: 30px;
    margin-left: 50px;
    display: flex;
}
.ul2 .material-symbols-outlined{
    font-size: 18px;
    font-weight: bold;
}
.icons{
    display: flex;
    justify-content: space-between;
}
.icon2{
    margin-left: 17px;
}
.icon3{
    margin-left: 17px;
}
.icon1,.icon2,.icon3{
    font-size: 20px;
}
.terms{
    display: flex;
    margin-left: 750px;
}
.t1{
    font-size: 17px;
    opacity: .9;
}
.t2,.t3,.t4{
    margin-left: 30px;
    font-size: 17px;
    opacity: .9;
}
.t1:hover,.t2:hover,.t3:hover,.t4:hover{
    cursor:pointer;
    text-decoration: underline;
}
.fd2{
    display: flex;
    margin-left: 629px;
    font-size: 16px;
    opacity: .9;
}
.fdp{
    margin-left: 30px;
    
}

.fp:hover{
    cursor: pointer;
    text-decoration: underline;
}
.span1:hover{
    cursor: pointer;
    text-decoration: underline;

}
