* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    overflow: auto;
}
.theme-red-color {
    color: rgb(216, 110, 11);
    font-weight: 600;
}

.bkg-img {
    background-image: url(./../img/car9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 650px;

}
a{
    text-decoration: none !important;
}
a:hover{
    /* color: navajowhite; */
    text-decoration: none !important;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    position: fixed;
    width: 100%;
    z-index: 2000;
    box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

.nav {
    /* margin-left: 448px; */
}

.navbar2 {
    display: flex;
    margin-left: 10px;
}

.menu-text-color {
    color: whitesmoke !important;
}

.navbar2 a {
    color: white;
    background: transparent;
    margin-left: 15px;
    transition: all .50s ease;
}



.navbar2 i {
    margin: 0px 5px;
    font-size: 22px;
}

.home-text {
    color: white;
    padding-top: 194px;
    padding-left: 104px;
}

.home-text h1 {
    font-size: 45px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.home-text p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: 'REM', sans-serif;
    opacity: 0.5;
}

.home-text a {
    display: inline-block;
    text-align: center;
    color: white;
    background: #094282;
    padding: 20px 10px 20px 16px;
    margin-top: 10px;
}

.menu-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.1rem;
    margin-left: 85px;
    margin-top: 0px;
    width: 90%;
}
.curve{
     border-radius: 25px !important;
}
.curve-17{
    border-radius: 17px !important;
}
.box {
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(222, 223, 213); 
}

.container-text {
    background: white;
    width: 77%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;

}

.box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
}


.box p {
    font-size: 16px;
    margin-bottom: 6px;
    padding: 0px;
    font-family: Arial;
    color: #3d3d3d;
}


.box-img img {
    width: 40%;
    height: auto;
    margin-top: 42px;
}

.btn {
    display: inline-block;
    text-align: center;
    align-items: center;
    background: #ff7200;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    color: white;
    border-radius: 10px;
    margin-bottom: 12px;
}

.services-box {
    background: url(./../img/road1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 105px;
    height: 500px;
}

.services-box h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
}

.services-box .service-container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.service-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.service-item p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Work Sans', sans-serif;
}

.service-item-2 {
    margin-right: 20px;
}

.service-item-2 h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.service-item-2 p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Work Sans', sans-serif;

}

.services-2 {
    color: #f3f39a;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 100px;

}

.about {
    margin-top: 50px;
    margin-left: 50px;
}

.cross {
    display: none !important;
}

.about img {
    width: 92%;
    height: auto;
    margin-bottom: 50px;
}

.about-information {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.about-text h1 {
    margin-bottom: 20px;
    line-height: 46px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
    font-size: 37px;
    margin-left: 0px;
}

.about-text p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.apple {
    position: absolute;
    right: 140px;
    display: flex;
    align-items: center;
    margin-right: 90px;
    margin-top: 398px;
    gap: 1.1rem;
}

.footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 65px;
    background-color: rgb(42, 56, 59);
    margin-bottom: 10px;
    height: 100px;
}

.navlist {
    display: flex;
}

.navlist a {
    margin: 0 20px;
    color: white;
}

.last {
    color: white;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 1px;
}

.box-color {
    background-color: rgb(245, 191, 25);
}

