* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body {}

/* nav section */
.nav-section {
    margin: 40px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;

    div {
        display: flex;
    }

    h1 {
        font-size: 30px;
        color: rgba(53, 99, 233, 1);
    }

    input {
        border: none;
        outline: none;
    }

    .nav-input {
        border: 1px solid rgb(227, 222, 222);
        border-radius: 30px;
        padding: 0 7px;
        margin-left: 85px;
        width: 400px;
        height: 40px;

        i {
            color: rgba(89, 103, 128, 1);
        }
    }
}

.bell-nav {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgba(255, 68, 35, 1);
    transform: translateX(50px);
}

.nav-icons {
    gap: 15px;
}

.nav-icons i {
    text-align: center;
    padding-top: 10px;
    color: rgba(89, 103, 128, 1);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(195, 212, 233, 0.4);
    border-radius: 50%;
}

.nav-icons i:hover {
    color: rgb(159, 167, 180);
    width: 42px;
    height: 42px;
}
#setting-nav {
    transform: translateX(180px);
    padding-top: 10px;
}

#setting-res-nav {
    display: none;
}

/* nav section responsive */
@media (max-width: 375px) {
    .nav-section {
        display: flex;
        flex-direction: column;
        gap: 30px;

        h1 {
            font-size: 24px;
        }

        .nav-icons i {
            display: none;
        }

        .nav-icons img {
            width: 35px;
            height: 35px;
            transform: translateX(380px) translateY(-135px);
        }

        #setting-nav {
            transform: translateX(2px);
            font-size: 30px;
            border: 1px solid rgba(195, 212, 233, 0.4);
            border-radius: 5px;
            padding: 7px;
            margin-left: 180px;
        }

        .bell-nav {
            display: none;
        }

        .nav-input {
            transform: translateY(70px) translateX(-190px);
            border-radius: 8px;
            height: 45px;
            width: 260px;
            margin-right: 60px;
            border: 1px solid rgba(195, 212, 233, 0.4);
        }
    }

    #setting-res-nav {
        display: flex;
        color: rgba(89, 103, 128, 1);
        font-size: 35px;
    }
}

.left {
    display: flex;
}

.checkbox {
    width: 360px;
    height: 700px;

    input {
        height: 20px;
        width: 20px;
        color: rgba(144, 163, 191, 1);
        padding-top: 2px;
    }



    .menu {
        margin-bottom: 10px;
        display: flex;

        p {
            color: rgba(144, 163, 191, 1);
            font-size: 16px;
            font-weight: 100;
            margin-left: 10px;
        }

        img {
            width: 20px;
            height: 20px;
            margin-top: 18px;
        }
    }

    .m1 {
        img {
            background-color: white;
        }

        background-color: #3563E9;
        display: flex;
        gap: 30px;
        padding: 20px 0;
        border-radius: 10px;
        color: white;
        width: 250px;

        p {
            color: white;
            transform: translateX(-30px) translateY(-7px);
        }

        padding: 8px;
    }

    .logout {
        padding: 25px 0;
    }

    margin: 30px 0 0 30px;

    P {
        margin-top: 20PX;
        color: #90A3BF;
        font-size: 12px;
        font-weight: 600;
    }

    label {
        color: #596780;
    }

    span {
        color: #90A3BF;
    }

    .checkbox-div {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}

.box-title {
    color: rgba(208, 211, 217, 0.4);
    font-size: 12px;
    font-weight: 0;
    line-height: 50px;
}

.right-section {
    background-color: rgba(246, 247, 249, 1);
    width: 100%;
    display: flex;
    gap: 20px;
}

.map-section {
    width: 500px;
    height: 750px;
    background-color: rgba(255, 255, 255, 1);
    margin: 20px;
    border-radius: 10px;
    padding: 20px;
}

.part31 {
    background-color: rgba(255, 255, 255, 1);
    margin-top: 25px;
    padding: 5px;

    .radio input {
        margin-bottom: 10px;
        color: rgba(26, 32, 44, 1);
        font-weight: 600;
    }
}

.option {
    h4 {
        color: rgba(26, 32, 44, 1);
        margin-bottom: 10px;
    }
}

.selct-list {
    color: rgba(144, 163, 191, 1);
    border: none;
    outline: none;
    font-size: 14px;
    margin-top: 10px;

    option {
        color: #000000;
    }
}

.detail {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.sectiontwo {
    img {
        width: 450px;
        height: 250px;
        margin: 10px 0;
    }
}

.car-detail {
    display: flex;
    gap: 20px;
}

.texts {
    display: flex;
    gap: 150px;

    p {
        color: rgba(61, 82, 120, 1);
        font-size: 14px;
    }

    h3 {
        color: rgba(26, 32, 44, 1);
    }
}

hr {
    color: rgba(195, 212, 233, 0.4);
}

.sectionfive {
    position: relative;
    display: flex;
    margin-top: 30px;

    h3 {
        color: rgba(26, 32, 44, 1);
        font-size: 20px;
        margin-bottom: 10px;
    }

    p {
        color: rgba(144, 163, 191, 1);
        font-size: 14px;
    }

    h1 {
        position: absolute;
        bottom: 0px;
        right: 0;
    }
}

.statisticssection {
    display: flex;
    flex-direction: column;

}

.part1statistics {
    width: 530px;
    height: 350px;
    background-color: rgba(255, 255, 255, 1);
    margin: 20px;
    border-radius: 10px;
    padding: 20px;

    h3 {
        color: rgba(26, 32, 44, 1);
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.p2 {
    margin-top: 40px;
    display: flex;
    position: relative;
    justify-content: space-between;

    h1 {
        position: absolute;
        top: 90px;
        left: 70px;
    }

    p {
        position: absolute;
        top: 120px;
        left: 70px;
        color: rgba(144, 163, 191, 1);
        font-size: 14px;
    }
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: black;
}

.part2statistics {
    width: 530px;
    height: 380px;
    background-color: rgba(255, 255, 255, 1);
    margin: 20px;
    border-radius: 10px;
    padding: 20px;
}

.items {
    i {
        font-size: 10px;
        margin-right: 5px;
        padding-bottom: 5px;
    }
}

.par-items {
    span {
        color: rgba(144, 163, 191, 1);
    }
}

.numberss {
    margin-top: 20px;
}

.items-numbers {
    display: flex;
    gap: 70px;
}

#circle1 {
    color: rgba(13, 53, 89, 1);
}

#circle2 {
    color: rgba(23, 93, 156, 1);
}

#circle3 {
    color: rgba(33, 133, 222, 1);
}

#circle4 {
    color: rgba(99, 169, 232, 1);
}

