.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.menu ul {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.menu ul li a {
    color: var(--black-color);
    font-weight: 600;
    font-size: 18px;
}

.menu ul li a.active_page {
    color: var(--main-color);
}

.logo img {
    width: 150px;
}

/* banner_box__img */
.banner_box__img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

/* Cubic Animation */
.banner_slider .slick-slide {
    transition: transform 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 1.5s ease;
    opacity: 0.5;
    transform: scale(0.8);
}

.banner_slider .slick-active {
    opacity: 1;
    transform: scale(1);
}



/* banner_box */
.banner_box {
    position: relative;
}

.banner_box__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15rem;
}

.banner_box__content h2 {
    background-color: rgba(0, 0, 0, .5);
    max-width: max-content;
    font-size: 50px;
    text-transform: capitalize;
    padding: 10px 1rem;
    color: var(--white-color);
    font-weight: 400;
}

.banner_box__content h1 {
    font-size: 60px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .5);
    color: var(--white-color);
    max-width: max-content;
    margin-top: 12px;
    padding: 0px 1rem;
    text-transform: capitalize;
}

.banner_box__content p {
    max-width: 403px;
    background-color: rgba(0, 0, 0, .5);
    color: var(--white-color);
    margin-top: 12px;
    padding: 5px 1rem;
    font-size: 19px;
}

.myBtn {
    margin-top: 1.5rem;
}

.myBtn button {
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 7px 30px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 10px;
    letter-spacing: 1px;
}

/* about */
.about_wrapper__content {
    background-color: #e5f7ff;
    padding: 80px 1rem;
}

.main_heading {
    text-align: center;
}

.main_heading h2 {
    font-size: 30px;
}

.main_heading p {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.global_content {
    margin-top: 3rem;
}

/* about_content */
.about_wrapper {
    padding-bottom: 48px;
}

.about_content p {
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px !important;
}

.about_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about_img {
    display: flex;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.about_img:hover img {
    transform: scale(2.83);
    /* Zoom the image on hover */
}

.read-more a {
    background-color: #50485b;
    color: var(--white-color);
    padding: 8px 20px;
    font-weight: 600;
}

.read-more a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

/* summery_wrapper */
.summery_wrapper {
    padding: 28px;
    text-align: center;
}

.box1 {
    background-color: #ffefdf;
}

.box2 {
    background-color: #d3e5c3;
}

.summery_wrapper h3 {
    font-size: 32px;
}

.summery_wrapper h6 {
    margin: 28px 0 !important;
    font-size: 18px;
    line-height: 27px;
}

.summery_wrapper p {
    margin: 28px 0 !important;
    font-size: 15px;
    color: #222222;
    line-height: 26px;
}

.summery_wrapper h2 {
    font-size: 38px;
    font-weight: bold;
}

/* advantage_box */
.advantage_box {
    display: flex;
    margin-bottom: 2rem;
    gap: 8px;
}

.advantage_box__content h3 {
    font-size: 20px;
}

.advantage_box__content p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 26px;
}

.advantage_box__icon img {
    width: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
    filter: hue-rotate(120deg);
}

/* why_heading */
.why_heading h2 {
    max-width: max-content;
}

.why_box {
    background-color: #ddd;
    padding: 28px;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.why_box h3 {
    color: #00374e;
    font-size: 32px;
    font-weight: 600;
}

.why_box p {
    margin-top: 20px;
    font-weight: 600;
    color: var(--black-color);
}

.why_heading {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.why_heading h2 {
    font-size: 32px;
    font-weight: 600;
}

.why_heading .blank_div {
    border-bottom-width: 4px;
    border-bottom-color: #ff0000;
    margin: 10px 0;
    border: rgba(185, 17, 17, 1);
    display: inline-block;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 4px solid red;
    width: 60px;
}


/* car */
.sub_parra p {
    font-size: 15px;
    margin-top: 25px;
    line-height: 26px;
}

.car_wrapper {
    padding: 40px 0 80px 0;
    line-height: 26px;
}

.car_info h3 {
    margin-top: 28px;
    font-size: 24px;
    margin-bottom: 1rem !important;
}

.car_info p {
    margin-top: 15px;
}

.needs_bg {
    background-color: #E5F7FF;
    padding: 2rem 1rem;
}

.needs_img img {
    width: 100%;
    object-fit: cover;
}

.needs_info {
    background-color: #ffefdf;
    padding: 28px;
    height: 100%;
}

.needs_info h3 {
    font-size: 32px;
    color: #00374e;
}

.needs_info p {
    margin: 25px 0 !important;
    line-height: 30px;
}

.needs_wrapper {
    padding-bottom: 50px;
}

/* footer_wrapper */
.footer_wrapper {
    padding: 80px 0;
    background-color: rgba(0, 55, 78, 1);
}


.logo p {
    color: var(--white-color);
    margin-top: 20px;
}

.logo p a {
    color: var(--white-color);
    text-transform: capitalize;
}

.footer_box {
    padding-left: 3rem;
}

.footer_box h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 1px;
    position: relative;
}

.footer_box h3::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: var(--main-color);
    height: 4px;
    width: 10%;
}

.footer_links {
    margin-top: 45px;
}

.footer_links h6 {
    color: var(--white-color);
    font-size: 14px;
}

.footer_links p {
    color: var(--white-color);
    margin-top: 10px;
    font-weight: 600;
}

.footer_links a {
    display: flex;
    gap: 2px;
    align-items: center;
    color: var(--white-color);
    margin-bottom: 10px !important;
    font-weight: 600;
}

.footer_links a:hover {
    color: var(--main-color);
}

.footer_links a i {
    color: var(--main-color);
}

.footer_form {
    margin-top: 2rem;
    position: relative;
}

.footer_form input {
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
}

.footer_form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--main-color);
    padding: 0 16px;
    color: var(--white-color);
    border: none;
    outline: none;
    font-weight: 600;
}

