/* Root Prefix Variable */
* {
    font-family: 'Cairo', sans-serif;
}

:root {
    --bs-logo-lg-height: 24px;
    --bs-logo-sm-height: 26px;
    --bs-main-nav-width: 280px;
    --bs-main-nav-width-sm: 75px;
    --bs-main-nav-item-icon-size: 22px;
    --bs-main-nav-item-font-size: 15px;
    --bs-main-nav-item-padding-x: 25px;
    --bs-main-nav-item-padding-y: 10px;
    --bs-topbar-height: 100px;
    --bs-footer-height: 60px;
    --bs-headings-color: #313b5e;
    --bs-input-border-color: #d8dfe7;
    --bs-input-focus-border-color: #b0b0bb;
}

/* Color system - Dark Mode only */
html[data-bs-theme=dark], [data-bs-theme=dark] {
    --bs-border-color: #2f3944;
    --bs-light: #2f3943;
    --bs-dark: #f1f1f1;
    --bs-light-rgb: 47, 57, 67;
    --bs-dark-rgb: 241, 241, 241;
    --bs-headings-color: #aab8c5;
    --bs-input-border-color: #3a4551;
    --bs-input-focus-border-color: #4a5663;
}

/* Main Menu Light */
html[data-menu-color=light] {
    --bs-main-nav-bg: #f8f5f1;
    --bs-main-nav-item-color: #797b97;
    --bs-main-nav-item-hover-bg: transparent;
    --bs-main-nav-item-hover-color: #dc3545;
    --bs-main-nav-border-color: #eaedf1;
}

/* Main Menu Dark */
html[data-menu-color=dark],
html[data-bs-theme=dark][data-menu-color=light] {
    --bs-main-nav-bg: #262d34;
    --bs-main-nav-item-color: #9097a7;
    --bs-main-nav-item-hover-bg: transparent;
    --bs-main-nav-item-hover-color: #ffffff;
    --bs-main-nav-border-color: #2f3944;
}

/* Topbar Light */
html[data-topbar-color=light] {
    --bs-topbar-bg: #f9f7f7;
    --bs-topbar-item-color: #707793;
    --bs-topbar-search-bg: #eae8e8;
}

