* {
    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;
    color: #343434;
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 28px 32px;
    z-index: 4;
    background-color: #FAFAFA;
}

.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: #343434;
    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;
}

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

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

@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;
    }
}

@media screen and (max-width: 490px) {
    .nav-bar {
        padding: 18px 16px;
    }
}

.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;
}

/*************************************************************************
Our Fleets
*************************************************************************/

.our-fleet-showcase {
    margin-top: 128px;
    padding: 0px 104px;
    overflow-x: hidden;
}

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

.our-fleet-selection-container {
    display: flex;
    overflow: hidden;
}

.our-fleet-selection {
    flex: 3;
    height: 68vh;
}

.our-fleet-selection-more-info {
    flex: 1;
    font-size: 14px;
    line-height: 22px;
}

.our-car-selection-more-info-h3 {
    font-weight: 600;
    margin-bottom: 4px;
}

.our-fleet-selection-more-info-header {
    margin-bottom: 18px;
}

.our-car-selection-more-info-h2 {
    margin-bottom: 8px;
}

.our-car-selection-more-info-model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 250ms linear 0ms;
}

.our-car-selection-more-info-model-visibility-hidden {
    visibility: hidden;
}

.our-car-selection-more-info-model-current {
    opacity: 1;
    transition: opacity 350ms linear 250ms;
}

.our-car-selection-more-info-p {
    color: #00ABC7;
    font-weight: bold;
}

.our-car-selection-more-info-model-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 250ms linear 0ms;
}

.our-car-selection-more-info-model-desc-current {
    opacity: 1;
    transition: opacity 350ms linear 250ms;
}

.our-car-selection-info h1 {
    font-size: 98px;
    line-height: 96px;
    color: #D7272E;
    z-index: 2;
}

.our-car-selection-info-model-visibility-hidden {
    visibility: hidden;
}

.our-car-selection-info-model-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.our-car-selection-info-model {
    font-family: Vogie-Black, "Inter", sans-serif;
    opacity: 0;
    transition: opacity 250ms linear 0ms;
}

.our-car-selection-info-model p {
    display: block;
    margin-top: -22px;
}

.our-car-selection-info-model-current {
    opacity: 1;
    transition: opacity 350ms linear 250ms;
}

