/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first

**/
@font-face {
    font-family: 'CnG Sans';
    src: url('/cdn/shop/files/CnGSans.otf?v=1753803086') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nexa Rust Sans';
    src: url('/cdn/shop/files/NexaRustSans-Book.otf?v=1753803086') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
}

.banner-sec {
    /* background-image: url('../images/Group\ 1.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-banner-col h2 {
    font-size: 100px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 6.5px;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.our-beginning .row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.our-beginning-col .our-begin-image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.our-beginning .our-beginning-col {
    width: 49%;
    height: auto;
}

.signature-col img {
    width: 150px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.our-begin-content-box h4 {
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    font-family: 'Nexa Rust Sans', sans-serif;
}

.our-begin-image-box {
    height: 100%;
}

.explore-btn a {
    padding: 25px 80px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 60px;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 5px;
    transition: 0.5s;
}

.explore-btn a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.explore-btn {
    text-align: center;
    padding-top: 80px;
}

.maps-sec .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 70px;
}

.maps-sec .map-same-col {
    width: 48%;
}

.map-same-col .map-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our-beginning {
    margin: 80px 0;
    margin-bottom: 100px;
}

.map-txt-col h3 {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: normal;
    font-weight: 500;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 3px;
}

.map-txt-col span {
    padding-top: 33px;
    display: inline-block;
}

/* .map-txt-col {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
} */
.map-image-col {
    height: 100%;
}

.map-col iframe {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: block;
}

.time-schedule-same-col {
    width: 48%;
}

.time-schedule-same-col .time-scehdue-image-txt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.time-schedule-same-col h3 {
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}

.time-schedule-same-col h3 span {
    display: block;
    margin-bottom: 60px;
    color: #fff;
    line-height: 55px;
    font-weight: 400;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 3px;
}

.signature-col {
    margin-top: 30px;
}

.txt-schedule {
    margin-top: 30px;
}

.txt-schedule h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
    width: auto;
    max-width: 420px;
    margin: 0 auto;
    color: #fff;
    font-family: 'Nexa Rust Sans', sans-serif;
}

.maps-sec {
    margin: 100px 0;
    padding: 100px 0;
    margin-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.two-lanes-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-lanes-sec .inner-lanes-col {
    text-align: center;
}

.inner-lanes-col h4 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 5px;
    line-height: 45px;
}

.book-here-btn a {
    font-weight: 600;
    background: #fff;
    padding: 15px 60px;
    font-size: 50px;
    border-radius: 5px;
    transition: 0.5s;
    color: #000;
    text-decoration: none;
    mix-blend-mode: color-dodge;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 2px;
}

.book-here-btn a:hover {
    opacity: 1;
    transition: 0.5s;
    mix-blend-mode: unset;
    color: #982424 !important;
}

