
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Urbanist', sans-serif;
    background: #000;
}
#top_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 321px;
    z-index: -1;
}
#top_right_image {
    position: fixed;
    top: 22%;
    left: 50%;
    width: 300px;
    height: 300px;
    z-index: -2;
    transform: translate(-65%, -54%);
}
#bottom_image {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 318px;
    z-index: -1;
}
.text_sec{
    /* background-image: url('../img/back.png'); */
    /* object-fit: cover; */
    /* background-position: 100% 100%; */
    /* background-repeat: no-repeat;
    width: 100%; */
    /* height: 100vh; */
    /* background-position: top; */
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 500px;
    /* padding-bottom: 10rem; */
}
.a_tag {
 text-align: center;
}
.a_tag a {
    padding: 10px;
    font-size: 16px;
    margin-bottom: .3rem;
    display: inline-block;
    font-weight: 600;
}
.text_sec h1 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.2;
}
.text_sec .top {
    color: #FFF;
    text-align: left;
    font-family: Urbanist;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.text_sec .small_text {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.text_sec .bootom {
    color: #FFF;
    text-align: left;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.now_click.disabled {
    pointer-events: none;
    opacity:.5;
}
.now_click {
    border-radius: 40.5px;
    background: #C3500F;
    box-shadow: 0px 0px 15px 0px rgba(95, 95, 95, 0.25);
    border: none;
    /* padding: 0; */
    /* width: 280px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 256px;
    font-size: 20px;
    font-weight: 700;

    padding: 12px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
}
button[disabled]{
    opacity:.5;

  /*background-color: #cccccc !important;*/

}
#send_request {
    border-radius: 40.5px;
    background: linear-gradient(90deg, #7B26BE 0%, #2A06A8 100%);
    box-shadow: 0px 0px 15px 0px rgba(95, 95, 95, 0.25);
    border: none;
    /* padding: 0; */
    /* width: 280px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 256px;
    font-size: 20px;
    font-weight: 600;

    padding: 12px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.nfc_tag_sec {
    width: 229px;
    height: 50px;
    /* border: 1px; */
    border-radius: 30px;
    border: 1px solid #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
}
.nfc_tag_sec span {
    width: 141px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    /* text-align: center; */
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.people_box {
    margin-top: 1rem;
    text-align: center;
}
.people_box p {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}
.people_box h5 {
    text-align: center;
    font-family: Urbanist;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    color: #876DFF;
    line-height: 1.3;
    margin-top: .3rem;
}
.booth_box ul {
    display: block;
    padding-left: 0;
    list-style-type: none;
}
.booth_box ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #fff;
    margin-bottom: .4rem;
}
.booth_box ul li .left img{
    width: 30px;
    height: 30px;
}
.booth_box ul li .left span {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin-left: .5rem;
}
.booth_box ul li .right span {
    color: #876DFF;
    font-family: Urbanist;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
}
.leader_box h6 {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
}
.leader_box ul {
    display: block;
    padding-left: 0;
    list-style-type: none;
}
.leader_box ul li {
    background: #1E1E1E;
    border-radius: 4px;
    padding: 9px;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    /* font-family: Helsinki; */
    font-size: 18.28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.leader_box ul li span {
    /* background: #009FE3; */
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leader_box ul li span:last-child{
    text-align: right;
}

.text_heading {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
.heading {
    color: #FFF;
    text-align: left;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.5;
}

h3 {
    color: #FFF;
    text-align: left;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    /* margin-top: 1rem; */
    line-height: 1.5;
}

.home_ul li{
    color: #FFF;
    text-align: left;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.leader_box {
    margin-top: 2rem;
}
.people_box img {
    width: 80px !important;
    height: 80px !important;
}
@media only screen and (max-width: 767px){
    .text_sec {
        width: 100%;
    }
    .text_heading {
        font-size: 32px;
    }
    .people_box p {
        font-size: 14px;
    }
    .people_box h5 {
        font-size: 22px;
    }
    .leader_box {
        margin-top: 1rem;
    }
    .people_box img {
        width: 50px !important;
        height: 50px !important;
    }
}
