* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.d_flex {
    display: flex;
    align-items: center;
}

li {
    list-style: none;
    text-decoration: none;
}



.logo ul li {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 15px;
}
.formtitile { display:block; font-size:15px; font-weight:600; color:#fff; margin:18px 0 14px; }
.logo ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.logo ul li a:hover {
    color: #0EC824;
}

body {
    margin: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col_100 {
    width: 100%;
}

.col_80 {
    width: 80%;
}


.col_50 {
    width: 50%;
}

.col_60 {
    width: 60%;
}

.col_20 {
    width: 20%;
}

.col_30 {
    width: 30%;
}

.col_40 {
    width: 40%;
}

.col_33 {
    width: 33.33%;
}

.col_70 {
    width: 70%;
}

.reg_btn {
    text-align: end;
}

.hero_sec {
    background-color: #031005;
    background-image: url("../assets/images/hero-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 20px 00px 10px;
}

.align_center {
    align-items: center;
}

.justify_between {
    justify-content: space-between;
}

.content_center {
    text-align: center;
}

.small_text {
    /* text-align: center; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4C6F57;
}


#primary_button_green {
    border-radius: 9999px;
    display: inline-block;
    background-color: #0EC824;
    padding: 0.75rem 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;

    /* Animation ke liye transitions */
    transition: all 0.3s ease-in-out;
}

#primary_button_green:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(14, 200, 36, 0.3);
}

#primary_button_green:active {
    transform: translateY(-1px) scale(1);
}


.cv .core_values .title_text{ line-height:1.1; margin:8px 0 14px; }
.cv-grid{ align-items:stretch; }
.cv-mini{ height:auto; }
.cv-card{ height:auto; display:flex; flex-direction:column; gap:12px; }
.cv-card img{ flex:0 0 auto; }
.cv-card h3{ flex:0 0 auto; margin:8px 0 0; }
.cv-card .paragraph_text{ flex:0 0 auto; margin:0; }
.real_token_box.cv-card{ height:auto; display:flex; flex-direction:column; align-content:stretch; }
.real_token_box.cv-card h3{ margin-top:0; }
.real_token_box.cv-card--token{ background-color:#D5F2D4; }
.real_token_box.cv-card--dark{ background-color:#0B0B0B; }
.real_token_box.cv-card--dark .paragraph_text{ color:#CCD4CD; }
.hero_sec h1.title_text > span{ color:#0EC824; }
.cv .foundation_value_box, .cv .investment_engine, .cv .real_token_box{ transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; will-change:transform; }
.cv .foundation_value_box:hover, .cv .investment_engine:hover, .cv .real_token_box:hover{ transform:translateY(-6px); box-shadow:0 16px 34px rgba(0,0,0,.18); border-color:rgba(14,200,36,.25); }
.cv .investment_engine:hover, .cv .real_token_box.cv-card--dark:hover{ box-shadow:0 18px 40px rgba(0,0,0,.28); }
.cv .paragraph_text{line-height:1.6;}
.hero_section .title_text span{ color:#0EC824; }
.cv .foundation_value_box .paragraph_text,
.cv .real_token_box .paragraph_text,
.cv .investment_engine .paragraph_text{
  margin-top:8px;
}
.core_products p,.security_sec .paragraph_text{color:#CCD4CD;}

.faq_sec{ background:#ffffff; }
.faq_center{ max-width:980px; margin:0 auto; }
.faq_list{ margin-top:24px; display:flex; flex-direction:column; gap:14px; }
.faq_item{ border:2px solid #007f6b; border-radius:22px; overflow:hidden; background:#ffffff; }
.faq_q{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 18px; background:transparent; border:0; cursor:pointer; text-align:left; }
.faq_q_text{ font-weight:600; font-size:18px; line-height:1.25; color:#0b0f0d; }
.faq_icon{ width:34px; height:34px; border:2px solid #007f6b; border-radius:99px; position:relative; flex:0 0 auto; }
.faq_icon:before{ content:""; position:absolute; left:50%; top:50%; width:14px; height:2px; background:#007f6b; transform:translate(-50%,-50%); }
.faq_icon:after{ content:""; position:absolute; left:50%; top:50%; width:2px; height:14px; background:#007f6b; transform:translate(-50%,-50%); }
.faq_item.is-open .faq_icon:after{ display:none; }
.faq_a{ padding:0 18px 18px 18px; }
.faq_a .paragraph_text{ margin:0; color:#1a1f1c; }
@media (max-width:768px){ .faq_q_text{ font-size:16px; } }


.sec2-security{padding:90px 0;background:#06120a;}
.sec2-security__head{max-width:980px;margin:0 auto 44px;}
.sec2-security__kicker{margin:0 0 10px;}
.sec2-security__title{margin:0 0 18px;}
.sec2-security__lead{margin:0 0 14px;color:#CCD4CD;line-height:1.55;}
.sec2-security__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:stretch;}
.sec2-security__card{display:flex;flex-direction:column;min-height:100%;border-radius:26px;background:rgba(8,24,14,.92);border:1px solid rgba(14,200,36,.22);box-shadow:0 22px 60px rgba(0,0,0,.35);overflow:hidden;}
.sec2-security__media{padding:22px 22px 0;display:flex;justify-content:center;align-items:flex-start;}
.sec2-security__img{width:250px;max-width:100%;height:auto;display:block;}
.sec2-security__body{padding:18px 22px 22px;display:flex;flex-direction:column;gap:10px;flex:1;}
.sec2-security__h3{margin:0;color:#ffffff;font-size:22px;line-height:1.15;}
.sec2-security__text{margin:0;color:#CCD4CD;line-height:1.55;flex:1;}
.sec2-security__cta{margin-top:28px;}
.sec2-security__btn{display:inline-flex;}
@media (max-width:1024px){.sec2-security__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.sec2-security{padding:64px 0;}.sec2-security__grid{grid-template-columns:1fr;}.sec2-security__img{width:220px;}}
.sec2-security .title_text.sec2-security__title{line-height:1.15!important;}

.core_products .products_title h3,.core_products .products_title ul,.core_products .products_title li{color:#CCD4CD;}
.core_products .products_title ul{list-style:none;margin:12px 0 0;padding-left:20px;}
.core_products .products_title ul li{position:relative;margin:6px 0;line-height:1.5;padding-left:18px;}
.core_products .products_title ul li:before{content:"";position:absolute;left:0;top:0.75em;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#0EC824;}

.core_values.cv ul{list-style:none;margin:12px 0 0;padding-left:20px;}
.core_values.cv ul li{position:relative;margin:6px 0;line-height:1.5;padding-left:18px;}
.core_values.cv ul li:before{content:"";position:absolute;left:0;top:0.75em;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#0EC824;}
.foundation_value_box.cv-mini img{display:block;margin:0 auto;}

.title_text {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 500;
}

.title_text span {
    color: #0EC824;
}

.founder_text p {
    font-family: Arial, Helvetica, sans-serif;

    line-height: 1.3;
    font-weight: 400;

}

.gif_img {
    text-align: right;
}

.gif_img img {
    width: 70%;

}

.main_content {
    padding: 100px 0 0 0;
}

.form {
    background-color: #0C1910;
    border: 1px solid #112317;
    border-radius: 30px;
    padding: 15px 25px 25px 25px;
}

.error {
    color: #ff4d4d;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.input-error {
    border: 1px solid #ff4d4d;
}

.founder_text {
    padding-right: 20px;
}

.founder_text h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

.video_wrapper {
    position: relative;
    width: 100%;
    padding-left: 100px;
}

.video_wrapper video {
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.form h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 600;
}

.form input {
    width: 100%;
    background-color: #010E05;
    border: 1px solid #1F3A2B;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 20px;
    border-radius: 30px;
    color: #47524A;
}

#password {
    margin: 10px 0;
}

input#primary_button_green {
    width: auto;
    cursor: pointer;
}

.co_founder_sec {
    padding: 50px 0;
}

.founder_text .title_text{
  font-size:32px;
  line-height:1.2;
}
.title_text span{ color:inherit; }
.title_text .name{ color:#1E2722; }
.title_text .role{ color:#0EC824; }

.layer_blur {
    background: #031005;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 999px;
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 8px 24px;
    position: relative;
    overflow: hidden;
}


.founder_text .paragraph_text {
    color: #000;
}

.core_values {
    background-color: #f9fffa;
    padding: 30px 0 60px 0;
}

.core_values .small_text {
    color: #079417;
}

.core_values .title_text {
    color: #000000;
    line-height: 0;
}

.core_values .paragraph_text {
    color: #000;
}

.foundation_value_box {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 18px;
    margin: 10px;
    border: 1px solid rgb(202 202 202 / 40%);
}

.foundation_value_box h3 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0B0B0B;
    margin: 10px 0 0 0;
}



.investment_engine {
    background-color: #0B0B0B;
    border-radius: 14px;
    padding: 30px;
    margin: 15px;
}

.investment_engine img{ width:auto; max-width:100%; height:auto; display:block; margin:0 auto 12px; }

.investment_engine h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #21AE38;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.investment_engine p {
    color: #CCD4CD !important;
    text-align: left;
    font-weight: 400;
}

.real_token_box {
    background-color: #D5F2D4;
    padding: 20px;
    margin: 15px;
    height: 295px;
    border-radius: 13px;
    display: inline-grid;
}

.real_token_box img {
    width: 90px;
}

.real_token_box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    margin-top: 60px;
    margin-bottom: 0;
    color: #133917;
    font-weight: 700;
}

.real_token_box .paragraph_text {
    font-size: 16px;
    color: #000;
}

#blockchain_security img {
    width: 65px;
}

#low_risk_investment, .blockchain_backed {
    background-color: #0B0B0B;
}

#low_risk_investment h3, .blockchain_backed h3 {
    color: #21AE38;
}

.m_t {
    margin-top: 20px;
}

#low_risk_investment .paragraph_text, .blockchain_backed .paragraph_text {

    color: #CCD4CD;

}

.core_products, .security_sec {
    background-color: #010E05;
    padding: 60px 0 60px 0;
}

.products_title .small_text {
    color: #079417;
}

.products_title .title_text {
    line-height: 5px;
}

.foundation_box {
    background-color: #031A08;
    padding: 20px 20px;
    margin: 15px;
    border: 1px solid #112418;
    border-radius: 20px;
}

.foundation_box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #9DB1A5;
}

.foundation_box h3 span {
    color: #21AE38;
}

.foundation_box .paragraph_text {
    font-size: 16px;
    color: #909F94;
}
.paragraph_text3 {color: #fff;}
.foundation_box ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style: disc;
    font-weight: 400px;
    color: #909F94;
    margin-top: 10px;
}

.infinite_possibilities {
    background-color: #f9fffa;
    padding: 60px 0;
}

.infinite_possibilities .small_text {
    color: #079417;
}

.infinite_possibilities .title_text {
    color: #191B1A;
    font-size: 44px;
    line-height: 50px;
    margin: 0;
}

.infinite_possibilities .paragraph_text {
    color: #000;
}

.invest_stake_box {
    border: 1px solid rgb(202 202 202 / 50%);
    border-radius: 20px;
    padding: 30px 40px;
    margin: 10px;
}

.invest_stake_box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.invest_stake_box .paragraph_text {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7rem;
}

.core_products_btn#primary_button_green, .token_btn#primary_button_green {
    margin: 20px 0 0 20px;
    background-color: #38C65C;
    color: #FFFFFF;
}

.core_products_btn#primary_button_green, .token_btn#primary_button_green {
    margin: 20px 0 0 10px;

}

.secure_design_description {
    background-color: #031A08;
    border: 3px solid #112418;
    padding: 110px 30px 30px 30px;
    margin-top: -80px;
    height: 260px;
    border-radius: 16px;
}

.secure_design_box {
    margin: 15px;
}

.security_margin {
    margin-top: 20px;
}

.secure_design_box img {
    width: 250px;
    border-radius: 10px;
}

.secure_design_description h3 {
    color: #9DB1A5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 0;
}

.secure_design_description .paragraph_text {
    text-align: left;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCD4CD;
    margin: 0;
    line-height: 1.3rem;
}

.investing_assetara {
    background-color: #003604;
    padding: 40px 0 60px 0;
}

.investing_assetara_text h2 {
    font-size: 56px;
    line-height: 10px;

}

.main_footer {
    padding: 0;
}

.footer_top {
    background-color: #000E02;
    padding: 40px 0 30px 0;
}

.footer_bottom {
    background-color: #191B1A;
    padding: 5px 0;
}

.footer_content .paragraph_text {
    font-size: 14px;
    line-height: 1.4rem;
    color: #909F94;
}

.copyright_year p,
.footer_link ul li a {
    font-size: 12px;
    color: #7D837E;
    font-family: Arial, Helvetica, sans-serif;
}

.footer_link ul li a:hover {
    color: #0EC824;
}

.footer_link,
.social_link {
    text-align: end;
}

.footer_link ul li a {
    text-decoration: none;
}

.footer_link ul li,
.social_link ul li {
    display: inline-flex;
    margin: 0 8px;
}

.social_link ul li a img {
    width: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
}

.social_link ul li a:hover img {
    transform: translateY(-5px);
    opacity: 1;
}

.system p img {
    margin-right: 7px;
}

.system p {
    border: 1px solid #003604;
    padding: 15px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 9999px;
    display: inline-block;
    color: #D6D8D6;
}

.mobile_toggle {
    display: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

.desktop_only {
    display: block;
}

.sidebar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    display: none;
}

.mobile_sidebar .sidebar_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px 0 0;
}

.mobile_sidebar .sidebar_logo img {
    max-width: 140px;
}

.mobile_sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #0B1A0E;
    padding: 40px 20px;
    transition: 0.4s ease;
    z-index: 999;
}

/* Close button */
.mobile_sidebar .close_btn {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

/* Sidebar */
.mobile_sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #0B1A0E;
    padding: 40px 20px;
    transition: 0.4s ease;
    z-index: 999;
}

.mobile_sidebar ul {
    padding: 0;
}

.mobile_sidebar ul li {
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;

}

.mobile_sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.mobile_sidebar.active {
    left: 0;
}

.close_btn {
    text-align: right;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.layer_blur {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    transition: all 0.4s ease;
    z-index: 999;
}

.layer_blur.scrolled {
    top: 20px;
}

.mobile_btn {
    display: none;
}

/* Mobile Screen */
@media (max-width: 767px) {
    .mobile_btn {
        display: block;
        padding: 8px 14px !important;
        margin: 0 14px 0 0;
    }

    .container {
        width: 98%;
        margin: 0 auto;
    }

    .row {
        display: block;
    }

    .layer_blur {
        width: 90%;

    }

    .col_80,
    .col_70,
    .col_60,
    .col_50,
    .col_40,
    .col_33,
    .col_30,
    .col_20 {
        width: 100%;
    }

    .mobile_flex {
        display: flex;
        justify-content: space-between;
    }

    .small_text {
        font-size: 14px;
    }

    .title_text, .investing_assetara_text h2, .products_title .title_text, .founder_text .title_text, .infinite_possibilities .title_text {
        font-size: 32px;
        line-height: 44px;
    }

    .gif_img {
        text-align: center;
    }

    .gif_img img {
        width: 100%;
    }


    .desktop_menu {
        display: none;
    }

    .desktop_only {
        display: none;
    }

    .mobile_toggle {
        display: block;
    }

    .form h3 {
        font-size: 22px;
    }

    .main_content br {
        display: none;
    }

    .paragraph_text {
        font-size: 16px;
        line-height: 1.5;
    }

    .video_wrapper {
        padding-left: 0px;
    }

    .co_founder_sec, .infinite_possibilities {
        padding: 40px 10px;
    }

    .invest_stake_box {
        padding: 30px 25px;
    }

    .founder_text h4 {
        font-size: 16px;
    }

    .core_values {
        padding: 30px 10px 60px 10px;
    }

    .core_values .title_text {
        line-height: 32px;
    }

    .paragraph_text br {
        display: none;
    }

    .invest_stake_box {
        margin: 20px 10px;
    }

    .foundation_value_box {
        margin: 30px 10px;
    }

    .investment_engine h3 {
        font-size: 26px;
        line-height: 2rem;
    }

    .secure_design_box {
        margin: 40px 15px;
    }

    .real_token_box {
        padding: 30px;
        height: 320px;
    }

    .real_token_box h3 {
        margin-top: 40px;
    }

    .core_products, .security_sec {
        background-color: #010E05;
        padding: 50px 10px 50px 10px;
    }

    .foundation_box {
        padding: 10px 20px 20px 20px;
        margin: 30px 15px;
    }

    .foundation_box h3 {
        font-size: 22px;
    }

    .infinite_possibilities {
        padding: 40px 10px 60px 10px;
    }

    .investing_assetara_text h2 {
        font-size: 36px;
    }

    .investing_assetara {
        padding: 40px 10px 70px 10px;
    }

    .footer_top {
        padding: 40px 10px 20px 10px;
    }

    .mobile_left {
        width: 24%;
    }

    .social_link ul li {
        margin: 0 6px;
    }

    .mobile_right {
        width: 76%;
    }
}

/* Tablet Screen */
@media (min-width: 768px) and (max-width: 1024px) {

    .container {
        width: 92%;
    }

    .layer_blur {
        width: 95%;
    }

    .main_content .col_30 {
        width: 40%;
    }

    .main_content .col_70 {
        width: 60%;
    }

    .gif_img img {
        width: 80%;
    }

.investment_engine img{ width:auto; max-width:100%; height:auto; }

    .investment_engine h3 {
        font-size: 26px;
    }

    .real_token_box h3 {
        margin-top: 45px;
    }

    .form input {
        height: 40px;
    }

    input#primary_button_green {
        line-height: 0;
    }

    .title_text, .infinite_possibilities .title_text {
        font-size: 32px;
    }

    .paragraph_text br {
        display: none;
    }

    .paragraph_text {
        font-size: 16px;
    }

    .main_content {
        padding: 85px 0 40px 0;
    }

    .co_founder_sec, .security_sec, .infinite_possibilities {
        padding: 40px 0;
    }

    .video_wrapper {
        padding-left: 30px;
    }

    .core_values {
        padding: 10px 0 60px 0;
    }

    .m_t .col_40 {
        width: 100%;
    }

    .core_products {
        padding: 50px 0 70px 0;
    }

    .m_t .col_30 {
        width: 50%;
    }

    .foundation_box h3 {
        font-size: 20px;
    }

    .invest_stake_box {
        padding: 30px 25px;
    }

    .secure_design_box img {
        width: 145px;
    }

    .secure_design_description h3 {
        font-size: 18px;
    }

    .secure_design_description {
        height: 370px;
        padding: 110px 20px 20px 20px;
    }

    .investing_assetara_text h2 {
        font-size: 36px;
    }

    .footer_top {
        padding: 40px 0 10px 0;
    }
}

/* Laptop / Small Desktop Screen */
@media (min-width: 1025px) and (max-width: 1200px) {
    .container {
        width: 95%;
    }

    .invest_stake_box {
        padding: 30px 25px;
    }

    .layer_blur {
        width: 92%;
    }

    .main_content {
        padding: 95px 0 0 0;
    }

    .infinite_possibilities .title_text {
        font-size: 38px;
    }

    .title_text {
        font-size: 36px;
    }

    .investment_engine h3 {
        font-size: 24px;
    }

    .real_token_box {
        height: 315px;
    }

    .core_values {
        padding: 20px 0 50px 0;
    }

    .core_products, .security_sec {
        padding: 40px 0 60px 0;
    }

    .real_token_box h3 {
        margin-top: 30px;
    }

    .infinite_possibilities {
        padding: 40px 0 60px 0;
    }

    .secure_design_description {
        height: 295px;
    }

    .investing_assetara_text h2 {
        font-size: 42px;
    }

    .footer_top {
        padding: 40px 0 20px 0;
    }
}


/* Desktop / Large Screen */
@media (min-width: 1201px) {
    .container {
        width: 1200px;
    }

    .invest_stake_box {
        padding: 30px 25px;
    }

    .infinite_possibilities .title_text {
        font-size: 40px;
    }

    .title_text {
        font-size: 36px;
    }

    .investment_engine h3 {
        font-size: 24px;
    }

    .real_token_box {
        height: 290px;
    }

    .core_values {
        padding: 20px 0 50px 0;
    }

    .core_products, .security_sec {
        padding: 40px 0 60px 0;
    }

    .real_token_box h3 {
        margin-top: 30px;
    }

    .infinite_possibilities {
        padding: 40px 0 60px 0;
    }

    .secure_design_description {
        height: 295px;
    }

    .investing_assetara_text h2 {
        font-size: 44px;
    }

    .footer_top {
        padding: 40px 0 20px 0;
    }
}