/* :root {
    --bs-btn-bg: red;
} */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito Sans", sans-serif;
}

img {
    max-width: 100%;
}

p {
    /* color: #718096;
    font-size: 1.125rem; */
    line-height: 1.7;
}

#homeCarousel .carousel-item {
    height: 100vh;
    padding-top: 13rem;
    padding-bottom: 5rem;
    font-size: 1rem;
}

#homeCarousel .carousel-item p {
    max-width: 35rem;
}

#homeCarousel .carousel-heading {
    font-size: 3.5rem;
}

.navbar-brand {
    font-size: 2rem;
    margin-right: 3rem;
}

#ew-navbar {
    align-items: center;
    font-size: 1rem;
}

.home-banner h1 {
    font-size: 3.5rem;
}

.featurette-heading strong {
    text-decoration: underline double;
}

.btn {
    padding: 0.75rem 1.8rem;
}

.truncated-text {
    display: inline;
}
.truncated-text::after {
    content: '...';
    display: inline;
}
.full-text {
    display: none;
}

body:not(.layout-fixed) .main-sidebar {
    position: fixed;
    z-index: 99;
}

.tab-style-7 .nav-link.active p {
    color: #fff !important;
}


/* Media Queries */

@media (min-width: 768px) {
    .home-banner {
        clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
    }
}

@media (min-width: 992px) {
    .card-body-img {
        max-width: 30rem;
    }
}

@media (max-width: 991px) {
    .home-banner h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .home-banner {
        min-height: 40rem !important;
    }

    .home-banner h1 {
        font-size: 2.4rem;
    } 
}
@media (max-width: 767px) {



    #ew-menu {
    position: fixed;
    height: 100%;
    background-color: #000;
    left: -15rem;
    top: 0;
    width: 13rem;
    margin: 0 !important;
    padding: 5rem 0.5rem 0 0.5rem;
    transition: 350ms ease-in-out;
    }
    
    
    
    #ew-menu p {
    font-size: 1rem;
    margin-bottom: 0;
    }
    
    
    
    .sidebar-open #ew-menu {
    left: 0;
    }
    
    .logo-dark, .logo-light {
        display: none !important;
    }

    [data-bs-theme=dark] .logo-dark {
        display: block !important;
    }

    [data-bs-theme=light] .logo-light {
        display: block !important;
    }



    }
/* Media Queries */