*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-weight: 400;
}

body {
    background: #fafbfa;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
.navigation {
    background: #1c3042 !important;
    padding: 24px 0;
}
/* banner menu */
section.nav-banner {
    background: #f2f2f2;
}
.nav-banner-main {
    padding: 32px 0;
}
.nav-banner-main h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.nav-banner-menu {
    display: flex;
    gap: 8px;
    align-items: center;
}
.nav-banner-menu a {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.nav-banner-menu a:hover {
    text-decoration: underline;
}
.nav-banner-menu span svg {
    width: 18px;
    height: 16px;
    display: block;
}
.nav-banner-menu p {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}
/* account */
section.account {
    padding: 64px 0;
}
.account-heading {
    padding-bottom: 34px;
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
}
.account-heading h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 24px;
}
.account-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.account_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.account_content-card {
    flex: 0 0 31.5%;
    max-width: 31.5%;
}
.account_content {
    min-height: 720px;
}
.account_details {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 20%);
}
.account-card-head {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    padding: 16px 0;
    position: relative;
}
.account-card-head::after {
    content: "";
    position: absolute;
    top: 57px;
    left: 47%;
    width: 18px;
    height: 18px;
    background: #ff8b02;
    transform: rotate(45deg);
}
.account-card-head h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    text-align: center;
}
.account-card-price {
    padding: 16px 0;
    background: #f2f2f2;
}
.account-card-price h5 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    position: relative;
}
.account-card-price h5 span {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 11px;
    left: 28%;
}
.account-card-price p {
    height: 22px;
    text-align: center;
    font-size: 18px;
    color: #707070;
}
.account-card-details {
    padding: 24px 16px;
    background: #fff;
}
.account-card-details p {
    font-size: 16px;
    color: #707070;
    height: 65px;
    padding-bottom: 8px;
}
.account-card-details ul {
    min-height: 284px;
}
.account-card-details ul li {
    padding: 4px 0;
    color: #707070;
}
.account-card-details ul li i {
    color: #ff8b02;
    background-color: rgba(71, 190, 104, .05);
    padding: 4px;
    margin-right: 4px;
    border-radius: 30px;
}
.account-card-btn {
    text-align: center;
    padding-top: 12px;
}
.account-card-btn a {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ff8b02;
    border-radius: 40px;
    transition: 0.3s ease;
}
.account-card-btn a:hover {
    color: #fff;
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
}



.account_details:hover .account-card-head {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
}
.account_details:hover .account-card-head::after {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
}
.account_details:hover .account-card-details {
     background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
     color: black;

}
.account_details:hover .account-card-details p {
    color: #fff;
}
.account_details:hover .account-card-details ul {
    min-height: 310px;
}
.account_details:hover .account-card-details ul li {
    color: #fff;
}
.account_details:hover .account-card-details ul li i {
    background: none;
    color: #fff;
}
.account_details:hover .account-card-details .account-card-btn a {
    border: 2px solid #fff;
    color: #fff;
}
.account_details:hover .account-card-details .account-card-btn a:hover {
    border: 2px solid #ff8b02;
    background: #ff8b02;
}
/* how-to-start */
.how-start {
    padding-bottom: 64px;
}
.container_start {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
.heading_start {
    text-align: center;
}
.heading_start h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
}
.heading_fund_terms br {
    display: none;
}
.main_start_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin-top: 36px;
}
.start_card_list {
    flex: 0 0 28%;
    max-width: 28%;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 24px 56px 15px 24px;
}
.content_start_card {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.content_start_card h2 {
    color: #000;
    font-family: 'Gellix';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.content_start_card img {
    width: 55px;
}
.start_card_des p {
   /* width: 301px;
    */
    min-height: 110px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding-top: 12px;
}
.start_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}
.register_start_btn a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #ff8b02;
    border-radius: 40px;
    transition: 0.3s ease;
}
.register_start_btn.active a {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    color: #ffffff;
}
.register_start_btn.active a:hover {
    background-color: transparent;
    color: #000;
}
.register_start_btn a:hover {
    background: linear-gradient(to right,#ffe22e,#ff8b02) !important;
    color: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1310px) { 
    .account-card-details ul {
        min-height: 350px;
    }
}
@media (max-width: 1024px){
    .content_start_card h2 {
        font-size: 24px;
        font-weight: 600;
    }
    .start_card_list {
        padding: 30px 45px 15px 30px;
    }
}
@media (max-width: 768px) {
    .account-heading h2, .heading_start h2 {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 16px;
        font-weight: 700;
    }
    .account-heading p {
        font-size: 16px;
    }
    .account_content-card {
        flex: 0 0 47.5%;
        max-width: 47.5%;
    }
    .main_start_section {
        gap: 16px;
        flex-wrap: wrap;
    }
    .start_card_list {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .register_start_btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
}
@media (max-width: 560px){
    .account_content-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .account-card-details p {
        height: auto;
    }
    .account-card-btn a {
        font-size: 14px;
    }
    .account_content-card {
        position: sticky;
        top: 52px;
    }
    .start_card_list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .start_card_list {
        position: sticky;
        top: 120px;
    }
    .heading_start {
        position: sticky;
        top: 24px;
    }
}
@media (max-width: 430px) {
    .nav-banner-main h2 {
        font-size: 20px;
    }
    .nav-banner-menu a, .nav-banner-menu p {
        font-size: 14px;
        font-weight: 400;
    }
    .nav-banner-menu span svg {
        width: 12px;
        height: 12px;
    }
    .navigation {
        padding: 20px 0;
    }
    .register_start_btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
}
@media (max-width: 330px){
    .register_start_btn a {
        padding: 10px;
        font-size: 12px !important;
    }
}