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

@font-face {
    font-family: 'Chalky';
    src: url('../font/chalky-1jdez.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
}

.fs-chalky{
    font-family: 'Chalky';
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fast Track';
    src: url('../font/fast-track.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
}

.fast-track{
    font-family: 'Fast Track';
}

/* colors */
/* mint */
.green{
    color: #5cb38e;
}
/* white smoke */
.white{
    color: #e7edeb;
}
/* claret */
.red{
    color: #7c1f31;
}
/* colors */
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
    background-color: #e7edeb;
}
.hover-underline{
    color: #252525;
    text-decoration: none;
    cursor: pointer;
}
.hover-underline:hover{
    color: #252525;
    text-decoration: 1px solid underline;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}
.no-link{
    text-decoration: none;
    color: inherit;
}
.no-btn{
    text-decoration: none;
    color: inherit;
    border: none;
    background: none;
}
.hover-bg-light{
    background-color: inherit;
    transition: background-color 0.3s ease;
}
.hover-bg-light:hover{
    background-color: lighten(inherit, 20%);
}
.text-sm{
    font-size: small;
}

/* hero Media Queries-------------------------- */
/* Extra small devices(phones, 600px and down) */
@media (max-width: 600px) {
    .hero {
        background-image: url("../img/homepage/roadmen-hero-banner-sm.jpg");
        height: 90vh;
    }
}
/* Small devices(Portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {
    .hero {
        background-image: url("../img/homepage/roadmen-hero-banner-sm.jpg");
        height: 80vh;
    }
}
/* Medium devices (Landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .hero {
        background-image: url("../img/homepage/roadmen-hero-banner-lg.jpg");
        height: 98vh;
    }
}
/* Large devices (Laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .hero {
        background-image: url("../img/homepage/roadmen-hero-banner-lg.jpg");
        height: 98vh;
    }
}
.hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
/* hero Media Queries-------------------------- */
/* 
.hover-highlight:hover{
    background-color: #1a1a1a;
    color: #fff;
    transition: background .3s ease;
} */

.hover-highlight{
    cursor: pointer;
    background-color: #1a1a1a;
    color: #e9e9e9;
    transition: background .3s ease;
}
.hover-highlight:hover{
    background-color: #4e4e4e;
    color: #fff;
    transition: background .3s ease;
}
.hover-highlight-danger{
    cursor: pointer;
    background-color: #1a1a1a;
    transition: background .3s ease;
}
.hover-highlight-danger:hover{
    background-color: #2c0b0e;
    color: #ea868f;
    transition: background .3s ease;
}
.hover-border:hover{
    border: 1px solid #2e2e2e;
}
/*  about-home-card Queries-------------------------- */

.grey-border{
    border: 1px solid #2e2e2e;
}
.hover-white:hover{
    cursor: pointer;
    color: #fff;
    transition: background .3s ease;
}
.alert-error{
    background-color: rgb(178, 66, 66);
    color: #fff;
}
.bg-muted{
    background-color: #323232;
}
.bg-light-primary{
    background-color: #15241b;
}
.text-light-primary{
    color: #15241b;
}
.bg-primary-gradient{
    background: linear-gradient(90deg, #0f0f0f 0%, #003d26 50%, #00a36c 100%);
}
.bg-grey-gradient{
    background: linear-gradient(135deg, #090909 0%, #2a2a2a 50%, #121212 100%);
}
/* Medium devices (Landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .pricing-card {
        height: 500px;
    }
}
@media (min-width: 768px) {
    .height-250{
        height: 250px;
    }
    .height-230{
        height: 230px;
    }
}
.pricing-card-bg {
    background: linear-gradient(320deg, #000000 0%, #003d26 50%, #00a36c 100%);
}

/* Add a class to style the overlay */
.figure-card {
    position: relative;
    cursor: pointer;
    padding: 0;
}

/* Style for the overlay on hover */
.figure-card:hover figcaption {
    opacity: 1;
    border-radius: 0 0 0.5rem 0.5rem;
}

/* Style for the gradient overlay */
.figure-card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    font-size: 1.3rem;
    background: linear-gradient(to top, black, transparent);
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 0 0 0.5rem 0.5rem;
}
.chevron-link{
    color: #69a481;
    text-decoration: none;
    cursor: pointer;
    transition: margin .3s ease-in-out;
}
.chevron-link:hover{
    color: #6ee29d;
}
.chevron-link:hover i{
    color: #6ee29d;
    margin-left: .6rem;
    transition: margin .3s ease-in-out;
}
.chevron-link-left{
    color: #69a481;
    text-decoration: none;
    cursor: pointer;
    transition: margin .3s ease-in-out;
}
.chevron-link-left:hover{
    color: #6ee29d;
}
.chevron-link-left:hover i{
    color: #6ee29d;
    margin-right: .6rem;
    transition: margin .3s ease-in-out;
}
.toc a.active {
    font-weight: 600;
    text-decoration: underline;
    color: #5cb38e !important;
}
.hover{
    cursor: pointer;
}
.bg-grey{
    background-color: #1c1c1c;
}
.badge-outline-grey{
    border: 1px solid #3c3e3e;
    border-radius: 25px;
    padding: .2rem .5rem;
    color: #7b7c7c;
    font-size: .7rem;
    margin: 0;
}
.img-greyscale{
    filter: grayscale(1) contrast(1) brightness(.8);
}
@media (max-width: 576px) {
    .dropstart {
        left: auto;
        right: auto;
        --bs-dropdown-transform-origin: top center;
    }
}
.fs-heading{
    /* font-family: "Oswald", sans-serif !important; */
    font-family: "Fast Track", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #c00000 !important;
    /* color: #ed4444 !important; */
}
.fs-secondary{
    font-family: "Oswald", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
}

/* members blacklist board -------------------------- */
/* Extra small devices(phones, 600px and down) */
@media (max-width: 600px) {
    .members-list{
        background-image: url('../img/blackboard-sm.jpg');
    }
    .fs-chalky {
        background-image: url('../img/chalk-texture-sm.jpg');
    }
}
/* Small devices(Portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {
    .members-list{
        background-image: url('../img/blackboard-sm.jpg');
    }
    .fs-chalky {
        background-image: url('../img/chalk-texture-sm.jpg');
    }
}
/* Medium devices (Landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .members-list{
        background-image: url('../img/blackboard-md.jpg');
    }
    .fs-chalky {
        background-image: url('../img/chalk-texture-md.jpg');
    }
}
/* Large devices (Laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .members-list{
        background-image: url('../img/blackboard.jpg');
    }
    .fs-chalky {
        background-image: url('../img/chalk-texture.jpg');
    }
}
.members-list{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}
.fs-chalky {
    color: #fff;
    font-family: 'Chalky';
    font-weight: 700;
    font-style: normal;
    background-size: cover;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: lighten;
    text-shadow: 0 0 0px rgba(255, 255, 255, 1);
}
.thumbnail-image:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
#quantity::-webkit-inner-spin-button,
#quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#quantity {
    -moz-appearance: textfield;
}
.text-xm{
    font-size: 12px;
}

.youtube-video-landscape-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.youtube-video-landscape-container iframe,
.youtube-video-landscape-container object,
.youtube-video-landscape-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-video-portrait-container {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
    overflow: hidden;
}

.youtube-video-portrait-container iframe,
.youtube-video-portrait-container object,
.youtube-video-portrait-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bg-default{
    background-color: #0e0e0e !important;
}
.image-hover-wrap {
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #0e0e0e;
    border-radius: .5rem;
}

.hover-text {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 1.5rem;
    background:linear-gradient(
    to bottom,
        rgba(0, 0, 0, .6) 0%, 
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: .5rem;
}
.image-hover-wrap:hover {
    border: 1px solid rgb(80, 80, 80);
    border-radius: .5rem;
}

.image-hover-wrap:hover .hover-text {
    opacity: 1;
}

.btn-gradient {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border: 1px solid #2e2e2e;
    background: linear-gradient(90deg, #0e0e0e 0%, #00653f 50%, #08e59b 100%);
    transition: opacity 0.25s ease, transform 0.2s ease;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: 0.2s;
    font-size: .8rem;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #111 0%, #005a38 50%, #00c987 100%);
}

.btn-gradient:focus, .btn-gradient:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 163, 108, 0.5);
}

.btn-gradient:active, .btn-gradient.active {
    color: #fff;
    background: linear-gradient(90deg, #0a0a0a 0%, #00301f 50%, #008e5e 100%);
}

.btn-gradient:disabled, .btn-gradient.disabled {
    opacity: .65;
    pointer-events: none;
}
.active-footer{
    color: #baffe8;
    font-weight: 600;
    text-decoration: underline;
}
.active-footer:hover{
    color: #5cb38e;
}
.stacked-heading{
    font-family: "Fast Track", sans-serif !important;
    color: #c00000 !important;
}
.scroll-wrapper {
    position: relative;
    width: 100%;
}

.scrollable-images-container {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.scrollable-images-container::-webkit-scrollbar {
    display: none;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #2d2d2d;
    border: none;
    color: white;
    font-size: 1rem;
    padding: 9px 14px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -.5rem;
}

.scroll-btn.left { left: -12px; }
.scroll-btn.right { right: -12px; }

.photos-scroll .photos-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 230px);
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
}

.photos-scroll .photos-grid::-webkit-scrollbar {
    display: none;
}

.photos-scroll .image-item {
    width: 200px;
}

.photos-scroll .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .75rem;
}
.heading-stack{
    position: relative;
    display: inline-block;
    line-height: 1.1;
    width: 100%; 
    max-width: 100%;
}
.heading-stack span{
    position: absolute;
    font-family: 'Fast Track';
    font-size: calc(1.575rem + 3.9vw);
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    display: block;
    width: 100%;
    white-space: normal;
}
.text-back {
    color: #c00000;
}
.text-front {
    color: white;
}
.hero-buttons{
    margin-top: 3%;
}
/* hero heading text Media Queries-------------------------- */
/* Extra small devices(phones, 600px and down) */
@media (max-width: 600px) {
    .text-back{
        transform: translate(2px, 2px);
    }
    .heading-stack{
        margin-top: 8%;
    }
    .hero-paragraph{
        margin-top: 23%;
    }
}
/* Small devices(Portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {
    .text-back{
        transform: translate(2px, 2px);
    }
    .heading-stack{
        margin-top: 20%;
    }
    .hero-paragraph{
        margin-top: 21%;
    }
}
/* Medium devices (Landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .text-back{
        transform: translate(3px, 3px);
    }
    
}
/* Large devices (Laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .text-back{
        transform: translate(2px, 2px);
    }
    .heading-stack{
        margin-top: 10%;
    }
    .hero-paragraph{
        margin-top: 18%;
    }
    .hero-paragraph p{
        font-size: 1.25rem;
    }
    
}
/* XL devices (Laptops/desktops, 992px and up) */
@media (min-width: 1200px) {
    .text-back{
        transform: translate(4px, 4px);
    }
    .heading-stack{
        margin-top: 18%;
    }
    .hero-paragraph{
        margin-top: 18%;
    }
    .hero-paragraph p{
        font-size: 1.25rem;
    }
    
}
/* XXL devices (Laptops/desktops, 992px and up) */
@media (min-width: 1800px) {
    .text-back{
        transform: translate(5px, 5px);
    }
    .heading-stack{
        margin-top: 23%;
    }
    .hero-paragraph{
        margin-top: 26%;
    }
    .hero-buttons{
        margin-top: 4%;
    }
}
/* hero heading text Media Queries-------------------------- */