* {
    margin: 0;
    padding: 0;
}

/* .container {
    height: 100vh;
    margin: auto;
    justify-content: space-between;
    background-color: rgb(243, 250, 252);
} */

/* .container {
    margin: auto;
    max-width:100%;
    background-color: rgb(243, 250, 252);
} */


/* Navigation bar */

#new-nav {
    justify-content: space-evenly;
    
}

.navbar-brand a {
    color: #272B31;
}

.nav-item {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: black;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a {
    font-size: 18px;
    font-family: mulish;
    text-decoration: none;
    color: #272B31;
}

/* Page 1 Home page */

.page1 {
    background-color: #F3F8FF;
    font-family: literata;

}

.page1-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.page1-img {
    max-width: 550px;
    width: 100%;
}

.information1 {
    flex: 1;
    width: 100%;
    padding-bottom: 12px;
    padding-left: 45px;
}

.information1 input {
    padding: 12px 17px;
    border-radius: 5px;
    border: 0;
    font-family: mulish;
    background-color: white;
    font-size: 100%;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.info-title1 {
    font-family: literata;
    font-size: 52px;
    font-weight: bold;
    width: 85%;

}

.info-all {
    color: #6A727D;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    font-family: mulish;
}

.button {
    padding: 12px 17px;
    border-radius: 5px;
    border: 0;
    font-family: mulish;
    background-color: #2A7AFF;
    font-size: 100%;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.title3 {
    font-family: literata;
    font-size: 30px;
    text-align: center;
}

.title6 {
    font-family: literata;
    font-size: 30px;
    text-align: center;
    line-height: 2;
}

.icon1-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 120px;
}

.icon-description {
    display: block;
    text-align: center;
    font-family: mulish;
    color: #6A727D;
    font-weight: 500;
    font-size: 18px;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
}

.three-icon {
    flex: 1;
    padding: 30px;
}

.icon-title {
    font-family: literata;
}


/*  Page 2 How it works  */

.page2 {
    font-family: literata;

}

.page2-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

/* Page 3 Plan & Optimize routes */

.page3 {
    font-family: literata;

}

.page3-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.page-img {
    max-width: 620px;
    width: 100%;

}

.page3-img {
    max-width: 580px;
    width: 100%;
}


/* Page 4 business logic */

.page4 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F3F8FF;
    font-family: literata;

}

.page4-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.page4-img {
    max-width: 450px;
    width: 100%;
}

.information4 {
    flex: 1;
    width: 100%;
    padding-bottom: 12px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 18px;
}

/* Page 5 Custom Vehicles */

.page5 {
    font-family: literata;

}

.page5-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.page5-img {
    max-width: 450px;
    width: 100%;
}

/* Page 6 features */

.page6 {
    background-color: #F3F8FF;
    font-family: literata;

}

.page6-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.page6-img {
    width: 100%;
}

.title6 {
    font-family: literata;
    font-size: 30px;
    text-align: center;
}

.key-head {
    font-family: Mulish;
    text-align: center;
}

.key-head .key-head-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2rem;
}

#key-head-head {
    /* padding-left: 2rem; */
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

.footer-row .footer-col h4 {
    font-size: 18px;
    font-family: literata;
    font-weight: regular;
}

/* Page 7 unbetable pricing */

.page7 {
    font-family: literata;
    color: #fbfbfb;
    padding-bottom: 50px;
    
}

.page7-img {
    max-width: 500px;
    width: 100%;

}

.page7-box {
    padding: 30px;
    color: #fbfbfb;
    font-family: literata;
}

/* Page 8 simple and flexible pricing */

/* .page8 {
    padding: 60px 0;
} */

#annual {
    border-color: #2A7AFF;
    background-color: none;
}

.text-center {
    text-align: center;
}

.text-center button {
    padding: 12px 17px;
    border-radius: 5px;
    font-family: mulish;
    font-size: 100%;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.text-center #monthly {
    background-color: #2A7AFF;
    color: #fbfbfb;
    border: none;
}

.card {
    padding: 10px;
    font-family: mulish;
    border-radius: 5px;
    line-height: 2;
}

.page8 p {
    font-size: 18px;
    color: #6A727D;
    line-height: 1.2;
}

.container .row {
    --bs-gutter-y: 1.5rem;
}

#center-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#card-center-block {
    color: #2A7AFF;
}

