* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #FAFAFA;
    width: 100%;
    max-width: 2100px;
    margin: 0 auto;
}

header {
    height: 100vh;
}

header::after {
    content: "";
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 100%)); */
    background-image: radial-gradient(circle at bottom left, rgba(0, 0, 0, 80%), rgba(0, 0, 0, 0%));
    width: 100%;
    height: 120%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 28px 32px;
    z-index: 4;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 80%), rgba(0, 0, 0, 0%));
}

.nav-bar .nav-normal-logo {
    visibility: hidden;
}

.nav-bar .nav-bigger-logo {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.5);
    transform-origin: center left;
}

@media screen and (max-width: 550px) { .nav-bar .nav-bigger-logo { transform: scale(1); } }

.nav-bar-links ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: middle;
}

.nav-bar-links ul li a {
    padding: 4px 6px;
    color: #F4F4F4;
    text-decoration: none;
}

.nav-bar-link-active::before {
    content: "";
    height: 2px;
    width: 50%;
    background-color: #00ABC7;
    border-radius: 2px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-bar-link-active.nav-bar-link-active {
    color: #00ABC7;
    font-weight: bold;
}

.nav-bar-links ul li:last-child {
    margin-right: 0;
}

.nav-bar-link-responsive-flag.nav-bar-link-responsive-flag {
    display: none;
}

.header-background-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.nav-bar-lang-btn {
    background-color: transparent;
    border: 0;
    color: #F4F4F4;
    padding: 4px 12px;
    border-radius: 30px;
    cursor: pointer;
}

.nav-bar-lang-btn-active {
    background-color: #00ABC7;
}

.side-nav-bar {
    position: fixed;
    background-color: #FAFAFA;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.side-nav-bar.side-nav-bar-hidden {
    transform: scaleX(0);
}

.nav-bar-close p {
    background-color: #212121;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    color: #D7272E;
}

.side-nav-bar ul {
    height: 100%;
    list-style-type: none;
}

.side-nav-bar ul li {
    width: 80%;
    margin: 48px auto;
    cursor: pointer;
    padding: 12px;
}

.side-nav-bar ul li a {
    font-size: 34px;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.side-nav-bar ul li:hover a {
    transform: translateX(40px);
    transition: transform 350ms ease-in-out;
}

/*******************************************************************************
Header
*******************************************************************************/

.header-hero-page-content {
    position: absolute;
    width: 100%;
    bottom: 28px;
    left: 0;
    padding: 0px 72px;
    z-index: 3;
}

.hero-page-nch-stamp {
    margin-bottom: 12px;
}

.hero-page-nch-stamp p {
    background-color: #F4F4F4;
    display: inline-block;
    color: #212121;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: bold;
}

.header-hero-page-text-content {
    display: block;
    width: 100%;
}

.header-hero-page-text-h1 {
    font-family: Vogie-Black, "Inter", sans-serif;
    font-size: 64px;
    line-height: 54px;
    color: #FAFAFA;
}

.hero-text-desktop-responsive-flag {
    display: block;
}

.header-hero-page-text-content-inner {
    max-width: 565px;
    align-self: flex-end;
    margin-top: 20px;
}

.header-hero-page-text-h2 {
    color: #FAFAFA;
    line-height: 30px;
    font-size: 18px;
}

.header-hero-page-text-content-inner-btn {
    margin-top: 28px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none;
}

.header-hero-page-text-content-inner-btn svg {
    transition: transform 250ms ease-in-out;
}

.header-hero-page-text-content-inner-btn:hover svg {
    transform: translate3d(-6px, 0, 0);
}

.header-hero-page-text-content-inner-btn p {
    color: #D7272E;
    font-size: 20px;
    margin-right: 20px;
    font-weight: bold;
}

.hero-page-booking-section {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    background-color: #F4F4F4;
    padding: 8px 28px;
    border-radius: 12px;
    box-shadow: 2px 4px rgba(146, 146, 146, 25%);
}

.hero-page-booking-section-inner-cont {
    flex: 1;
    padding: 8px 0px;
}

.hero-page-booking-section-inner-cont:nth-child(1) { flex: 0.8; }

.hero-page-booking-section-inner-cont:nth-child(3) { flex: 1.2; }

.hero-page-booking-section-inner-cont:not(:last-child) {
    border-right: 1px solid #C4C4C4;
    padding-right: 24px;
}

.hero-page-booking-section-inner-cont:not(:first-child) { padding-left: 44px; }

.hero-page-booking-section-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #757575;
    margin-bottom: 18px;
}

.hero-page-booking-section-title p { margin-left: 8px; }

.hero-page-custom-select-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hero-page-custom-select-selector p {
    font-size: 16px;
    color: #343434;
}

.hero-page-custom-select-margin-bottom { margin-bottom: 18px; }

.hero-page-booking-section-title-p-car.hero-page-booking-section-title-p-required,
.hero-page-booking-section-title-p-location.hero-page-booking-section-title-p-required,
.hero-page-booking-section-title-p-datetime.hero-page-booking-section-title-p-required,
.booking-form-body-user-details-license-attachment-p.hero-page-booking-section-title-p-required,
.booking-form-dropoff-p.hero-page-booking-section-title-p-required,
.booking-form-time-p.hero-page-booking-section-title-p-required,
.booking-form-date-p.hero-page-booking-section-title-p-required {
    color: #D7272E;
}

.hero-page-booking-section-title-p-car.hero-page-booking-section-title-p-required::after,
.hero-page-booking-section-title-p-location.hero-page-booking-section-title-p-required::after,
.hero-page-booking-section-title-p-datetime.hero-page-booking-section-title-p-required::after {
    content: "Required";
    position: absolute;
    top: -4px;
    right: -68px;
    padding: 6px;
    border-radius: 4px;
    background-color: #ffa5a8;
    color: #D7272E;
    font-size: 12px;
}

.hero-page-custom-select-body {
    position: absolute;
    top: -360px;
    left: -18%;
    width: 120%;
    background-color: rgba(244, 244, 244, 0.85);
    display: block;
    height: 350px;
    padding: 12px;
    border-radius: 8px;
    overflow-y: auto;
    box-shadow: 0px 4px rgba(146, 146, 146, 25%);
}

.hero-page-custom-select-body[data-show="false"] {
    display: none;
}

.hero-page-custom-select-body label div {
    display: flex;
    align-items: center;
    padding: 16px 8px;
    margin-bottom: 12px;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.hero-page-custom-select-body label div {
    display: flex;
    align-items: center;
    padding: 16px 8px;
    margin-bottom: 12px;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.hero-page-custom-select-body label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.hero-page-custom-select-body label svg {
    margin-right: 6px;
}

.hero-page-car-selector ~ div,
.hero-page-location-selector ~ div {
    transition: background-color 220ms ease-in-out;
}

.hero-page-car-selector:checked ~ div,
.hero-page-location-selector:checked ~ div {
    background-color: #00ABC7;
}

.hero-page-custom-location-more-text-container {
    margin-top: 28px;
    display: none;
}

.hero-page-custom-location-more-text-container.hero-page-custom-location-more-text-container-show {
    display: block;
}

.hero-page-custom-location-more-text-container p {
    font-size: 14px;
    margin-bottom: 4px;
}

.hero-page-custom-location-more-text-container input {
    font-family: "Inter", sans-serif;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    margin-bottom: 4px;
    border-radius: 6px;
    border: 1px solid #343434;
}

.hero-page-custom-location-more-text-container button {
    font-family: "Inter", sans-serif;
    width: 100%;
    padding: 6px;
    font-size: 16px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    background-color: #00ABC7;
}

.hero-page-custom-select-body-cars {
    width: 50px;
    object-fit: contain;
    margin-right: 20px;
}

.hero-page-custom-select-body label p {
    font-size: 18px;
}

.hero-page-custom-date-time-selector {
    display: block;
    margin-bottom: 28px;
}

.hero-page-custom-date-time-selector input {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 18px;
    margin-top: 8px;
}

.hero-page-booking-section-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ABC7;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 28px 0;
    font-size: 20px;
    color: #343434;
    cursor: pointer;
}

.hero-page-booking-section-btn p { margin-right: 18px; }

.booking-container {
    position: fixed;
    display: flex;
    flex-direction: row-reverse;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms linear 0ms;
}

.booking-container[data-show="true"] {
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms linear 250ms;
}

.booking-container-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F4F4F4;
    width: 40%;
    margin: 22px;
    border-radius: 12px;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity 250ms linear 350ms;
}

.booking-container[data-show="true"] .booking-container-body {
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms linear 0ms;
}

.booking-form h2 {
    margin-bottom: 8px;
}

.booking-form p {
    font-size: 18px;
    line-height: 24px;
}

.booking-form-body {
    margin-top: 12px;
}

.booking-form-body label {
    display: block;
    width: 100%;
}

.booking-form-body label:not(:last-child) {
    margin-bottom: 12px;
}

.booking-form-body label p {
    margin-bottom: 6px;
    font-size: 16px;
}

.booking-form-body label select {
    width: 100%;
    padding: 8px;
}

.booking-form-body label input {
    width: 100%;
    padding: 8px;
}

.booking-form-body .booking-form-body-date-time label:first-child input {
    width: 90%;
}

.booking-form-body-date-time {
    display: flex;
}

.booking-form-body-user-details {
    margin-top: 32px;
}

.booking-form-body-user-details h4 {
    margin-bottom: 6px;
}

.booking-form-body-user-details input,
.booking-form-body-user-details textarea {
    font-family: "Inter", sans-serif;
    width: 100%;
    padding: 12px;
    margin-bottom: 8px;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #343434;
}

.booking-form-body-user-details input.booking-form-body-user-details-warning {
    border: 1px solid #D7272E;
}

.booking-form-body-user-details-license-attachment {
    display: block;
    margin-top: 12px;
    margin-bottom: 24px;
}

.booking-form-body-user-details-license-attachment p {
    font-size: 16px;
}

.booking-form-body-user-details-license-attachment span {
    font-size: 12px;
}

.booking-form-body-user-details-license-attachment input {
    display: block;
    margin-top: 12px;
}

.booking-confirmation-and-btns {
    margin-top: 18px;
}

.booking-confirmation-and-btns button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #00ABC7;
    border-radius: 6px;
    border: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 18px;
}

