@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --color-yellow: #f59a00;
    --color-black: #000000f8;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-grow: 0;
    background-color: var(--color-black);

    font-family: 'Poppins', sans-serif;
    color: white;
}

.container {
    width: 85%;
    margin: 0 auto;
}

p {
    font-family: 'Inter', sans-serif !important;
}

.main_header {
    background: url(./imgs/1x/Asset\ 1.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
}

.overlap_bg {
    transform: rotate(-180deg);
    background-color: rgba(0, 0, 0, 0.74);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.section_main {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    z-index: 20;
    margin-top: 20px;
}

.main_logo {
    padding: 7px 15px;
    border-radius: 109px;
    color: white;
    border: 4px solid white;
    background: var(--color-black);
    font-size: 19px;
}

.yellow_gradient {
    background: linear-gradient(to bottom, #ffc100 0%, #f59a00 100%);
    background-clip: text;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.page_no {
    color: white;
    background-color: #f59a00;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    /* padding: 10px; */
    text-align: center;
    /* font-size: 18px; */
}

.header_area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 100%;
    position: relative;
}

.buttons {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.button_back {
    /* width: 30px;
    height: 35px; */
    flex-grow: 0;
    background: var(--color-black);
    color: var(--color-yellow);
    padding:3px 10px;
    text-align: center;
    border-radius: 50%;
}

.button_next {
    flex-grow: 0;
    color: var(--color-black);
    background: var(--color-yellow);
    padding: 3px 10px;
    text-align: center;
    border-radius: 50%;
}

.header_info {
    position: absolute;
    top: 100px;
    display: flex;
    align-items: center;
    gap: 66px;
    flex-direction: column;
}

.insght_box {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.12);
}

.insght_box p {
    font-size: 12px !important;
}

.insght_box a i {
    border-radius: 50%;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    color: white;
}

.header_name {
    font-size: 70px;
}

.header_info P {
    font-size: 23px;
}

.header_a {
    text-decoration: none;
    border: none;
    outline: none;
}

.header_btn {
    align-items: center;
    background: var(--color-yellow);
    padding: 15px;
    border: none;
    outline: none;
    border-radius: 15px;
    box-shadow: 1px 29px 24px 2px rgba(57, 185, 191, 0.12);
    background-color: #f59a00;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.header_dots {
    display: flex;
    text-align: right;
    align-items: center;
    /* flex-direction: row; */
    align-items: end;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.dot_large {
    background: var(--color-yellow);
    /* padding: 1px 10px; */
    border-radius: 32px;
    content: "";
    width: 21.25px;
    height: 10px;
}

.dot {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #643F00;
}


.top_profile_img {
    margin-top: 70px;
}

.profile_img_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.profile_img_card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 18px;
}

.profile_img_card img {
    width: 70px;
}

.profile_img_card p {
    font-size: 15px;
    font-weight: 400;
}







.register_section {
    margin-top: 100px;
}

.register_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
}

.register_head {
    margin-bottom: 50px;
}

.register_area h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    /* font-size: 64px; */
    /* line-height: 96px; */
    /* identical to box height */
    margin-bottom: 20px;

    text-align: center;

    color: #FFFFFF;
}




.register_blow {
    position: relative;
}

.bag_yello {
    position: absolute;
    content: "";
    /* background: ; */
    width: 1086px;
    height: 508px;
    left: calc(50% - 786px/2 - 311px);
    /* top: 1904px; */
    top: 50px;

    background: rgba(245, 154, 0, 0.23);
    filter: blur(389px);
    z-index: -1;
}



.reg_area {
    /* padding-top: 100px; */
    padding-bottom: 150px;
    text-align: center;
}

.reg_area_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.reg_area_btn {
    background: transparent;
    border: 1px solid var(--color-yellow);
    border-radius: 5px;
    color: white;
    padding: 7px 15px;
}

.reg_area_btn_active {
    background: var(--color-yellow) !important;
    color: white !important;
}

.reg_form_area {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 40px;
    padding-top: 70px;
    justify-content: space-between;
}

.reg_form_info {
    width: 350px;
    position: relative;
    height: 550px;
    color: black;
    border-radius: 0px 0px 32px 32px;
    overflow: hidden;
}

.reg_form {
    padding: 40px;
    /* left: calc(50% - 994px/2 + 288px);
    top: 1803px; */
    background: rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    width: 60%;
}

.reg_form_head h3 {
    font-size: 29px;
    text-align: left;
    color: var(--color-yellow);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.reg_form_t {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    padding: 20px;

}

.reg_info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: white;
}

.reg_info h3 {
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */

    text-align: center;
    text-transform: capitalize;

    color: #F59A00;
}

.reg_form_info_img img {
    width: 350px;
}

.reg_stars i {
    color: var(--color-yellow);
}

.reg_form_f {
    background: #F59A00;
    border-radius: 0px 0px 32px 32px;
    width: 100%;
    padding: 10px;
}

.checkboxs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}


