.container {
        margin-top: 88px;
        max-width: 95%
    }

    @media (max-width: 576px) {
        .container {
            max-width: 100%
        }

        .bg1 {
            padding: 4px 0px;
            background-color: #007bff;
            color: white;
            text-align: center;
            font-size: 20px;
        }

        .bg {
            margin-top: 30px;

            font-size: 25px;
        }

        .small {
            font-size: 10px;
        }

        .cl {
            color: #007bff;
            font-size: 10px;
            text-align: center;
        }
    }

    h1 {
        font-size: 32px;
        font-weight: bold;
        color: #007bff;
        margin-bottom: 30px;
    }

    a {
        text-decoration: none;
    }

    h2 {
        font-size: 24px;
        font-weight: bold;
        color: #007bff;
        margin-bottom: 20px;
    }

    p {
        color: #666666;
        line-height: 1.6;
    }

    .lead {
        font-size: 20px;
        color: #333333;
        margin-bottom: 40px;
    }

    .list-group-item {
        background-color: #f8f9fa;
        border: none;
    }

    .card {
        border: none;
        border-radius: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .card-img-top {
        height: 200px;
        object-fit: cover;
    }

    .carousel-inner {
        border-radius: 5px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        color: #007bff;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        color: #0056b3;
    }

    .testimonial-text {
        font-size: 18px;
        color: #333333;
    }

    .testimonial-author {
        font-size: 16px;
        color: #777777;
    }

    form {
        margin-top: 30px;
    }

    .form-group label {
        font-weight: bold;
        color: #333333;
    }

    .form-control {
        border-color: #007bff;
        box-shadow: none;
    }

    .btn-primary {
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:hover {
        background-color: #0056b3;
        border-color: #0056b3;
    }

    .login {
        margin-bottom: 30px;
    }

    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .fadeIn {
        animation-name: fadeIn;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .profile-box {
        background-color: #ffffff;
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
    }

    .profile-box h2 {
        margin-top: 0;
        text-align: center;
    }

    .profile-box .profile-details {
        margin-bottom: 10px;
    }

    .profile-box .profile-details p {
        margin-bottom: 5px;
    }

    .profile-box .profile-details a {
        display: inline-block;
        margin-right: 10px;
        color: #007bff;
    }

    .login {
        margin: 10px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #6610f2;
    }

    h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .alert {
        margin-bottom: 10px;
    }

    .input-group {
        position: relative;
    }

    .input-group-text {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border-radius: 2px;
        color: #ccc;
        cursor: pointer;
    }

    .username-input,
    .password-input {
        height: 48px;
        font-size: 16px;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding-right: 40px;
        width: 100%;
    }

    .form-select {
        height: 38px;
        font-size: 14px;
        width: 100%;
    }

    .btn-login {
        width: 40%;
        background-color: #6610f2;
        border: 2px solid #6610f2;
    }

    .btn-login:hover,
    .btn-login:focus {
        background-color: #fff;
        border: 2px solid #6610f2;
        color: #6610f2;
    }

    .small {
        text-align: center;
        margin-top: -20px;
    }

    .btm {
        margin-bottom: -20px;
    }

    .loginh1 {
        text-align: center;
        color: #6610f2;
    }

    .fn {
        font-size: 20px;
        text-align: center;
    }

    .size {
        padding: 15px 30px;
    }

    .bs {
        color: #007bff;
    }

    .bg1 {
        padding: 8px 0px;
        background-color: #6610f2;
        color: white;
        text-align: center;
        font-size: 40px;
    }

    .bg {
        color: black;
    }

    .cl {
        color: black;
        font-size: 30px;
        text-align: center;
        padding: 2px 0px;
    }

    .hf {
        margin-bottom: -16px;
        text-align: left;
    }

    .card {
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease-in-out;
        margin-bottom: 10px;
    }

    .card:hover {
        transform: scale(1.05);
    }

    .card .card-body {
        background-color: #f8f9fa;
    }

    .card .card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .card .card-text {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .cll {
        color: black;
    }