body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.sub-title-login{
    color: #AFAFAF;
    font-weight: 400;
}

.img-login{
    width: 100%;
    aspect-ratio: 2/2;
    object-fit: cover;
    border-radius: 50px;
}

.text-img-login{
    font-family: 'Ubuntu', sans-serif;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 72px;
}

.text-img-login h1{
    font-size: 54px;
    font-weight: 800;
    filter: drop-shadow(0px 4px 9px #000000);
    line-height: normal;
    margin-bottom: 20px;
}

.text-img-login h1 span{
    color: #8DE35E;
}

.text-img-login p{
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
}

.login-btn {
    background-color: #4B7435;
    border-radius: 15px;
    text-align: center;
    padding: 7px 45px;
    border: none;
    font-size: 22px;
    color: white;
    width: 100%;
}

.login-btn:hover {
    background-color: #96CA4C;
    color: white;
}
.login-btn:disabled {
    background-color: #96CA4C;
    color: white;
}

.login-btn:disabled:hover {
    background-color: #96CA4C;
    color: white;
}

.forgot-password{
    color: #969494;
}
.forgot-password:hover{
    color: #5a5a5a;
}

.login-form {
    background: #f9f9f9;
}

.login-input {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 15px;
    color: #484848;
    background: #F0EEEE;
}

.show-password{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #969494;
}

.show-password:hover{
    color: #5a5a5a;
}

.login-input::placeholder {
    color: #8D9396;
}

.login-input:focus {
    outline: 1px solid #8D9396;
}

.sign-up {
    color: #969494;
    font-size: 18px;
}

.sign-up a {
    color: #4B7435;
    font-size: 18px;
    text-decoration: none;
}

.sign-up a:hover {
    color: #96CA4C;
}

.aha-logo-white-2 {
    background: url('../Assets/Icon/ahalogo.png') 50% / cover no-repeat;
    width: 378px;
    height: 148.3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group-1321314113 {
    margin: 0 1px 47px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    box-sizing: border-box;
}

.membership-application-2024 {
    margin-bottom: 12px;
    display: inline-block;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 40px;
    color: #000000;
}

.image-102 {
    background: url('../Assets/Image/under_3.png') 50% / cover no-repeat;
    margin-left: 2px;
    width: 200px;
    height: 48.6px;
}

.membership-to-aha-is-exclusively-open-to-business-organizations-community-groups-and-educational-institutions-please-read-before-registration {

    font-weight: 500;
    font-size: 28px;
    line-height: 1.333;
    width: 858px;
}

.regist {
    font-size: 28px;
    font-weight: 600;
    width: 858px;
    margin-bottom: 50px;
}

.membership-to-aha-is-exclusively-open-to-business-organizations-community-groups-and-educational-institutions-please-read-before-registration-sub66 {

    font-weight: 400;
    font-size: 28px;
    line-height: 1.333;
}

.member-tier {
    border-radius: 8px;
    background: #ECF8EF;
    margin-bottom: 47px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 38.9px 35px 32px;
    width: 858px;
    box-sizing: border-box;
    align-items: baseline;
}

.member-requirements {
    border-radius: 8px;
    background: #ECF8EF;
    margin-bottom: 47px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 38.9px 35px 32px;
    width: 858px;
    box-sizing: border-box;
    align-items: baseline;
}

.member-process {
    border-radius: 8px;
    background: #ECF8EF;
    margin-bottom: 47px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 38.9px 35px 32px;
    width: 858px;
    box-sizing: border-box;
    align-items: baseline;
}

.member-responsible {
    border-radius: 8px;
    background: #ECF8EF;
    margin-bottom: 47px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 38.9px 35px 32px;
    width: 858px;
    box-sizing: border-box;
    align-items: baseline;
}

.frame-3559 {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.frame-3560 {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.frame-3564 {
    background: #4B7435;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 67px 0 31px 0;
    box-sizing: border-box;
    width: 100%;
}

.footer-ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1297px;
    box-sizing: border-box;
}

._2019-alyeska-resor {
    opacity: 0.8;
    margin-right: 0.6px;
    overflow-wrap: break-word;

    font-weight: 900;
    font-size: 14px;
    color: var(--white, #FFFFFF);
}

.divider {
    opacity: 0.15;
    border: 1px solid var(--white, #FFFFFF);
    background: var(--white, #FFFFFF);
    margin-bottom: 20.7px;
    width: 1297px;
    height: 1.3px;
}

.group-1000005761 {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.social {
    margin: 2px 0 112.1px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.social-1 {
    margin-bottom: 30.7px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;

    font-weight: 500;
    font-size: 18px;
    color: var(--white, #FFFFFF);
}

.group-52 {
    margin-left: 0.4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 176.4px;
    box-sizing: border-box;
}

.bxl-facebook {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 11.3px;
    height: 22.7px;
    box-sizing: border-box;
}

.path {
    width: 11.3px;
    height: 22.7px;
}

.bxl-twitter {
    margin: 1.3px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 23.8px;
    height: 20.1px;
    box-sizing: border-box;
}

.path-2 {
    width: 23.8px;
    height: 20.1px;
}

.instagram-logo {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 21.8px;
    height: 22.7px;
    box-sizing: border-box;
}

.shape {
    width: 21.8px;
    height: 22.7px;
}

.youtube-logo {
    margin: 1.5px 0 1.3px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 26.9px;
    height: 19.9px;
    box-sizing: border-box;
}

.shape-3 {
    width: 26.9px;
    height: 19.9px;
}

.legal {
    margin: 0 136px 100.5px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.general-info-privacy {
    opacity: 0.798;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
}

.legal-4 {
    margin-bottom: 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.talk-to-us {
    margin: 0 110.2px 100.5px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.supportapcom-com-6 {
    opacity: 0.798;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
}

.talk-to-us-5 {
    margin-bottom: 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.navigation {
    margin: 0.5px 114.6px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.navigation-6 {
    margin: 0 18.2px 10.5px 0;
    display: inline-block;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.frame-3573 {
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.home-about-us-what-w {
    opacity: 0.798;
    margin: 0 16.3px 13.5px 0;
    display: inline-block;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
}

.home-about-us-what-w-7 {
    opacity: 0.798;
    margin-bottom: 26px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.home-about-us-what-w-8 {
    opacity: 0.798;
    margin: 0 15.1px 26px 0;
    display: inline-block;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.home-about-us-what-w-9 {
    opacity: 0.798;
    margin-bottom: 26px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.home-about-us-what-w-10 {
    opacity: 0.798;
    overflow-wrap: break-word;

    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.aha-logo-white-211 {
    background: url('../Assets/Image/AHALogo\ White_2.png') 50% / cover no-repeat;
    margin: 5px 74.6px 84.1px 0;
    width: 221px;
    height: 105.4px;
}

.reg-member {
    border-radius: 60px;
    background: #80B03B;
    margin-bottom: 47px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 15px 15.4px;
    /* width: fit-content; */
    width: 390px;
    box-sizing: border-box;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.frame-3576 {
    background: #4B7435;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20.2px 69.9px 20.1px 60px;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
}

.aha-logo-white-212 {
    background: url('https://fn12.com/api/clusters/cluster-fn12-prod-asia-southeast1/projects/EZueT99e9GEH3iwr18XL2J../Assets/images/f880df503dc161216bbc2b2f0ac165cfad2dba7e?Expires=1711416277&KeyName=fn12-cdn&Signature=WpbnF3MS4ztRaJ8w1zpHeBF8utg=') 50% / cover no-repeat;
    width: 100px;
    height: 43.4px;
}

.frame-1171275937 {
    margin: 9.8px 0 10.5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 700px;
    height: fit-content;
    box-sizing: border-box;
}

.handshake {
    width: 20%;
}

.our-dashboard {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.methodology {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.membership {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.crowdfunding {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.certifications {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.our-projects {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.container2 {
    margin: 0 76.2px 23.5px 0;
    display: flex;
    flex-direction: row;
    width: fit-content;
    box-sizing: border-box;
}

.container-13 {
    margin-top: 69px;
    position: relative;
    width: 100%;
    height: 275px;
    background-size: cover;
}

.membership-tier-list {
    margin-right: 12px;
    width: 738.9px;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 28px;
    line-height: 0.857;
    color: var(--text-title, #2E2E2E);
}

.arrow-chevron-down {
    margin: 2.2px 0 0.7px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 36.3px;
    height: 21.1px;
    box-sizing: border-box;
}

.vector {
    width: 28px;
    height: 30px;
}

.membership-requirements {
    margin-right: 12px;
    width: 738.9px;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 28px;
    line-height: 0.857;
    color: var(--text-title, #2E2E2E);
}

.arrow-chevron-down-14 {
    margin: 2.2px 0 0.7px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 36.3px;
    height: 21.1px;
    box-sizing: border-box;
}

.vector-15 {
    width: 28px;
    height: 30px;
}

.membership-process {
    margin-right: 12px;
    width: 738.9px;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 28px;
    line-height: 0.857;
    color: var(--text-title, #2E2E2E);
}

.arrow-chevron-down-16 {
    margin: 2.2px 0 0.7px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 36.3px;
    height: 21.1px;
    box-sizing: border-box;
}

.vector-17 {
    width: 28px;
    height: 30px;
}

.membership-responsibilities {
    margin-right: 12px;
    width: 738.9px;
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 28px;
    line-height: 0.857;
    color: var(--text-title, #2E2E2E);
}

.arrow-chevron-down-18 {
    margin: 2.2px 0 0.7px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 36.3px;
    height: 21.1px;
    box-sizing: border-box;
}

.vector-19 {
    width: 28px;
    height: 30px;
}

.register-membership {
    overflow-wrap: break-word;

    font-weight: 700;
    font-size: 24px;
    line-height: 0.714;
    color: #FFFFFF;
    padding: 0px 10px;
}

* {
    scroll-behavior: smooth;
}

.nav-logo {
    margin-left: 10px;
    height: auto;
    width: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar {
    background-color: #4B7435;
    padding: 0px 0;
    z-index: 3;
}

.nav-link {
    color: rgb(255, 255, 255);
    font-weight: 550;
    font-size: 16px;
}

.nav-btn {
    cursor: pointer;
    align-items: center;
    background-color: #80B03B;
    border: none;
    border-radius: 8px;
    width: 100px;
    height: 32px;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.nav-btn:hover {
    background-color: #63931E;
}

.navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-nav {
    margin: 0;
    /* Remove default margin */
    padding: 0;
    /* Remove default padding */
    list-style: none;
    /* Remove bullet points */
}

.nav-item {
    margin: 0 8px;
    /* Add horizontal margin */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.btn-toggle {
    background-color: #80B03B;
    /* Set the background color */
    color: #80B03B;
    border: none;
    padding: 14.4px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    /* Add transition effect */
}

.btn-toggle:hover {
    background-color: #80B03B;
    background-color: #80B03B;
    padding: 8px 10px;
}

navbar-toggler {
    color: white;
}

.btn-01 {
    color: white;
    background-color: #80B03B;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
}

.info-01 {
    padding-top: 40px;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4B7435;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    display: none;
    width: 45px;
    z-index: 3;
}

.text-info {
    color: #000000 !important;
}

.img-leaflong {
    width: 180px;
    height: auto;
    margin-top: -12px;
}

.footer-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: auto;
}

.footer-bg {
    background-color: #4B7435;
    height: 350px;
    width: 100%;
}

.footer-logo {
    width: 200px;
}

.f-menu {
    display: grid;
    grid-template-columns: auto;
    row-gap: 10px;
    font-weight: 300;
}

.social-icons {
    display: inline-block;
    font-size: 20px;
}

.social-icons a {
    text-decoration: none;
    /* Removes underline */
    display: inline-block;
    /* Ensures the anchor takes up only the space it needs */
    transition: transform 0.3s ease;
    /* Smooth transition for the animation */
    margin-right: 12px;
}

/* CSS for the hover effect - scaling up the icons slightly */
.social-icons a:hover {
    transform: scale(1.1);
    /* Scale up the icons by 10% on hover */
}

.social-icon {
    width: 40px;
}

.copyright {
    display: flex;
    justify-content: center;
    color: white;
}


@media (max-width: 385px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 700px;
        width: 100%;
    }

    .btn-toggle {
        padding: 5px 10px;
    }

    .navbar-nav {
        padding-bottom: 10px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 12px;
    }

}

@media (min-width: 384px) and (max-width: 575.98px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 610px;
        width: 100%;
    }

    .btn-toggle {
        padding: 5px 10px;
    }

    .navbar-nav {
        padding-bottom: 10px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 12px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 610px;
        width: 100%;
    }

    .btn-toggle {
        padding: 9px 16px;
    }

    .navbar-nav {
        padding-bottom: 11px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 610px;
        width: 100%;
    }

    .btn-toggle {
        padding: 10px 18px;
    }

    .navbar-nav {
        padding-bottom: 12px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 14px;
    }

    nav-btn {
        width: 90x;
        height: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-toggle {
        padding: 10px 20px !important;
    }

    section.hero .title {
        margin-top: 60px;
    }

    section.hero .text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 375px){
    .img-login{
        width: 90%
    }

    .text-img-login{
        padding: 25px;
    }
    
    .text-img-login h1{
        font-size: 32px;
    }

    .text-img-login p{
        font-size: 18px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}
@media only screen and (min-width: 376px) and (max-width: 576px){
    .img-login{
        width: 80%
    }

    .text-img-login{
        padding: 45px;
    }
    
    .text-img-login h1{
        font-size: 32px;
    }

    .text-img-login p{
        font-size: 18px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px){
    .text-img-login{
        padding: 25px;
    }
    
    .text-img-login h1{
        font-size: 32px;
    }

    .text-img-login p{
        font-size: 16px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px)  {
    .text-img-login{
        padding: 25px;
    }
    
    .text-img-login h1{
        font-size: 32px;
    }

    .text-img-login p{
        font-size: 16px;
    }

    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}