/* Topbar Dark */
html[data-topbar-color=dark],
html[data-bs-theme=dark][data-topbar-color=light] {
    --bs-topbar-bg: #22282e;
    --bs-topbar-item-color: #dee2e6;
    --bs-topbar-search-bg: #2c3238;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-gray: #5d7186;
    --bs-gray-dark: #36404a;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #eef2f7;
    --bs-gray-300: #d8dfe7;
    --bs-gray-400: #b0b0bb;
    --bs-gray-500: #8486a7;
    --bs-gray-600: #5d7186;
    --bs-gray-700: #424e5a;
    --bs-gray-800: #36404a;
    --bs-gray-900: #323a46;
    --bs-primary: #dc3545;
    --bs-secondary: #5d7186;
    --bs-success: #22c55e;
    --bs-warning: #f9b931;
    --bs-info: #4ecac2;
    --bs-danger: #ef5f5f;
    --bs-purple: #7f56da;
    --bs-pink: #ff86c8;
    --bs-blue: #1c84ee;
    --bs-orange: #dc3545;
    --bs-indigo: #53389f;
    --bs-red: #ef5f5f;
    --bs-yellow: #f9b931;
    --bs-green: #22c55e;
    --bs-teal: #040505;
    --bs-cyan: #4ecac2;
    --bs-light: #eef2f7;
    --bs-dark: #323a46;
    --bs-primary-rgb: 235, 77, 96;
    --bs-secondary-rgb: 93, 113, 134;
    --bs-success-rgb: 34, 197, 94;
    --bs-warning-rgb: 249, 185, 49;
    --bs-info-rgb: 78, 202, 194;
    --bs-danger-rgb: 239, 95, 95;
    --bs-purple-rgb: 127, 86, 218;
    --bs-pink-rgb: 255, 134, 200;
    --bs-blue-rgb: 28, 132, 238;
    --bs-orange-rgb: 235, 77, 96;
    --bs-indigo-rgb: 83, 56, 159;
    --bs-red-rgb: 239, 95, 95;
    --bs-yellow-rgb: 249, 185, 49;
    --bs-green-rgb: 34, 197, 94;
    --bs-teal-rgb: 4, 5, 5;
    --bs-cyan-rgb: 78, 202, 194;
    --bs-light-rgb: 238, 242, 247;
    --bs-dark-rgb: 50, 58, 70;
    --bs-primary-text-emphasis: #662b13;
    --bs-secondary-text-emphasis: #252d36;
    --bs-success-text-emphasis: #0e4f26;
    --bs-info-text-emphasis: #1f514e;
    --bs-warning-text-emphasis: #644a14;
    --bs-danger-text-emphasis: #602626;
    --bs-light-text-emphasis: #424e5a;
    --bs-dark-text-emphasis: #424e5a;
    --bs-primary-bg-subtle: rgba(235, 77, 96, 0.1);
    --bs-secondary-bg-subtle: #dfe3e7;
    --bs-success-bg-subtle: #d3f3df;
    --bs-info-bg-subtle: #dcf4f3;
    --bs-warning-bg-subtle: #fef1d6;
    --bs-danger-bg-subtle: #fcdfdf;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #b0b0bb;
    --bs-primary-border-subtle: #ffc4ac;
    --bs-secondary-border-subtle: #bec6cf;
    --bs-success-border-subtle: #a7e8bf;
    --bs-info-border-subtle: #b8eae7;
    --bs-warning-border-subtle: #fde3ad;
    --bs-danger-border-subtle: #f9bfbf;
    --bs-light-border-subtle: #eef2f7;
    --bs-dark-border-subtle: #8486a7;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Cairo", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #5d7186;
    --bs-body-color-rgb: 93, 113, 134;
    --bs-body-bg: #f9f7f7;
    --bs-body-bg-rgb: 249, 247, 247;
    --bs-emphasis-color: rgba(93, 113, 134, 0.75);
    --bs-emphasis-color-rgb: 93, 113, 134;
    --bs-secondary-color: #5d7186;
    --bs-secondary-color-rgb: 93, 113, 134;
    --bs-secondary-bg: #ffffff;
    --bs-secondary-bg-rgb: 255, 255, 255;
    --bs-tertiary-color: #424e5a;
    --bs-tertiary-color-rgb: 66, 78, 90;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: var(--bs-headings-color);
    --bs-link-color: #8486a7;
    --bs-link-color-rgb: 132, 134, 167;
    --bs-link-decoration: none;
    --bs-link-hover-color: #d95c28;
    --bs-link-hover-color-rgb: 217, 92, 40;
    --bs-link-hover-decoration: none;
    --bs-code-color: #ff86c8;
    --bs-highlight-color: #5d7186;
    --bs-highlight-bg: #fef1d6;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #eaedf1;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.75rem;
    --bs-border-radius-sm: 0.5rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1.25rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 5px 10px rgba(30, 32, 37, 0.12);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.15rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(235, 77, 96, 0.25);
    --bs-form-valid-color: #22c55e;
    --bs-form-valid-border-color: #22c55e;
    --bs-form-invalid-color: #ef5f5f;
    --bs-form-invalid-border-color: #ef5f5f;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #aab8c5;
    --bs-body-color-rgb: 170, 184, 197;
    --bs-body-bg: #22282e;
    --bs-body-bg-rgb: 34, 40, 46;
    --bs-emphasis-color: #dee2e6;
    --bs-emphasis-color-rgb: 222, 226, 230;
    --bs-secondary-color: #8391a2;
    --bs-secondary-color-rgb: 131, 145, 162;
    --bs-secondary-bg: #282f36;
    --bs-secondary-bg-rgb: 40, 47, 54;
    --bs-tertiary-color: #f1f1f1;
    --bs-tertiary-color-rgb: 241, 241, 241;
    --bs-tertiary-bg: #2f3943;
    --bs-tertiary-bg-rgb: 47, 57, 67;
    --bs-primary-text-emphasis: #ffa782;
    --bs-secondary-text-emphasis: #9eaab6;
    --bs-success-text-emphasis: #7adc9e;
    --bs-info-text-emphasis: #95dfda;
    --bs-warning-text-emphasis: #fbd583;
    --bs-danger-text-emphasis: #f59f9f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #d8dfe7;
    --bs-primary-bg-subtle: rgba(235, 77, 96, 0.15);
    --bs-secondary-bg-subtle: rgba(66, 78, 90, 0.15);
    --bs-success-bg-subtle: rgba(34, 197, 94, 0.15);
    --bs-info-bg-subtle: rgba(78, 202, 194, 0.15);
    --bs-warning-bg-subtle: rgba(249, 185, 49, 0.15);
    --bs-danger-bg-subtle: rgba(239, 95, 95, 0.15);
    --bs-light-bg-subtle: rgba(var(--bs-light-rgb), 0.15);
    --bs-dark-bg-subtle: rgba(var(--bs-dark-rgb), 0.15);
    --bs-primary-border-subtle: #99411c;
    --bs-secondary-border-subtle: #424e5a;
    --bs-success-border-subtle: #147638;
    --bs-info-border-subtle: #2f7974;
    --bs-warning-border-subtle: #956f1d;
    --bs-danger-border-subtle: #8f3939;
    --bs-light-border-subtle: #424e5a;
    --bs-dark-border-subtle: #8486a7;
    --bs-heading-color: #aab8c5;
    --bs-link-color: #ffa782;
    --bs-link-hover-color: #ffb495;
    --bs-link-color-rgb: 255, 167, 130;
    --bs-link-hover-color-rgb: 255, 180, 149;
    --bs-code-color: #ffb6de;
    --bs-highlight-color: #aab8c5;
    --bs-highlight-bg: #644a14;
    --bs-border-color: #2f3944;
    --bs-border-color-translucent: #8391a2;
    --bs-form-valid-color: #7adc9e;
    --bs-form-valid-border-color: #7adc9e;
    --bs-form-invalid-color: #f59f9f;
    --bs-form-invalid-border-color: #f59f9f;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-check-input:checked {
    background-color: #d32f2f;
    border-color: #d32f2f;
    padding: 9px;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
}