.mem-price {
    line-height: 2;
    font-size: 30px;
    color: #6A727D;
}

span {
    font-size: 30px;
    color: #272B31;

}

/* Page 9 Schedule a demo */

.page9 {
    font-family: literata;

}

.page9-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    float: right;
    justify-content: space-evenly;
}


.page9-img {
    max-width: 450px;
    width: 100%;
}

.information9 {
    flex: 1;
    width: 100%;
    padding-bottom: 12px;
}

/* Page 10 Form */

.page10 {
    background-color: #fbfbfb;
    font-family: mulish;
    padding-bottom: 40px;
}

.page10-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.form {
    max-width: 540px;
    width: 100%;
    display: inline-grid;
    padding-left: 40px;
    padding-right: 40px;

}

.form input {
    padding: 10px 14px;
    border-radius: 5px;
    border: 0.1;
    font-family: literata;
    background-color: #F3F8FF;
    font-size: 100%;
    letter-spacing: 0.5px;
    margin-top: 5px;
    border-width: thin;
}

.text-center1 {
    text-align: center;
    padding-top: 30px;
}

.info {
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-grid;
    max-width: 540px;
    width: 100%;
}

#exampleInputtextarea {
    height: 100px;
    border: 0.1;
    font-family: literata;
    background-color: #F3F8FF;
    margin-top: 5px;
}

#box {
    background-color: #2A7AFF;
}

.information {
    flex: 1;
    width: 100%;
    padding-bottom: 12px;
    padding-left: 42px;
    padding-right: 42px;
}

.information li {
    list-style-type: circle;
}

.information li::marker {
    color: blue;
    list-style: none;
}

#desc::marker {
    list-style-type: disc;
    color: #f5f5f5;
}

#desc {
    line-height: 1.5;
    color: #6A727D;
}

#spacing {
    line-height: 0;
}

button.learn-more {
    background-color: #2A7AFF;
    color: white;
}

.title8 {
    font-family: mulish;
    font-size: 30px;
    text-align: center;
}

.info-title {
    font-family: literata;
    font-size: 30px;
    font-weight: bold;

}

.info-all-1 {
    color: #fbfbfb;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
    font-family: Mulish;
}

.get-free {
    width: 100%;
    padding: 4px;
    background-color: lightblue;
    color: #2A7AFF;
    font-size: 18px;
}

.get-trial {
    width: 100%;
    padding: 4px;
    background-color: #2A7AFF;
    color: white;
    font-size: 18px;
}


#pricing {
    background-color: #fbfbfb;
    color: #2A7AFF;
    border: none;
}


.mem-title {
    font-size: 30px;
    font-weight: bold;
}

.footer {
    position: relative;
    background: #272B31;
    font-family: mulish;
    font-size: 18px;
}

.footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.5rem;
    padding: 50px;
}

#footer-head {
    padding-left: 2rem;
    font: bold;
}

.btn {
    color: #f5f5f5;
}

.footer-row .footer-col h4 {
    color: #fff;
    font-size: 18px;
    font-family: mulish;
}

.footer-col .links {
    margin-top: 20px;
}

.footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
    color: #868686;
}

.footer-col .links li a {
    text-decoration: none;
    font-weight: normal;
    color: #6A727D;
    font-size: 18px;
    font-family: mulish;
    margin-bottom: 70px;
}

.footer-col .links li a:hover {
    color: #6A727D;
}

#foot-col{
    padding-left: 2rem;
    padding-right: 2rem;
}

.footer-col p {
    margin: 20px 0;
    max-width: 300px;
    color: #868686;
}

.footer-col form {
    display: flex;
}

.footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6;
    caret-color: #6A727D;
    color: #6A727D;
    padding-left: 10px;
}

.footer-col input::placeholder {
    color: #6A727D;
}

.footer-col form button {
    background: #2A7AFF;
    outline: none;
    border: none;
    color: #fbfbfb;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.footer-col form button:hover {
    background: #cecccc;
}

.footer-col .icons {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
}

.footer-col .icons i {
    color: #afb6c7;
}

.footer-col .icons i:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        border-radius: 0;
    }

    .footer .footer-row {
        padding: 20px;
        gap: 1rem;
    }

    .footer-col form {
        display: block;
    }

    .footer-col form :where(input, button) {
        width: 100%;
    }

    .footer-col form button {
        margin: 10px 0 0 0;
    }
}