    #hero1 {
        height: 100vh;
        min-height: 100vh;
        font-family: 'Poppins' !important;
    }

    #hero1 #hero-container {
        height: 100%;
        position: relative;

    }

    #hero1 #hero-container #hero-text-btn-container {
        padding-top: 5vh;
        padding-left: 90px;
        height: 100%;
        position: relative;
    }

    #hero1 #hero-container #hero-img-container {
        height: 100%;
        /* border: 1px solid blue; */
        padding-top: 0px
    }

    #hero-text-container {
        /* padding: 55px 80px; */
        position: relative;
        height: 100%;
    }

    .hero-heading1 {
        font-size: 5.5vh;
        font-weight: 500;
        font-family: 'Poppins' !important;
        margin-bottom: 30px;
        line-height: 7vh
    }

    #hero-btn-container {
        width: 100%;
        margin-top: 30px
    }

    .btn-hero {
        width: 150px;
        padding: 10px;
        border-radius: 20px;
    }

    #hero-carousel {
        padding: 5px;
    }

    #hero-carousel .carousel-content {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40px;
    }

    #hero1 .headline-item {
        width: 100%;
        display: block;
        border: 1px solid var(--bs-second-color);
        border-radius: 20px;
        height: 80px;
        padding: 3px;
        cursor: pointer;
        text-decoration: none;
        color: black;
    }

    .headline-item:visited {
        text-decoration: none;
        color: black;
    }


    .headline-item .headline-icon {
        height: 70%;
        padding: 2px;
    }

    .headline-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        filter: invert(1);
    }


    .headline-item .headline-text {
        padding: 0px;
        font-size: 11px;
        height: 30%;
    }

    .main-container {
        padding-top: 115px;
        height: auto;
    }

    .headline-container {
        position: relative;
        height: 20vh;
    }

    .headline-row {
        position: absolute;
        bottom: 0px;
    }

    .website-insights {
        font-size: 12px;
        padding: 2px;
        border-radius: 20px;
        border: 1px solid lightgrey;
    }

    .total-counter {
        font-size: 15px;
    }

    .hero2 {
        --hero2-height: 400px;
        margin-top: 10px;
        height: var(--hero2-height) !important;
        min-height: var(--hero2-height) !important;
    }

    .hero2 #hero-text-btn-container {
        padding-top: 80px !important;

    }

    @media screen and (max-width: 768px) {
        .hero2 {
            --hero2-height: 500px;
            margin-top: 30px;
            height: var(--hero2-height) !important;
            min-height: var(--hero2-height) !important;
        }

        .hero2 #hero-text-btn-container {
            padding-top: 10px !important;
        }

        #hero1 #hero-container #hero-text-btn-container {
            padding-top: 10px;
            padding-left: 0px;
            height: auto;
            position: relative;
        }


        .hero-heading1 {
            font-size: 20px;
            font-weight: 500;
            font-family: 'Poppins' !important;
            margin-bottom: 15px;
            line-height: 25px;
        }

        .btn-hero {
            width: 150px;
            padding: 5px;
            margin-bottom: 10px;
            border-radius: 20px;
            font-size: 13px;
        }

        .main-container {
            padding-top: 55px;
            height: auto;
        }



        #hero1 #hero-container #hero-img-container {
            height: 200px;
        }

        /* .hero2 #hero-container #hero-img-container {
            height: 60% !important;
        } */

        #hero1 {
            --hero1-height: 400px;

            min-height: var(--hero1-height);
            height: auto;
            padding: 2px 0px;
        }

        #hero-carousel .carousel-content {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 20px;
        }

        #hero-btn-container {
            width: 100%;
            margin-top: 10px
        }



    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .hero-heading1 {
            font-size: 5vh;
            font-weight: 500;
            font-family: 'Poppins' !important;
            margin-bottom: 15px;
            line-height: 5.5vh;
        }
    }
