@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.text-brand {
    font-family: "Prompt";
    font-size: 14px;
    font-weight: 400;
    color: #212529;
}

.border-top-divider {
    border-top: 1px solid #2c4549;
}
    .bg-dark {
        background: #2c4549 !important;
    }
    .text-dark {
        color: ##2c4549 !important;
    }
    .bg-light {
        background: #f5f6ee !important;
    }
    .stroke-light {
        text-shadow: 0 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }

/* PADDING & MARGIN */
.pt-20, .py-20 {
    padding-top: 20% !important;
}
.pb-20, .py-20 {
    padding-bottom: 20% !important;
}
.ps-20, .px-20 {
    padding-left: 20% !important;
}
.pe-20, .px-20 {
    padding-right: 20% !important;
}
.ps-10, .px-10 {
    padding-left: 10vw !important;
}
.pe-10, .px-10 {
    padding-right: 10vw !important;
}
@media (min-width: 768px) {
    .pt-md-20, .py-md-20 {
        padding-top: 20% !important;
    }
    .pb-md-20, .py-20 {
        padding-bottom: 20% !important;
    }
    .ps-md-20, .px-md-20 {
        padding-left: 20vw !important;
    }
    .pe-md-20, .px-md-20 {
        padding-right: 20vw !important;
    }
    .ps-md-10, .px-md-10 {
        padding-left: 10vw !important;
    }
    .pe-md-10, .px-md-10 {
        padding-right: 10vw !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-30vw {
        width: 35vw !important;
    }
    .w-md-20vw {
        width: 20vw !important;
    }
}
@media (max-width: 767.98px) {
    .h-xs-100 {
        height: 100% !important;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    .w-xs-50 {
        width: 50% !important;
    }
}
.mt--5, .my--5 {
    margin-top: -3rem !important;
}
.mb--5, .my--5 {
    margin-bottom: -3rem !important;
}
.ms--5, .mx--5 {
    margin-left: -3rem !important;
}
.me--5, .mx--5 {
    margin-right: -3rem !important;
}
@media (min-width: 768px) {
    .mt-md--5, .my-md--5 {
        margin-top: -3rem !important;
    }
    .mb-md--5, .my-md--5 {
        margin-bottom: -3rem !important;
    }
    .ms-md--5, .mx-md--5 {
        margin-left: -3rem !important;
    }
    .me-md--5, .mx-md--5 {
        margin-right: -3rem !important;
    }
}
@media (max-width: 767.98px) {
    .ms-xs-0, .mx-xs-0 {
        margin-left: 0 !important;
    }
    .me-xs-0, .mx-xs-0 {
        margin-right: 0 !important;
    }
}


/* SCROLLBAR */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
@media (max-width: 767.98px) {
    .no-scrollbar-xs::-webkit-scrollbar {
        display: none;
    }
    .no-scrollbar-xs {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}
::-webkit-scrollbar { /* width */
    width: 5px;
    height: 1px;
}
::-webkit-scrollbar-track { /* Track */
    background: transparent;
    box-shadow: inset 0 0 5px silver;
    border-radius: 4px;
    border-left: 1.5px solid transparent;
    border-right: 1.5px solid transparent;
}
::-webkit-scrollbar-thumb { /* Handle */
    background: #2c4549;
    border-radius: 4px;
}
/* END-SCROLLBAR */

/* DRAGSCROLL */
.drag-scroll:hover::-webkit-scrollbar {
    width: 1px;
    height: 5px;
}
.drag-scroll {
    cursor: grab;
    overflow-x: scroll;
    user-select: none;
}
.drag-scroll .drag-content .pe-3:last-child {
    padding-right: 0 !important;
}
@media (max-width: 767.98px) {
    .drag-scroll .drag-content {
        width: 90vw !important;
    }
    .drag-scroll .drag-content.drag-container {
        width: max-content !important;
    }
    .drag-scroll .drag-content.drag-container > * {
        min-width: 90vw !important;
        width: 90vw !important;
    }
    .drag-scroll .drag-content img {
        height: 400px !important;
    }
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
/* END-DRAGSCROLL */

@media (min-width: 425px) {
    .btn-close {
        right: -1em !important;
    }
    .btn-close-bg {
        border: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        border-left: 0;
        top: 40px;
        right: -1rem;
        width: 1em;
        height: 2em;
        z-index: -1;
    }
}

.floating-wa-btn {
    display: none;
}

.floating-wa-btn {
    display: block;
    position: fixed;
    z-index: 9999999;
    top: 92vh;
    right: 15px;
    width: 45px;
    transition: all 0.3s ease;
}

.floating-wa-btn {
    top: auto;
    bottom: 15px;
}
/* END-FLOATING-WA */

.feature-slider-active .feature-slider-box h2 {
    color: #212529 !important;
    -webkit-text-fill-color: initial !important;
    -webkit-text-stroke: 1px #212529 !important;
}
