* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font01: 'Titillium Web', sans-serif;
    --font02: 'Abhaya Libre', serif;
    --font03: 'Asap Condensed', sans-serif;
    --font04: 'Bad Script', cursive;
    --header_color: #2c2c2c;
    --white: #fff;
    --color1: #e1a969;
    --black: #000;
    --selec_color: #4f4f4f;
    --footerBG: #2c2c2cff;

    --color2: #f9e8d2;
    --color3: #1f1f1f;
    --color4: #00ff3b;
    --color5: #e6940e;
    --color6: #5c5c5c;
    --color7: #642e2e;
    --color8: #e67e22;
    --color9: #f9971e;


    --color-standard: var(--black);
    --color-vip: var(--white);

    /* theme colors */

    --color-var1: #FFC107;
    --color-var2: #fff;
    --color-var3: #e1a969;
    --color-var4: #fff;
    --body-bg: url('../img/bg-vip.webp') #000;
    --gradient-var1: linear-gradient(#ffe3ba, #fff);
    --bg-var1: #d3a157;
    --bg-var2: #ffe3ba;
    --filter-var1: brightness(1);
    --filter-var2: brightness(10) contrast(0.5);
    --gradient4: linear-gradient(#111, #393837);
    --gradient3: linear-gradient(#eec081, #cb873a);

}

.fsb {
    display: flex;
    justify-content: space-between;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.e1 {
    color: #000;
}

p {
    font-family: var(--font01);
    font-size: 16px;
    color: var(--color-var2);
    line-height: 1.5;
    padding: 10px 0;
    font-weight: 500;
}

body {
    background: var(--body-bg);
}

input,
button,
select,
textarea {
    outline: none;
    border: none;
}

button {
    background: transparent;
    border: none;
}

h1 {
    font-family: var(--font01);
    color: var(--black);
    font-size: 28px;
    text-transform: capitalize;
}

li {
    list-style: none;
    line-height: 1.5;
    font-family: var(--font01);
    font-size: 16px;
    color: var(--black);
}

a {
    text-decoration: none;
}

textarea {
    resize: vertical;
}

/* ****HEADER_CSS*** */
#hd {
    background: #000;
    padding-bottom: 15px;
    border-bottom: 5px solid var(--color1);
}

#d1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#a7 {
    position: relative;
}

#i1 {
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    border: 5px solid var(--color1);
    border-top: none;
}

#n1 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    margin-left: 220px;
}

#u1 {
    display: flex;
    align-items: center;
}

.l1 {
    margin: 0 20px;
    border-radius: 0 0 4px 4px;
    padding: 20px 5px 10px;
}

#active {
    background: linear-gradient(#eec081, #cb873a);
    padding: 15px 20px;
}

#a5 {
    color: var(--black);
    font-weight: 600;
    ;
}

.a1 {
    color: var(--white);
    font-family: var(--font01);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

#d3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.a2 {
    color: var(--color1);
    font-size: 20px;
    text-transform: capitalize;
    font-family: var(--font01);
}

.i2 {
    width: 27px;
}

#a3 {
    color: var(--white);
    font-family: var(--font01);
    font-size: 24px;
    font-weight: 600;
}

.a4 {
    display: block;
    color: var(--white);
    font-family: var(--font01);
    font-size: 12px;
    text-align: end;
}

#d4 {
    display: flex;
    justify-content: space-between;
}

#i100 {
    display: none;
    width: 50px;
}


/* ******FOOTER_CSS******* */
#ft {
    background: var(--black);
    padding: 70px 0 0;
}

#d5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#d7 {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 35px 0 0;
}

.i3 {
    width: 150px;
}

.s1 {
    display: block;
    color: var(--white);
    margin: 10px 0;
    font-family: var(--font02);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 21px;
}

.i4 {
    width: 25px;
    margin-right: 10px;
}

.s2 {
    display: inline-block;
    color: var(--color1);
    font-family: var(--font02);
    text-transform: unset;
    font-weight: 600;
    font-size: 21px;
}

.p1 {
    color: var(--white);
    font-size: 17px;
}

.l3 {
    display: flex;
    align-items: center;
    margin: 4px 0;
}

.i5 {
    width: 25px;
    margin-right: 8px;
    padding: 5px;
}