#circle5 {
    color: rgba(166, 206, 242, 1);
}

.textpart {
    display: flex;
    justify-content: space-between;

    h3 {
        color: rgba(26, 32, 44, 1);
    }

    p {
        color: rgba(53, 99, 233, 1);
        font-size: 12px;
    }
}

.carmodel {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.RS {
    display: flex;
    gap: 30px;

    h2 {
        color: rgba(26, 32, 44, 1);
        font-size: 16px;
    }

    p {
        color: rgba(144, 163, 191, 1);
        font-size: 12px;
    }
}

.LS {
    p {
        color: rgba(144, 163, 191, 1);
        font-size: 12px;
    }

    h2 {
        color: rgba(26, 32, 44, 1);
        font-size: 16px;
    }
}


/* responsive  */
@media screen and (max-width: 375px) {
    .checkbox {
        display: none;
    }
}


/* Media Query for max-width: 375px */
@media screen and (max-width: 375px) {
    .right-section {
        margin: auto;
        width: 100vw;
        flex-direction: column;
        background-color: rgba(246, 247, 249, 1);
    }

    .map-section {
        width: 90%;
        height: 1472px;
        padding: 15px;

        h3 {
            font-size: 16px;
            font-weight: 700;
        }

        .map-img {
            width: 295px;
            height: 272px;
        }
    }

    .car-detail {
        img {
            width: 116px;
            height: 64px;
        }
    }

    .selct-list {
        width: 295px;
        height: 56px;
        border-radius: 10px;
        background-color: #F6F7F9;
        padding: 10px;
    }

    .option img {
        display: none;
    }

    .detail {
        flex-direction: column;
    }

    .sectionfive {
        display: flex;
        justify-content: space-between;
        gap: 15px;

        span {
            display: none;
        }
    }

    .sectionfive h1 {
        position: static;
    }

    .texts {
        gap: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
    }

    .statisticssection {
        display: flex;
        flex-direction: column;
        width: 100%;
        width: 327px;
        height: 808px;
        border-radius: 10px;
    }

    .part1statistics {
        padding: 15px;
        width: 327px;
        height: 1000px;
    }

    .part2statistics {
        padding: 15px;
        width: 327px;
        height: 430px
    }

    .p2 {
        display: flex;
        flex-direction: column;
        position: relative;

        img {
            margin-left: 40px;
        }
    }

    .items-numbers {
        display: flex;
        justify-content: space-between;
    }


    .p2 h1 {
        position: absolute;
        top: 90px;
        left: 100px;
    }

    .p2 p {
        position: absolute;
        left: 110px;
    }

    .carmodel {
        display: flex;
        justify-content: space-between;
        margin: 30px 0;
    }

    .RS {
        display: flex;
        gap: 0;

        h2 {
            font-size: 14px;
        }

        p {
            font-size: 12px;
            font-weight: 500;
        }
    }

    .LS {
        h2 {
            font-size: 16px;
        }
    }
}