.form-control {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 20px;
}



.form-control:focus-within {
    color: var(--form-control-color);
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--color-yellow);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 0.9em;
    height: 0.9em;
    /* border: 1px solid currentColor; */
    /* padding: px; */
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.60em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

.reg_names {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    gap: 70px;

}

.reg_form_main {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.reg_na {
    display: flex;
    /* align-items: center; */
    /* align-items: flex-start; */
    text-align: left;
    flex-direction: column;
    gap: 10px;

}

.reg_na label {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;

    color: #FFFFFF;
}

.reg_na input {
    background: transparent;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid var(--color-yellow);
    color: white;
    outline: none;
    width: 250px;
}

.reg_na input::placeholder {
    color: white;
}

option {
    color: black !important;
}

.reg_sel {
    outline: none;
    border: none;
    background: transparent;
    padding: 15px 10px;
    padding-right: 20px;
    border-radius: 5px;
    border: 1px solid var(--color-yellow);
    color: white;
    outline: none;
    width: 250px;
}

.reg_sel option {
    background: transparent;
}

.check_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 200px;
}

.check_2 input[type=checkbox] {
    /* width: 20px;
    height: 20px; */
    background-color: #FA9E57;
}

.check_2 input {
    accent-color: var(--color-yellow);
    /* padding: 10px; */
    height: 40px;
    width: 40px;
    background: transparent;
}

.reg_submit {
    background: #F59A00;
    border-radius: 15px;
    padding: 20px;
    width: 150px;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 17px;
    /* line-height: 30px; */
    /* or 125% */

    text-align: center;

    color: rgba(0, 0, 0, 0.9);
}



.give_area {
    position: relative;
}

.bag_yello2 {
    position: absolute;
    width: 606px;
    height: 508px;
    left: calc(50% - 650px/2 + 10px);
    /* top: 3031px; */
    top: 150px;
    z-index: -1;

    background: rgba(245, 154, 0, 0.41);
    filter: blur(389px);
}

.give_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.give_section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.17em;

    color: #F59A00;
}

.give_section h1 {
    font-weight: 700;
    font-size: 75px;
    line-height: 116%;
    /* or 87px */

    text-align: center;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.give_section img {
    width: 900px;
    /* height: 700px; */
    padding-bottom: 125px;
}





.event_section {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* text-align: center; */
    gap: 20px;
    padding-bottom: 50px;
    position: relative;
}

.event_upper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 100px;
    padding-bottom: 20px;
}

.event_upper h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 82px;
    text-align: center;

    color: #FFFFFF;
}

.event_upper p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 35px; */
    text-align: center;
    padding: 30px 60px;
    color: #A8B1B5;
}



.event_lower {
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    gap: 100px;
    /* width: 100%; */
}

.event_lower_left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 50px; */
}

.event_lower_left img {
    width: 470px;
}

.event_lower_right {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 20px;
    text-align: left;
    max-width: 45%;
}

.event_lower_right h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 72px;

    color: #F59A00;
}

.play_i {
    position: absolute;
    top: 50%;
    background: var(--color-black);
    padding: 10px 20px;
    border-radius: 50%;
}

.play_i i {
    color: var(--color-yellow);
    font-size: 54px;
}

.lower_right_info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lower_right_info img {
    background: var(--color-yellow);
    padding: 20px;
    border-radius: 20px;
}

.info_c p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #A8B1B5;

}

.p_head_r {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 19px !important;
    /* line-height: 39px; */

    color: #FFFFFF !important;

}

.main_sign_form_area {
    width: 80%;
    margin: 0 auto;
}

.bag_yello3 {
    position: absolute;
    content: "";
    /* background: ; */
    width: 1086px;
    height: 408px;
    left: calc(50% - 386px/2 - 311px);
    /* top: 1904px; */
    top: 250px;

    background: rgba(245, 154, 0, 0.23);
    filter: blur(389px);
    z-index: -1;

}

.sign_section {
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}

.sign_section h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    /* line-height: 96px; */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 10px 200px;

}

.reg_form2 {
    padding: 20px;
    /* left: calc(50% - 994px/2 + 288px);
    top: 1803px; */
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;

    /* width: 100%; */
}

.reg_form2 .reg_form_head h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.reg_form_main2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.reg_na2 {
    display: flex;
    /* align-items: center; */
    /* align-items: flex-start; */
    text-align: left;
    flex-direction: column;
    gap: 5px;

}

.reg_na2 input {
    background: transparent;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid var(--color-yellow);
    color: white;
    outline: none;
    width: 450px;
}

.reg_sel2 {
    outline: none;
    border: none;
    background: transparent;
    padding: 15px 10px;
    padding-right: 20px;
    border-radius: 5px;
    border: 1px solid var(--color-yellow);
    color: white;
    outline: none;
    width: 450px;
}


