@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Regular.woff2') format('woff2'),
        url('../fonts/BwModelica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Helps with loading speed */
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Medium.woff2') format('woff2'),
       url('../fonts/BwModelica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap; /* Helps with loading speed */
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Bold.woff2') format('woff2'),
       url('../fonts/BwModelica-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('../fonts/BwModelica-Black.woff2') format('woff2'),
       url('../fonts/BwModelica-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Bw Modelica';
}

section[id] {
    scroll-margin-top: 80px; /* Adjust this value to match your navbar height */
}
/* Ensure smooth scrolling when clicking links */
html {
    scroll-behavior: smooth;
}

h1, h2, h3 {
    font-family: 'Bw Modelica';
}
h4, h5, h6 {
    font-family: 'Bw Modelica';
}
h2 {
    font-size: 2.25rem;
    font-weight: 700;
}
h4 {}
h5 {}

@media (min-width: 768px) {
    h2 {
        font-size: 3rem;
    }
}
.p-32-xb {
    font-family: 'Bw Modelica';
    font-size: 1.835rem;
    font-weight: 800;
    line-height: 2.125rem;
}
.p-32-b {
    font-family: 'Bw Modelica';
    font-size: 2.28rem;
    font-weight: 700 ;
    line-height: 2.125rem;
}
.p-28-xb {
    font-family: 'Bw Modelica';
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}

.p-26 {
    font-family: 'Bw Modelica';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.p-22-b {
    font-family: 'Bw Modelica';
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
}
.p-22-m {
    font-family: 'Bw Modelica';
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
}

.p-20-m {
    font-family: 'Bw Modelica';
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}
.p-18-b {
    font-family: 'Bw Modelica';
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
}
.p-18-m {
    font-family: 'Bw Modelica';
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.p-18 {
    font-family: 'Bw Modelica';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    .p-32-xb, .p-32-b {
        font-size: 2rem;
        line-height: 2.125rem;
    }
    .p-28-xb {
        font-size: 1.625rem;
        line-height: 2rem;
    }
    .p-26 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .p-22-b {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .p-22-m {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .p-18-m {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
}
@media (min-width: 992px) {
    .p-28-xb {
        font-size: 1.75rem;
        line-height: 2rem;
    }
}

.p-22-xb {
    font-family: 'Bw Modelica';
    font-size: 1.325rem;
    font-weight: 800;
    line-height: 1.5rem;
}

.p-16-xb {
    font-family: 'Bw Modelica';
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5rem;
}
.p-16-m {
    font-family: 'Bw Modelica';
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.p-15-m {
    font-family: 'Bw Modelica';
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.375rem;
}
.p-14-b {
    font-family: 'Bw Modelica';
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}
.p-14-m {
    font-family: 'Bw Modelica';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.p-12-m, a.p-12-m {
    font-family: 'Bw Modelica';
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.125rem;
}
a.p-12-m {
    text-decoration: none;
}
a.p-12-m:hover {
    text-decoration: underline;
}
.p-10-m {
    font-family: 'Bw Modelica';
    font-size: 0.625rem !important;
    font-weight: 500;
    line-height: 0.875rem;
}

.short-desc {
    font-size: 1.125rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stretched-link {
    text-decoration: none;
    color: #000;
}

footer ul li a, footer a.email {
    font-family: 'Bw Modelica';
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
}

footer ul li a:hover {
    text-decoration: underline;
}

/* Method 1: CSS Pseudo-elements (The Cleanest Way) */
.list-inline-separator .list-inline-item:not(:last-child)::after {
    content: "|";
    margin-left: 0.5rem;
    color: #dee2e6; /* Light gray separator */
}

/* Handle responsive stacking: hide separator if items wrap/stack on small screens */
@media (max-width: 576px) {
    .list-inline-separator {}
    .list-inline-separator .list-inline-item {
        /* display: block; */
        margin-bottom: 0.15rem;
    }
    .list-inline-separator .list-inline-item:not(:last-child)::after {
        display: none;
    }
}

.tx-blnc { text-wrap: balance; }
.tx-prty { text-wrap: pretty; }
.tx-red { color: #FF4451; }
.tx-yellow { color: #FFC900; }
.tx-orange { color: #F06339; }
.tx-green { color: #005433 }
.tx-olive { color: #5C6735 }

.bg-olive { background-color: #5C6735; }
.bg-yellow { background-color: #FFC900; }
.bg-orange { background-color: #FE6B1C; }
.bg-red { background-color: #FF4451; }

.btn-reg {
    display: inline-block; /* Essential for transforms to work on <a> tags */
    background-color: #FFC900;
    font-family: 'Bw Modelica';
    font-size: 1.125rem;
    font-weight: 800;
    color: #000;
    padding: 14px 60px;
    border-radius: 15px;
    text-decoration: none;
    transition: all ease 0.3s;
}
.btn-reg:hover {
    transform: translateY(-5px); /* Moves the button up by 5px */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* Adds depth as it "lifts" */
    color: #fff; /* Keeps text color consistent on hover */
}

@media (min-width: 768px) {
    .btn-reg {
        font-size: 1.5rem;
    }
}

a.btn-tx {
    text-decoration: none;
    color: #888;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
a.btn-tx:hover {
    color: #000;
}

a.read-sm {
    color: #fff;
}

/*HEADER*/


/**.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}**/

/**COVER VIDEO**/
.video-container {
    position: relative;
    width: 100%;
    border-radius: 8px; /* Matching rounded-3 */
    overflow: hidden;
    background: #000;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/**STORIES CATEGORY**/
.cat-box {
    position: relative;
    overflow: hidden;
    height: 420px; /* Adjust height as needed */
    cursor: pointer;
    border: none !important;
}

@media (min-width: 576px) {
    .cat-box {
        height: 440px; /* Adjust height as needed */
    }
}

@media (min-width: 768px) {
    .cat-box {
        height: 440px; /* Adjust height as needed */
    }
}

@media (min-width: 992px) {
    .cat-box {
        height: 480px; /* Adjust height as needed */
    }
}
@media (min-width: 1200px) {
    .cat-box {
        height: 520px; /* Adjust height as needed */
    }
}

/* The actual <img> tag */
.cat-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Default Label (Bottom left text) */
.cat-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
    z-index: 2;
    transition: opacity 0.3s ease;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Hover Overlay */
.cat-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Your brand red */
    display: flex;
    flex-direction: column;
    /**justify-content: center;**/
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
    text-align: start;
    color: white;
    opacity: 0;
    transform: translateY(100%); /* Slide from bottom */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

/* Hover State Trigger */
.cat-box:hover .cat-hover-overlay {
    opacity: 1;
    transform: translateY(0);
}

.cat-box:hover .cat-label {
    opacity: 0;
}

.cat-box:hover img {
    transform: scale(1.1);
}

  /* Content inside overlay */
.cat-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
}

.cat-headline {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: auto; /* Pushes the body text to the bottom */
}

.cat-body {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 0 !important;
    max-width: 90%;
}

.cat-body img {
    width: 10px;
    height: 15px;
}

/* Secondary boxes (Eats, Spaces) styling */
.cat-box-alt {
    height: 400px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
        
.cat-box-alt:hover {
  background-color: #eee;
}

/**TOP CAROUSEL**/

#carouselHigh .video-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 1rem;
    overflow: hidden;
}

#carouselHigh .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Indicator/Thumbnail Styling Overrides */
#carouselHigh .carousel-indicators {
    position: relative;
    margin: 0;
    justify-content: flex-start;
    padding-top: 20px;
    gap: 10px;
    z-index: 4;
}

#carouselHigh .carousel-indicators [data-bs-target] {
    width: 180px;
    height: auto;
    text-indent: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-align: left;
}

#carouselHigh .thumb-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid transparent;
    margin-bottom: 8px;
}

/* Highlight only the active thumbnail in THIS carousel */
#carouselHigh .carousel-indicators .active .thumb-img-container {
    border-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

#carouselHigh .thumb-caption {
    font-size: 0.825rem;
    font-weight: 700;
    color: #000;
    display: block;
}

#carouselHigh .stay-tuned-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);    /* This adds the blur effect */
    -webkit-backdrop-filter: blur(6px); /* Required for Safari support */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    #carouselHigh .carousel-indicators { justify-content: center; }
    #carouselHigh .carousel-indicators [data-bs-target] { width: 140px; }
}

/***SVG Hover***/
.svg-fade-link svg {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    fill: currentColor; /* Allows SVG to inherit text color if needed */
}

.svg-fade-link:hover svg {
    opacity: 1;
}

/* Optional: reset button-like links to avoid default blue focus if desired */
.svg-fade-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
}

/* HOVER EFFECTS */
.custom-card {
    transition: all 0.3s ease;
    text-wrap: balance;
}

/* 1. Image Transition */
.custom-card img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    width: 100%;
}

/* 2. Move image up by -5px on card hover */
.custom-card:hover img {
    transform: translateY(-5px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* 3. Underline title on card hover */
.custom-card:hover .stretched-link {
    text-decoration: underline !important;
    
}

.hr-dashed {
    border: 0;
    border-top: 2px dashed #ccc;
    opacity: 1;
}


/* CARD STYLING */
.story-card {
    border-radius: 20px;
    color: white;
    padding: 2.5rem;
    min-height: 360px; /* Increased slightly for better proportions */
    display: flex;
    flex-direction: column;
    /* Changed to space-between to push the link to the bottom */
    justify-content: space-between; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

/* MINIMAL HOVER EFFECT */
.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: white;
}

/* Bottom Section Link Styling */
.story-card .read-more-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-top: 1rem;
}

.story-card:hover .read-more-link {
    text-decoration: none;
}

/**FORM **/
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.modal-content {
    border-radius: 30px;
    border: none;
    padding: 15px;
}

.form-label {
    font-weight: 600;
    margin-bottom: 4px;
}

.form-control, .form-select {
    background-color: #f8f9ff;
    border: none;
    border-radius: 12px;
    padding: 12px 15px;
}

.form-control::placeholder {
    color: #adb5bd; /* Subtle color */
    font-size: 14px; /* Adjusted from 14rem to 14px for usability */
    opacity: 1;
}

.form-control:focus, .form-select:focus {
    background-color: #f0f3ff;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.1);
    border: none;
}

        /* Styling for the dropdown row layout */
.dropdown-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dropdown-row label {
    width: 120px;
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.dropdown-row .form-select {
    flex-grow: 1;
}

/* Styling the Bootstrap Select Input */
.form-select {
    font-size: 0.85rem !important; /* Reducing font size */
    /* padding: 0.375rem 2.25rem 0.375rem 0.75rem; Standard padding with smaller font */
    border-radius: 6px;
    background-color: #f8f9ff !important;
}

/* Targeting the options inside (limited browser support but works for size) */
.form-select option {
    font-size: 0.85rem;
}

.form-check-label {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #000;
    text-align: justify;
}

.btn-submit {
    background-color: #FFC107; 
    border: none;
    color: black;
    font-weight: 900;
    padding: 12px;
    border-radius: 12px;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-submit:hover {
    background-color: #e5ac00;
}


/****HAPPENINGS****/
/* Layout Styles */
.event-section {
    padding: 3rem 0;
}

.sticky-sidebar {
    position: sticky;
    top: 6rem;
    height: fit-content;
}

/* Monthly Nav Styling */
.month-list .nav-link {
    color: #6c757d;
    padding: 12px 20px;
    border-radius: 12px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid transparent;
}

.month-list .nav-link:not(.disabled):hover {
    background-color: rgba(25, 135, 84, 0.05);
    color: var(--primary-accent);
}

.month-list .nav-link.active {
    background-color: #fff;
    color: #198754;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Styling for Disabled Months */
.month-list .nav-link.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    background-color: transparent;
    color: #adb5bd;
}

/* Event Card Styling */
.event-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%; /* Ensures all cards in a row have same height */
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column; /* Allows children to grow */
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.card-img-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0; /* Prevents image from squishing */
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details {
    padding: 1.25rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1; /* CRITICAL: Makes the colored area fill the bottom of the card */
    justify-content: space-between; /* Keeps title at top, date at bottom if desired */
    align-items: flex-start;
    gap: 15px;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.event-location {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0;
}

.event-date-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0; /* Prevents date from squishing */
    padding-top: 4px;
}

        /* Theme Variations */
.theme-pet-fair .event-details { background-color: #ffc107; color: #000; }
.theme-market .event-details { background-color: #5d6d4e; color: #fff; }
.theme-market .event-location { color: #e9ecef; }
.theme-medical .event-details { background-color: #1a3066; color: #fff; }
.theme-medical .event-location { color: #adb5bd; }
.theme-nyum .event-details { background-color: #FE6B1C; color: #fff; }
.theme-nyum .event-location { color: #fff; }
.theme-theater .event-details { background-color: #A50000; color: #fff}
.theme-theater .event-location { color: #fff; }
.theme-odisi .event-details { background-color: #162D19; color: #fff}
.theme-odisi .event-location { color: #fff; }
.theme-jokes .event-details { background-color: #FFE502; color: #000}
.theme-rock .event-details { background-color: #180A0A; color: #fff}
.theme-rock .event-location { color: #fff; }
.theme-dance .event-details { background-color: #FCF6D4; color: #000}
.theme-riuh .event-details { background-color: #97e8a0 }
.theme-wesak .event-details { background-color: #370870; color: #fff }
.theme-wesak .event-location { color: #fff; }

/* Modal Customization */
.modal-contant {
    border-radius: 24px;
    border: none;
    overflow: hidden;
    padding: 0 !important;
}

.modal-event-img {
    width: 100%;
    max-height: 900px;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.modal-event-img:hover {
    opacity: 0.9;
}

.month-header {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: right;
}

/* Animation */
.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Utility for filtering */
.event-item {
    display: none;
}
.event-item.show {
    display: block;
}

/*****MARGIN & PADDING EXTRA*****/

.m-6 { margin: 5rem; }
.mt-6 {  margin-top: 5rem !important; }
.mt-7 {  margin-top: 7rem !important; }
.mt-8 {  margin-top: 9rem !important; }
.my-6 {  margin-top: 5rem !important; margin-bottom: 5rem !important;}
.mx-6 { margin-left: 5rem !important; margin-right: 5rem !important; }
.my-7 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
.p-4-5 { padding: 2.5rem !important; }
.p-6 {  padding: 5rem; }
.p-7 {  padding: 7rem; }
.pt-4-5 {  padding-top: 2rem !important; }
.pt-6 {  padding-top: 5rem !important; }
.pt-7 {  padding-top: 7rem !important; }
.pt-8 {  padding-top: 9rem !important; }
.pt-9 {  padding-top: 11rem !important; }
.pb-6 {  padding-bottom: 5rem !important; }
.pb-7 {  padding-bottom: 7rem !important; }
.pb-8 {  padding-bottom: 9rem !important; }
.pb-9 {  padding-bottom: 11rem !important; }
.px-4-5 {padding-left: 2rem !important; padding-right: 2rem !important; }
.px-6 { padding-left: 5rem !important; padding-right: 5rem !important; }
.py-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.py-7 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
.py-8 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }
.py-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; }
.py-10 { padding-top: 9.5rem !important; padding-bottom: 9.5rem !important; }

.mt-100 {  margin-top: 0; }
.mt-150 {  margin-top: 75px; }
.mt-200 {  margin-top: 100px; }
.mt-250 {  margin-top: 125px;}
.mt-300 {  margin-top: 150px; }

@media (min-width: 576px) {

  .mt-sm-6 { margin-top: 5rem !important; }
  .mt-sm-7 { margin-top: 7rem !important; }
  .pt-sm-6 { padding-top: 5rem !important; }
  .pt-sm-7 { padding-top: 7rem !important; }
  .pb-sm-6 { padding-bottom: 5rem !important; }
  .pb-sm-7 { padding-bottom: 7rem !important; }
  .px-sm-6 { padding-left: 5rem !important; padding-right: 5rem !important; }
  .py-sm-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-sm-7 { padding-top: 7rem !important; padding-bottom: 7rem !important; }

  .mt-150 { margin-top: 150px; }
  .mt-200 { margin-top: 200px; }
  .mt-250 { margin-top: 250px; }
  .mt-300 { margin-top: 300px; }

}

@media (min-width: 768px) {

  .mt-md-6 {  margin-top: 5rem !important; }
  .mt-md-7 {  margin-top: 7rem !important; }
  .pt-md-6 {  padding-top: 5rem !important; }
  .pt-md-7 {  padding-top: 7rem !important; }
  .pb-md-6 {  padding-bottom: 5rem !important; }
  .pb-md-7 {  padding-bottom: 7rem !important; }
  .px-md-6 {  padding-left: 5rem !important; padding-right: 5rem !important; }
  .py-md-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
  .py-md-7 { padding-top: 7rem !important; padding-bottom: 7rem !important; }

}

@media (min-width: 992px) {

    .mt-lg-6 { margin-top: 5rem !important; }
    .mt-lg-7 { margin-top: 7rem !important; }
    .mt-lg-8 { margin-top: 9rem !important; }
    .mx-lg-6 { margin-left: 5rem !important; margin-right: 5rem !important; }
    .my-lg-6 { margin-top: 5rem !important; margin-bottom: 5rem !important; }
    .my-lg-7 { margin-top: 7rem !important; margin-bottom: 7rem !important; }
    .pt-lg-6 { padding-top: 5rem !important; }
    .pt-lg-7 { padding-top: 7rem !important; }
    .pt-lg-8 { padding-top: 9rem !important; }
    .pt-lg-9 { padding-top: 11rem !important; }
    .pb-lg-6 { padding-bottom: 5rem !important; }
    .pb-lg-7 { padding-bottom: 7rem !important; }
    .pb-lg-8 { padding-bottom: 9rem !important; }
    .pb-lg-9 { padding-bottom: 15.5rem !important; }
    .px-lg-6 { padding-left: 5rem !important; padding-right: 5rem !important; }
    .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
    .px-lg-7 { padding-left: 7rem !important; padding-right: 7rem !important; }
    .px-lg-8 { padding-left: 9rem !important; padding-right: 9rem !important; }
    .py-lg-7 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
    .py-lg-8 { padding-top: 7.825rem !important; padding-bottom: 7.825rem !important; }
    .py-lg-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; }
    .py-lg-10 { padding-top: 9.5rem !important; padding-bottom: 9.5rem !important; }

    .mt-100 { margin-top: 100px; }

  }

@media (min-width: 1200px) {

    .mt-xl-6 { margin-top: 5rem !important; }
    .mt-xl-7 { margin-top: 7rem !important; }
    .mt-xl-8 { margin-top: 9rem !important; }
    .pl-xl-5{ padding-left: 3rem !important; }
    .pt-xl-6 { padding-top: 5rem !important; }
    .pt-xl-7 { padding-top: 7rem !important; }
    .pt-xl-8 { padding-top: 9rem !important; }
    .pt-xl-9 { padding-top: 11rem !important; }
    .pb-xl-6 { padding-bottom: 5rem !important; }
    .pb-xl-7 { padding-bottom: 7rem !important; }
    .pb-xl-8 { padding-bottom: 9rem !important; }
    .pb-xl-9 { padding-bottom: 15.5rem !important; }
    .px-xl-6 { padding-left: 5rem !important; padding-right: 5rem !important; }
    .px-xl-7 { padding-left: 7rem !important; padding-right: 7rem !important; }
    .py-xl-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
    .py-xl-7 { padding-top: 7rem !important; padding-bottom: 7rem !important; }
    .py-xl-8 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
    .py-xl-9 { padding-top: 11rem !important; padding-bottom: 11rem !important; }
    .py-xl-10 { padding-top: 13rem !important; padding-bottom: 13rem !important; }
    .pe-xl-6 { padding-right: 5rem !important; }

  }

@media (min-width: 1400px) {

    .ps-xxl-6 { padding-left: 5rem !important; }
    .pe-xxl-6 { padding-right: 5rem !important; }
    .pt-xxl-6 { padding-top: 5rem !important; }
    .pt-xxl-7 { padding-top: 7rem !important; }
    .pt-xxl-8 { padding-top: 9rem !important; }
    .pt-xxl-9 { padding-top: 11rem !important; }
    .pb-xxl-6 { padding-bottom: 5rem !important; }
    .pb-xxl-7 { padding-bottom: 7rem !important; }
    .pb-xxl-8 { padding-bottom: 9rem !important; }
    .pb-xxl-9 { padding-bottom: 11rem !important; }
    .px-xxl-6 { padding-left: 7rem !important; padding-right: 7rem !important; }
    .px-xxl-7 { padding-left: 9rem !important; padding-right: 9rem !important; }
}

