@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 {
            margin: 0;
            padding: 0;
            background-color: white;
        }
        .navbar {
            background-color: rgb(93, 25, 130);
        }
        section {
            background-color: rgb(87, 18, 124);
        }
        .container {
            display: flex;
            justify-content: center; /* Center contents horizontally */
            align-items: center;
        }
        .form-container {
            max-width: 600px; /* Adjust max-width as needed */
            width: 100%;
        }
        .form-container form {
            display: flex;
            justify-content: center; /* Center contents horizontally */
            align-items: center;
        }
        .social-icons a {
            color: white; /* Change icon color as needed */
            margin-left: 10px; /* Adjust margin between icons as needed */
            font-size: 25px; /* Adjust icon size as needed */
        }

:root {
    --font-family: "Poppins", sans-serif;
    --primary-color: #741fa2;
}
    .coupon_card_column {
    display: flex;
}
.get {
    color: #fff;
    background-color: #800080; /* Purple color */
    border-color: #800080; /* Purple color */
    border-radius: 5px; /* Border radius of 5px */
    padding: 8px 20px; /* Adjust padding to increase width */
    transition: background-color 0.3s, border-color 0.3s; /* Smooth transition */
    z-index: 1;
}


.get:hover {
    background-color: #fff; /* White background on hover */
    border-color: #800080; /* Purple border color on hover */
    color: #800080; /* Text color on hover */
}


.card_inner_content {
    padding:0rem;
    text-align:left;
}

.title {
    font-size: 1.25rem;
    font-weight: bold;
}

.description {
    margin-top: 0.5rem;
}

.btn-group {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
                .coupon_card_body {
                    padding: 0px; /* Adjust padding as needed */
                }
                .coupon_card_btn {
                    margin-top: 0px; /* Adjust margin as needed */
        }

@media (max-width: 767px) {
    .coupon_card_column {
        flex-direction: column;
    }

    .card_inner_content {
        padding: 1rem;
    }
}

/* Top Header Css Begin */
/* .top_header {
    --tw-bg-opacity: 1;
    background-color: rgb(93 25 130/var(--tw-bg-opacity));
    padding: 10px 0px;
}

.top_header:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(68 17 96/var(--tw-bg-opacity));
    cursor: pointer;
}

.top_header .back_img {
    position: absolute;
}

@media only screen and (max-width: 1580px) {
    .back_img {
        display: none;
    }
}

.top_header :nth-child(1) {
    text-decoration: none;
}

.top_header_content {
    position: relative;
    gap: 20px;
}

.top_header_content span {
    color: #fff;
    font-weight: bold;
    font-family: var(--font-family);
}

.top_header_content a {
    color: #fff;
    font-weight: 800;
    font-family: var(--font-family);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    border: 2px solid #fff;
} */

/* Top Header Css End */




.stores img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.stores {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.stores span {
    font-size: 22px;
}

/* .coupon_card_body a {
    display: inline-block;
    width: 10rem;
} */

/* Main Content Css End */