.bag_yello4 {
    position: absolute;
    content: "";
    /* background: ; */
    width: 1086px;
    height: 508px;
    left: calc(50% - 506px/2 - 311px);
    /* top: 1904px; */
    top: 50px;

    background: rgba(245, 154, 0, 0.23);
    filter: blur(389px);
    z-index: -1;
}




.charity_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 115px;
    margin-bottom: 150px;
    position: relative;
}

.charity_left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    max-width: 45%;
}


.charity_p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.17em;
    text-transform: uppercase;

    color: #F59A00;

}

.charity_left h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 116%;
    /* or 74px */

    text-transform: capitalize;

    color: #FFFFFF;

}

.para_sec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 36px;
    /* or 178% */


    color: #FFFFFF;
}

.charity_right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.charity_right img {
    width: 470px;
    /* flex: 1; */
    background: linear-gradient(57.43deg, rgba(0, 0, 0, 0.71) -1.31%, rgba(22, 21, 21, 0) 48.62%, rgba(0, 0, 0, 0.79) 97.51%);
    mix-blend-mode: normal;
    opacity: 0.7;
    /* border-radius: 30px; */
}

.img_border {
    width: 470px;
    position: absolute;
    top: 0;
    /* z-index: 1; */
}

.charity_right i {
    position: absolute;
    top: 50%;
    /* border: 1px solid var(--color-yellow); */
    background: var(--color-yellow);
    padding: 17px 20px;
    color: white;
    border-radius: 50%;
}

.charity_btns {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.btn {
    padding: 15px;
    border-radius: 10px;
    background: var(--color-yellow);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;

}

.btn a {
    /* color: white; */
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn2 {
    padding: 15px;
    background: transparent;
    border: none;
    outline: none;
}

.btn2 a {
    text-decoration: none;
    color: var(--color-yellow);
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn2 a i {
    padding: 20px;
    border: 2px solid var(--color-yellow);
    border-radius: 50%;
}

.contact_section {
    height: 100vh;
    display: flex;
    align-items: center;

}

.bag_yello5 {
    position: absolute;
    content: "";
    width: 421px;
    height: 208px;
    left: calc(50% - 561px/2 - 311px);
    /* top: 1904px; */
    /* top: 50px; */
    top: 0;
    background: rgba(243, 139, 44, 0.75);
    filter: blur(239.5px);
    z-index: -1;

}

.contact_left {
    display: flex;
    /* align-items: center; */
    gap: 50px;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 70px;
    background: var(--color-yellow);
    height: 517px;
    color: black;
    width: 55%;

}

.contact_left h1 {
    font-size: 50px;
}

.contact_list_info {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 315px;
}

.contact_list_info i {
    padding: 10px;
    background: white;
    color: black;
    border-radius: 50%;
    font-weight: 600;
}


.contact_right {
    height: 90%;
    border-radius: 15px;
    border: 1px solid var(--color-yellow);
    padding: 30px 60px;
    /* max-width: 35%; */
}

.contact_right h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    /* line-height: 72px; */
    text-align: center;

    color: #F59A00;
}

.contact_right form {
    margin-top: 30px;
}

.input_area {
    display: flex;
    gap: 1px;
    flex-direction: column;
    padding-bottom: 20px;
}

.input_area label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    /* line-height: 30px; */

    color: #C9C9C9;
}

.input_area input {
    padding: 15px;
    outline: none;
    border: none;
    background: transparent;
    border: 1px solid var(--color-yellow);
    border-radius: 5px;
    color: white;
}
.input_area input::placeholder{
    color: white;
}
.input_area textarea{
    background: transparent;
    color: white;
    border: 1px solid var(--color-yellow);
    resize: none;
    outline: none;
    padding: 10px;
}
.input_area textarea::placeholder{
    color: white;
}

.contact_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    margin: 0 auto;
    padding: 15px 40px;
    border-radius: 10px;
    background: var(--color-yellow);
    color: black;
    outline: none;
    border: none;
}
.footer_area{
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer_section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logo{
    width: 200px;
}
.footer_form{
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    overflow: hidden;
    border-radius: 10px;
}
.footer_form input{
    padding: 10px;
    border: none;
    outline: none;
    border-right: 1px solid rgba(211, 211, 211, 0.407);
}
.footer_form button{
    padding: 15px;
    border: none;
    outline: none;
    background: var(--color-yellow);
    cursor: pointer;
    font-weight: 600;
}


.footer_icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer_icons a{
    color: white;
    text-decoration: none;
}
.copy_footer{
    text-align: center;
    margin-top: 30px;
    /* border-top: 1px solid #dfd8d8; */
    border-top: 1px solid #656565;
    padding-top: 20px;
}