.footer_links span {
    display: block;
    margin-top: 3rem;
    color: var(--white-color);
}

.footer_links span a:hover {
    color: var(--main-color);
}

.copyright {
    background-color: #062E3F;
    padding: 12px 0;
}

.copyright_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
    flex-wrap: wrap;
}

.copyright_flex a,
.copyright p {
    color: var(--white-color);
    font-weight: 600;
}

.menu_icon {
    display: none;
}

.mobile_nav {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .3s all ease;
}

.mobile_nav.show {
    transition: .3s all ease;
    right: 0;
}

.mobile_nav__content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white-color);
    width: 40%;
    height: 100%;
    transition: .6s all ease;
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 1rem;
    border-bottom: 1px solid #ccc;
}

.cancel_nav i {
    font-size: 32px;
    cursor: pointer;
}

.mobile_menu {
    padding: 1rem;
}

.mobile_menu ul li a {
    margin-bottom: 1rem;
    font-size: 18px;
    text-transform: capitalize;
    color: #222222;
    display: block;
    font-weight: 500;
}


/* fixed_icon */
.fixed_icon {
    position: fixed;
    right: 5rem;
    bottom: 5rem;
    z-index: 999;
}

.fixed_icon__button i {
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    border-radius: 100%;
    color: var(--white-color);
    font-size: 27px;
    margin-bottom: 10px;
    cursor: pointer;
}

.plus_btn i {
    background-color: rgba(23, 126, 6, 0.67);
}

.whatsapp_btn i {
    background-color: rgba(28, 171, 4, 0.67);
}

.call_btn i {
    background-color: rgba(23, 126, 6, 0.67);
}

.insta_btn i {
    background: linear-gradient(50deg, rgb(254, 218, 117) 5%, rgb(214, 41, 118) 50%, rgb(150, 47, 191) 100%);
}

