/********** Template CSS **********/
:root {
    --primary: #f66105;
    --secondary: #FE8800;
    --light: #f5f5f5;
    --dark: #1f1a14;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #06fc12;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Lato', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #06fc12 !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #f7f7f7bd;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/


.hero-header {
    position: relative;
    height: 100vh; /* Adjust based on your needs */
    overflow: hidden;
}

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* Add feint overlay */
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust transparency (0.5 = 50%) */
    z-index: 1; /* Ensure it sits above the image */
}

/* Ensure text is above overlay */
.hero-header {
    position: relative;
    z-index: 2;
}

/* end of hero header */

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

/* Remove the top and bottom lines */
.section-title::before,
.section-title::after {
    content: none;
}



/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Make the whole box take full height */
    box-shadow: 0 0 45px rgba(243, 4, 4, 0.08);
    text-decoration: none; /* Ensure text link does not break */
}

.package-item .overflow-hidden {
    flex-grow: 1; /* Makes the image container take available space */
}

.package-item img {
    width: 100%;  /* Full width */
    height: 100%; /* Full height */
    object-fit: cover; /* Ensures the image covers the box without stretching */
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}

.text-center.p-4 {
    flex-grow: 1; /* Ensures text section takes full space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-center.p-4 p {
    margin-top: auto; /* Push text to the bottom */
}

.package-item {
    box-shadow: 0 0 45px rgba(243, 4, 4, 0.08); /* Default shadow */
    transition: box-shadow 0.3s ease-in-out;
}

.package-item:focus, 
.package-item:active, 
.package-item:hover {
    box-shadow: 0 0 25px rgba(150, 87, 0, 0.5); /* Stronger shadow when selected */
    outline: none; /* Removes default browser outline */
}

/*** Booking ***/
/* .booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(243, 8, 8, 0.08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* my css start here */

.custom-logo {
    width: 140px; /* Adjust width */
    height: 140px; /* Adjust height */
    object-fit: contain; /* Ensures the logo scales without distortion */
}

/* Override Bootstrap's default constraints */
.navbar-brand img {
    max-height: none !important; /* Remove default max-height */
    height: auto; /* Allow custom height */
}



/* Dropdownn */


/* Destinations na Trekking - Border radius */
/* Dropdown ya Safari & Tours - safu mbili */
.safari-tours-dropdown .dropdown-menu {
    display: none; /* Hide dropdown initially */
    grid-template-columns: 1fr; /* Force single column */
    row-gap: 5px;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background-color: #ffffff;
    z-index: 1050;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Show dropdown when active */
.safari-tours-dropdown.show > .dropdown-menu {
    display: grid;
}

/* Adjust spacing and alignment */
.safari-tours-dropdown .dropdown-item {
    padding: 8px 15px;
    white-space: nowrap;
    text-align: left;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .safari-tours-dropdown .dropdown-menu {
        width: auto; /* Prevents too much width */
        position: static;
        transform: none;
    }
}





/*===== COUNTRIES CSS ==== */
/* to make full picture in a box */




/* counties css */
/* Initial State: Elements are invisible */
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

/* When element is in the viewport, add this class */
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: Add fade-in animation delay to stagger elements */
.fade-in:nth-child(1) {
    transition-delay: 0.2s;
}

.fade-in:nth-child(2) {
    transition-delay: 0.4s;
}

.fade-in:nth-child(3) {
    transition-delay: 0.6s;
}



/* counties ends */


/* Customize the link styles to your needs */
a.text-primary {
    color: #007bff;
    text-decoration: none;
}

a.text-primary:hover {
    color: #0056b3;
    text-decoration: underline;
}



/* arrow effects link */


/* whatsapp and wechat icon */

/* Container for both buttons in a column layout */
.contact-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px; /* Move buttons to the left */
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px; /* Space between the buttons */
    z-index: 1000;
}

/* Button Styles */
.wechat-button, .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px; /* Add padding for better button size */
    border-radius: 8px; /* Rounded corners */
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: fit-content; /* Button width adjusts to text */
}

/* Specific Button Colors */
.wechat-button {
    background-color: #06b606; /* WeChat Green */
}

.whatsapp-button {
    background-color: #25D366; /* WhatsApp Green */
}

/* Hover Effects */
.wechat-button:hover, .whatsapp-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.6);
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .contact-buttons {
        bottom: 15px;
        left: 15px; /* Adjust position for mobile */
    }

    .wechat-button, .whatsapp-button {
        font-size: 14px; /* Smaller text on mobile */
        padding: 8px 15px;
    }
}



