@font-face {
    font-family: 'Heebo-Black';
    src: url('../fonts/Heebo-Black.ttf');
}

@font-face {
    font-family: 'Heebo-Bold';
    src: url('../fonts/Heebo-Bold.ttf');
}

@font-face {
    font-family: 'Heebo-ExtraBold';
    src: url('../fonts/Heebo-ExtraBold.ttf');
}

@font-face {
    font-family: 'Heebo-ExtraLight';
    src: url('../fonts/Heebo-ExtraLight.ttf');
}

@font-face {
    font-family: 'Heebo-Light';
    src: url('../fonts/Heebo-Light.ttf');
}

@font-face {
    font-family: 'Heebo-Medium';
    src: url('../fonts/Heebo-Medium.ttf');
}

@font-face {
    font-family: 'Heebo-Regular';
    src: url('../fonts/Heebo-Regular.ttf');
}

@font-face {
    font-family: 'Heebo-SemiBold';
    src: url('../fonts/Heebo-SemiBold.ttf');
}

.navbar-nav .nav-link.active {
    color: #000;
    /* Change this to your desired color */
    background-color: transparent;
}

.navbar-nav .nav-link {
    color: #000;
    font-family: 'Heebo-Regular';
}

.btn {
    font-family: 'Heebo-Regular';
}

.carousel-item-style {
    height: 85vh;
    background-position: center;
    background-position: center;
    background-size: cover;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.carousel-item-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item-style::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40%;
}

