.navimg{
    width: 70px;
    height: 50px;
}
.navbar-nav{
    margin-left: 300px;
}

.navbtn{
    color: azure;
    background-color: dodgerblue;
    border-radius: 25px;
    border: 0px;
    padding: 10px;
}
.info {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1; /* Ensure content stays above the background */
}

.info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('background.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2; /* Set opacity only for the background image */
    z-index: -1; /* Place it behind the content */
}


.info0{
    display: flex;
    margin: 30px;
}
.info1{
    width: 500px;
    padding: 50px;
}
.info1 h2{
    color: rgb(19, 118, 217);
}
.info1 i{
    color: white;
    padding: 10px;
}
.btndiv{
    display: flex;
}
.info1 button{
    margin: 5px;
    border-radius: 8px;
    color: white;
    display: flex;
    border: 0px;
    width: 250px;
    height: 70px;
    background-color:dodgerblue;
    padding: 10px;
}
.info2{
    padding-left: 100px;
}
.hero img{
    width: 100%;
}
.ride img{
    width: 100%;
}
.rideEasy{
    text-align: center;
    padding: 100px;
}
.seconddiv{
    display: flex;
}
.seconddiv button{
    padding: 20px;
    background-color:rgba(0, 206, 209, 0.333);
    border: 0px;
    border-radius: 50%;
}
.leftone{
    text-align: right;
    padding: 50px;
}
.rightone{
    text-align: left;
    padding: 50px;
}
.ellipse{
    z-index: -1;
}
.smartphone{
    z-index: 1;
    margin-top: -470px;
    margin-left: 90px;
}
.thirddiv{
    display: flex;
}
.respon{
    z-index: 1;
    margin-top: -450px;
    /* margin-left: 90px; */
}
.rightdiv{
    display: flex;
}
.testimonials{
    display: flex;
}
.testimonials h3{
    margin-top: 20px;
}

.contact{
    display: flex;
}
.text{
    margin-top: 150px;
}
.myForm
{
    margin-top: 40px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: auto;
    border: 1px solid gainsboro;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(128, 128, 128, 0.091);
    box-shadow: 0px 0px 20px 5px rgba(30, 143, 255, 0.249);
    margin-bottom: 20px;
}
.formTop{
    text-align: center;
}

.formCont h6
{
    text-align: left;
}

.formCont input,
.formCont select
{
    border-radius: 5px;
    border: 0.2px solid #ccc;
    padding: 5px 10px;
    margin: 10px 0;
}

.CallToAction img{
    width: 100%;
    z-index: -1;
}
.CallToAction .calldiv{
    margin-top: -220px;
    margin-left: 300px;
}
.CallToAction .callBtn{
    background-color: white;
    color: dodgerblue;
    z-index: 1;
    padding: 10px;
    border: 0px;
    border-radius: 10px;
}
.mainFooter{
    margin-top: 200px;
    background-color: rgba(30, 143, 255, 0.13);
    padding: 30px;
}
.footer{
    padding-top: 100px;
    display: flex;
}
.footer h4{
    color: rgb(19, 118, 217);
    font-weight: bolder;
}
.footer a{
    text-decoration: none;
    color:rgba(0, 0, 0, 0.557);
    font-weight: bolder;
}
.footer1 img{
    width: 90px;
    height: 60px;
}
.footer1{
    width: 500px;
}
.footer1 i{
    color: dodgerblue;
    padding-left: 30px;
}
.footer2{
    width: 300px;
}
.footer3{
    width: 300px;
}
.end{
    padding: 10px;
    text-align: center;
    background-color: rgba(30, 143, 255, 0.199);
}

@media screen and (min-width:750px) and (max-width:1050px) {
    .info0{
        display: block;
    }
    .seconddiv{
        display: block;
    }
    .thirddiv{
        display: block;
    }
    .testimonials{
        display: block;
    }
    .CallToAction .calldiv{
        margin-top: -150px;
        margin-left: 200px;
    }
}

@media screen and (min-width:200px) and (max-width:500px) {
    .info0{
        display: block;
        margin: 10px;
    }
    .btndiv{
        display: block;
    }
    .info1 button{
        margin: 5px;
        border-radius: 8px;
        color: white;
        display: flex;
        border: 0px;
        width: 200px;
        height: 70px;
        background-color:dodgerblue;
        padding: 10px;
    }
    .seconddiv{
        display: block;
    }
    .thirddiv{
        display: block;
    }
    .testimonials{
        display: block;
    }
    .info1{
        width: 250px;
        padding: 50px;
        margin-left: -50px;
    }
    .info2{
        padding-left: 0px;
        margin-left: -70px;
    }
    .info2 img{
        width: 90%;
    }
    .centerone .ellipse{
        width: 70%;
        margin-left: 50px;
    }
    .centerone .smartphone{
        width: 40%;
        margin-top: -340px;
        margin-left: 110px;
    }
    .leftdiv .ellipse{
        width: 70%;
        margin-left: 20px;
    }
    .leftdiv .respon{
        width: 70%;
        padding-top: 130px;
        margin-left: 20px;
    }
    .rightdiv{
        display: block;
    }
    .footer{
        padding-top: 100px;
        display: block;
    }
    .footer1 i{
        color: dodgerblue;
        padding-left: 30px;
        padding: 20px;
    }
    .footer2{
        width: 300px;
        padding: 20px;

    }
    .footer3{
        width: 300px;
        padding: 20px;

    }
}