body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.carousel-container {
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.carousel-dot {
    transition: all 0.3s ease;
}

.carousel-dot.active {
    width: 2rem;
    background-color: #1e3a8a;
}


#backToTop {
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    background-color: #1e3a8a;
    color: white;
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.headbtn {
    padding-right: 50px;
}

.bg-bl {
    background: rgb(2, 2, 114);
}