.car-selection-number,
.our-car-selection-info span {
    font-size: 24px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

.car-selection-number span {
    display: block;
    font-size: 24px;
    height: 30px;
}

.car-selection-number-container {
    overflow: hidden;
    height: 34px;
    margin-top: 12px;
    z-index: 5;
}

.car-selection-number {
    transform: translate(0, calc( -30px * ( var(--car-selection) - 1 ) ));
    transition: transform 350ms ease-in-out;
}

.our-fleet-selection-cars {
    position: absolute;
    bottom: 0;
    right: 90px;
    max-width: 770px;
}

.our-fleet-selection-cars figure {
    width: 100%;
    object-fit: cover;
}

.our-fleet-selection-car-visibility-hidden {
    visibility: hidden;
}

.our-fleet-selection-car-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.our-fleet-selection-car {
    transition: transform 350ms ease-in-out, opacity 250ms linear;
}

.our-fleet-selection-car.car-1, .our-fleet-selection-car.car-2,
.our-fleet-selection-car.car-3, .our-fleet-selection-car.car-4,
.our-fleet-selection-car.car-5, .our-fleet-selection-car.car-6,
.our-fleet-selection-car.car-7, .our-fleet-selection-car.car-8 {
    opacity: 0;
}

.our-fleet-selection-car-current.our-fleet-selection-car-current {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.our-fleet-selection-car:not(.our-fleet-selection-car-current) {
    transform: translate(-200px, 0) scale(0.6);
    opacity: 0;
}

.our-fleet-selection-car-current ~ .our-fleet-selection-car {
    transform: translate(200px, 0) scale(1.2);
    opacity: 0;
}

.our-fleet-selection-cars img {
    width: 100%;
    object-fit: contain;
}

.our-fleet-selection-cars-action-btns {
    position: static;
}

.our-fleet-selection-cars-action-btn {
    position: absolute;
    height: 124px;
    width: 124px;
    font-size: 18px;
    border-radius: 100px;
    background-color: transparent;
    cursor: pointer;
    z-index: 3;
}

.our-fleet-selection-cars-action-btn p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.our-fleet-selection-cars-btn-prev {
    bottom: 20px;
    left: 0;
    color: #D7272E;
    border: 1px solid #D7272E;
}

.our-fleet-selection-cars-btn-prev.our-fleet-selection-cars-btn-inactive {
    filter: grayscale(1);
    cursor: not-allowed;
}

.our-fleet-selection-cars-btn-next {
    top: 20%;
    right: 90px;
    background-color: #D7272E;
    border: 0;
    color: #FAFAFA;
    font-weight: 600;
}

.our-fleet-selection-cars-btn-next.our-fleet-selection-cars-btn-inactive {
    filter: grayscale(1);
    cursor: not-allowed;
}

.our-car-selection-more-info-icongraphs {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.our-car-selection-info-icongraphs-content {
    text-align: center;
}

.our-car-selection-more-info-pricing {
    margin-top: 84px;
}

.our-car-selection-more-info-price {
    display: flex;
}

.our-car-selection-more-info-price p {
    color: #00ABC7;
    font-size: 24px;
}

.our-car-selection-more-info-price span:nth-child(2) p {
    font-size: 74px;
    margin-top: 14px;
}

.our-car-selection-more-info-price-btn {
    margin-top: 40px;
    padding: 16px 18px;
    font-size: 24px;
    border-radius: 50px;
    border: 0;
    background-color: #00ABC7;
    color: #FAFAFA;
    cursor: pointer;
}

.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;
}

.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: -80px;
    padding: 6px;
    border-radius: 4px;
    background-color: #ffa5a8;
    color: #D7272E;
    font-size: 14px;
}

@media screen and (max-width: 1350px) {
    .our-car-selection-info h1 {
        font-size: 110px;
        line-height: 120px;
    }
}

@media screen and (max-width: 1230px) {
    .our-fleet-selection-cars-btn-next {
        top: 40%;
    }

    .our-fleet-selection-cars {
        width: 650px;
    }

    .our-fleet-selection-cars-btn-prev {
        bottom: 0px;
        background-color: #FAFAFA;
        outline: 6px solid #FAFAFA;
    }

    .our-fleet-showcase::before {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
        font-size: 340px;
    }
}

@media screen and (max-width: 1170px) {
    .our-fleet-selection-cars { right: 40px; }
}

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

@media screen and (max-width: 1100px) {
    .our-fleet-selection-cars {
        bottom: 20px;
        right: 20px;
    }

    .our-car-selection-more-info-price-btn {
        padding: 16px 12px;
        font-size: 22px;
    }

    .our-fleet-showcase::before {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
        font-size: 280px;
    }
}

@media screen and (max-width: 1080px) {
    .our-fleet-showcase { padding: 0px 74px; }
}

@media screen and (max-width: 1010px) {
    .our-fleet-showcase { padding: 0px 44px; }
}

@media screen and (max-width: 980px) {
    .our-fleet-selection-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .our-fleet-selection-more-info {
        display: flex;
        align-items: flex-start;
    }

    .our-fleet-selection-more-info div {
        flex: 1;
    }

    .our-fleet-selection-more-info-containers {
        margin-bottom: 20px;
    }

    .our-car-selection-more-info-pricing {
        padding-top: 20px;
        padding-left: 84px;
    }

    .our-car-selection-more-info-icongraphs {
        flex: 2;
        margin: 0 0px;
    }

    .our-fleet-selection-more-info-titles,
    .our-car-selection-more-info-pricing {
        margin-top: 0;
        flex: 2.5;
    }

    .our-car-selection-more-info-price-btn {
        margin-top: 20px;
    }

    .our-fleet-selection {
        margin-top: 28px;
        flex: unset;
    }

    .our-fleet-selection-cars {
        right: 10%;
    }
}

@media screen and (max-width: 878px) {
    .our-car-selection-more-info-icongraphs {
        width: 80%;
        margin: 0 4px;
    }

    .our-fleet-selection-more-info {
        display: flex;
        flex-direction: column;
    }

    .our-fleet-selection-container {
        display: flex;
        flex-direction: row-reverse;
    }

    .our-car-selection-info h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .our-car-selection-more-info-pricing {
        padding-top: 20px;
        padding-left: 4px;
    }

    .our-fleet-selection {
        flex: 3;
        margin-left: 30px;
    }

    .our-fleet-selection-cars-btn-next {
        top: 35%;
        right: 0px;
    }

    .our-fleet-selection-cars {
        right: 0;
        width: 100%;
        bottom: 15%;
    }

    .our-car-selection-more-info-icongraphs {
        width: 100%;
    }

    .our-fleet-showcase::before {
        top: 70%;
        left: 50%;
        transform: translate(-50%, -70%);
        font-size: 180px;
    }

    .our-fleet-showcase-view-car-none {
        display: none;
    }

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

@media screen and (max-width: 734px) {
    .our-fleet-selection-cars {
        right: 0;
        bottom: 20%;
    }
}

@media screen and (max-width: 678px) {
    .our-fleet-selection-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .our-car-selection-more-info-icongraphs { margin-top: 28px; }

    .our-car-selection-more-info-pricing {
        align-self: flex-end;
        margin-top: 28px;
    }

    .our-car-selection-more-info-price p { font-size: 18px; }
    
    .our-car-selection-more-info-price span:nth-child(2) p {
        font-size: 44px;
        margin-top: 8px;
    }

    .our-car-selection-more-info-price-btn {
        padding: 16px 28px;
        font-size: 18px;
    }

    .our-fleet-selection {
        flex: unset;
        margin-left: 30px;
    }

    .our-fleet-selection-cars {
        right: 0;
        bottom: 10%;
    }
}

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

@media screen and (max-width: 576px) {
    .our-fleet-showcase::before {
        top: 70%;
        left: 50%;
        transform: translate(-50%, -70%);
        font-size: 110px;
    }

    .our-fleet-showcase { padding: 0px 22px; }

    .our-fleet-selection-cars {
        right: 0;
        bottom: 28%;
    }

    .our-fleet-selection-cars-btn-next {
        top: 18%;
        transform: scale(0.8);
    }

    .our-fleet-selection-cars-btn-prev {
        bottom: 30px;
        transform: scale(0.8);
    }

    .our-car-selection-info h1 {
        font-size: 52px;
        line-height: 58px;
    }

    .our-fleet-selection {
        margin-top: 48px;
        margin-left: 0;
        height: 58vh;
    }
}

@media screen and (max-width: 490px) {
    .our-car-selection-more-info-pricing {
        align-self: center;
        margin-top: 48px;
    }

    .our-car-selection-more-info-icongraphs {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.our-fleet-showcase-view-cars {
    margin: 64px 104px 44px;
    border-top: 1px solid rgba(52, 52, 52, 52%);
    text-align: center;
}

.our-fleet-showcase-multiple-collection {
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.our-fleet-showcase-multiple-collection::-webkit-scrollbar { display: none; }

.our-fleet-showcase-view-car {
    flex: 1 0 auto;
    width: 230px;
    text-align: center;
    margin-right: 88px;
    margin-bottom: 44px;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 250ms linear;
}

.our-fleet-showcase-view-car-none {
    visibility: hidden;
    pointer-events: none;
}

.our-fleet-showcase-view-car-make-hidden {
    display: none;
}

.our-fleet-showcase-multiple-collection-img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.our-fleet-showcase-view-car p {
    margin-top: 22px;
    font-size: 18px;
}

.our-fleet-showcase-view-car.showcase-view-car-active {
    opacity: 1;
}

.our-fleet-showcase-view-car::after {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    height: 134px;
    width: 134px;
    background-color: #00ABC7;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0.9);
    opacity: 0;
    transition: transform 250ms ease-in-out, opacity 200ms linear;
}

.our-fleet-showcase-view-car.showcase-view-car-active::after {
    opacity: 1;
    transform: scale(1);
}

@media screen and (min-width: 1480px) {
    .our-fleet-showcase-view-car-make-hidden {
        display: inline-block;
        visibility: hidden;
        pointer-events: none;
    }
}

@media screen and (max-width: 1080px) {
    .our-fleet-showcase-view-cars { margin: 64px 74px 44px; }

    .our-fleet-showcase-view-car {
        width: 180px;
        margin-right: 58px;
    }

    .our-fleet-showcase-view-car p {
        margin-top: 18px;
    }

    .our-fleet-showcase-view-car.showcase-view-car-active::after {
        height: 114px;
        width: 114px;
    }
}

@media screen and (max-width: 1010px) {
    .our-fleet-showcase-view-cars { margin: 64px 44px 44px; }

    .our-fleet-showcase-view-car {
        margin-right: 58px;
    }

    .our-fleet-showcase-view-car p {
        margin-top: 14px;
    }

    .our-fleet-showcase-view-car.showcase-view-car-active::after {
        height: 114px;
        width: 114px;
    }
}

@media screen and (max-width: 576px) {
    .our-fleet-showcase-view-cars { margin: 24px 22px 44px; }

    .our-fleet-showcase-view-car {
        width: 152px;
        margin-right: 38px;
    }

    .our-fleet-showcase-view-car p {
        margin-top: 0px;
    }

    .our-fleet-showcase-view-car.showcase-view-car-active::after {
        top: 18px;
        height: 90px;
        width: 90px;
    }
}


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

footer {
    margin-top: 64px;
    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%;
    }
}