
.navbar{
    height: 10vh;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    display: grid;
    gap: 30%;
    position: sticky;
    background-color: white;
    top: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
}

#home-button{
    margin-left: 150px;
    height: 100%;
    box-sizing: border-box;
}
#home-button>a{
    height: 100%;
    text-decoration: none;
}
#home-button>a>img{
    height: 80%;
    padding-top: 7px;

}

#home-button>a>span{
    margin-left: -60px;
    text-decoration: none;
    font-size: medium;
    color: black;
    letter-spacing: 1px;
}
.navbar-button{
    right: 600px;
    width: 30%;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    
}
.navbar-button>a{
    width: max-content;
    border: 1px solid gainsboro;
    margin: auto 12px auto 50px;
    padding: 10px 30px;
    font-size: 1.rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 4px;
    text-decoration: none;
    color: initial;
}

.navbar-button>a:hover{
    color: olivedrab;
    cursor: pointer;
}
.navbar-button>a>span{
    font-weight: bolder;
}

.below-navbar{
    background-image: url(https://www.revv.co.in/assets/RentalImages/HomeScreen/heroCarousel/ST_BG_1.png);
    height: 90vh;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 0;
    margin-bottom: 0;
}
form{
    background: #fff;
    margin-top: 30px;
    padding: 40px 50px 0;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    width: 530px;
    margin-left: 130px;
    height: min-content;
    padding-bottom: 50px;
    box-sizing: content-box;
}

#below-navbar-image{
    display: grid;
    align-items: center;
}
#below-navbar-image>img{
    width: 80%;
}

#form-heading{
    width: 90%;
    border-radius: 18px;
    border: 4px solid #49a6ba;
    background-color: #49a6ba;
    height: 100px;
    margin: 20px auto 30px auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: white;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}
#form-heading p{
    margin-top: -20px;
    font-size: large;
}

form>img{
    margin: 30px auto auto auto;
    display: grid;
    height: 40px;
}

#form-heading div{
    cursor: pointer;
    border-radius: 16px;
    padding: 0 20px 0 20px;
}
form>img+p{
    text-align: center;
    font-size: x-large;
    color: gray;
    font-family: sans-serif;
}

#select-city,#date,#Search-location{
    width: 90%;
    height: 4.5rem;
    margin: 30px auto auto auto;
    display: grid;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: x-large;
    border: gainsboro solid 1px;
    padding-left: 30px;
}
#select-city>option{
    font-size: xx-large;
    padding: 20px;
}

#date{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 0px;
    border: none;
    padding-left: 0px;
    position: relative;
}
#start-date,#end-date{
    border: gainsboro solid 1px;
    font-size: x-large;
    padding-left: 30px;
}
#start-date{
    border-bottom-left-radius: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#start-date+span{
    position: absolute;
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: gray;
}
#end-date{
    border-bottom-right-radius: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#end-date+span{
    position: absolute;
    left: 300px;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: gray;
}

#Search-location{
    border-radius: 36px;
    margin-top: 40px;
    background-color: #0ebaba;
}


.body-content{
    background-color: #f1f4f8;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -20px;
    padding: 100px 0px 0px 100px;
    box-sizing: border-box;
}

#featured{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
#featured>img{
    width: 80%;
    margin-bottom: 50px;
    border-radius: 16px;
}
#crauser-button{
    position: absolute;
    right: 120px;
    top: 1000px;
}

#crauser-button>button{
    background: none;
    border: none;
    font-size: 50px;
}
#sanitized_and_safe_cars{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    
}

#sanitized_and_safe_cars>img{
    width: 80%;
    margin-bottom: 50px;
    border-radius: 16px;
}

#crauser-button-sanitized-safe-cars{
    position: absolute;
    right: 120px;
    top: 1380px;
}

#crauser-button-sanitized-safe-cars>button{
    background: none;
    border: none;
    font-size: 50px;
    
}

.body-content h1{
    color: rgb(143, 142, 142);
    font-size: 40px;
}

#why-revv{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    
}

#why-revv>div{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 140px;
    width: 450px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    place-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 50px;
}
#why-revv>div h2{
    font-size: 22px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#why-revv>div p{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
}
#why-revv>div>div{
    margin-right: 16px;
    margin-left: 16px;
}

#faqs>div{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 150px;
    margin-right: 100px;
    background-color: white;
    border-bottom: 2px solid gainsboro;
    margin-top: -20px;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 140px;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: grid;
    align-items: center;
}
#faqs>div:nth-child(1){
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
#faqs>div:nth-child(4){
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

#faqs>div>h2{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

#faqs>div>p{
    font-size: 22px;
    margin-top: -12px;
    color: gray;
}

#happy-customers{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
    margin-right: 100px;
}

#happy-customers>div{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    height: 350px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
    border-radius: 16px;
}
#happy-customers>div>h2{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid gray;
    
}

#journey-so-far{
    width: 95%;
    margin: 30px 0 100px 0;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 400px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
#journey-so-far>div{
    display: grid;
    place-content: center;
    align-items: center;
}
#journey-so-far>div>h2{
    font-size: 40px;
    margin-bottom: 0px;
}
#journey-so-far>div>p{
    font-size: x-large;
    color: gray;
    font-weight: bold;
}


#our-investors{
    width: 95%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    place-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 300px;
    background-color: white;
    border-radius: 16px;

}

#our-investors>div>img{
    width: 35%;
    margin: auto;
    display: grid;
    place-content: center;
}
#our-investors>div>p{
    text-align: center;
}

#our-investors>div>p{
    font-size: x-large;
    color: #3d3e4a;
    font-weight: 500;
}

#footer{
    background-color: white;
    margin-top: 50px;
    width: 95%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 45% 20% 35%;
    height: 500px;

}
#footer>div{
    height: 100%;
    padding-left: 50px;
    padding-top: 100px;
    padding-right: 200px;
    box-sizing: border-box;
}

#copyright>img{
    height: 100px;
}

#copyright>p{
    font-size: 20px;
    color: gray;
}

#footer>div:nth-child(2) a,#social>p{
    text-decoration: none;
    color: grey;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin: 30px;
}
#footer>div:nth-child(2)>div{
    margin-bottom: 30px;
}

#footer>div:nth-child(2) a:hover{
    color: black;
}

#social img{
    margin-left: 20px;
    background: white;
    border-radius: 50%;
    width: 80%;
    cursor: pointer;
}
#social img:hover{
    background-color: greenyellow;
}

#social div{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}


