/*=============== HOME ===============*/
.home {
    padding-block: 176px 31px;
    position: relative;
    background: var(--blue);

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../image/services-hero.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.11;
        z-index: 0;
    }

    .home__container {
        .home__content {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 35px;
            z-index: 5;

            .header__content {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                gap: 8px;
                max-width: 888px;
                width: 100%;

                h1 {
                    font-size: 48px;
                    font-weight: var(--font-bold);
                    color: #FBEBE8;
                    text-shadow: 0px 1px 2px #545454AB;
                }

                p {
                    font-size: 18px;
                    font-weight: var(--font-medium);
                    color: var(--orang);
                    text-shadow: 0px 1px 2px 0px #26304666;
                }
            }

            .body__content {
                position: relative;
                max-width: 100%;

                .group__marquee {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    gap: 8px;
                    max-width: 100%;
                    overflow: hidden;

                    .container__marquee {
                        --width: 246px;
                        --duration: 50s;
                        --number_img: 10;

                        display: flex;
                        gap: 4px;
                        max-width: 100%;
                        overflow: hidden;

                        img {
                            width: var(--width);
                            height: 200px;
                            flex: 0 0 var(--width);
                            object-fit: cover;
                            border-radius: 4px;

                            offset: shape(from calc(var(--width) / -2) 50%,
                                    hline by calc(sibling-count() * max(100% / var(--number_img),
                                            var(--width) + 10px)));

                            animation:
                                maquree var(--duration) linear infinite calc(-1 * sibling-index() * var(--duration) / sibling-count());
                        }

                        /* .larg__img {
                            --width: 350px;
                        } */

                        &:nth-child(2) img {
                            animation-direction: reverse;
                        }
                    }

                    &::after {
                        left: 0;
                    }

                    &::before {
                        right: 0;
                        transform: rotate(0);
                    }
                }
            }

            .bottom__content {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 39px;

                a {
                    padding: 9.5px 38.5px;
                    gap: 11px;
                    font-size: 22px;
                    font-weight: var(--font-semi-bold);
                    color: white;
                    background-color: var(--orang);
                    border-radius: 6px;
                    transition: all 0.3s ease-in-out;

                    span {
                        margin-bottom: 5px;
                    }

                    &:hover {
                        background-color: var(--orang-hover);
                    }
                }

                .category__items {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 40px;

                    .item {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 9px;
                        color: var(--white);
                        font-size: 16px;
                        font-weight: var(--font-semi-bold);
                        text-shadow: 0px 2px 3px #00000040;

                        i {
                            font-size: 20px;
                            color: var(--orang);
                        }
                    }
                }
            }
        }
    }
}

/*=============== OUR CLINTS ===============*/
.our__clints {
    padding-block: 120px 170px;

    .our__clints__container {

        .our__clints__content {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 58px;

            .header__data {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 4px;
                text-align: center;

                p {
                    font-size: 18px;
                    font-weight: var(--font-regular);
                    color: var(--subtext);
                }

                h2 {
                    font-size: 40px;
                    font-weight: var(--font-semi-bold);
                    color: var(--headings);
                }
            }

            .clints__items {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 96px;

                .group__clints {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: row-reverse;
                    gap: 55px;
                    padding: 1rem;
                    max-width: 100%;
                    width: 100%;

                    img {
                        max-width: 220px;
                        width: 100%;
                        height: auto;
						transition: transform 0.3s ease-in-out;
						
						&:hover{
							transform: translateY(-8px);
						}
                    }
                }
            }
        }
    }
}