.bookings-completed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bookings-completed-showing p {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.bookings-completed-loading {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border-top: 4px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #212121;
    animation: spin-animation 2s linear 0s infinite;
}

@keyframes spin-animation {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.bookings-completed-no-showing {
    display: none;
}

.bookings-completed-showing p:nth-child(1) { font-size: 42px; }

.bookings-completed-showing p:nth-child(2) {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.bookings-completed-showing p:nth-child(3) {
    font-size: 16px;
    line-height: 22px;
}

.booking-confirmation-and-btns button:last-child {
    background-color: transparent;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 16px;
    color: #D7272E;
}

.booking-confirmation-and-btns h4 {
    margin-bottom: 8px;
}

.booking-confirmation-p span:first-child {
    display: inline-block;
    width: 190px;
}

.booking-confirmation-p {
    margin-bottom: 8px;
}

.booking-confirmation-p:last-child {
    margin-bottom: 0px;
}

.bookings-fully-completed.bookings-fully-completed {
    display: none;
}

@media screen and (max-width: 1220px) {
    .header-hero-page-text-h1 {
        font-size: 64px;
        line-height: 74px;
    }

    .header-hero-page-text-content-inner {
        max-width: 415px;
        align-self: flex-end;
    }
}

@media screen and (max-width: 1190px) {
    .hero-page-booking-section {
        display: block;
        margin-top: 38px;
        padding: 16px 38px;
    }

    .hero-page-custom-select-body {
        left: 0;
        width: 100%;
        background-color: #f4f4f4;
    }

    .hero-page-booking-section-inner-cont:nth-child(1) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 24px;
    }

    .hero-page-booking-section-inner-cont:nth-child(2) { display: none; }

    .hero-page-booking-section-inner-cont.hero-page-booking-section-inner-cont {
        border-right: 0;
        padding-left: 0; 
    }

    .hero-page-booking-section-btn {
        padding: 20px 0;
    }

    .hero-page-custom-select-selector p {
        font-size: 18px;
        color: #343434;
    }

    .header-hero-page-content {
        padding: 0px 58px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1120px) {
    /* For booking*/
    .booking-container-body { width: 50%; }
}

@media screen and (max-width: 980px) {
    header::after {
        bottom: calc(100vh - 90vh);
    }

    .nav-bar {
        padding: 18px 22px;
    }

    .header-background-image {
        height: 90vh;
    }

    .header-hero-page-text-content {
        display: block;
    }

    .header-hero-page-content {
        bottom: 18px;
        padding: 0px 38px;
    }

    .header-hero-page-text-h1 {
        font-size: 64px;
        line-height: 78px;
    }

    .hero-page-booking-section {
        display: block;
        margin-top: 38px;
        padding: 14px 22px;
    }

    .hero-page-booking-section-inner-cont:nth-child(1) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 24px;
    }

    .header-hero-page-text-content-inner {
        margin-top: 18px;
        max-width: unset;
        align-self: flex-end;
    }

    .header-hero-page-text-content-inner-btn {
        margin-top: 12px;
    }
}

@media screen and (max-width: 878px) {
    .nav-bar-links ul li {
        display: none;
    }

    .nav-bar-link-responsive-flag.nav-bar-link-responsive-flag {
        display: inline-block;
    }

    .header-hero-page-text-h1 {
        font-size: 48px;
        line-height: 58px;
    }

    /* For booking*/
    .booking-container-body { width: 70%; }
}

@media screen and (max-width: 650px) {
    /* For booking*/
    .booking-container-body { width: 85%; }
}

@media screen and (max-width: 550px) {
    /* For booking*/
    .booking-container {
        position: fixed;
        display: flex;
        justify-content: center;
    }

    .booking-container-body {
        width: 90%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 490px) {
    header::after {
        bottom: calc(100vh - 92vh);
    }

    .nav-bar {
        padding: 18px 16px;
    }

    .nav-bar-links ul li {
        display: none;
    }

    .nav-bar-link-responsive-flag.nav-bar-link-responsive-flag {
        display: inline-block;
    }

    .header-background-image {
        height: 92vh;
    }

    .header-hero-page-text-content {
        display: block;
    }

    .header-hero-page-content {
        padding: 0px 22px;
        bottom: 18px;
    }

    .header-hero-page-text-h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .hero-text-mobile-responsive-flag {
        display: block;
    }

    .header-hero-page-text-content-inner {
        margin-top: 18px;
        max-width: 335px;
    }
    
    .header-hero-page-text-content-inner-btn {
        margin-top: 12px;
        justify-content: start;
    }

    .hero-page-booking-section {
        display: block;
        padding: 14px 22px;
    }
    
    .hero-page-booking-section-inner-cont:nth-child(3) { display: none; }
    
    .hero-page-booking-section-inner-cont.hero-page-booking-section-inner-cont {
        border-right: 0;
        padding-left: 0; 
    }

    .hero-page-booking-section-btn {
        padding: 16px 0;
    }

    .hero-page-booking-section-inner-cont {
        padding: 0 0 22px;
    }

    .hero-page-booking-section-inner-cont:last-child {
        padding: 0;
    }
}

/*************************************************************************
OUR FLEETS
*************************************************************************/

.our-fleets {
    margin-top: 94px;
    padding: 0 72px;
    overflow-x: hidden;
    overflow: hidden;
}

.our-fleets::before {
    content: "NELSON'S";
    position: absolute;
    top: 25%;
    left: -10%;
    transform: translate(0%, -25%);
    font-size: 310px;
    letter-spacing: -5%;
    color: rgba(168, 168, 168, 15%);
}

.our-fleets::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 32px;
    width: calc(100% - (2 * 32px));
    background-color: #343434;
    height: 55%;
    border-radius: 80px;
}

.our-fleets-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-fleets-header h2 {
    font-family: Vogie-Black, "Inter", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #343434;
}

.our-fleets-header-arrow {
    fill: #F4F4F4;
}

.our-fleets-header h2 span {
    color: #D7272E;
}

.our-fleets-header a {
    display: flex;
    align-items: center;
    background-color: #343434;
    border: 0;
    padding: 8px 22px;
    border-radius: 10px;
    color: #F4F4F4;
    font-size: 16px;
    text-decoration: none;
}

.our-fleets-header a p {
    margin-right: 12px;
}

.our-fleets-cars {
    display: flex;
    justify-content: space-around;
    margin-top: 68px;
    z-index: 3;
}

.our-fleets-car {
    transition: all 250ms ease-in-out;
    cursor: pointer;
}

.our-fleets-car-btn {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    background-color: #D7272E;
    padding: 16px 28px;
    border: 0;
    border-radius: 22px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 250ms ease-in;
    z-index: unset;
}

.our-fleets-car-btn p {
    color: #F4F4F4;
    font-size: 18px;
}

@media screen and (min-width: 981px) {
    .our-fleets-cars:hover .our-fleets-car {
        filter: grayscale(1);
        opacity: 0.6;
        transform: scale(0.9);
    }
    
    .our-fleets-cars:hover .our-fleets-car:hover {
        filter: grayscale(0);
        opacity: 1;
        transform: scale(1);
    }

    .our-fleets-car:hover .our-fleets-car-btn {
        opacity: 1;
    }
}

.our-fleets-car-img {
    width: 100%;
    max-width: 360px;
    max-height: 210px;
    height: 100%;
    object-fit: contain;
}

.our-fleets-car-img-adjust {
    transform: translateY(6px);
}

.our-fleets-car-info {
    position: static;
    margin-top: 38px;
    text-align: center;
}

.our-fleets-car-info-h1 {
    color: #F4F4F4;
    text-align: center;
    font-size: 24px;
}

.our-fleets-car-info-price {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    color: #00ABC7;
    margin-bottom: 78px;
    font-size: 14px;
}

.our-fleets-car-info-price p {
    margin-top: 10px;
}

.our-fleets-car-info-price p:nth-child(2) {
    font-size: 46px;
    margin: 0px 8px;
}

@media screen and (max-width: 1210px) {
    .our-fleets-car-img {
        width: 100%;
        max-width: 280px;
        max-height: 210px;
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width: 980px) {
    .our-fleets {
        padding: 0 38px;
    }

    .our-fleets::before {
        left: -6%;
        transform: translate(0%, -25%);
        font-size: 240px;
    }

    .our-fleets-header h2 {
        font-size: 34px;
    }

    .our-fleets-cars {
        display: block;
        margin-top: 68px;
        z-index: 3;
        height: 360px;
    }

    .our-fleets-car {
        --offset-distance: 36%;
        transition: transform 350ms ease-in-out, opacity 350ms ease-in-out, z-index 350ms linear;
        position: absolute;
        width: 100%;
        text-align: center;
        transform: translateX( calc( (var(--car-i) - var(--current-card)) * var(--offset-distance) ) )
                scale( calc(1 - ((var(--current-card) - var(--car-i)) * (var(--current-card) - var(--car-i))) * 0.2) );
        opacity: calc(1 - ((var(--current-card) - var(--car-i)) * (var(--current-card) - var(--car-i))) * 0.5);
        z-index: calc(3 + ((var(--current-card) - var(--car-i)) * (var(--current-card) - var(--car-i))) * 2);
    }

    /* .our-fleets-car-info-h1 {
        color: #212121;
    } */

    .our-fleets-car-img {
        width: 100%;
        max-width: 230px;
        max-height: 210px;
        height: 100%;
        object-fit: contain;
    }

    .our-fleets-car-info {
        transition: opacity 350ms ease-in-out 200ms;
        opacity: calc(1 - ((var(--current-card) - var(--car-i)) * (var(--current-card) - var(--car-i))));
    }

    .our-fleets-car-btn {
        opacity: calc(1 - ((var(--current-card) - var(--car-i)) * (var(--current-card) - var(--car-i))));
    }
}

@media screen and (max-width: 770px) {
    .our-fleets::before {
        left: -6%;
        transform: translate(0%, -25%);
        font-size: 190px;
    }

    .our-fleets-car {
        --offset-distance: 46%;
    }
}

@media screen and (max-width: 620px) {
    .our-fleets::before {
        left: -6%;
        transform: translate(0%, -25%);
        font-size: 160px;
    }

    .our-fleets-car {
        --offset-distance: 56%;
    }
}

@media screen and (max-width: 532px) {
    .our-fleets::before {
        font-size: 140px;
    }

    .our-fleets-car {
        --offset-distance: 66%;
    }
}

@media screen and (max-width: 490px) {
    .our-fleets {
        margin-top: 72px;
        padding: 0 22px;
    }

    .our-fleets::before {
        /* content: "NELSON'S"; */
        position: absolute;
        top: 14%;
        left: 50%;
        transform: translate(-50%, -14%);
        font-size: 110px;
    }

    .our-fleets::after {
        display: none;
    }

    .our-fleets-header h2 {
        font-size: 24px;
    }

    .our-fleets-header a {
        background-color: transparent;
        padding: 8px;
        color: #00ABC7;
        font-size: 16px;
        text-decoration: none;
    }

    .our-fleets-header-arrow {
        fill: #00ABC7;
    }

    .our-fleets-cars {
        display: block;
        margin-top: 68px;
        z-index: 3;
        height: 360px;
    }

    .our-fleets-car {
        --offset-distance: 56%;
    }

    .our-fleets-car-img {
        width: 100%;
        max-width: 230px;
        max-height: 210px;
        height: 100%;
        object-fit: contain;
    }

    .our-fleets-car-info {
        transition: opacity 350ms ease-in-out 200ms;
        opacity: calc(1 - ((var(--current-card) - var(--car-i)) * (var(--current-card) - var(--car-i))));
    }

    .our-fleets-car-info-h1 {
        color: #212121;
    }
}

@media screen and (max-width: 395px) {
    .our-fleets-car {
        --offset-distance: 68%;
    }
}

/*************************************************************************
Additional Services
*************************************************************************/

.additional-services-container {
    padding: 0 72px;
    margin-top: 120px;
}

.additional-services {
    display: flex;
}

.additional-services-contain { flex: 1; }
.additional-services-contain:last-child { flex: 1.4; }

.additional-services-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.additional-services-header h2 {
    font-family: Vogie-Black, "Inter", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #343434;
}

.additional-services-header h2 span {
    display: block;
    color: #D7272E;
}

.additional-services-content-h2 {
    font-size: 22px;
    line-height: 32px;
    width: 100%;
    max-width: 590px;
    margin-bottom: 42px;
}

.additional-services-body ol {
    counter-reset: item;
    display: flex;
    margin-top: 0px;
}

.additional-services-body ol li {
    flex: 1;
    padding: 34px 8px;
    font-size: 28px;
    /* border-left: 1px solid #D6D6D6; */
    list-style-type: none;
}

.additional-services-body ol li .additional-services-body-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    height: 280px;
    border-radius: 12px;
    padding: 24px;
}

/* .additional-services-body ol li::before {
    content: counter(item) ". ";
    display: inline-block;
    vertical-align: middle;
    counter-increment: item;
    font-size: 72px;
    color: #D7272E;
    width: 35%;
} */

.additional-services-body ol li p {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 440px;
    line-height: 36px;
}

@media screen and (max-width: 1220px) {
    .additional-services-body ol li::before {
        display: block;
    }

    .additional-services-body ol li {
        padding: 34px 18px;
    }

    .additional-services-body ol li p {
        font-size: 24px;
    }
}

@media screen and (max-width: 980px) {
    .additional-services-container {
        display: block;
        padding: 0 34px;
        margin-top: 50px;
    }

    .additional-services-header h2 {
        font-size: 34px;
    }

    .additional-services-content-h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .additional-services-body ol {
        flex-direction: column;
    }

    .additional-services-body ol li {
        font-size: 24px;
        border-left: 0;
        /* border-top: 1px solid #D6D6D6; */
    }

    /* .additional-services-body ol li:last-child {
        border-bottom: 1px solid #D6D6D6;
    } */
}

@media screen and (max-width: 830px) {
    .additional-services-body {
        margin-top: 22px;
    }

    .additional-services-body ol li::before {
        width: 26%;
    }

    .additional-services-body ol li p {
        width: 90%;
        max-width: 480px;
    }
}

@media screen and (max-width: 740px) {
    .additional-services-body ol li p {
        max-width: 440px;
    }
}

@media screen and (max-width: 490px) {
    .additional-services-container {
        padding: 0 22px;
    }

    .additional-services {
        display: block;
    }

    .additional-services-contain {
        position: static;
    }

    .additional-services-header h2 span {
        display: inline-block;
    }

    .additional-services-header h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .additional-services-content-h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .additional-services-body ol li::before {
        width: 25%;
    }

    .additional-services-body ol li {
        font-size: 22px;
    }

    .additional-services-body ol li p {
        max-width: 236px;
    }
}

/*************************************************************************
Testimonials
*************************************************************************/

.testimonials {
    margin-top: 114px;
    padding: 0 72px;
}

.testimonials-header {
    margin-bottom: 28px;
}

.testimonials-header h2 {
    font-family: Vogie-Black, "Inter", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #343434;
}

.testimonials-header h2 span {
    color: #D7272E;
}

.testimonials-body {
    display: flex;
    justify-content: space-between;
}

.testimonials-body-card {
    display: flex;
    flex: 0.8;
    flex-direction: column;
    justify-content: space-between;
    /* width: 350px; */
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
    margin-right: 24px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.testimonials-body-card-profile-info-name {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}

.testimonials-body-card-profile-info-country {
    font-size: 16px;
    color: #707070;
    margin-top: 6px;
}

.testimonials-body-card:last-child { margin-right: 0; }

@media screen and (max-width: 980px) {
    .testimonials {
        padding: 0 34px;
    }
    
    .testimonials-header h2 {
        font-size: 34px;
    }

    .testimonials-body {
        display: flex;
        flex-direction: column;
    }

    .testimonials-body-card {
        flex: 1;
        width: 100%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 490px) {
    .testimonials {
        padding: 0 22px;
        margin-top: 72px;
    }

    .testimonials-header h2 {
        font-size: 24px;
    }
}

/*************************************************************************
FAQ
*************************************************************************/

.faqs {
    display: flex;
    margin-top: 114px;
    padding: 0 72px;
}

.faqs-cont {
    flex: 1;
}

.faqs-cont:last-child {
    flex: 1.6;
    padding-left: 54px;
    width: 100%;
}

.faqs-cont-image {
    position: sticky;
    position: -webkit-sticky;
    top: 140px;
    left: 0px;
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 12px;
}

.faqs-cont-content {
    margin-top: 48px;
}

.faqs-cont h2 {
    font-family: Vogie-Black, "Inter", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #343434;
}

.faqs-cont h2 span {
    color: #D7272E;
}

.faqs-expendables {
    margin-top: 68px;
}

.faqs-expendables-container {
    border-top: 1px solid #D6D6D6;
}

.faqs-expendables-container-main {
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 36px 0;
    font-size: 28px;
    color: #343434;
    cursor: pointer;
}

.faqs-expendables-container:last-child {
    border-bottom: 1px solid #D6D6D6;
}

.faqs-expendables-container-main p {
    flex: 0.4;
}

.faqs-expendables-container-main p:nth-child(2) {
    flex: 3;
    padding-right: 30px;
}

.faqs-expendables-container-main-learn-more {
    flex: 1;
    display: flex;
    font-size: 18px;
}

.faqs-expendables-container-body {
    position: absolute;
    color: rgb(57, 57, 57);
    font-size: 20px;
    line-height: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0);
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: transform 250ms ease-in-out, opacity 250ms ease-in-out 230ms;
}

.faqs-expanded ~ .faqs-expendables-container-body {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
    padding: 0 0 18px 62px;
}

.faqs-expendables-container-body p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.faqs-expendables-container-body p a {
    color: #d62000;
    text-decoration: none;
}

.faqs-expendables-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 20px;
}

.faqs-expendables-btn p {
    font-size: 18px;
    color: #343434;   
}

.faqs-expendables-btn svg {
    margin-left: 12px;
}

.faqs-cont-still-questions {
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
}

.faqs-cont-still-questions p {
    width: 60%;
    max-width: 494px;
}

.faqs-cont-still-questions a {
    display: inline-block;
    background-color: transparent;
    padding: 14px 42px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #343434;
    border-radius: 12px;
    color: #343434;
}

@media screen and (max-width: 980px) {
    .faqs {
        display: block;
        margin-top: 220px;
        padding: 0;
    }

    .faqs-cont:last-child {
        padding: 0 34px;
    }

    .faqs-cont-image {
        position: static;
        display: block;
        height: 350px;
        object-fit: cover;
        object-position: 0 -660px;
    }

    .faqs-cont:last-child,
    .faqs-cont-content {
        position: static;
    }
    
    .faqs-cont h2 {
        position: absolute;
        font-size: 34px;
        left: 34px;
        top: -110px;
    }

    .faqs-expendables-container-main {
        font-size: 24px;
    }

    .faqs-expendables-container-main p:nth-child(2) {
        flex: 2.4;
        padding-right: 30px;
    }
}

@media screen and (max-width: 746px) { .faqs-cont-image { object-position: 0 -560px; } }

@media screen and (max-width: 670px) { .faqs-cont-image { object-position: 0 -460px; } }

@media screen and (max-width: 540px) { .faqs-cont-image { object-position: 0 -330px; } }

@media screen and (max-width: 390px) { .faqs-cont-image { object-position: 0 -230px; } }

@media screen and (max-width: 620px) { .faqs-expendables-container-main p:nth-child(2) { flex: 2; } }

@media screen and (max-width: 576px) { .faqs-expendables-container-main p:nth-child(2) { flex: 1.2; } }

@media screen and (max-width: 490px) {
    .faqs-cont-image {
        height: 255px;
    }

    .faqs-cont:last-child {
        padding: 0 22px;
    }

    .faqs-cont:last-child,
    .faqs-cont-content {
        position: static;
    }

    .faqs-cont h2 {
        position: absolute;
        font-size: 24px;
        left: 22px;
        top: -80px;
    }

    .faqs-expendables {
        margin-top: 0;
    }

    .faqs-expendables-container-main {
        padding: 18px 0;
        font-size: 22px;
    }

    .faqs-expendables-container-main p {
        flex: 0.2;
    }

    .faqs-expendables-container-main p:nth-child(2) {
        flex: 1.6;
    }

    .faqs-expendables-container-main-learn-more {
        flex: 0.2;
    }

    .faqs-expendables-container-main-learn-more p:last-child {
        display: none;
    }

    .faqs-cont-still-questions {
        display: block;
        margin-top: 48px;
    }

    .faqs-cont-still-questions p {
        width: 90%;
        max-width: 494px;
    }

    .faqs-cont-still-questions div {
        text-align: right;
        margin-top: 12px;
    }

    .faqs-cont-still-questions a {
        padding: 12px 42px;
    }

    .faqs-expanded ~ .faqs-expendables-container-body { padding: 0 0 18px 42px; }
}

/*************************************************************************
Footer
*************************************************************************/

footer {
    margin-top: 114px;
    padding: 0 22px;
    margin-bottom: 38px;
}

.footer {
    color: #F4F4F4;
    background-color: #343434;
    border-radius: 12px;
    padding: 58px 62px 34px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-container-desc {
    flex: 1;
    max-width: 436px;
}

.footer-container-desc p {
    margin-top: 14px;
    font-size: 18px;
    line-height: 30px;
}

.footer-container-links {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.footer-container-links-container-1 p,
.footer-container-links-container-2 p {
    font-size: 22px;
    margin-bottom: 26px;
}

.footer-container-links-container-1 ul,
.footer-container-links-container-2 ul {
    list-style: none;
}

.footer-container-links-container-1 ul li,
.footer-container-links-container-2 ul li {
    margin-bottom: 18px;
}

.footer-container-links-container-1 ul li a,
.footer-container-links-container-2 ul li a {
    font-size: 18px;
    color: #F4F4F4;
    text-decoration: none;
}

.footer-container-links-container-2-header {
    display: flex;
}

.footer-container-links-container-2-header svg {
    margin-top: 4px;
}

.footer-container-links-container-2-header p {
    font-size: 16px;
    margin-bottom: 18px;
}

.footer-container-links-container-2-header p.remove-margin {
    margin-left: 0px;
}

.footer-container-links-container-2-email {
    margin-top: 38px;
}

.footer-container-copyright {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 124px;
}

.footer-container-copyright a {
    color: inherit;
}

@media screen and (max-width: 1100px) {
    .footer-container-links {
        display: block;
        margin-left: 80px;
    }

    .footer-container-desc {
        max-width: 650px;
    }

    .footer-container-links-container-2 {
        margin-top: 80px;
    }

    .footer-container-copyright {
        display: block;
        text-align: center;
        margin-top: 78px;
    }

    .footer-container-copyright p {
        margin-bottom: 18px;
    }

    .footer-container-copyright p:nth-child(2) {
        width: 70%;
        margin: 0 auto 18px;
    }
}

@media screen and (max-width: 490px) {
    footer {
        padding: 0 6px;
    }

    .footer {
        padding: 58px 18px 34px;
    }

    .footer-container {
        display: block;
    }

    .footer-container-links {
        display: flex;
        margin-left: 0px;
    }

    .footer-container-desc {
        max-width: 350px;
        margin-bottom: 72px;
    }

    .footer-container-links-container-2 { margin-top: 0px; }

    .footer-container-desc p {
        font-size: 16px;
        line-height: 30px;
    }

    .footer-container-links {
        display: flex;
        width: 100%;
    }
}