@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

:root {
    --color-one: #eaae36;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px;
    background: linear-gradient(to right, #c18100, #f5b942, #c18100);
}

.header .logo_box {
    max-width: 130px;
    width: 100%;
}

.header .button_box {
    display: flex;
}

.header .button_box .f_btn {
    padding: 8px 12px;
    font-size: 12px;
    display: flex;
    white-space: nowrap;
    margin-right: 4px;
    height: auto;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    color: #fff;
    border: none;
}

.header .button_box .f_btn.f_btn1 {
    background-color: #007e00;
}

.header .button_box .f_btn.f_btn2 {
    background-color: #e14400;
}

.main .m_box1 {
    padding: 14px 18px;
    background-color: #edeeec;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main .m_box1 .image {
    margin-right: 4px;
}

.main .m_box1 .marq_text {
    display: block;
    width: 100%;
}

.main .m_box1 .marq_text marquee {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: rgb(45, 45, 45);
}

.main .m_box2 {
    background-color: lightgray;
}

.main .m_box2 .headding {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}

.main .m_box2 .headding .img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20px;
    width: 100%;
    margin-right: 5px;
}

.main .m_box2 .headding .h_text span {
    font-size: 18px;
    font-weight: 700;
    color: #C28201;
}

.main .m_box2 .ball_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
}

.main .m_box2 .ball_box .bb {
    width: 100%;
    border: 1px solid var(--color-one);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 6px 0;
}

.main .m_box2 .ball_box .bb.bb1 {
    background-color: var(--color-one);
}

.main .m_box2 .ball_box .bb img {
    max-width: 22px;
}

.main .m_box2 .slider_card_c {
    background-color: white;
    padding: 2px;
}


.main .m_box2 .slider_card_c .slider_card .card {
    background-color: lightgray;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--color-one);
}

.main .m_box2 .slider_card_c .slider_card .card .img {
    max-width: 60px;
    width: 100%;
    padding: 0px 0px 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .m_box2 .slider_card_c .slider_card .card .img img {

    width: 100%;
}

.main .m_box2 .slider_card_c .slider_card .card .content {
    display: flex;
    flex-direction: column;
}

.main .m_box2 .slider_card_c .slider_card .card .content .t {
    font-weight: 700;
    font-size: 11px;
}

.main .m_box2 .slider_card_c .slider_card .card .content .d {
    font-weight: 400;
    font-size: 9px;
}

.m_box3 .box1 {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 6px;
}

.m_box3 .box1 .ib {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.m_box3 .box1 .ib.ib2 {
    flex-direction: column;
}

.m_box3 .box1 .ib .img {
    max-width: 20px;
    margin-right: 5px;
    width: 100%;
}

.m_box3 .box1 .ib .cont span {
    display: block;
    font-size: 12PX;
}

.m_box3 .box1 .ib .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.m_box3 .box1 .ib .logo span {
    display: block;
}

.m_box3 .box1 .ib .logo .f,
.m_box3 .box1 .ib .logo .bm {
    background-color: var(--color-one);
    width: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.m_box3 .box1 .ib .logo .lt {
    font-size: 16px;
    font-weight: 700;
    color: green;
}

.m_box3 .box1 .ib .dt {
    font-weight: 700;
    color: gray;
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.m_box3 .box2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_box3 .box2 .cb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px 0;
}

.m_box3 .box2 .cb:nth-child(odd) {
    background-color: #c3edff;
}

.m_box3 .box2 .cb:nth-child(even) {
    background-color: #ffd3dd;
}

.m_box3 .box2 .cb .t {
    font-weight: 700;
    font-size: 14px;
}

.m_box3 .box2 .cb .b {
    font-size: 13px;
}

.footer {
    position: fixed;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

.footer img {
    width: 100%;
}



/* float icon css  */
.float_icon {
    width: 50px;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    left: 10px;
    bottom: 70px;
    border-radius: 50% 9% 50% 50%;
}

/* popup form css  */
.login_form {
    /* display: none; */
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.349);
    padding: 12px;
}

.login_form .form {
    position: relative;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
    border-radius: 8px;
}

.login_form .form .lt {
    font-size: 30px;
    color: var(--color-one);
    margin-bottom: 10px;
}

.login_form .form .w {
    color: gray;
    font-size: 16px;
    font-style: italic;
}

.login_form .form form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    gap: 12px;
}

.login_form .form form .input_f {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0px 5px;
    width: 100%;
    gap: 4px;
}

.login_form .form form .input_f label {
    font-weight: 700;
    color: var(--color-one);
    font-size: 15px;
}

.login_form .form form .input_f input {
    width: 99%;
    padding: .8rem;
    border-radius: 8px;
    border: none;
    font-size: 17px;
}

.login_form .form form .check {
    padding: 0 10px;
}

.login_form .form form .check span {
    font-size: 14px;
    color: var(--color-one);
    font-weight: 700;
}

#closs_btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.login_form .form form button {
    width: 98%;
    margin: auto;
    background-color: var(--color-one);
    border: none;
    padding: .5rem;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}

.login_form .form form .fp {
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: red;
    font-weight: 700;
    cursor: pointer;
}


.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 12px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.getIdBtn {
    padding: .8rem 1.5rem;
    display: block;
    max-width: 90%;
    width: 100% !important;
    font-size: 1em;
    margin: .2rem auto;
    width: fit-content;
    color: #fff;
    background-color: #000;
    border-radius: 2rem;
    text-decoration: none;
    text-align: center;
    margin-top: 1rem;
}