@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

.banner_top_img {
    /* background-image: url('/images/banner.jpg'); */
}

@media (max-width: 768px) {
    .banner_top_img {
        /* background-image: url('/images/banner-mobile.jpg'); */
        /* background-size: contain;
        background-position: center center; */
    }
    .banner_top_img{
        display: none;
    }
    .logo img
    {
        height: 60px;
        width: 100%;
        margin-left: 15%;
        margin-top: 10%;
    }
}



@media (max-width: 768px) {
    .banner_text {
        margin-top: 35%;
    }

    .mobile-device {
        width: 100% !important;
        margin-top: 10%;
    }
}

.banner_text {
    font-weight: 600;
    font-style: italic;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-family: "Dancing Script", serif !important;
    color: white;
    font-size: 40px;
    margin-bottom: 10px;
}
.banner_text_mobile {
    font-weight: 600;
    font-style: italic;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-family: "Dancing Script", serif !important;
    color: #FF0578;
    font-size: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.profile_text {
    font-weight: 600;
    font-style: italic;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-family: "Dancing Script", serif;
    color: white;
    margin-bottom: 10px;
}


button .bg-danger {
    background-color: #FF0578 !important;
}

.horzintal-line {
    background-color: #FF0578 !important;
    height: 5px;
    border: none;
    border-radius: 25px;
    margin: 20px 0;
}


.buttondesign {
    background-color: #FF0578 !important;
    font-weight: bold;
    color: white;
}

.logo-text-color {
    font-weight: bold;
    color: #FF0578 !important;
    /* text-shadow: 2px 2px 4px black; */
    text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.99);
}

.p-text-color {
    font-weight: bold;
    color: #FF0578 !important;

}

.logo-text-color-navbar {
    font-weight: bold;
    color: #FF0578 !important;
    font-size: 25px !important;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #FF0578;
    border-radius: 50%;
    display: inline-block;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FF0578;
    /* Apply custom background color to arrow */
    border-radius: 50%;
    /* Optional: Make the button circular */
    padding: 10px;
    /* Optional: Add some padding for a better look */
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    /* Adjust the width of the button container */
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #FF0578;
    /* Darken the color on hover for a nice effect */
}

.bannerbuttondesign {
    background-color: #FF0578;
    margin-left: -10px;
    padding: 7px;
    border-radius: 2px;
    width: 90%;
}

.dotted-underline {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    color: #FF0578;
}
.bannerall img 
{
    width: 400vh;
}