/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    height: 100vh;
    background: var(--white);
}

:root {
    --primary-color-rent-car: #F5B754;
    --secondary-color-rent-car: #1B1B1B;
    --white: #FFF;
    --gray-dark: #555555a1;
    --border-radius-30: 30px;
}

a {
    text-decoration: none;
}

.main-container {
    max-width: 80%;
    margin: 0 auto;
}

@media(max-width :1220px) {
    .main-container {
        max-width: 86%;
    }
}

.white-color {
    color: var(--white);

}

.bg-yellow {
    background: var(--primary-color-rent-car);
}

.black-color {
    color: var(--secondary-color-rent-car);

}

.bg-transparent {
    background: transparent;
}

.base-btn {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    line-height: 10px;
    text-transform: capitalize;
    padding: 15px 20px;
}

.btn-position {
    display: flex;
}

.style-default-section {
    /* height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; */
    /* margin-top: 100px; */
}

::marker {
    display: none;
}

.description-section {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 10px;
    letter-spacing: 8px;
    color: var(--primary-color-rent-car);
    margin-bottom: 30px;

}

.title-section {
    font-family: Outfit;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 42px;
    color: var(--secondary-color-rent-car);
}

.title-section span {
    color: var(--primary-color-rent-car);
}

.br-left-top {
    position: absolute;
    top: -23px;
    left: 1px;
    width: 47px;
    height: 50px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.br-right-bottom {
    position: absolute;
    bottom: -21px;
    right: -50px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
    width: 50px;
    height: 50px;
}

.icon-card-bottom-left {
    position: absolute;
    bottom: 0;
    width: 78px;
    height: 78px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 40px 0 0;
    background: var(--white);
}

.svg-section {
    width: 74px;
    height: 25px;
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 38%);
}

#section-13 .hero-section-page {
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url('../img/car-page.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 65px;
    background-size: cover;
    z-index: -99;


}

#section-13 .details-hero-page {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#section-13 .page-name {
    font-family: Outfit;
    font-size: 42px;
    font-weight: 900;
    color: var(--white);
    line-height: 50px;
    text-align: center;
}

#section-13 .page-name span {
    color: var(--primary-color-rent-car);
}

#section-13 .description-page {
    font-family: Outfit;
    font-size: 28px;
    font-weight: 500;
    color: var(--primary-color-rent-car);
    text-align: center;
    text-transform: capitalize;
}


/*--------------------------------------------------------------
# Section Navigation
--------------------------------------------------------------*/
header.shadow-on-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.shadow-on-scroll.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.shadow-on-scroll .nav-links a {
    color: white;
    transition: color 0.3s ease;
}

header.shadow-on-scroll.scrolled .nav-links a {
    color: var(--secondary-color-rent-car) !important;
}

header.shadow-on-scroll.scrolled .nav-links .bxs-chevron-down {
    color: var(--secondary-color-rent-car) !important;
}

header.shadow-on-scroll.scrolled .contact-area p {
    color: var(--secondary-color-rent-car);
}

header.shadow-on-scroll.scrolled .icon-phone-contact img {
    filter: invert(0%) sepia(18%) saturate(100%) hue-rotate(247deg) brightness(0%) contrast(0%);


}

.top-menu {
    width: 100%;
    height: 100%;
    height: 70px;
    z-index: 99;
}

.top-menu .navbar {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.top-menu .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

.top-menu .navbar .links {
    display: flex;
}

.top-menu .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 8px;
}

.top-menu .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--white);
    transition: color 0.3s ease;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;

}

.top-menu .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    transition: all 0.3s ease;
}

.top-menu .navbar .links li .sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    line-height: 40px;
    background-color: var(--white);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    border-radius: 4px;
}

.top-menu .navbar .links li:hover .htmlCss-sub-menu,
.top-menu .navbar .links li:hover .js-sub-menu {
    display: block;
    background: var(--white);
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: var(--secondary-color-rent-car);
    font-family: Outfit;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.navbar .links li .sub-menu a:hover {
    padding-left: 5px;
    transition: all .4s;

}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
    background-color: #fff;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

.logo-website {
    width: 220px;
    max-width: 100%;
}

.icon-phone-contact {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--primary-color-rent-car);

}

.contact-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-to-rent {
    display: flex;
    gap: 10px;
    align-items: center;
}

.help-contact {
    color: var(--white);
    font-family: Outfit;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    line-height: 10px;
}

.number-contact {
    color: var(--white);
    font-family: Outfit;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 10px;
}