/* SPONSOR */
/* Responsive adjustments */
.sponsors {
    margin-top: 50px; /* Adjust the value as needed */
    padding-top: 30px; /* Adds extra space if margin doesn't work */
}



@media (max-width: 768px) {
    .sponsors img {
        height: auto; /* Adjust image height based on container width */
        max-height: 60px; /* Ensure the image doesn't get too large on small screens */
    }
    
    .sponsors {
        padding: 10px; /* Add some padding on smaller screens */
    }

    .d-flex {
        justify-content: space-around; /* Distribute images evenly with space between on mobile */
    }
}


/* FORM CSS START HERE */

.apply-button {
    background-color: #073127;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.apply-button:hover {
    background-color: #fd7303c8;
}

.button-container {
    display: flex;
    justify-content: space-between; /* Adjust spacing between buttons */
    margin-top: 20px;
}

.close-button {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: auto; /* Ensures it stays on the right */
}

.submit-button {
    background-color: #073127;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.close-button:hover {
    background-color: darkred;
}

.submit-button:hover {
    background-color: #fd7303c8;
}

.modal-content {
    max-width: 600px;
    padding: 7px;
    background: #2a7b2b;
    border-radius: 10px;
    margin: auto;
    box-shadow: 0 4px 10px rgb(124, 69, 1);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    overflow-y: auto; /* Allows scrolling within the modal if content overflows */
    z-index: 9999; /* Ensures it stays on top */
}

.modal[aria-hidden="false"] {
    display: flex;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-item {
    display: flex;
    flex-direction: column;
}

input, textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.required {
    color: red;
    font-weight: bold;
}


/* textbox size sms */
/* Default styles for all screen sizes */
#message {
    width: 100%; /* Full width of the container */
    height: 200px; /* Set a default height */
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    resize: vertical; /* Allow vertical resizing */
}

/* Adjustments for larger screens (desktop) */
@media (min-width: 769px) {
    #message {
        height: 150px; /* Increase height for desktop view */
        font-size: 0.8rem; /* Slightly larger text */
    }
}




