body{
    margin: 0px;
    padding: 0px;
}
#navbar{
    background-color: black;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
}
#navbar>div>a{
    margin-top: 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
#navbar>div+div{
    display: flex;
    justify-content: space-around;
    width: 40%;
    gap: 20px;
}
#navbar>div+div>div{
    background-color: white;
    padding: 10px 20px;
    border-radius: 40px;
}
div+div>div>a{
    color: black;
    text-decoration: none;
}
#navbar>div>a>img{
    margin: -65px;
    margin-left: 20px;
}

.container0{
    width: auto;
    height: 550px;
    background-color: rgb(176, 176, 176);
    display: grid;
    justify-content: center;
    align-items: center;
    background-image: url("https://zoomcar-assets.zoomcar.com/images/original/a121667db0d5e435e48884b015120bc180a4ad2f.jpg?1661426287");
    background-size: 1300px;
    background-repeat: no-repeat;
}
.container1{
    width: auto;
    height: 550px;
    background-color: rgb(176, 176, 176);
    display: grid;
    justify-content: center;
    align-items: center;
    background-image: url("https://www.zoomcar.com/img/banner_airport.png");
    background-size: 1300px;
    background-repeat: no-repeat;
}

.container0>:first-child>button{
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 200px;
}
.container1>:first-child>button{
    font-size: 30px;
    margin-top: 200px;
}
#location{
    width: 20%;
}
#location>select{
    width: 100%;
}
#container2{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 30px;
    height: auto;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 50px;
}
#container2 a{
    text-decoration: none;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#refer{
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgb(211,211,211); 
}
#refer>div{
    margin-left: 20px;
}
#refer>img{
    width: 35%;
}
#refer>div>p{
    width: 80%;
}

#refer+div{
    display: flex;
    gap: 20px;
    margin-left: 20px;
    font-size: 20px;
}

#container2>a+a{
    display: flex;
    font-size: 14px
}
 #phone{
    width: 35%;
    display: flex;
    justify-content:right ;
    align-items: center;
 }
 #phone>img{
    width: 100%;
 }
 #card{
    width: 70%;
    padding: 20px;
 }
 #card>div{
    width: 75%;
    border: 3px dashed rgb(200,197,197);
    color: rgb(200,197,197);
    padding-left: 20px;
    font-size: 14px;
 }
 #card>div>h3{
   padding: -30px;
 }
 #card>:last-child{
    color: green;
    font-size: 20px;
 }

 #content{
    line-height: 20px;
    background-color: rgb(245,245,245);
    padding-top: 15px;
    padding-bottom: 1px;
    margin-bottom: 50px;
 }
 #content>div{
    width: 80%;
    margin: auto;
 }
 #content h1{
    font-size: 16px;
    margin-bottom: 5px;
 }
 #content>:first-child>p{
    font-size: 16px;
    margin-bottom: 50px;
    color: rgb(134,134,134);
 }

 #content>div+div>p{
    font-size: 14px;
 }
#content>:first-child{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: white;
    padding-bottom: 10px;
}
#content>div+div{
    border-top: 1px solid rgb(134,134,134);
}

#content+div{
    font-size: 35px;
    width: 20%;
    color: rgb(224,224,224);
}
#copy{
    margin: auto;
    width: 35%;
    color: gray;
}