.show-arrow {
    display: none !important;
}

.links li a:hover {
    color: var(--primary-color-rent-car) !important;
}

.nav-links {
    transition: left 0.3s ease;
}

.nav-links>li>a>i {
    display: inline-block;
}

.sub-menu .arrow {
    display: none;
}

/*--------------------------------------------------------------
# Overlay Mobile Menu
--------------------------------------------------------------*/
.my-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;

}

.my-overlay.active {
    display: block;
}

.display-logo-web {
    display: none;

}

.mobile-sidebar {
    display: none;
}

@media (max-width:1100px) {
    header.shadow-on-scroll.scrolled .nav-links .bxs-chevron-down {
        color: var(--white) !important;
    }

    header.shadow-on-scroll.scrolled .top-menu .navbar .links li .sub-menu .more a {
        color: var(--secondary-color-rent-car) !important;
    }

    header.shadow-on-scroll.scrolled .nav-links a {
        color: var(--white) !important;
    }

    .top-menu .navbar .links li .sub-menu .more a {
        color: var(--secondary-color-rent-car);
    }

    .show-arrow {
        display: initial !important;
        color: var(--secondary-color-rent-car) !important;
    }

    .top-menu .navbar .logo a {
        font-size: 27px;
    }

    .top-menu .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    .top-menu .navbar .links li a {
        font-size: 15px;
    }

    .top-menu {
        position: relative;
    }

    .navbar .bx-menu {
        display: block;
    }

    .top-menu .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 300px;
        width: 100%;
        background: var(--secondary-color-rent-car);
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 101;
        overflow: auto;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 42px;
        color: var(--primary-color-rent-car);

    }

    .top-menu .navbar .links {
        display: block;
        margin-top: 20px;

    }

    .top-menu .navbar .links li .arrow {
        line-height: 40px;
        transform: rotate(360deg);
    }

    .top-menu .navbar .links li {
        display: block;
    }

    .top-menu .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    .top-menu .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        display: flex;
        align-items: center;
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .top-menu .navbar .links li:hover .htmlCss-sub-menu,
    .top-menu .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    .top-menu .navbar .links li .arrow {
        display: inline-block !important;
    }
}

@media(max-width : 576px) {
    .contact-to-rent {
        display: none;
    }

    .top-menu .navbar {
        flex-direction: row-reverse;
    }

    .mobile-sidebar {
        display: flex;
        margin-top: 100px;
    }
}

@media (max-width:370px) {
    .top-menu .navbar .nav-links {
        max-width: 100%;
    }
}


.wpcf7 form.sent .wpcf7-response-output {
    font-family: Outfit;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color-rent-car);
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
    border: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--secondary-color-rent-car);
    padding: 50px 0;
    margin-top: 50px;
}

.social-media {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.logo-social-media {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--primary-color-rent-car);
}

.top-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

}

.details-company,
.links-footer,
.newsletter {
    width: 30%;
}

.title-links-footer {
    font-family: Outfit;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    line-height: 22px;
    margin-bottom: 20px;
}

.description-company,
.description-newsletter,
.list-links-footer li a {
    font-family: Outfit;
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    line-height: 22px;
}

.list-links-footer li::marker {
    font-size: 15px;
    display: initial !important;
    color: var(--primary-color-rent-car) !important;
}

.list-links-footer li a:hover {
    color: var(--primary-color-rent-car);
}

.logo-social-media:hover {
    background: var(--primary-color-rent-car);
}

.list-links-footer {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.btn-newsletter {
    border: none;
    background: var(--primary-color-rent-car);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 42px;
    cursor: pointer;
}

.place-input {
    position: relative;
    margin-top: 20px;
}

.input-newsletter {
    background: var(--secondary-color-rent-car);
    border: 1px solid var(--primary-color-rent-car);
    border-radius: 100px;
    padding: 20px 30px;
    width: 376px;
    max-width: 100%;
    height: 60px;

}

.input-newsletter[type=text],
.input-newsletter[type=email],
.newsletter-contact[type=number] {
    font-family: Outfit;
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    line-height: 22px;
}

.logo-footer img {
    width: 220px;
    max-width: 100%;
}

.bottom-footer p {
    font-family: Outfit;
    font-size: 15px;
    font-weight: 300;
    color: var(--white);
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

@media(max-width : 768px) {
    .top-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-company,
    .links-footer,
    .newsletter {
        width: 100%;
    }

    .input-newsletter {
        width: 100%;
    }
}