.two-lanes-image-box img {
    width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.two-lanes-image-box {
    margin-bottom: 60px;
    margin-top: 30px;
}

.leclaire-sec {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.leclaire-image-box img {
    width: 700px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.our-begin-content-box {
    width: auto;
    max-width: 440px;
    margin: 0 auto;
}

.maps-sec::after {
    content: "";
    background-color: #982424;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 85%;
    pointer-events: none;
}

.time-schedule-same-col h3 span:last-child {
    margin-bottom: 0;
}

.leclaire-discover-btn a {
    font-weight: 600;
    padding: 15px 50px;
    transition: 0.5s;
    font-size: 50px;
    border-radius: 5px;
    text-decoration: none;
    mix-blend-mode: color-dodge;
    text-transform: uppercase;
    font-family: 'CnG Sans', sans-serif;
    letter-spacing: 2px;
}

.leclaire-discover-btn a:hover {
    opacity: 1;
    transition: 0.5s;
    mix-blend-mode: unset;
    color: #982424 !important;
}

.leclaire-discover-btn {
    text-align: center;
    margin-top: 70px;
}
.section--header nav.header--primary-nav li.x-menu--level-1--link:nth-child(8) {
    display: none;
}
/***Responsive-media-query***/
@media only screen and (max-width: 1199px) {

    .leclaire-discover-btn a {
        font-size: 40px;
    }

    .banner-sec {
        height: 500px;
    }

    .inner-banner-col h2 {
        font-size: 45px;
    }

    .our-begin-content-box h4 {
        font-size: 22px;
    }

    .explore-btn a {
        font-size: 40px;
    }

    .our-beginning {
        margin: 50px 0;
        margin-bottom: 0px;
    }

    .maps-sec {
        margin-top: 80px;
    }

    .maps-sec .row {
        row-gap: 50px;
    }

    .time-schedule-same-col h3 {
        font-size: 40px;
    }

    .time-schedule-same-col h3 span {
        line-height: 45px;
    }

    .maps-sec .row {
        align-items: center;
    }

    .book-here-btn a {
        font-size: 40px;
    }

    .leclaire-image-box img {
        width: 500px;
    }

    .leclaire-sec {
        height: 400px;
    }
}


@media only screen and (max-width: 767px) {
    .maps-sec {
        margin-bottom: 25px;
    }
.section--header nav.header--secondary-nav {
    margin-right: 12px;
}
    .maps-sec {
        margin-top: 60px;
    }

    .leclaire-sec {
        margin-top: 25px;
    }

    .inner-banner-col h2 {
        font-size: 35px;
    }

    .leclaire-discover-btn a {
        padding: 15px 30px;
        font-size: 18px;
    }

    .inner-lanes-col h4 {
        letter-spacing: 1.5px;
        line-height: normal;
    }

    .leclaire-sec {
        position: relative;
        z-index: 1;
    }

    .leclaire-sec::after {
        content: "";
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 40%;
    }

    .leclaire-discover-btn {
        margin-top: 40px;
    }

    .leclaire-discover-btn a {
        font-size: 20px;
    }

    .our-beginning .our-beginning-col {
        width: 100%;
    }

    .our-beginning .row {
        gap: 30px;
    }

    .our-begin-content-box h4 {
        font-size: 16px;
    }

    .signature-col img {
        width: 100px;
    }

    .explore-btn {
        padding-top: 60px;
    }

    .explore-btn a {
        font-size: 18px;
        padding: 20px 25px;
    }

    .inner-lanes-col h4 {
        font-size: 22px;
    }

    .maps-sec .map-same-col {
        width: 100%;
    }

.map-txt-col h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

    .time-schedule-same-col {
        width: 100%;
    }

    .time-schedule-same-col h3 span {
        line-height: normal;
    }

    .time-schedule-same-col h3 {
        font-size: 18px;
    }

    .time-schedule-same-col h3 span br {
        display: none;
    }

    .maps-sec .row {
        row-gap: 30px;
    }

    .txt-schedule h4 {
        font-size: 16px;
    }

    .maps-sec {
        padding: 50px 0;
    }

    .two-lanes-image-box img {
        width: 280px;
    }

    .book-here-btn a {
        font-size: 20px;
    }

    .leclaire-image-box img {
        width: 280px;
    }

    .leclaire-sec {
        height: 300px;
    }

    .time-schedule-same-col h3 span {
        margin-bottom: 30px;
        letter-spacing: 1.5px;
    }

    .banner-sec {
        height: 400px;
    }

    .two-lanes-sec::after {
        content: "";
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 40%;
    }

    .two-lanes-sec {
        position: relative;
        z-index: 1;
    }

    .two-lanes-image-box {
        margin-bottom: 20px;
        padding: 30px 0;
          margin-top: 0;
    }
.two-lanes-sec {
    height: 600px;
  padding-top: 33px;
}
    .banner-sec::after {
        content: "";
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 35%;
    }

    .banner-sec {
        position: relative;
        z-index: 1;
    }
}