.a6 {
    color: var(--white);
    font-family: var(--font01);
    font-size: 15px;
    text-transform: capitalize;
}

.a60 {
    color: var(--white);
    font-family: var(--font01);
    font-size: 15px;
}

#p2 {
    color: var(--white);
    text-transform: capitalize;
    text-align: center;
    padding: 0;
}

#s3 {
    display: flex;
    margin: 10px 0 0;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    font-family: var(--font03);
    text-transform: capitalize;
}

.i6 {
    width: 65px;
}

#d8 {
    width: 100%;
    text-align: center;
}

#d9 {
    background: var(--color1);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0 0;
}

#a9 {
    text-align: center;
    color: #444;
    text-transform: capitalize;
    font-family: var(--font01);
    font-size: 14px;
    font-weight: 600;
}

.d6 {
    margin: 10px 1%;
}


/* Banner_css */
.d11 {
    /* background: #00000021; */
    position: relative;
    height: 420px;
    display: flex;
    align-items: end;
}

#d12 {
    background: linear-gradient(0deg, black 20%, transparent);
    width: 100%;
    position: absolute;
    padding-top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
}

.bt1,
.a4 {
    /* background:#333; */
    background: linear-gradient(#eec081, #cb873a);
    color: #000;
    padding: 10px;
    box-shadow: 0px 0px 4px 1px #0005;
    border-radius: 10px;
}

.bt1:hover,
.a4:hover {
    background: linear-gradient(#efb768, #dd8b2d);
}

.s4 {
    color: var(--color1);
    font-size: 33px;
    font-family: var(--font04);
    font-weight: 300;
}

.h1 {
    color: #e7e0ca;
    font-size: 40px;
    font-family: var(--font01);
    display: block;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 10px;
}

#d13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.h2 {
    font-family: var(--font02);
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-var2);
}

.h2::after {
    content: "";
    border-bottom: 4px solid var(--color1);
    width: 65%;
    display: block;
    margin: 0 auto;
}

#d50 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.ko2 {
    border-color: red !important;
    /* background:linear-gradient(#eea181, #cb513a) !important; */
    background: linear-gradient(0deg, #faeee9, #ffc2b7) !important;
}

.ko1 {
    color: red;
    font-family: var(--font01);
    font-size: 14px;
    margin-top: 5px;
    word-spacing: 1px;
}

.ok {
    color: #3ba33f;
    border: 2px solid #3ba33f;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    background: #f0ffdf;
    font-family: var(--font01);
    font-size: 16px;
}


/* ****HEADER_FOOTER**** */
@media screen and (max-width:1240px) {
    .w {
        width: 96%;
        margin: 0 2%;
    }

    .l1 {
        margin: 8px;
    }
}

@media screen and (max-width:1180px) {
    /*     #d1 {
        width: 83%;
    } */

    #u1 {
        width: 100%;
        justify-content: center;
    }

    #d50 {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: max-content;
    }

    #a3 {
        font-size: 19px;
    }

}

@media screen and (max-width:920px) {
    #ul {
        width: 100%;
    }

    #n1 {
        justify-content: flex-start;
        margin-left: 0;
    }

    #n1 {
        display: none;
    }

    #i100 {
        display: block;
        order: 1;
        width: 40px;
    }

    #u1 {
        flex-direction: column;
        align-items: baseline;
        width: 100%;
    }

    #n1 {
        position: absolute;
        background: var(--color1);
        z-index: 9999;
        top: 125px;
        right: 0;
        width: 50%;
    }

    #active {
        background: var(--selec_color);
    }

    .l1 {
        width: 100%;
        padding: 10px;
    }

    #d50 {
        margin-left: 115px;
    }

}

@media screen and (max-width:830px) {
    #d5 {
        padding: 0 15px;
        flex-direction: column;
    }

    #p2 {
        text-align: justify;
    }


}

@media screen and (max-width:725px) {
    .d6 {
        width: 100%;
        margin: 18px 0;
    }
}

@media screen and (max-width:543px) {
    .d6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #d50 {
        display: none;
    }

    #n1 {
        top: 75px;
        width: 100%;
    }

    .s4 {
        display: block;
        line-height: 1.1;
        margin-bottom: 28px;
    }

}