@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", serif !important;
}

.bg-primary {
    background-color: #2B0B58 !important;
}

.bg-warning {
    background: linear-gradient(to right, #f41909, #ff5733) !important;
}

.btn-primary {
    background: linear-gradient(to right, #f41909, #ff5733) !important;
    border-radius: 0px !important;
    border: none !important;
}

.btn-secondary {
    background-color: #2B0B58 !important;
    border-radius: 0px !important;
    border: none !important;
}

.text-primary {
    color: #2B0B58 !important;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 72%;
    transform: translateY(-50%);
    cursor: pointer;
}

.social-login-btn {
    width: 100%;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-btn {
    background: linear-gradient(to right, #f41909, #ff5733) !important;
}

.facebook-btn {
    background-color: #1877F2;
}

.social-login-btn i {
    margin-right: 10px;
}


/* slider */

.hero-section {
    padding-top: 52px;
    width: 100%;
    max-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #f41909, #ff5733) !important;
    color: white;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    height: 20px !important;
    width: 20px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.hero-content {
    width: 100%;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 900 !important;
    margin-bottom: 10px;
    text-align: start;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: start;
}

.hero-svg {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottie-animation {
    width: 60%;
    height: 200px;
}

@media (max-width: 992px) {
    .swiper-slide {
        flex-direction: column;
        text-align: center;
    }
    .hero-content,
    .hero-svg {
        width: 100%;
    }
}