.about-middle-text {
    background-color: white;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: -65px;
    margin-bottom: 30px;
    margin-right: 10px;
    width: auto;
    height: 40vh;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.about-middle-text h1 {
    font-size: 25px;
}

.about-middle-text p {
    font-size: 18px;
}

.about-heading {
    margin-left: 50px;
}
.about-para {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
}

.about-text {
    background: white;
    border-radius: 5px;
    margin: -96px;
    margin-left: 45px;
    margin-right: 90px;
    margin-bottom: 30px;
    color: #383838;
}

.about-text p {
    font-size: 18px;
    font-family: 'REM', sans-serif;
}

.about-footer {
    margin-top: 0px;
    background: white;
}

.navlist a {
    font-size: 11px;
    color: white;
}

.last p {
    color: white;
    font-size: 14px;
}

.about-img {
    height: 405px;
}

.bkg-height {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}




/* .form-text {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.form-text p {
    margin-top: 112px;
    margin-right: 136px;
    margin-bottom: 5px;
}

.form-text input {
    width: 250px;
    height: 38px;
}

.form-text .srch {
    margin-top: 62px;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
}

.form-text input .bx {
    /* position: absolute; */
    /* right: 0px; */
    /* align-items: last baseline;
} */

.form-text h4 {
    margin-top: 40px;
    color: #9c27b0;
    font-size: 14px;
} */

.form-box {
    margin-left: 495px;
    background: white;
    width: 28%;
    height: 50%;
    margin-bottom: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.form-box input {
    width: 261px;
    height: 55px;
    margin-top: 30px;
}

.form-box h6 {
    margin-left: 5%;
}

.contact-container {
    background: #FFFFFF;
    width: 97%;
    height: 100vh;
    border: 2px solid #FFFFFF;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    margin-left: 24px;
    margin-top: -66px;
}

.contact-img {
    height: 345px;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-text {
    margin-top: 50px;
    margin-left: 70px;
}

.contact-text h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.contact-text p {
    padding-top: 18px;
    font-family: 'Work Sans', sans-serif;
}

.contact-text .bx {
    margin-top: 10px;
    font-size: 30px;
}

.contact-text .fb i {
    color: #1877F2;
}

.contact-text .twt i {
    color: #1DA1F2;
}

.contact-footer {
    margin-top: 20px;
    background-color: white;

}

.contact-footer .last p {
    color: rgb(14, 14, 12);
}

#menu-icon {
    color: white;
    font-size: 2rem;
    cursor: pointer;
    display: none;
}

.login-footer {
    background: none;
}

.login-footer ul li a {
    color: white;
}

.about-home-text {
    margin: 0;
}

.privacy-img {
    height: 470px;
    background-size: cover;
}

.privacy-container {
    background: #FFFFFF;
    width: 98%;
    height: 275vh;
    border: 2px solid #FFFFFF;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    margin-left: 16px;
    margin-top: -66px;
}

.privacy-text h2 {
    padding: 20px;
    margin-top: 20px;
    margin-left: 23px;
}

.privacy-container p {
    margin-left: 40px;
    font-family: none;
}

.privacy-container strong {
    margin-left: 40px;
    color: #383838;
    ;
}

.privacy-container li {
    margin-left: 61px;
}

.terms-container {
    background: #FFFFFF;
    width: 93%;
    height: 200vh;
    border: 2px solid #FFFFFF;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    margin-left: 45px;
    margin-top: -66px;
}

.terms-text h2 {
    padding: 20px;
    margin-top: 30px;
    margin-left: 30px;
}

.terms-text p {
    margin-left: 50px;
}

.terms-text strong {
    margin-left: 50px;
}

.terms-container p {
    font-family: none;
}

.list-style-type {
    list-style-type: disc;
}

.scroll-header {
    background-color: #36363659;
    transition: background-color 0.3s ease;
}

.scrolled {
    background-color: #363636c2;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .no-scroll {
        overflow: hidden;
    }

    .cross {
        position: absolute;
        top: 11px;
        left: 20px;
        z-index: 1;
        font-size: 25px;
        display: block !important;
    }

    header {
        padding: 0px;
        display: block;
    }

    .hamburger-color{
        color: black !important;
    }
    .bx-menu {
        position: absolute;
        left: 88%;
        top: 4%;
    }
    .nav {
        /* margin-left: 249px; */
    }
    .logo img {
        margin-top: 26px;
    }

    .menu-bar {
        display: none;
        /* height: 100vh; */
        /* background: #000; */
        width: 250px;
        position: absolute ;
        top: 0%;
        bottom: 0%;
        right: 0%;
        transition: right 0.5s ease-in-out;
    }


    .bkg-img {
        height: 495px;
        width: auto;
    }

    .home-text {
        padding-top: 130px;
        /* margin-top: 10px; */
        margin-left: -80px;
    }

    .home-text h1 {
        font-size: 30px;
    }

    .home-text p {
        font-size: 20px;
        color: #a59a9a;
        font-weight: 600;
        line-height: 24px;
    }

    .home-text a {
        width: auto;
        font-size: 15px;
        margin-bottom: 25px;
        padding-top: 15px;
        padding-left: 12px;
        font-size: 18px;
    }

    #menu-icon {
        display: initial;
        top: 35%;
        left: 85%;
    }

    header .navbar2 {
        position: relative;
       display: flex;
        flex-direction: column;
        border-radius: 5px;
        height: 100vh;
        background-color: rgba(128, 128, 128, 0.945);
    }

    .navbar2 a {
        padding-top: 15px;
        padding-right: 15px;
        margin-top: 30px;
        display: block;
        color: black;
    }

    .menu-container {
        flex-direction: column;
        text-align: center;
        margin-left: 0px;
        width: auto;
    }

    .menu-container .box {
        width: auto;
        height: 410px;
        margin: 0px;
        margin-top: 45px;
        margin-left: 0px;
    }

    .menu-container img {
        margin-top: 0px;
    }

    .services-box {
        width: auto;
        height: 170vh;
        font-size: 18px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
    }

    .service-box h2 {
        font-size: 35px;

    }

    .service-container {
        flex-direction: column;
    }

    .service-item {
        margin-left: 15px;
        margin-bottom: 50px;
    }

    .service-item-2 {
        margin-left: 15px;
    }

    .service-item-2 h3 {
        font-size: 1.5rem;
        line-height: 31px;
    }

    .service-item-2 p {
        font-size: 17px;
        line-height: 31px;

    }

    .service-item h3 {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .service-item p {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 31px;
    }

    .about-information {
        flex-direction: column;
    }

    .about img {
        width: 100%;
        margin-left: -16px;
        margin-bottom: 0px;
    }
 
    .about-text {
        background: none;
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0px;
    }

    .about-text h1 {
        font-size: 48px;
        line-height: 55px;
    }

    .about-text p {
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 13px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
    }

    .aple {
        position: unset;
        margin-right: 0px;
        margin-top: 0px;
    }

    .footer {
        height: 28vh;
        width: auto;
        margin-top: 20px;
        flex-direction: column;
    }

    .navlist a {
        color: white;
    }

    .last p {
        color: white;
        background: rgb(42, 56, 59);
    }

    .navlist {
        display: flex;
        flex-wrap: wrap;
    }

    .navlist li {
        width: 40%;
        white-space: nowrap;
        padding: 10px;
    }

    .login-footer .navlist {
        /* margin-top: 100%; */
    }

    .login-footer a {
        color: white;
    }

    .login-last p {
        background: none;
        color: #fff;
    }

    .form-container {
        background-color: white;
        margin-left: 35px;
        width: 80%;
        height: 60%;
        position: sticky;
        top: 22%;
    }

    .form-text {
        width: 102%;
        height: 84%;
        border-radius: 10px;
    }

    .about-img {
        height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .about-middle-text {
        background-color: white;
        border-radius: 10px;
        margin-left: 15px;
        margin-top: -65px;
        margin-bottom: 30px;
        margin-right: 10px;
        width: auto;
        height: 50vh;
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

    .about-middle-text h1 {
        font-size: 25px;
    }

    .about-middle-text p {
        font-size: 18px;
    }

    .about-heading {
        margin-left: 20px;
    }
    .about-para {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
    .about {
        margin-top: 50px;
        margin-left: 40px;
    }

    .about-footer {
        background: none;
        position: absolute;
        margin-top: 20px;
    }

    .about-footer a {
        color: black;
    }

    .last p {
        background: none;
        color: black;
    }

    .contact-img {
        height: 317px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .contact-container {
        width: 89%;
        height: 127%;
    }

    .contact-footer {
        position: absolute;
        margin-top: 15px;
        background: none;
    }

    .contact-footer a {
        color: black;
    }

    .bkg-height {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .privacy-img {
        height: 335px;
        width: auto;
        background-position: center;
        background-size: cover;
    }

    .privacy-container {
        width: auto;
        height: auto;
        margin-right: 20px;
    }

    .privacy-text {
        margin-top: 50px;
        margin-left: 20px;
    }

    .privacy-container p {
        margin-left: 0px;
    }

    .privacy-container li {
        margin-left: 30px;
    }

    .privacy-text h2 {
        padding: 0px;
        margin-left: 0px;
    }

    .terms-container {
        width: auto;
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .terms-text h2 {
        margin-top: 30px;
        margin-left: 15px;
    }

    .terms-text p {
        margin-left: 18px;
    }

    .terms-text strong {
        margin-left: 18px;
    }

    .privacy-container strong {
        margin-left: 0px;
    }
   
   
 
 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}