/* Mobile-specific styles */
@media (max-width: 768px) {
    .modal-content {
        width: 90%; /* Adjust modal width for smaller screens */
        padding: 15px;
    }

    .form-grid {
        grid-template-columns: 1fr; /* Single-column layout for small screens */
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .submit-button,
    .close-button {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Further adjustments for very small devices */
@media (max-width: 480px) {
    .modal-content {
        width: 95%;
        padding: 10px;
    }

    .form-item input,
    .form-item textarea {
        font-size: 0.9rem;
        padding: 10px;
    }

    .submit-button,
    .close-button {
        font-size: 0.9rem;
        padding: 10px 18px;
    }
}


/* Best time to travell */
.best-time-to-go {
    display: flex;
    justify-content: center; /* Align items horizontally in the center */
    align-items: center; /* Align items vertically in the center */
    gap: 15px; /* Reduce the gap between items */
    flex-wrap: wrap; /* Allow items to wrap if the container is too small */
    width: 80%; /* Adjust the width of the container to bring items closer */
    margin: 0 auto; /* Center the container within the parent */
}

.best-time-to-go .season,
.best-time-to-go .high-season,
.best-time-to-go .low-season,
.best-time-to-go .best-weather,
.best-time-to-go .worst-weather {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px; /* Reduced gap between icon and text */
    width: 17%; /* Adjust the width of each item to be smaller */
}

.best-time-to-go .icon img {
    width: 40px;
    height: 40px;
}

.best-time-to-go .content h3 {
    margin: 0;
    font-size: 18px;
}

.best-time-to-go .content p {
    margin: 0;
    font-size: 14px;
}


/* SLOGAN COLOR */
.slogan-text {
    color: white !important;
}
.slogan-text {
    font-family: 'Poppins', sans-serif;
    color: white !important; /* Ensures the text is white */
}



/* SEND MAIL FORM */
    /* Container for Booking Form */
    .booking-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 20px; /* Avoids touching footer */
        background-size: cover;
        background-position: center;
    }
    
    .booking-box {
        background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 800px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .booking-title {
        text-align: center;
        color: #ff9800;
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .booking-form {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two equal columns */
        gap: 20px;
    }
    
    /* Style for form rows */
    .form-row {
        display: flex;
        flex-direction: column;
    }
    
    /* Style for full-width elements */
    .form-row.full-width {
        grid-column: span 2; /* Ensures full width */
    }
    
    /* Center button */
    .form-row.center-btn {
        display: flex;
        justify-content: center;
        grid-column: span 2;
    }
    
    /* Labels */
    .form-row label {
        font-weight: bold;
        font-size: 16px;
        color: #333;
        margin-bottom: 8px;
    }
    
    /* Input fields */
    .form-row input,
    .form-row select,
    .form-row textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 15px;
        color: #333;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
    
    .form-row input:focus,
    .form-row select:focus,
    .form-row textarea:focus {
        border-color: #ff9800;
        box-shadow: 0 0 5px rgba(255, 152, 0, 0.7);
    }
    
    /* Textarea */
    .form-row textarea {
        resize: vertical;
        min-height: 120px;
    }
    
    /* Submit Button */
    .submit-btn {
        background-color: #ff9800;
        color: white;
        padding: 14px 24px;
        font-size: 18px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 100%;
    }
    
    .submit-btn:hover {
        background-color: #e68900;
    }
    
    .submit-btn:active {
        background-color: #e07a00;
    }
    
    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        .booking-container {
            padding: 10px;
        }
    
        .booking-box {
            padding: 15px;
        }
    
        .booking-title {
            font-size: 1.3rem;
        }
    
        .booking-form {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
    
        .form-row label {
            font-size: 0.875rem;
        }
    
        .form-row input,
        .form-row select,
        .form-row textarea {
            font-size: 0.875rem;
            padding: 8px;
        }
    
        .submit-btn {
            padding: 10px 15px;
            font-size: 0.9rem;
        }
    }
    

    
    /* HEADER ADJUSTMENT */
    /* About header adjustments */
    .about-header {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    /* Background image */
    .about-img {
        height: 100vh;
        object-fit: cover; /* Ensures the image fills the container without distortion */
    }

    /* Dark overlay */
    .dark-overlay {
        background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% transparency */
        z-index: 5; /* Ensure it stays above the images */
    }

    /* Slogan overlay */
    .slogan-overlay {
        z-index: 10; /* Ensure it stays above the dark overlay */
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); /* Adds better text contrast */
        max-width: 80%; /* Default max width for responsiveness */
        width: 100%; /* Ensure it's fully responsive */
        text-align: center; /* Center text inside the container */
        padding: 0 10px; /* Padding to avoid text touching the edges */
    }

    .slogan-text {
        font-size: 2rem; /* Default font size */
        white-space: normal; /* Allow line breaks */
        word-wrap: break-word; /* Ensure text can break to a new line */
    }

    /* Responsive styles */
    @media (max-width: 768px) {
        .about-header {
            height: 75vh; /* Reduce height for tablets and smaller screens */
        }

        .about-img {
            height: 75vh; /* Match the reduced header height */
        }

        .slogan-overlay {
            max-width: 90%; /* Reduce width further on tablets to limit line breaks */
        }

        .slogan-text {
            font-size: 1.75rem; /* Adjust font size for tablets */
        }
    }

    @media (max-width: 576px) {
        .about-header {
            height: 60vh; /* Further reduce height for small screens */
        }

        .about-img {
            height: 60vh;
        }

        .slogan-overlay {
            max-width: 80%; /* Limit width even more on mobile screens */
        }

        .slogan-text {
            font-size: 1.50rem; /* Smaller font size for mobile devices */
            max-width: 100%; /* Ensure it fits within the screen */
            white-space: normal; /* Allow text wrapping */
            overflow-wrap: break-word; /* Ensure long words break correctly */
        }
    }



    /* ARROW MOVE */
  
    /* Muundo wa link */
    .view-more-link {
        font-size: 16px;
        color: #644100; /* Rangi ya bluu kama "primary" */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        font-weight: bold;
        transition: all 0.3s ease;
    }
    
    /* Muundo wa mshale */
    .arrow-icon {
        margin-left: 8px;
        font-size: 24px; /* Ongeza ukubwa wa mshale */
        transition: transform 0.3s ease;
    }
    
    /* Hover Effect */
    .view-more-link:hover {
        color: #3fb300; /* Bluu ya giza */
    }
    
    .view-more-link:hover .arrow-icon {
        transform: translateX(5px); /* Mshale unasogea mbele */
    }
   



    /* FONT LOADER */
    body {
        font-family: 'Heebo', 'Nunito', 'Poppins', 'Lato', Arial, sans-serif;
    }
    
    