/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 400;
    color: var(--black);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

h1 {
    /* font-size: clamp(30px, 6vw, 50px); */
    font-size: 30px;
    font-weight: 700;
}

h2 {
    /* font-size: clamp(22px, 5vw, 42px); */
    font-size: 22px;
    font-weight: 700;
}

h3 {
    font-size: clamp(18px, 3vw, 30px);
    font-weight: 700;
}

h4 {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
}

h5 {
    font-size: 24px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: flex;
}

video,
iframe {
    width: 100%;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}


body{
    max-width: 425px;
    margin: 0 auto;
    /* background: #000; */


  font-family: "Plus Jakarta Sans", sans-serif;
}

.color-title{
    color: #5F259E;
}

.section-spacing{
    margin-bottom: 30px;
}


.logo{
    text-align: center;
}


.banner-btn{
    margin: 20px 0 30px;
}
.common-btn{
    background: #FEBC1F;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #212121;
    font-weight: 700;
    width: max-content;
    border: 1px solid transparent;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.common-btn:hover{
    background: #FFf;
    color: #212121;
    border: 1px solid #FEBC1F;
}

.hero-banner-section{
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}
.hero-banner-col{
    color: #FFF;
    text-align: center;
}

.hero-banner-col h1{
       max-width: 300px;
    margin: 0 auto 15px;
    line-height: 1.6;

}
.hero-banner-col h6{
    margin-bottom: 15px;
}
.hero-banner-col p{
    font-size: 14px;
}


/*  */
.join-bonus{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 10px;
    background: #FFFFFF10;
    box-shadow: 0px 0px 16px 0px #FFFFFF1A, 0px 0px 10px 0px #FFFFFF1A inset;
    margin-bottom: 30px;
}

.join-bonus p{
    text-align: left;
    line-height: 1.6;
}
.join-bonus-img img{
    max-width: 30px;
}

.banner-img img{
    box-shadow: 0px 0px 29.32px 0px #FFFFFF29;
    border-radius: 10px;
    width: 100%;
}

/*  */
.the-bonus-section {
    text-align: center;
}

.the-bonus-section h2{
    margin-bottom: 16px;
}

.the-bonus-img img{
    width: 100%;
    box-shadow: 0px 0px 27.22px 0px #FFFFFF29;
    border-radius: 10px;
    margin-bottom: 16px;
}

.bonus-tab-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.bonus-tab{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 10px;
    background: #F9F9F9;
    transition: all 0.3s ease-in-out;
    color: #212121;
}

.bonus-tab:hover{
    background: #5F259E;
    color: #FFF;
    box-shadow: 0px 0px 8.71px 0px #5F259E1A,0px 0px 8.71px 0px #FFFFFF80 inset;
}

.bonus-tab-img img{
    max-width: 30px;
}

.bonus-tab-content p{
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}


.bonus-btn .common-btn{
    width: 100%;
    box-shadow: 0px 0px 8.71px 0px #5F259E1A,0px 0px 8.71px 0px #FFFFFF80 inset;
}


/*  */
.bonus-progrem-row{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bonus-progrem-no{
    background-color: #461872;
    color: #FEBC1F;
    padding: 16px;
    border-radius: 10px;
    width: max-content;
    margin-bottom: 16px;
}
.bonus-progrem-col{
    background-color: #F7FAFF;
    padding: 20px;
    border-radius: 10px;
}

.bonus-progrem-heading {
    margin-bottom: 16px;
    text-align: center;
}
.bonus-progrem-content p{
    font-size: 14px;
}

.garb-bonus-img img{
    width: 100%;
    border-radius: 10px;
}
.garb-bonus-detail{
    position: relative;
}
.garb-bonus-detail .bonus-btn .common-btn{
    width: max-content;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.your-benifit-heading{
    text-align: center;
    margin-bottom: 16px;
}
.contact-form-heading{
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.contact-form-heading .color-title{
    color: #FEBC1F;
}

.contact-form{
    background-color: #5F259E;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #5F259E1A,0px 0px 16px 0px #FFFFFF80 inset;
    position: relative;
    overflow: hidden;
}
.gift-icon{
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-form form{
    border: 1px solid #FFFFFF33;
    padding: 16px;
    border-radius: 10px;
   backdrop-filter: blur(4px)
}
.contact-form form .form-title{
    margin-bottom: 16px;
    color: #FFF;
}

.form-group .form-control{
    background-color: transparent;
    border: 1px solid #FFFFFF33;
    color: #FFF;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.form-group .form-control::placeholder{
    color: #FFF;
}

.form-group .form-control:focus{
    border: 1px solid #FEBC1F;
    outline: none;
}

form button.common-btn{
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    font-size: 14px;
    padding: 14px;
}

.common-btn span{
    display: inline-flex;
}


.risk-state-row{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.risk-state-col{
    padding: 16px;
    border-radius: 10px;
    background-color: #F7FAFF;
}

.risk-state-col h3{
    margin-bottom: 16px;
    font-size: 18px;
}

.risk-state-col p{
    font-size: 14px;
}

footer{
    background: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    padding: 20px 0 0;
}

footer p{
    font-size: 12px;
    color: #FFF;
    margin-bottom: 10px;
}

footer h6{
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

footer p:last-child{
    margin-bottom: 0;
}


.copy-write{
    background-color: #130027;
    padding: 10px;
    margin-top: 20px;
}

.copy-write p{
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

#thank-you-page{
    background-color: #5F259E;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px #5F259E1A,0px 0px 16px 0px #FFFFFF80 inset;
    position: relative;
    text-align: center;
    color: #FFF;
}