/*=============== OUR SERVICES ===============*/
.our__services {
    position: relative;
    padding-block: 48px 92px;
    background-color: var(--blue);

    .our__services__container {

        .our__services__content {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 113px;
            z-index: 5;

            .group__services {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;

                .our__services__data {
                    display: flex;
                    justify-content: center;
                    align-items: start;
                    flex-direction: column;
                    max-width: 536px;
                    width: 100%;
                    gap: 20px;

                    h2 {
                        font-size: 40px;
                        font-weight: var(--font-semi-bold);
                        color: var(--white);
                    }

                    p {
                        font-size: 20px;
                        font-weight: var(--font-medium);
                        color: var(--white);
                        text-shadow: 0px 4px 4px #00000040;
                    }

                    .btn {
                        gap: 11px;
                        padding: 13px 28px;
                        background-color: var(--headings);
                        color: var(--white);
                        border-radius: 6px;
                        font-size: 18px;
                        font-weight: var(--font-semi-bold);
                        transition: all 0.3s ease-in-out;
						margin-top: 20px;

                        &:hover {
                            background-color: var(--red-hover);
                        }
                    }
                }

                .our__services__img {
                    max-width: 660px;
                    width: 100%;
                    height: 356px;
                    border-radius: 12px;
                    border: 2px solid #D9D9D9;

                    img {
                        width: 100%;
                        height: 100%;
                        border-radius: 12px;
                    }
                }
            }

            .services__items {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 24px;

                .item {
                    display: flex;
                    justify-content: start;
                    align-items: center;
                    flex-direction: column;
                    background-color: var(--white);
                    border-radius: 16px;
                    box-shadow: 0px 4px 10px 0px #0000001A;
                    min-height: 421px;
                    transition: all 0.3s ease-in-out;
                    max-width: 418px;
                    width: 100%;

                    .img {
                        width: 100%;
                        height: 240px;

                        img {
                            width: 100%;
                            height: 100%;
                            border-radius: 12px 12px 0 0;
                            object-fit: cover;
                        }
                    }

                    .text {
                        display: flex;
                        justify-content: start;
                        align-items: start;
                        flex-direction: column;
                        gap: 16px;
                        padding: 20px;
                        width: 100%;
                        max-width: 357px;

                        h3 {
                            font-size: 24px;
                            font-weight: var(--font-semi-bold);
                            color: var(--blue);
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            width: 100%;

                            span {
                                color: var(--red);
                            }
                        }

                        p {
                            font-size: 18px;
                            font-weight: var(--font-regular);
                            color: var(--subtext);
							margin-inline-start: 20px;
                            display: -webkit-box;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            width: 100%;
                        }
                    }
                }
            }

        }
    }

    &::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 948px;
        height: 465px;
        background-image: url(../image/way.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*=============== WHY US ===============*/
.why__us {
    padding-block: 153px 260px;

    .why__us__container {

        .why__us__content {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .why__us__data {
                display: flex;
                justify-content: start;
                align-items: start;
                flex-direction: column;
                gap: 50px;

                .header__data {
                    display: flex;
                    justify-content: start;
                    align-items: start;
                    flex-direction: column;
                    gap: 12px;

                    h2 {
                        font-size: 40px;
                        font-weight: var(--font-semi-bold);
                        color: var(--headings);

                        .red {
                            color: var(--red);
                        }

                        .blue {
                            color: var(--blue);
                        }
                    }

                    p {
                        font-size: 24px;
                        font-weight: var(--font-regular);
                        color: var(--text);
                    }
                }

                .item__text {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    row-gap: 28px;
                    column-gap: 22px;

                    .group__item {
                        display: flex;
                        justify-content: start;
                        align-items: start;
                        gap: 22px;

                        .icon {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 38px;
                            height: 38px;
                            border-radius: 50%;
                            background-color: var(--orang);
                            color: var(--white);
                            font-size: 20px;
                        }

                        .text {
                            display: flex;
                            justify-content: start;
                            align-items: start;
                            flex-direction: column;
                            max-width: 260px;
                            gap: 8px;

                            h3 {
                                font-size: 24px;
                                font-weight: var(--font-medium);
                                color: var(--orang-hover);
                            }

                            p {
                                font-size: 16px;
                                font-weight: var(--font-regular);
                                color: var(--text);
                            }
                        }
                    }
                }
            }

            .why__us__img {
                max-width: 574.75px;
                width: 100%;
                height: 393.25px;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}

/*=============== CARS ===============*/
.cars {
    padding-block: 100px;

    .cars__container {

        .cars__content {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 30px;

            .text__right {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: start;
                gap: 11.5px;
                top: -80px;
                right: 0;
                flex-direction: column;
                max-width: 418px;
                width: 100%;
                z-index: 20;

                h2 {
                    font-size: 38px;
                    font-weight: var(--font-bold);
                    color: var(--blue);
                    text-shadow: 0px 4px 4px #005BAA40;
                }

                p {
                    font-size: 20px;
                    font-weight: var(--font-medium);
                    color: var(--subtext);
                }
            }

            .text__left {
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: start;
                gap: 11.5px;
                top: 120px;
                left: 70px;
                flex-direction: column;
                max-width: 310px;
                width: 100%;
                z-index: 20;

                h2 {
                    font-size: 40px;
                    font-weight: var(--font-semi-bold);
                    color: var(--text);
                    text-shadow: -3px 2px 6px #1F293733;
                }

            }

            .img {
                position: relative;
                max-width: 1200px;
                width: 100%;

                img {
                    width: 100%;
                    height: 100%;
                }

                .lins {
                    position: absolute;
                    top: 30%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 585px;
                    height: auto;
                    z-index: -1;
                }
            }

            .hals {
                width: 100%;
            }

            .btn {
                position: absolute;
                padding: 15.5px 62px;
                font-size: 18px;
                font-weight: var(--font-bold);
                color: var(--white);
                background-color: var(--red);
                border-radius: 6px;
                transition: all 0.3s ease-in-out;
                left: 50%;
                bottom: 60px;
                transform: translateX(-50%);

                &:hover {
                    background-color: var(--red-hover);
                }
            }
        }
    }
}

/*=============== PLACES ===============*/
.places {
    padding-block: 57px;

    .places__container {

        .places__content {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            gap: 30px;

            .places_header {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 26px;
                max-width: 823px;
                width: 100%;

                .text {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;

                    h2 {
                        font-size: 48px;
                        font-weight: var(--font-bold);
                        color: var(--blue);

                        span {
                            color: var(--red);
                        }
                    }

                    p {

                        font-size: 24px;
                        font-weight: var(--font-regular);
                        color: var(--text);
                    }
                }

                a {
                    font-size: 24px;
                    font-weight: var(--font-medium);
                    color: var(--orang);
                    text-decoration: underline;
                    transition: all 0.3s ease-in-out;

                    &:hover {
                        color: var(--red-hover);
                    }
                }
            }

            .img {
                position: relative;
                width: 100%;
                height: auto;

                img {
                    width: 100%;
                    height: auto;
                }

                .pin {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    animation: pinBounce 1.8s ease-in-out infinite;
                    cursor: pointer;

                    &::after {
                        content: attr(data-tooltip);
                        position: absolute;
                        bottom: 110%;
                        /* يظهر فوق الـ pin */
                        left: 50%;
                        transform: translateX(-50%) translateY(5px);
                        background-color: var(--orang);
                        color: var(--white);
                        padding: 4px 10px;
                        border-radius: 6px;
                        font-size: 12px;
                        white-space: nowrap;
                        opacity: 0;
                        visibility: hidden;
                        transition: all 0.25s ease-in-out;
                        pointer-events: none;
                    }

                    /* سهم صغير أسفل المربع */
                    &::before {
                        content: '';
                        position: absolute;
                        bottom: 95%;
                        left: 50%;
                        transform: translateX(-50%);
                        border-width: 5px;
                        border-style: solid;
                        border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
                        opacity: 0;
                        visibility: hidden;
                        transition: all 0.25s ease-in-out;
                        pointer-events: none;
                    }

                    /* عند الـ Hover */
                    &:hover {
                        z-index: 20;
                        animation-play-state: paused;
                        /* يوقف الحركة مؤقتاً لتسهيل القراءة */

                        &::after,
                        &::before {
                            opacity: 1;
                            visibility: visible;
                            transform: translateX(-50%) translateY(0);
                        }
                    }
                }

                .pin1 {
                    top: 48%;
                    left: 59%;
                    width: 29px;
                    height: 36px;
                    animation-delay: 0s;
                }

                .pin2 {
                    top: 45%;
                    left: 55%;
                    width: 42px;
                    height: 51px;
                    animation-delay: 0.25s;
                }

                .pin3 {
                    top: 53%;
                    left: 52%;
                    width: 45px;
                    height: 55px;
                    animation-delay: 0.5s;
                }

                .pin4 {
                    top: 55%;
                    left: 45%;
                    width: 25px;
                    height: 30px;
                    animation-delay: 0.75s;
                }

                .pin5 {
                    top: 74%;
                    left: 53.5%;
                    width: 17px;
                    height: 21px;
                    animation-delay: 1s;
                }
            }
        }
    }
}


/*=============== RESPONSIVE (LANDING) ===============*/
@media (max-width: 1200px) {

    /*===============HOME===============*/
    .home {
        padding-block: 180px 30px;

        .home__container {
            .home__content {
                .header__content {
                    h1 {
                        font-size: 40px;
                    }
                }
            }
        }
    }

    /*===============OUR CLINTS===============*/
    .our__clints {

        .our__clints__container {

            .our__clints__content {


                .clints__items {
                    gap: 80px;

                    .group__clints {
                        gap: 30px;

                        img {
                            max-width: 160px;
                        }
                    }
                }
            }
        }
    }

    /*===============OUR SERVICES===============*/
    .our__services {
        .our__services__container {
            .our__services__content {
                gap: 80px;

                .group__services {
                    gap: 40px;

                    .our__services__img {
                        max-width: 500px;
                        height: 280px;
                    }
                }
            }
        }
    }

    /*===============WHY US===============*/
    .why__us {
        padding-block: 100px 140px;

        .why__us__container {
            .why__us__content {
                .why__us__data {
                    gap: 30px;
                }

                .why__us__img {
                    max-width: 400px;
                    height: auto;

                    img {
                        height: auto;
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {

    /*===============HOME===============*/
    .home {
        padding-block: 176px 31px;

        .home__container {
            .home__content {
                gap: 39px;

                .header__content {
                    h1 {
                        font-size: 42px;
                    }

                    p {
                        font-size: 18px;
                    }
                }

                .body__content {
                    .group__marquee {
                        .container__marquee {
                            --width: 200px;

                            img {
                                height: 200px;
                            }
                        }
                    }
                }

                .bottom__content {
                    gap: 39px;

                    a {
                        font-size: 22px;
                    }

                    .category__items {
                        flex-wrap: wrap;
                        gap: 15px 40px;
                    }
                }
            }
        }
    }

    /*===============OUR CLINTS===============*/
    .our__clints {
        padding-block: 82px 119px;

        .our__clints__container {
            .our__clints__content {
                gap: 58px;

                .clints__items {
                    gap: 96px;

                    .group__clints {
                        flex-wrap: wrap;
                        gap: 50px;
                        justify-content: center;

                        img {
                            max-width: 160px;
                        }
                    }
                }
            }
        }
    }

    /*===============OUR SERVICES===============*/
    .our__services {
        padding-block: 60px 140px;

        &::after {
            width: 669px;
            height: 584px;
            top: 45%;
            opacity: 0.4;
        }

        .our__services__container {
            .our__services__content {
                gap: 79px;

                .group__services {
                    flex-direction: column-reverse;
                    gap: 36px;
                    text-align: center;

                    .our__services__data {
                        align-items: center;
                        max-width: 100%;
                        gap: 28px;

                        .btn {
                            width: 283px;
                        }
                    }

                    .our__services__img {
                        max-width: 100%;
                        height: 356px;
                    }
                }

                .services__items {
                    grid-template-columns: repeat(2, 1fr);
                    gap: 28px;

                    .item {
                        min-height: auto;
                        padding-bottom: 20px;
                    }
                }
            }
        }
    }

    /*===============WHY US===============*/
    .why__us {
        padding-block: 60px 100px;

        .why__us__container {
            .why__us__content {
                flex-direction: column-reverse;
                gap: 50px;

                .why__us__data {
                    width: 100%;
                    align-items: center;
                    gap: 50px;

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

                    .item__text {
                        width: 100%;
                        justify-content: center;

                        .group__item {
                            .text {
                                max-width: 65%;
                            }
                        }
                    }
                }

                .why__us__img {
                    max-width: 706px;
                    height: auto;
                }
            }
        }
    }

    /*===============CARS===============*/
    .cars {
        padding-inline: 1.5rem;

        .cars__container {
            .cars__content {
                position: relative;
                display: flex;
                flex-direction: column;
                gap: 30px;
                align-items: center;



                .text__right {
                    max-width: 336px;
                    top: -100px;

                    p {
                        max-width: 285px;
                    }
                }

                .text__left {
                    top: 90px;
                    left: -15px;
                }

                .img {

                    .lins {
                        top: 34%;
                        width: 460px;
                    }
                }

                .btn {
                    bottom: 55px;
                }
            }
        }
    }

    /*===============PLACES===============*/
    .places {
        padding-block: 40px 109px;

        .places__container {
            .places__content {
                .img {

                    .pin1 {
                        top: 47%;
                        left: 60.5%;
                        width: 22.5px;
                        height: 27.5px;
                    }

                    .pin2 {
                        top: 44%;
                        left: 55%;
                        width: 32px;
                        height: 40px;
                    }

                    .pin3 {
                        top: 52%;
                        left: 52%;
                        width: 34px;
                        height: 42px;
                    }

                    .pin4 {
                        top: 53%;
                        left: 45%;
                        width: 18px;
                        height: 23px;
                    }

                    .pin5 {
                        top: 74%;
                        left: 53.5%;
                        width: 13px;
                        height: 16px;
                    }
                }

            }
        }
    }
}

@media (max-width: 768px) {

    /*===============OUR SERVICES===============*/
    .our__services {
        padding-inline: 1.5rem;

        .our__services__container {
            .our__services__content {

                .services__items {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 22px;

                    .item {
                        min-height: auto;
                        padding-bottom: 20px;
                        width: 330px;

                        .text {
                            width: 100%;

                            h3 {
                                font-size: 20px;
                            }

                            p {
                                font-size: 16px;
								margin-inline-start: 15px;
                            }
                        }
                    }
                }
            }
        }
    }

    /*===============WHY US===============*/
    .why__us {
        padding-inline: 1.5rem;

        .why__us__container {
            .why__us__content {
                gap: 30px;

                .why__us__data {


                    .item__text {
                        width: 100%;
                        justify-content: center;

                        .group__item {
                            .text {
                                max-width: 80%;
                            }
                        }
                    }
                }

            }
        }
    }

    /*===============CARS===============*/
    .cars {
        padding-inline: 1.5rem;

        .cars__container {
            .cars__content {



                .text__right {
                    max-width: 280px;
                    top: -100px;

                    h2 {
                        font-size: 34px;
                    }

                    p {
                        max-width: 285px;
                    }
                }

                .text__left {
                    top: 55px;
                    left: -12%;

                    h2 {
                        font-size: 32px;
                    }
                }

                .img {

                    .lins {
                        top: 34%;
                        width: 340px;
                    }
                }

            }
        }
    }

    /*===============PLACES===============*/
    .places {
        padding-inline: 1.5rem;

        .places__container {
            .places__content {

                .places_header {
                    .text {
                        h2 {
                            font-size: 42px;
                        }

                        p {
                            font-size: 20px;
                        }
                    }

                    a {
                        font-size: 22px;
                    }
                }

                .img {


                    .pin1 {
                        top: 47%;
                        left: 60.5%;
                        width: 22.5px;
                        height: 27.5px;
                    }

                    .pin2 {
                        top: 44%;
                        left: 55%;
                        width: 32px;
                        height: 40px;
                    }

                    .pin3 {
                        top: 52%;
                        left: 52%;
                        width: 34px;
                        height: 42px;
                    }

                    .pin4 {
                        top: 53%;
                        left: 45%;
                        width: 18px;
                        height: 23px;
                    }

                    .pin5 {
                        top: 74%;
                        left: 53.5%;
                        width: 13px;
                        height: 16px;
                    }
                }

            }
        }
    }
}

@media (max-width: 576px) {

    /*===============HOME===============*/
    .home {
        padding-block: 134px 31px;

        .home__container {
            .home__content {
                .header__content {
                    h1 {
                        font-size: 34px;
                    }

                    p {
                        font-size: 14px;
                    }
                }

                .body__content {
                    .group__marquee {

                        .container__marquee {
                            --width: 150px;

                            img {
                                height: 123px;
                                border-radius: 2px;
                            }
                        }
                    }
                }

                .bottom__content {
                    .category__items {
                        align-items: center;
                        gap: 17px 42px;

                        .item {

                            &:nth-child(1) {
                                order: 2;
                            }
                        }
                    }

                    a {
                        font-size: 20px;
                    }
                }
            }
        }
    }

    /*=============== OUR SERVICES ===============*/
    .our__services {
        position: relative;
        padding-block: 48px 92px;
        background-color: var(--blue);

        .our__services__container {

            .our__services__content {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 69px;
                z-index: 5;

                .group__services {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;

                    .our__services__data {
                        gap: 20px;

                        h2 {
                            font-size: 30px;
                        }

                        p {
                            font-size: 17px;
                        }

                        .btn {
                            gap: 8px;
                        }
                    }

                    .our__services__img {
                        height: 200px;
                    }
                }

                .services__items {
                    gap: 20px;

                    .item {

                        .img {
                            height: 176px;
                        }

                        .text {

                            h3 {
                                font-size: 24px;
                            }

                            p {
                                font-size: 16px;
                            }
                        }
                    }
                }

            }
        }

        &::after {
            display: none;
        }
    }

    /*===============OUR CLINTS===============*/
    .our__clints {
        .our__clints__container {
            .our__clints__content {
                .header__data {
                    h2 {
                        font-size: 30px;
                    }

                    p {
                        font-size: 14px;
                    }
                }

                .clints__items {
                    gap: 66px;

                    .group__clints {
                        gap: 28px;

                        img {
                            max-width: 130px;
							
							&:nth-child(5){
								display: none;
							}
                        }
                    }
                }
            }
        }
    }

    /*===============WHY US===============*/
    .why__us {
        .why__us__container {
            .why__us__content {
                .why__us__data {
                    .header__data {
                        h2 {
                            font-size: 27px;
                        }

                        p {
                            font-size: 16px;
                        }
                    }

                    .item__text {
                        grid-template-columns: repeat(1, 1fr);
                        gap: 32px;


                        .group__item {
                            align-items: center;
                            text-align: center;
                            justify-content: center;
                            flex-direction: column;
                            gap: 8px;

                            .text {
                                width: 100%;
                                gap: 4px;
                                align-items: center;
                                text-align: center;

                                h3 {
                                    font-size: 20px;
                                }

                                p {
                                    font-size: 16px;
                                }
                            }
                        }
                    }
                }

                .why__us__img {
                    max-width: 100%;
                    height: auto;
                }
            }
        }
    }

    /*===============CARS===============*/
    .cars {
        padding-inline: 1.5rem;

        .cars__container {
            .cars__content {



                .text__right {
                    position: relative;
                    text-align: center;
                    align-items: center;
                    max-width: 100%;
                    top: auto;
                    right: auto;

                    h2 {
                        font-size: 32px;
                    }

                    p {
                        font-size: 20px;
                        max-width: 100%;
                    }
                }

                .text__left {
                    top: 195px;
                    left: -165px;

                    h2 {
                        font-size: 18px;
                    }
                }

                .img {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    img {
                        width: 150%;
                    }

                    .lins {
                        top: 34%;
                        width: 210px;
                        height: 300px;
                    }
                }

                .btn {
                    padding: 10px 36px;
                    font-size: 21px;
                    width: 90%;
                }

            }
        }
    }

    /*===============PLACES===============*/
    .places {
        padding-block: 0 80px;

        .places__container {
            .places__content {
                .places_header {
                    .text {
                        h2 {
                            font-size: 32px;
                        }

                        p {
                            font-size: 16px;
                        }
                    }

                    a {
                        font-size: 18px;
                    }
                }

                .img {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    img{
                        width: 120%;
                    }

                    .pin1 {
                        left: 62.5%;
                        width: 10px;
                        height: 12px;
                    }

                    .pin2 {
                        top: 42%;
                        left: 56.5%;
                        width: 14px;
                        height: 17px;
                    }

                    .pin3 {
                        top: 49.5%;
                        left: 52.5%;
                        width: 15px;
                        height: 18px;
                    }

                    .pin4 {
                        top: 51%;
                        left: 44%;
                        width: 8px;
                        height: 10px;
                    }

                    .pin5 {
                        top: 70%;
                        left: 54.5%;
                        width: 6px;
                        height: 7px;
                    }
                }
            }
        }
    }

    .section {
        padding-inline: 1rem;
    }
}