html,
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}


.btn {
    border-radius: 10px !important;
}

.bg-zyleme {
    background: #f9f7f7 !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #f9b931 !important;
    border-color: #f9b931 !important;
}

.bg-light {
    background-color: rgba(238, 242, 247) !important;
    opacity: 1 !important;
}


.navbar {
    padding: 5px;
}

.navbar-brand img {
    width: 200px;
}

.nav-item {
    margin: 0 8px;
}

.nav-link {
    font-weight: 700;
}

.nav-item .btn {
    padding: .375rem 1.75rem;
    font-weight: 700;
}

.navbar .btn {
    border-radius: 30px;
}

.ml-auto {
    margin-left: auto !important;
}

.ms-n5 {
    margin-left: -40px;
}

input:placeholder-shown {
    font-style: italic;
}

.form-control::placeholder {
    color: #6c757d85;
    opacity: 1;
}


header {
    height: 80vh;
    /*min-height:100%;*/
    background: linear-gradient(0deg, rgba(0, 44, 90, 0.77), rgba(0, 44, 90, 0.77)), url('../images/header_bg.jpg');
    background-size: cover;
    background-position: center center;
}

header h1 {
    font-size: 2.9rem;
    font-weight: 900;
    color: #fff;
    line-height: 2;
}

header p {
    color: #fff;
}

header .input-group .btn {
    position: relative;
    z-index: 4;
}

header .btn-outline-secondary:hover {
    color: #352a2a;
    background-color: #6c757d;
    border-color: #6c757d;
}

