* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}

header {
    background-image: url("./assets/assets/images/bg-1.jpg");
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 10px 0px 100px;
    color: black;
}
.nav-links ul {
    display: flex;
    align-items: center;
}
.nav-links ul li {
    margin: 10px;
    color: black;
    font-weight: bold;
}
.nav-links .phone {
    background-color: grey;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
}
.nav-links .phone i {
    padding-right: 4px;
}

header .card {
    width: 340px;
    border-radius: 10px;
    background-color: grey;
    height: 300px;
    margin: 20px 0px 0px 40px;
    padding: 37px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header .card-content h1 {
    line-height: 32px;
}
header .card-content p {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
header .card-content button {
    height: 40px;
    width: 130px;
    font-size: 15px;
    font-weight: bold;
    color: grey;
    background-color: black;
}
.f-card {
    background-color: white;
    width: 95%;
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    height: 190px;
    /* margin-bottom: 60px; */
    margin-right: 20px;
}
.bg-content {
    height: 20px;
    padding: 30px;
}
.contact {
    display: flex;
    align-items: center;
    background-color: gray;
    border-radius: 10px;
}
.contact img {
    margin-right: 8px;
}
.field {
    display: flex;
    margin-top: 64px;
    margin-left: 30px;
    flex-direction: row;
    margin-bottom: 40px;
}
.field .details {
    width: 100%;
}
.field .details input {
    width: 19%;
    height: 34px;
    font-size: 16px;
    border: 1px solid rgb(167, 165, 165);
    padding: 10px;
    outline: none;
    margin-right: 4px;
}
.field .details button {
    height: 34px;
    font-size: 14px;

    background-color: gray;
    font-weight: bold;
    width: 17%;
    border: none;
    text-align: center;
}

/* Section Home switch */
.home-time {
    display: flex;
    justify-content: space-between;
}
.home-time > * {
    width: 50%;
}
.mr-seprate {
    width: 97%;
    padding: 21px 0px 10px 20px;
}
.switch {
    width: 40%;
}
.switch h1 {
    font-size: 33px;
    line-height: 31px;
}
.switch p {
    font-weight: 500;
    font-size: 15px;
    padding-right: 16px;
}
.switch button {
    height: 40px;
    width: 130px;
    font-size: 16px;
    border: none;
    background-color: gray;
    font-weight: bold;
    border-radius: 5px;
}
.home-time .img {
    margin-bottom: 15px;
}
.home-time .img img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.hometime-sec h1 {
    font-size: 39px;
    line-height: 36px;
}
.hometime-sec p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}
.benefits {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(233, 231, 231);
    padding: 15px;
    width: 100%;
}
.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.buttons button {
    margin: 10px 3px;
    padding: 20px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    background-color: grey;
    margin-bottom: 10px;
    width: 235px;
    outline: none;
    cursor: pointer;
    border: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #f5f5f5;
}

/* .buttons .images-card img {
    width: 100%;
} */
.card-img {
    background-image: url("./assets/assets/images/Fleetcars.jpg");
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.card1 {
    width: 390px;
    height: 360px;
    background-color: grey;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 50px;
    /* margin-left: 700px;
    margin-top: 100px; */
    border-radius: 4px;
}
.card-2-content-img {
    padding: 30px;
}
.card-2-content-img p {
    font-size: 13px;
}
.main-sec {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.main-sec h1 {
    font-size: 35px;
}
.dna-content {
    background-color: rgb(194, 189, 189);
    display: flex;
    margin-top: 16px;
}
.text {
    background-color: grey;
    width: 370px;
    height: 500px;
    padding: 23px;
    font-weight: 500;
    margin-right: 30px;
}

.earning-section {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.earning {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.earning p {
    margin-top: 10px;
    font-size: 14px;
}
.earning img {
    background-color: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}

.main-hassle {
    margin-top: 50px;
}
.main-hassle .card-img1 {
    background-image: url("./assets/assets/images/Fleetcars.jpg");
    height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
}
.main-hassle .card2 {
    width: 340px;
    border-radius: 10px;
    background-color: grey;
    height: 310px;
    margin: 120px 0px 0px 25px;
    padding: 37px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.main-hassle .card2 h1 {
    font-size: 35px;
    line-height: 33px;
    margin-bottom: 5px;
}
.main-hassle .card2 button {
    height: 40px;
    width: 130px;
    font-size: 15px;
    font-weight: bold;
    color: grey;
    background-color: black;
    margin-top: 10px;
}

/* process */
.main-process {
    margin-top: 100px;
}
.main-process h1 {
    font-size: 34px;
    margin-bottom: 28px;
    padding-top: 8px;

    line-height: 34px;
}
.main-process-content {
    width: 100%;
    display: flex;

    height: 530px;
}
.main-process {
    border-radius: 10px;
}
.process-btns {
    background-color: rgb(228, 228, 228);
    padding: 20px;
    width: 40%;
    border-radius: 3px;
}
.process-card .card2 {
    width: 350px;

    background-color: grey;
    position: absolute;
    height: auto;
    margin: 30px 0px 0px -85px;
    padding: 12px 34px 10px 34px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.step1-content {
    display: none;
}
.process-card .card2 button {
    height: 40px;
    border: none;
    margin-bottom: 40px;
    width: 130px;
    font-size: 15px;
    font-weight: bold;
    color: grey;
    background-color: black;
    margin-top: 23px;
    cursor: pointer;
}
.process-btns button {
    cursor: pointer;

    margin-left: -19px;
    display: flex;

    flex-direction: column;
    text-align: left;
    color: rgb(51, 51, 51);
    background-color: rgb(228, 228, 228);
    width: 54%;
    padding: 16px;
    font-weight: 800;
    border: none;
    font-size: 17px;

    outline: none;
    margin-top: 20px;
}
.process-images img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.process-images {
    width: 100%;
}

/* customer */
.customer {
    margin-top: 50px;
    background-color: rgb(240, 238, 238);
    padding: 50px;
}
.customer h1 {
    font-size: 50px;
}
.main-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.boxes {
    width: 400px;
    padding: 20px;
    background-color: white;
    height: 200px;
    margin-right: 10px;

    border: 1px solid rgb(226, 226, 226);
    margin-top: 30px;
}
.boxes p {
    font-weight: 500;
}
#toggler-btn {
    display: none;
    cursor: pointer;
    font-size: 25px;
}
footer {
    background-color: grey;
    height: 40px;
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    padding: 7px;
    margin-top: 20px;
    font-weight: bold;
    width: 100%;
    justify-content: center;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 11111111111;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    display: none;
}
.block {
    display: none;
    margin-top: 20px;
}
.buttons button i {
    display: none;
}

.btnContent {
    display: none;
}
.btnsItems i {
    transition: 0.7s;
    /* transform: rotate(180deg */
}

.proBtns button i {
    display: none;
}

.step1-content1 {
    display: none;
}
.btnContent1 {
    display: none;
}

/* .proBtnsBorder {
    border-left: 4px solid black !important;
} */
/* Media queries */

@media (max-width: 1100px) {
    #nav-overlay {
        background: rgba(87, 78, 87, 0.9);
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav-links {
        position: fixed;
        top: 0px;
        left: 100%;
        width: 100%;
        height: 100vh;
        z-index: 999;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-links ul {
        flex-direction: column;
        align-items: flex-start;
        background-color: rgb(7, 99, 90);
        width: 300px;
        padding: 20px;
        right: 0;
        position: absolute;
        height: 100%;
    }
    #toggler-btn {
        display: initial;
    }
    .close-btn {
        display: block;
    }
}

@media (max-width: 950px) {
    .dna-content {
        flex-direction: column;
    }
    .text {
        height: initial;
        width: 100%;
    }
    .home-time {
        flex-direction: column-reverse;
    }
    .home-time > * {
        width: 100%;
    }
}
@media (max-width: 800px) {
    header .card {
        width: 80%;
        background-color: transparent;
    }
    .card-img {
        height: 226px;
    }
    .main-hassle .card2 {
        width: 100%;

        background-color: transparent;
        /* height: 270px;/ */
    }

    .block {
        display: block;
    }
    .card-2-content-img {
        display: none;
    }
    .main-hassle .card2 h1 {
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .main-hassle .card2 p {
        font-size: 13px;
    }
    .main-hassle .card2 button {
        width: 80px;
        font-size: 12px;
    }
    .card-3-content-img {
        /* padding: -10px; */
        font-size: 12px;
    }
    header .card-content {
        width: 100%;
    }
    header .card-content button {
        display: none;
    }
    footer {
        margin-top: 225px;
    }
    .card1 {
        width: 80%;
        background-color: transparent;
        flex-direction: column;
    }
    .field .details {
        width: 100%;
        flex-direction: column;
        display: flex;

        margin-top: 30px;
    }
    .field .details input {
        width: 100%;
        margin: 5px;
    }
    .field .details button {
        margin-top: 10px;
        align-items: center;
        text-align: center;
        width: 120px;
    }
    .f-card {
        margin-right: 20px;
        margin-bottom: 39px;
    }
    .field {
        margin-right: 38px;
    }
    .home-time .img img {
        margin-top: 120px;
    }
    .contact {
        /* flex-direction: column; */
        align-items: flex-end;
        /* margin-bottom: -45px; */
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: transparent;
    }
    .content-person {
        padding-bottom: 10px;
    }
    .content-img {
        display: inline-block;
    }
}
@media (max-width: 477px) {
    .field .details input {
        display: none;
    }
    .f-card {
        margin-left: 0;
    }
    footer {
        margin-top: 88px;
    }

    .earning {
        width: 85%;
    }
    .main-hassle .card-img1 {
        height: 300px;
        background-size: cover;
    }

    .card-3-content-img {
        margin-top: -120px;
    }
    .card-3-content-img {
        font-size: 11px;
    }
    .card-3-content-img button {
        width: 50px;
    }
    header .card {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: -20px;
        margin-top: -20px;
        width: 100%;
        height: 100%;
    }
    .nav h1 {
        margin-left: -81px;
    }
    header .card h1 {
        font-size: 24px;
    }
    .field .details button {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 50px;
    }
    .earning-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 17px;
    }
    .home-time .img {
        margin-top: -130px;
    }
}
@media (max-width: 350px) {
    .card-img {
        height: 120px;
    }
    header .card h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .benefits {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: -8px;
    }
    header .card p {
        font-size: 12px;
        line-height: 14px;
    }
    .nav h1 {
        margin-left: -81px;
    }
    .card-3-content-img {
        margin-top: -120px;
    }
    .card2 h1 {
        font-size: 12px;
    }
    .card-3-content-img p {
        font-size: 15px;
    }
    .card-3-content-img button {
        padding: 8px 5px;
    }
    .field .details button {
        margin-top: 40px;
    }
    .buttons button {
        width: 200px;
    }
    .customer h1 {
        font-size: 40px;
    }
    .boxes {
        height: auto;
    }
}
@media (max-width: 950px) {
    .buttons {
        flex-direction: column;
        width: 100%;
    }
    .btnContent img {
        width: 100%;
    }
    .step1-content img {
        width: 100%;
    }
    .stepbtn {
        /* width: 140px !important;/ */
        height: auto;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .step1-content {
        border: 1px solid rgb(200, 200, 200);
        padding: 12px;
        border-top: none;

        border-radius: 4px;
    }
    #down {
        transform: rotate(180deg);
    }
    #arrow {
        transform: rotate(180deg);
    }
    .step1-content1 {
        display: block;
        border: 1px solid rgb(200, 200, 200);
        padding: 12px;
        border-top: none;

        border-radius: 4px;
    }
    .step1-content1 img {
        width: 100%;
        height: auto;
    }
    .main-process-content {
        width: 100%;
        display: flex;
        height: auto;
    }
    .btnContent1 {
        display: block;
        border: 1px solid rgb(200, 200, 200);
        padding: 12px;
        border-top: none;
        margin-right: -2px;
        margin-left: 3px;
        border-radius: 4px;
    }
    .btnContent1 img {
        width: 100%;
    }
    .btnContent {
        display: none;
        border: 1px solid rgb(200, 200, 200);
        padding: 12px;
        border-top: none;
        margin-right: -2px;
        margin-left: 3px;
        border-radius: 4px;
    }
    .btnContent h1 {
        font-size: 22px;
    }
    .process-card {
        display: none;
    }
    .process-images {
        display: none;
    }
    .process-btns {
        background-color: transparent;
        width: 100%;
    }
    .proBtns {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .forbtn button {
        display: flex;
        justify-content: space-between;
    }
    .proBtns button {
        border-radius: 5px;
        margin: 10px 0px 0px 0px;
        width: 100%;
        position: relative;
        font-size: 17px;
        font-weight: 500;
        border: none;
    }

    .proBtns button i {
        display: flex;
        align-self: flex-end;
        position: absolute;
        top: 50%;
        transition: 0.7s;
        transform: translateY(-50%);
        font-size: 12px;
    }
    .buttons button {
        width: 100%;
        padding: 10px;
        margin: 3px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        outline: none;
        border: none;
    }
    .buttons button i {
        display: block;
    }
    .benefits {
        border: none;
    }
    .card-img {
        background-image: none;
    }
    .card-img {
        display: none;
    }
    .block {
        display: none;
    }
}
