@import url('https://fonts.cdnfonts.com/css/galano-grotesque-alt');
@import url('https://fonts.cdnfonts.com/css/product-sans');

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Galano Grotesque Alt', sans-serif;
}

/* ////// NAV BAR SECTION //////  */
nav {   
    padding: 1rem 3rem;
    width: 100%;
    position: fixed;
    background-color: white;
    border-bottom: 2px solid #D4D6D8;
    z-index: 1;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 6rem;
    margin: 0;
}

.logo-li {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    cursor: pointer;
}

.logo-li a {
    font-size: 1.5rem;
    color: #000000;
}

.other-nav-items {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.other-nav-items a {
    color: #01C09B;
    font-size: 0.9rem;
}

.other-nav-items button {
    color: #01C09B;
    padding: 0.6rem 2.5rem;
    border-radius: 0.45rem;
    border: 1.2px solid #01C09B;
    font-size: 0.9rem;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Galano Grotesque Alt', sans-serif;
}

/* ////// TOP CONTAINER ////// */
.top-container {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-container img {
    width: 60%;
    height: auto;
}

h1 {
    font-size: 3rem;
    width: 60%;
    text-align: center;
    margin-top: 0;
}

.top-container button {
    font-size: 1.5rem;
    padding: 1rem 4.5rem;
    font-family: 'Galano Grotesque Alt', sans-serif;
    background-color: #01C09B;
    color: #FFFFFF;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
}

/* ////// FUNCTIONALITIES ////// */
.function-cards {
    display: flex;
    gap: 3rem;
    margin: 8rem 5rem;
}

.function-cards div {
    border: 0.4px solid #01C09B;
    padding: 1.5rem 1rem;
    border-radius: 0.5rem;
}

.function-cards h2 {
    font-size: 2rem;
    margin: 0.5rem 0 1rem;
}

.function-cards p {
    font-size: 1.5rem;
    color: #0000008C;
    margin: 0;
}

/* ////// HOW IT WORKS ////// */
.how-it-works {
    margin: 0 5rem;
    background: url("../assets/images/bridge-vector.png");
    padding: 2rem 0 0;
    background-size: cover;
}

.how-it-works-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #01B08E;
    opacity: .8;
    padding: 3rem 0;
}

.how-it-works-content h2 {
    font-size: 2rem;
    color: #FFFFFF;
    margin: 0 0 1rem;
    text-align: center;
}

.how-numbering-text {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.how-text {
    color: #FFFFFF;
    font-size: 1.5rem;
    width: 50%;
    text-align: left;
    margin: 2rem 0 0;
}

.numbering {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.numbering p {
    margin: 0;
    padding: 0.5rem 0.9rem;
    background-color: #018067;
    border-radius: 100%;
    font-size: 0.8rem;
    color: #FFFFFF;
}

.numbering hr {
    height: 6rem;
    width: 0;
    margin: 0;
    border: 2px solid #018067;
}

/* ////// WHY SECTION ////// */
.why-assetbridge {
    margin: 8rem 5rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

.why-assetbridge h2 {
    font-size: 2rem;
    color: #000000;
    margin: 0;
}

.why-assetbridge h3 {
    font-size: 1.25rem;
    color: #01C09B;
    margin: 0;
}

.why-assetbridge p {
    font-size: 1.5rem;
    color: #0000008C;
}

/* ////// SUBSCRIBE SECTION ////// */
.subscribe-section {
    padding: 3rem 5rem;
    background-color: #000000;
}

.subscribe-section h2 {
    font-size: 2rem;
    color: #01C09B;
    margin: 0;
}

.subscribe-section p {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin: 0;
    width: 44%;
}

.email-input {
    display: flex;
    justify-content: space-between;
    height: 4rem;
    align-items: center;
    background-color: #0F0F0F;
    width: 60%;
    margin-top: 3rem;
    padding-right: 0.5rem;
    gap: 0.5rem;
    border: 1.5px solid #262626;
    border-radius: 0.5rem;
}

.email-input input {
    height: inherit;
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 1rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
    color: #01C09B;
}

.email-input input::placeholder {
    color: #939393;
}

.email-input input:focus {
    outline: none;
    color: #01C09B;
}

.email-input button {
    color: #FFFFFF;
    padding: 1rem 1.375rem;
    font-size: 1.125rem;
    background-color: #01C09B;
    border: none;
    cursor: pointer;
    border-radius: 0.5rem;
}

/* ////// FOOTER SECTION ////// */
footer {
    padding: 3rem 5rem 1.5rem;
}

.footer-sections {
    display: flex;
    gap: 4rem;
    border-bottom: 0.87px solid #DFE1E3;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}

.logo-side {
    display: flex;
    align-items: center;
}

.logo-side p {
    font-size: 3.5rem;
    font-weight: bold;
}

.docs-side, .community-side {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.docs-side {
    margin-right: 10%;
}

.docs-side h3, .community-side h3 {
    font-size: 1.25rem;
    margin: 1rem 0 0.5rem;
}

.docs-side a, .community-side a {
    text-decoration: none;
    font-size: 1rem;
    color: #8E8F94;
}

.copyright {
    font-family: 'Product Sans', sans-serif;
    color: #8E8F94;
    font-size: 0.9rem;
    margin: 0; 
    text-align: center;                               
}

/* /////////// MEDIA RESPONSIVENESS ////////// */
@media (max-width: 1200px) {
    /* ////// TOP CONTAINER ////// */
    h1 {
        font-size: 2rem;
    }

    .top-container button {
        font-size: 1.2rem;
        padding: 0.8rem 3.5rem;
    }

    /* ////// FUNCTIONALITIES ////// */
    .function-cards {
        gap: 2rem;
    }

    .function-cards h2 {
        font-size: 1.5rem;
    }

    .function-cards p {
        font-size: 1rem;
    }

    /* ////// HOW IT WORKS ////// */
    .how-it-works-content h2 {
        font-size: 1.5rem;
        margin: 0;
    }


    .how-text {
        font-size: 1rem;
        margin: 0;
    }

    .numbering p {
        padding: 0.3rem 0.7rem;
        font-size: 0.6rem;
    }

    .numbering hr {
        height: 2rem;
        border: 1px solid #018067;
    }

    /* ////// WHY SECTION ////// */
    .why-assetbridge {
        gap: 3rem;
    }

    .why-assetbridge h2 {
        font-size: 1.5rem;
    }

    .why-assetbridge h3 {
        font-size: 0.8rem;
    }

    .why-assetbridge p {
        font-size: 1rem;
    }

    /* ////// SUBSCRIBE SECTION ////// */
    .subscribe-section h2 {
        font-size: 1.5rem;
    }

    .subscribe-section p {
        font-size: 1rem;
    }

    .email-input {
        height: 3rem;
        width: 60%;
        margin-top: 2.5rem;
    }

    .email-input input {
        font-size: 1rem;
    }

    .email-input button {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        border-radius: 0.3rem;
    }

    /* ////// FOOTER SECTION ////// */
    .logo-side p {
        font-size: 3rem;
    }

    .docs-side a, .community-side a {
        font-size: 0.8rem;
    }

    .copyright {
        font-size: 0.8rem;                         
    }
}

@media (max-width:1020px) {
    /* ////// HOW IT WORKS ////// */
    .numbering hr {
        height: 3.5rem;
        border: 1px solid #018067;
    }

    /* ////// WHY SECTION ////// */
    .why-assetbridge img {
        width: 50%;
        height: auto;
    }

    /* ////// FOOTER SECTION ////// */
    .logo-side p {
        font-size: 2rem;
    }

    .docs-side {
        margin-right: 3%;
    }
    
}

@media (max-width:860px) {
    /* ////// NAV BAR SECTION //////  */
    nav {
        padding: 0.8rem 3rem;
    }

    .logo-li img {
        width: 2rem;
        height: 2rem;
    }

    .logo-li a {
        font-size: 1rem;
    }
    
    .other-nav-items {
        gap: 1.5rem;
    }

    .other-nav-items a {
        font-size: 0.7rem;
    }

    .other-nav-items button {
        padding: 0.4rem 1.5rem;
        font-size: 0.7rem;
    }

    /* ////// FOOTER SECTION ////// */
    .footer-sections {
        gap: 2rem;
    }

    .logo-side img {
        width: 6rem;
        height: 6rem;
    }
    
}

@media (max-width:800px) {
    /* ////// TOP CONTAINER ////// */
    h1 {
        font-size: 1.5rem;
    }

    .top-container button {
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
    }

    /* ////// FUNCTIONALITIES ////// */
    .function-cards {
        margin: 8rem 3rem;
    }

    .function-cards img {
        width: 2rem;
        height: 2rem;
    }

    .function-cards h2 {
        font-size: 1rem;
        margin: 0.5rem 0;
    }

    .function-cards p {
        font-size: 0.8rem;
    }

    /* ////// HOW IT WORKS ////// */
    .how-it-works {
        margin: 0 3rem;
    }

    .how-it-works-content h2 {
        font-size: 1.2rem;
        margin: 0;
    }

    .how-text {
        font-size: 0.8rem;
    }

    .numbering hr {
        height: 2.5rem;
        border: 1px solid #018067;
    }

    /* ////// WHY SECTION ////// */
    .why-assetbridge {
        margin: 8rem 3rem;
    }

    .why-assetbridge h2 {
        font-size: 1.2rem;
    }

    .why-assetbridge h3 {
        font-size: 0.6rem;
    }

    .why-assetbridge p {
        font-size: 0.8rem;
    }

    /* ////// SUBSCRIBE SECTION ////// */
    .subscribe-section {
        padding: 3rem 3rem;
    }

    .subscribe-section h2 {
        font-size: 1.2rem;
    }

    .subscribe-section p {
        font-size: 0.8rem;
        width: 50%;
    }

    .email-input {
        height: 2.5rem;
        width: 80%;
        margin-top: 2rem;
    }

    .email-input input {
        font-size: 0.8rem;
    }

    .email-input button {
        padding: 0.3rem 1rem;
        font-size: 0.8rem;
        border-radius: 0.3rem;
    }

    /* ////// FOOTER SECTION ////// */
    footer {
        padding: 3rem 3rem 1.5rem;
    }

    .logo-side img {
        width: 4rem;
        height: 4rem;
    }

    .logo-side p {
        font-size: 1.5rem;
    }

    .docs-side a, .community-side a {
        font-size: 0.8rem;
    }

    .copyright {
        font-size: 0.8rem;                         
    }
    
    .docs-side h3, .community-side h3 {
        font-size: 1rem;
        margin: 1rem 0 0rem;
    }
}

@media (max-width:700px) {
    /* ////// FUNCTIONALITIES ////// */
    .function-cards {
        margin: 8rem 2rem;
        gap: 1rem;
    }

    /* ////// HOW IT WORKS ////// */
    .how-it-works {
        margin: 0 2rem;
    }

    /* ////// WHY SECTION ////// */
    .why-assetbridge {
        margin: 8rem 2rem;
    }

    /* ////// SUBSCRIBE SECTION ////// */
    .subscribe-section {
        padding: 3rem 2rem;
    }

    /* ////// FOOTER SECTION ////// */
    footer {
        padding: 3rem 2rem 1.5rem;
    }
}

@media (max-width:540px) {
    /* ////// NAV BAR SECTION //////  */
    nav {   
        padding: 1rem 1.5rem;
    }

    nav ul {
        padding-right: 3rem;
    }

    .other-nav-items button {
        padding: 0.4rem 1rem;
    }

    /* ////// TOP CONTAINER ////// */
    .top-container img, h1 {
        width: 80%;
    }

    /* ////// HOW IT WORKS ////// */
    .how-numbering-text {
        gap: 1rem;
    }

    .how-text {
        width: 70%;
    }

    /* ////// WHY SECTION ////// */
    .why-assetbridge {
        gap: 1.5rem;
    }

    /* ////// SUBSCRIBE SECTION ////// */
    .subscribe-section p, .email-input {
        width: 90%;
    }

    /* ////// FOOTER SECTION ////// */
    .logo-side img {
        width: 3rem;
        height: 3rem;
    }

    .logo-side p {
        font-size: 1rem;
    }
    
}

@media (max-width:500px) {
    /* ////// NAV BAR SECTION //////  */
    .logo-li img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .logo-li a {
        font-size: 0.7rem;
    }

    .other-nav-items {
        gap: 1rem;
    }




    /* ////// FUNCTIONALITIES ////// */
    .function-cards {
        flex-direction: column;
        margin: 8rem 1.5rem;
    }

    .function-cards div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .function-cards p {
        text-align: center;
    }

    /* ////// HOW IT WORKS ////// */
    .how-it-works {
        margin: 0 1.5rem;
    }

    /* ////// WHY SECTION ////// */
    .why-assetbridge {
        flex-direction: column;
        gap: 1rem;
        margin: 8rem 1.5rem;
    }

    .why-assetbridge h2, .why-assetbridge h3, .why-assetbridge p {
        text-align: center;
    }

    /* ////// SUBSCRIBE SECTION ////// */
    .subscribe-section {
        padding: 3rem 1.5rem;
    }

    .email-input button {
        padding: 0.3rem 0.8rem;
        font-size: 0.7rem;
    }

    /* ////// FOOTER SECTION ////// */
    footer {
        padding: 3rem 1.5rem 1.5rem;
    }

    .footer-sections {
        flex-direction: column;
    }

    .logo-side img {
        width: 4rem;
        height: 4rem;
    }

    .logo-side p {
        font-size: 1.5rem;
    }

    .docs-side {
        margin-right: 0;
    }
}