@media screen and (max-width: 769px) {
    .nav-item .btn {
        padding: .375rem 1.75rem;
        font-weight: 700;
        width: 100%;
        margin-bottom: 10px;
    }

    header {
        height: 60vh;
    }

    header h1 {
        font-size: 2.9rem;
        font-weight: 900;
        color: #fff;
        line-height: 1;
        margin-bottom: 45px;
        margin-top: 30px;
    }
}


section {
    padding: 100px;
}

section .section-title {
    font-size: 3rem;
    font-weight: 900;
}

section .section-info {
    text-align: justify;
}

.about-section {
    /*height: 400px;*/
    min-height: 50%;
    background: url('../images/about_bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-blue {
    background: #2F79DD !important;
}

.bg-orange {
    background: #E1473D !important;
}

.bg-light-gray {
    background: #F1F1F1 !important;
}

.bg-gray {
    background: #C4C4C4 !important;
}

textarea {
    resize: none;
}

.form-control {
    border-radius: 15px;
}

.fw-900 {
    font-weight: 900;
}

.text-left {
    text-align: left;
}

section .section-icon img {
    height: 100px;
    width: 100px !important;
}

.choose-us .choose-us-text {
    position: absolute;
    top: 90px;
}

section .model-icon img {
    height: 50px;
    width: 50px !important;
}

section.promise {
    /*min-height:100%;*/
    background: url('../images/promise_bg.png');
    background-size: cover;
    background-attachment: fixed;
}


.counters p {
    color: #fff;
}

.counters .counter-text p:first-child {
    font-size: 3rem;
}

.counters .col-md-3:not(:first-child) {
    border-left: 1px solid #ffffff7a;
}


.testimonials-figure {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-size: 14px;
    margin: 35px 10px 10px;
    max-width: 347px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #E1473D;
}

.testimonials-figure *,
.testimonials-figure *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.testimonials-figure figcaption {
    padding: 13% 10% 12%;
}

.testimonials-figure figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #47D4E0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
}

.testimonials-figure h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}

.testimonials-figure h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.testimonials-figure blockquote {
    text-align: left;
    font-weight: 300;
    margin: 0 0 20px;
}

.testimonials-figure .section-icon-text {
    font-size: 12px;
}