.fixed--btn i {
    opacity: 0;
    transform: translateX(2rem);
    transition: .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.fixed_icon.active .fixed--btn i {
    opacity: 1;
    transform: translateX(0);
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* responsive css */
@media(max-width:1400px) {
    .banner_box__img img {
        height: 600px;
    }

    .banner_box__content {
        left: 10rem;
    }
}

@media(max-width:1200px) {
    .footer_box {
        margin-top: 3rem;
        padding-left: 0;
    }

    .banner_box__content {
        left: 7rem;
    }

    .banner_box__content h2 {
        font-size: 42px;
    }

    .banner_box__content h1 {
        font-size: 50px;
    }

    .summery_wrapper h2 {
        font-size: 28px;
    }

    .why_box h3 {
        font-size: 26px;
    }

    .why_box p {
        margin-top: 12px;
    }
}


@media(max-width:992px) {
    .about_wrapper__content {
        padding: 40px 1rem;
    }

    .main_heading h2,
    .summery_wrapper h3 {
        font-size: 24px;
    }

    .summery_wrapper p {
        margin: 14px 0 !important;
    }

    .advantage_box__icon img {
        width: 390px;
    }

    .global_content {
        margin-top: 2rem;
    }

    .about_content {
        margin-top: 1rem;
    }

    .about_content p {
        margin-bottom: 12px !important;
    }

    .summery_wrapper h6 {
        font-size: 15px;
    }

    .menu ul {
        display: none;
    }

    .logo img {
        width: 120px;
    }

    .menu_icon {
        display: block;
    }

    .menu_icon i {
        font-size: 36px;
    }
}

@media(max-width:768px) {
    .fixed_icon {
        right: 1rem;
        bottom: 3rem;
    }
    .fixed_icon__button i{
        height: 36px;
        width: 36px;
        font-size: 22px;
    }
    .mobile_nav__content {
        width: 75%;
    }

    .needs_bg {
        padding: 1rem 0;
    }

    .banner_box__content {
        left: 1rem;
    }

    .banner_box__img img {
        height: 450px;
    }

    .banner_box__content h2 {
        font-size: 30px;
    }

    .banner_box__content h1 {
        font-size: 36px;
    }

    .why_box {
        margin-bottom: 1rem;
        padding: 1rem;
        border-radius: 5px;
    }

    .sub_parra p {
        font-size: 14px;
    }

    .advantage_box__icon img {
        width: 250px;

    }

    .advantage_box__content p {
        margin-top: 5px;
    }

    .why_box h3,
    .summery_wrapper h2,
    .needs_info h3 {
        font-size: 20px;
    }

    .needs_info p {
        margin-top: 7px !important;
        line-height: 25px;
        font-size: 15px;
    }

    .main_heading h2 {
        font-size: 20px;
    }

    .why_box p {
        font-size: 14px;
    }

    .menu_icon i {
        font-size: 25px;
    }

    .footer_wrapper {
        padding: 50px 0;
    }

    .footer_box {
        margin-top: 1.5rem;
    }

    .footer_links {
        margin-top: 35px;
    }

    .footer_links span {
        margin-top: 1.5rem;
    }

    .myNav_content {
        padding: 12px 0;
    }

    .copyright_flex a,
    .copyright p {
        font-size: 13px;
    }

    .footer_box h3 {
        font-size: 16px;
    }

    .footer_links a,
    .logo p {
        font-size: 14px;
    }
}

@media(max-width:576px) {
    .footer_box h3 {
        font-size: 15px;
    }

    .mobile_nav__content {
        width: 100%;
    }

    .logo img {
        width: 90px;
    }

    .advantage_box__content h3 {
        font-size: 18px;
    }

    .advantage_box {
        margin-bottom: 1rem;
    }

    .about_wrapper__content {
        padding: 20px 10px;
    }

    .banner_box__content h1 {
        font-size: 28px;
    }

    .banner_box__content h2 {
        font-size: 22px;
    }

    .banner_box__content p {
        font-size: 14px;
    }

    .summery_wrapper,
    .needs_info {
        padding: 1rem;
    }

    .summery_wrapper h3 {
        font-size: 19px;
    }

    .summery_wrapper h6 {
        margin: 14px 0 !important;
        line-height: 25px;
    }

    .advantage_box__content p {
        font-size: 14px;
        line-height: 24px;
    }

    .car_info h3 {
        font-size: 18px;
    }

    .car_info p {
        font-size: 14px;
        margin-top: 4px;
    }
}