* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}


nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 120px;
}
.nav-content ul {
    display: flex;
    gap: 32px;
    list-style: none;
}
.nav-content ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

#header-banner {
    background-image:  url("./assets/hero-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    height: 674px;
    padding-bottom: 40px;
}
#head-main {
    width: 85%;
}
#head-main h1 {
    opacity: 0.9;
    font-style: Bold;
    font-size: 72px;
    font-weight: 700;
    line-height: 84px;
    text-align: center;
    margin: 16px auto;
}
.head-main-p {
    font-size: 18px;
    line-height: 33px;
    color: #ffffff;
    margin: 32px;
}
#head-main h1 span {
    color: #469165;
}
.head-small {
    border-radius: 1000px;
    background-color: #ffffff;
    color: #469165;
    margin: 0 auto;
    width: 229px;
    padding: 8px 12px;
    text-align: center;
}
.head-small img {
    margin: -3px 6px -3px 0;
}
.head-small p {
    font-size: 16px;
    font-weight: 500;
}

#main-cards {
    text-align: center;
    margin: 0 auto;
    background-color: #F7F6F2;
    padding: 60px 0;
}
#main-cards h3, .main-part-content h3 {
    color: #001931;
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px auto 16px auto;
}
#main-cards p, .main-part-content-ptext {
    color: #627382;
    font-size: 16px;
    line-height: 20px;
}
.png {
    background-color: #F95555;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.card h5 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    color: #001931;
    padding: 24px 0;
}
.card-container {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 44px auto;
    gap: 24px;
}
.card {
    background-color: white;
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.06);
    padding: 24px;

    /* centering --> card postion --> */
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}
.card p {
    width: 274px;
    height: 40px;
}


#main-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px auto;
    width: 85%;
    gap: 60px;
}
.main-part-content h6 {
    font-weight: 500;
    color: #469165;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0 16px 0px;
}
.checked-part {
    margin-top: 40px;
}
.checked-part p {
    color: #001931;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 0;
}
.checked-part p img {
    margin: -4px 6px -4px 0;
}

#end-part {
    background-color: #F7F6F2;
    width: 85%;
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#end-part h2 {
    color: #001931;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 16px;
}
#end-part p {
    color: #627382;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
#end-part button {
    margin: 24px 0 16px;
}


footer {
    background-color: #001931;
    margin: 120px auto 0;
}
.footer-elements { 
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 120px;
}
footer hr {
    width: 100%;
    border: 1px solid #E5E7EB;
    opacity: 0.2;
    margin: 80px 0 30px 0;
}
.footer-social p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 120px;
    padding-bottom: 16px;
}
.social-links {
    display: flex;
    gap: 16px;
}
.social-links {
    display: flex;
    gap: 16px;
}
.social-links a {
    padding-top: 2px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    color: #001931;
    border-radius: 50%;
}


.footer-end p {
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 300;
}


/* buttons */
.btn-white {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(255, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 16px 16px 16px 0;
    margin-left: 10px;
}
.btn-green {
    background-color: #469165;
    color: #ffffff;
    font-size: 16px;
    font-family: 600;
    border: none;
    border-radius: 4px;
    padding: 12px 16px;
}
.btn-green:hover, .btn-white:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 0 6px 15px rgba(0,0,0,0.45);
}
#header-banner .btn-green {
    padding: 16.5px 0 16.5px 16px;
}
.btn-green img {
    margin: -5px 18px -5px 10px;
}
.btn-white img {
    margin: -5px 10px -5px 16px;
}
#end-part .btn-green  img {
    margin-right: 0px;
}
/* INFO: box-shadow -- "Get Early Access" btn */
#end-part button {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}