.carousel-heading {
    font-family: 'Heebo-Bold';
    font-size: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.carousel-sub-heading {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.carousel-btn {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #fff;
}

li::marker {
    font-size: 0;
}

.heading-text {
    margin-top: 80px;
}

.heading-text-1 {
    font-family: 'Heebo-Bold';
    font-size: 40px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 2;
}

.heading-text-2 {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}

.heading-text-3 {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    line-height: 1.5;
}

.services-list-item {
    /* height: 100px; */
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Heebo-Regular';

}

.services-list-item-text {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.services-list-item-icon {
    height: 50px;
    width: 50px;
}

.services-list-item-container {
    width: 70%;
    margin: auto;
    padding: 18px 10px;
    box-shadow: 0px 0px 4px 2px #0000000A;
    border-radius: 3px;
}

.below-items {
    margin-top: 60px;
}

.product-title {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #004458;
    width: 100%;
    text-align: left;
}

.product-heading {
    font-family: 'Heebo-Bold';
    font-size: 24px;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.product-sub-heading {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
}

.product-category-heading {
    font-family: 'Heebo-Bold';
    font-size: 24px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.category-section{
    padding: 15px 45px;
}
.product-category-sub-heading {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #535353;
    width: 100%;
    text-align: left;
}

.product-card {
    width: 20%;
    border: 1px solid #e8e8e8;
    margin: 1.5% 2.5%;
    border-radius: 3px;
}

.product-card-img {
    width: 100%;
    background-position: center;
    height: 200px;
    background-size: contain;
    border-radius: 3px;
    background-repeat: no-repeat;
}

.product-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.product-card-body {
    padding: 0px 15px 15px 15px;
}

.product-card-title {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}


.product-card-description {
    margin-top: 6px;
    font-family: 'Heebo-Regular';
    font-size: 14px;
    color: #00000073;
}

.product-card-status {
    margin-top: 6px;
    font-family: 'Heebo-Medium';
    font-size: 14px;
    color: #00983d;
    display: flex;
    justify-content: space-between;
}

.product-id {
    font-family: 'Heebo-Regular';
    font-size: 14px;
    color: #00000073;
}

.swimming-pools-video {
    border-radius: 3px;
    width: 590px;
    height: 340px;
}

.swimming-pools-video-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 590px;
    height: 340px;
}

.lh-1_3 {
    line-height: 1.3;
}
.lg-mt-20 {
    margin-top: 40px;
}

.pool-section-description {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}

.pool-section-description-list-heading {
    font-family: 'Heebo-Medium';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
}

.pool-section-description-list {
    display: list-item;
    list-style-type: disc;
    padding-left: 0px;
    margin: 0;
    margin-left: 1.7rem;
}

.pool-section-description-list-item {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 2;
}

.pool-section-btn {
    background: #004458;
    color: #ffffff;
    border: 1px solid #004458;
    padding: 9px 22px;
    margin-top: 20px;
    font-family: 'Heebo-Regular';
    font-size: 16px;
    border-radius: 3px;
    line-height: 1.5;
}

.experience-list-item {
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Heebo-Bold';
    font-size: 40px;
    line-height: 1;
}

.experience-list-item-text {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #6e6e6e;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.experience-list-item-container {
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 4px 2px #0000000A;
    border-radius: 3px;
    padding: 35px 0px;
}

.about-founder-image-container {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: contain;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.about-founder-image-background {
    background: #f5f5f5;
    padding: 25px;
}

.contact-details-heading {
    font-family: 'Heebo-Bold';
    font-size: 24px;
    color: #000;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-details-description {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 2;
    padding-left: 20px;
}

.message-us-meet {
    font-family: 'Heebo-Medium';
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 2;
}

.contact-details-link {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #004458;
    width: 100%;
    text-align: left;
    line-height: 2;
    display: block;
}

.contact-details-list-container {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 2;
}

.contact-details-list-item-heading {
    font-family: 'Heebo-Medium';
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: left;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: #004458;
    color: #ffffff;
    font-size: 16px;
    padding: 25px 10px;
    font-family: 'Heebo-Regular';
}

.footer-logo-container {
    width: 40%;
}

.footer-links-container {
    width: 20%;
}

.footer-social-icons {
    margin-top: 10px;
}

.footer-social-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #ffffff;
    text-decoration: none;

}

.footer-links-heading {
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: #d3d3d3;
    width: 100%;
    text-align: left;
}

.footer-links-list {
    margin-top: 5px;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.vertical-space {
    margin-top: 20px;
}

/* Animation Styles */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-mt {
    margin-top: 10vh;
}



@media (max-width:500px) and (min-width:300px) {
    .desktop-vertical-space {
        margin-top: 0px;
    }

    .swimming-pools-video {
        display: block;
        width: 100%;
        height: auto;
    }
    .carousel-item-style {
        height: 55vh;
        background-position: center;
        background-position: center;
        background-size: cover;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }

    .swimming-pools-video-overlay {
        width: 95%;
    }

    .navbar-nav .nav-link {
        color: #000;
        font-family: 'Heebo-Regular';
        font-size: 14px;
    }

    .contact-btn {
        color: #000;
        font-family: 'Heebo-Medium';
        font-size: 14px;
    }

    .carousel-heading {
        font-family: 'Heebo-Bold';
        font-size: 24px;
        color: #fff;
        width: 100%;
        text-align: center;
        line-height: 1.5;
    }

    .carousel-sub-heading {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .carousel-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40%;
        padding: 0px 10px;
    }

    .heading-text-1 {
        font-family: 'Heebo-Bold';
        font-size: 24px;
        color: #000;
        width: 100%;
        text-align: center;
        /* line-height: 2; */
    }

    .heading-text-2 {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: center;
        line-height: 1.5;
    }

    .heading-text-3 {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: center;
        margin-top: 0px;
        line-height: 1.5;
    }

    .services-list-item-container {
        width: 90%;
        height: 150px;
        margin: auto;
    }

    .below-items {
        margin-top: 0px;
    }

    .sm-mt-38 {
        margin-top: 38px;
    }

    .sm-mt-20 {
        margin-top: 20px;
    }

    .services-list-item-text {
        font-family: 'Heebo-Medium';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .section-mt {
        margin-top: 8vh;
    }

    .video-heading {
        margin-top: 20px;
    }

    .pool-section-description {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .pool-section-description-list-item {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: left;
        line-height: 1.5;
    }

    .pool-section-btn {
        font-size: 14px;
        padding: 7px 15px;
        display: block;
        margin: auto;
        margin-top: 20px;
    }

    .vertical-space {
        margin-top: 10px;
    }

    .experience-list-item-container {
        width: 100%;
    }

    .experience-list-item {
        width: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Heebo-Bold';
        font-size: 24px;
        line-height: 1;
    }

    .experience-list-item-text {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #6e6e6e;
        width: 100%;
        text-align: center;
        line-height: 1;
        margin-top: 0px;
    }

    .contact-details-heading {
        ont-family: 'Heebo-Bold';
        font-size: 16px;
        color: #000000;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 45px;
    }

    .contact-details-description {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }
    .contact-details {
        text-decoration: none !important;
        color: #000 !important;
    }

    .message-us-meet {
        font-family: 'Heebo-Medium';
        font-size: 16px;
        color: #000;
        width: 100%;
        text-align: center;
        line-height: 2;
    }
    .contact-details-link {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #004458;
        width: 100%;
        text-align: left;
        line-height: 2;
        display: block;
    }
    .contact-details-list-container {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: left;
        line-height: 2;
    }
    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        background: #004458;
        color: #ffffff;
        font-size: 14px;
        padding: 25px 10px;
        font-family: 'Heebo-Regular';
    }
    .footer-social-icons {
        margin-top: 5px;
    }
    .footer-links-heading {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #d3d3d3;
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }
    .footer-social-icon {
        font-size: 16px;
        margin-right: 15px;
        color: #ffffff;
        text-decoration: none;
    }
    .product-card{
        width: 100%;
    }
    .product-heading {
        font-family: 'Heebo-Bold';
        font-size: 18px;
        color: #000;
        width: 100%;
        text-align: left;
        line-height: 1.5;
    }
    .product-sub-heading {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: left;
    }
    .category-section {
        padding: 0px 14px;
    }
    .product-category-heading {
        font-family: 'Heebo-Bold';
        font-size: 18px;
        color: #000;
        width: 100%;
        text-align: left;
        line-height: 1.5;
    }
    .product-category-sub-heading {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #535353;
        width: 100%;
        text-align: left;
    }
    .product-card-title {
        font-family: 'Heebo-Regular';
        font-size: 14px;
        color: #000;
        width: 100%;
        text-align: left;
        margin-top: 25px;
    }
    .product-card-description {
        margin-top: 6px;
        font-family: 'Heebo-Regular';
        font-size: 12px;
        color: #00000073;
    }
    .product-card-status {
        margin-top: 6px;
        font-family: 'Heebo-Medium';
        font-size: 12px;
        color: #00983d;
        display: flex;
        justify-content: space-between;
    }   
    
    
}
@media (max-width:1024px) and (min-width:501px){
    .swimming-pools-video {
        display: block;
        width: 100%;
        height: auto;
    }
}