@media(max-width: 567px) {
    #slider-1-slide-2-layer-1 {
        font-size: 18px !important;
        padding-top: 35px !important;
    }
    #slider-1-slide-2-layer-0 {
        text-align: left !important;
        padding-top: 35px !important;
    }
    .self-banner {
        height: 100% !important;
    }
}

@media(max-width: 1900px) {
    .self-banner {
        height: 550px;
    }
}
.banner {
    /* Responsive positioning for the carousel */
    position: relative;
}

/* General styling for all screen sizes */
.banner .carousel-item img {
    width: 100%;
    height: auto; /* Adjust height based on screen size */
    object-fit: ;
}

/* For mobile screens (max-width 640px) */
@media screen and (max-width: 640px) {
    .banner .carousel-item img {
        height: 260px !important;
    }
    .banner .carousel-caption {
        bottom: 10%;
        right: 5%;
        left: 5%;
        text-align: center;
    }
    .banner .carousel-caption h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .banner .carousel-caption h3 {
        font-size: 16px;
    }
}

/* For tablet screens (max-width 991px) */
@media screen and (max-width: 991px) {
    .banner .carousel-item img {
        height: 350px;
    }
    .banner .carousel-caption {
        bottom: 15%;
        right: 10%;
        left: 10%;
    }
    .banner .carousel-caption h2 {
        font-size: 32px;
    }
    .banner .carousel-caption h3 {
        font-size: 18px;
    }
}

/* For medium-sized screens (max-width 1199px) */
@media screen and (max-width: 1199px) {
    .banner .carousel-item img {
        height: 450px;
    }
    .banner .carousel-caption h2 {
        font-size: 36px;
    }
    .banner .carousel-caption h3 {
        font-size: 20px;
    }
}

/* For larger screens and LED TVs */
@media screen and (min-width: 1200px) {
    .banner .carousel-item img {
        height: 600px;
    }
    .banner .carousel-caption {
        bottom: 20%;
        left: 10%;
        right: 40%;
        text-align: left;
    }
    .banner .carousel-caption h2 {
        font-size: 48px;
    }
    .banner .carousel-caption h3 {
        font-size: 24px;
    }
}







/* External CSS file (e.g., styles.css) */

.copyright1 a {
    text-decoration: none;
    color: inherit; /* Inherit color from parent element */
}

.copyright1 a:hover {
    color: green; /* Change color to green on hover */
}