.slick-icon {
    padding: 0 10px;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-track {
    opacity: 1;
    width: 3180px;
    /*transform: translate3d(-657px, 0px, 0px) !impor;*/
}


.footer {
    padding: 60px 0px 10px;
    background-color: #002C5A;
}

.footer .footer-top-url li {
    margin: 20px;
}

.footer .footer-top-url li a,
.footer .footer-bottom-url li a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-bottom-url li,
.footer .footer-bottom p {
    margin: 20px;
}

@media screen and (max-width: 769px) {
    section {
        padding: 100px 10px;
    }

    .side-cart-img img {
        width: 100%;
    }

    .choose-us {
        padding: 50px 10px;
    }

    .choose-us img {
        width: 100%;
        height: 210px !important;
    }

    .choose-us .p-5 {
        padding: 5px !important;
    }

    .promise .section-icon-text {
        text-align: center;
    }

    section.promise {
        /*padding: 20px 10px;*/
        min-height: 50% !important;
        background: linear-gradient(0deg, rgba(0, 44, 90, 0.77), rgba(0, 44, 90, 0.77)), url('../images/promise_bg_sm.png');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .counters .col-md-3:not(:first-child) {
        border-left: none;
    }

    .testimonials,
    .testimonials p {
        text-align: center;
    }

    .testimonials-figure {
        max-width: 324px;
    }

    .footer .footer-top-url {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    .footer .footer-top-url li {
        margin-bottom: 0px;
    }
}


/*track shipment*/

.track-shipment-header {
    /*height: 60vh;*/
    min-height: 70%;
    background: #F4F4F4;
    padding: 50px 10px;
}

.track-shipment-header h1 {
    font-size: 2.9rem;
    font-weight: 900;
    color: #000;
    line-height: 2;
}

.track-shipment-header p {
    color: #000;
    text-align: justify;
}

.track-shipment-header img {
    width: 85%;
    margin-left: auto;
}


.tracking-info .track-box {
    position: relative;
}

.tracking-info .track-icon {
    padding: 6px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.tracking-info .track-line {
    border: 2px solid #c4c4c4;
    position: absolute;
    height: 31px;
    left: 16px;
    top: -26px;
}


@media screen and (max-width: 769px) {

    .track-shipment-header .col-md-6 {
        margin-bottom: 35px !important;
    }

    .track-shipment-header {
        min-height: 70%;
    }

    .track-shipment-header h1 {
        font-size: 2.9rem;
        font-weight: 900;
        color: #000;
        line-height: 1;
        margin-bottom: 45px;
    }

    .track-shipment-header button {
        float: none !important;
    }

    .track-shipment-header img {
        width: 100%;
        margin: 0 auto;
    }

    .tracking-info .col-md-5 {
        padding-left: 94px;
    }

    .tracking-info h3 {
        text-align: center !important;
    }

    .tracking-info .track-box {
        margin: 0 auto;
    }
}


/*faqs*/

.faqs-header {
    min-height: 70%;
    background: #F4F4F4;
    padding: 50px 10px;
}

.faqs-header h1 {
    font-size: 1.9rem;
    font-weight: 900;
    color: #000;
    line-height: 2;
}

.faqs-header p {
    color: #000;
    text-align: justify;
}

.faqs-header img {
    width: 100%;
    margin-left: auto;
}


.faqs-info .accordion-collapse {
    border: 0;
}

.faqs-info .accordion-header {
    padding: 20px;
}

.faqs-info .accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    /*border-bottom: 1px solid #ddd; */
}

.faqs-info .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faqs-info .accordion-button:not(.collapsed) {
    background: none;
    color: #bb2d3b;
}

.faqs-info .accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}

.faqs-info .accordion-button::after {
    width: auto;
    height: auto;
    content: "\f067" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    background-image: none;
    color: #000;
    transform: translateY(-4px);
}

.faqs-info .accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "\f068" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    /*font-size: 38px;*/
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}


@media screen and (max-width: 769px) {

    .faqs-header .col-md-6 {
        margin-bottom: 35px !important;
        text-align: center;
    }

    .faqs-header {
        min-height: 70%;
    }

    .faqs-header h1 {
        font-size: 1.9rem;
        font-weight: 900;
        color: #000;
        line-height: 1;
        margin-bottom: 45px;
        text-align: center;
    }

    .faqs-header a.btn {
        float: none !important;
    }

    .faqs-header img {
        width: 100%;
        margin: 0 auto;
    }

    .faqs-info .accordion-button {
        padding: 0px;
        font-weight: bold;
        border: 0;
        font-size: 12px;
        color: #333333;
        text-align: left;
    }
}


/*contacts*/

.contact {
    min-height: 70%;
    background: #fff;
    padding: 50px 10px;
}

.contact h1 {
    font-size: 2.9rem;
    font-weight: 900;
    color: #000;
    line-height: 2;
}

.contact p {
    color: #000;
    text-align: justify;
}

.contact span i {
    background: #47D4E0;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.contact span p {
    line-height: 0.5;
    margin-left: 15px;
}


@media screen and (max-width: 769px) {

    .contact .col-md-6 {
        margin-bottom: 35px !important;
    }

    .contact {
        min-height: 70%;
    }

    .contact h1 {
        font-size: 2.9rem;
        font-weight: 900;
        color: #000;
        line-height: 1;
        margin-bottom: 45px;
    }

}

.bg-primary, .btn-primary {
    background-color: #002C5A !important;
    color: #fff !important;
    border: none !important;
}

.link-active {
    color: #d32f2f !important;
}

.container {
    max-width: 1500px;
}
