@media (max-width: 1024px) {
    body {
        font-family: Montserrat !important;
        margin: 0;
    }
    /* div{
        border-block-width: 1px;
        border-color: red;   
        border-style: solid; 
    } */
    a {
        text-decoration: none;
        color: #8C3B3B;
        font-family: Futura;
        cursor: pointer;
        /* font-weight: 600; */
    }
    .menu a:hover {
        color: white;
    }
    button {
        cursor: pointer;
    }
    #total_page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #theme_page {
        height: 50vh;
        display: flex;
        min-height: 350px;
        min-width: 768px;
        flex-direction: column;
        background-image: url("../img/Leroy-02-01_2x.webp");
        background-size: cover;
    }
    #theme_menu {
        height: 15%;
        display: flex;
        font-size: 2rem;
        flex-direction: row;
        text-align: center;
        line-height: 4;
    }
    #logo {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    #logo img {
        padding-top: 8%;
        width: 50%;
        height: auto;
    }
    .menu {
        width: 15%;
        height: 100%;
    }
    #theme_content {
        height: 60%;
        text-align: left;
    }
    #theme_word {
        color: #EDEEEF;
        font-family: Futura;
        font-size: 6rem;
        /* font-weight: 500; */
        padding-top: 4%;
        line-height: 1.2;
        padding-left: 3%;
    }
    #theme_button {
        height: 25%;
        padding-left: 3%;
        font-size: 3rem;
        font-family: Montserrat;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-bottom: 4%;
    }
    #theme_button img {
        height: 15%;
        width: 20%;
        vertical-align: middle
    }
    #inner_page_one {
        height: 50vh;
        min-height: 350px;
        min-width: 768px;
        display: flex;
        flex-direction: column;
        background-image: url("../img/Asset-1.webp");
        background-size: cover;
    }
    #inner_page_one_title {
        height: 32%;
        margin: 0% 10%;
        font-family: Futura;
        font-size: 6rem;
        font-weight: 600;
        text-align: center;
        line-height: 3.5;
        color: darkred;
    }
    #inner_page_one_word {
        height: 24%;
        margin: 0% 10%;
        padding: 0% 4%;
        font-size: 2rem;
        font-family: Montserrat;
        font-weight: 600;
        text-align: center;
    }
    #inner_page_one_icon {
        height: 24%;
        margin: 0% 12%;
        display: flex;
        flex-direction: row;
    }
    .company_icon {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .company_icon img {
        border-block-width: 1px;
        border-color: red;   
        border-style: solid;
    } */
    #company_icon_dupont {
        width: 70%;
        height: auto;
    }
    #company_icon_cta {
        width: 60%;
        height: auto;
        padding-bottom: 7%;
    }
    #company_icon_zenly {
        width: 75%;
        height: auto;
    }
    #company_icon_info {
        width: 100%;
        height: auto;
    }
    #company_icon_circle {
        width: 80%;
        height: auto;
    }
    #inner_page_one_button {
        height: 20%;
        text-align: center;
        margin: 0% 20%;
    }
    #learn_more_button {
        width: 13%;
        height: auto;
    }
    #inner_page_two {
        height: 50vh;
        display: flex;
        min-height: 350px;
        min-width: 768px;
        flex-direction: row;
        background-color: black;
    }
    #inner_page_two_join {
        margin-left: 4.5%;
        margin-right: 1%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 29px;
        width: 29%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/component.webp");
        background-size: cover;
        background-position: 30% 50%;
    }
    #inner_page_two_start {
        width: 29%;
        margin: 3% 1%;
        border-radius: 29px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/IMG-26.webp");
        background-position: 50% 50%;
        background-size: cover;
    }
    #inner_page_two_build {
        margin-right: 4.5%;
        margin-left: 1%;
        margin-top: 3%;
        margin-bottom: 3%;
        width: 29%;
        border-radius: 29px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/pexels-fauxels-3183165_2x.webp");
        background-size: cover;
    }
    .space {
        height: 50%;
    }
    .title {
        height: 23%;
        width: 80%;
        font-family: Montserrat;
        font-size: 3rem;
        color: white;
        font-weight: 500;
        margin-left: 2%;
    }
    .content {
        height: 25%;
        width: 90%;
        font-family: Montserrat;
        font-size: 2rem;
        color: white;
        margin-left: 2%;
    }
    #join_button {
        background-color: transparent;
        border: 2px solid white;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0% 1%;
        margin-top: 2rem;
        margin-left: 2%;
        width: 35%;
        height: 17%;
        border-radius: 33px;
    }
    #start_button {
        background-color: transparent;
        border: 2px solid white;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0% 1%;
        margin-top: 4.5rem;
        margin-left: 2%;
        width: 35%;
        height: 17%;
        border-radius: 33px;
    }
    #build_button {
        background-color: transparent;
        border: 2px solid white;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0% 1%;
        margin-top: 2rem;
        margin-left: 2%;
        width: 40%;
        height: 17%;
        border-radius: 33px;
    }
    #inner_page_three {
        height: 50vh;
        background-image: url("../img/IMG_5885-5_2x_1.webp");
        min-height: 350px;
        min-width: 768px;
        background-size: cover;
        display: flex;
        flex-direction: row;
    }
    #inner_page_three_left {
        height: 100%;
        width: 55%;
        display: flex;
        flex-direction: column;
        margin-right: 5%;
    }
    #inner_page_three_right {
        height: 100%;
        width: 40%;
        display: flex;
        flex-direction: column;
    }
    #inner_page_three_left_title {
        height: 50%;
        font-family: Futura;
        line-height: 5;
        font-size: 6rem;
        color: #8C3B3B;
        font-weight: 600;
        margin-left: 5%;
    }
    #inner_page_three_left_content {
        height: 50%;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 2rem;
        margin-left: 5%;
        line-height: 1.5;
    }
    #team_title {
        height: 24%;
        font-size: 2rem;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 12.5;
        color: #8C3B3B;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #8C3B3B;
    }
    .team_member {
        height: 20%;
        margin-top: 4%;
        display: flex;
        flex-direction: row;
    }
    #team_member_img_one {
        width: 100px;
        height: 100px;
        margin-right: 10%;
        background-image: url("../img/DSC_5970\ \(1\).png");
        border-radius: 50%;
        background-position: 50% 10%;
    }
    #team_member_img_two {
        width: 100px;
        height: 100px;
        margin-right: 10%;
        background-image: url("../img/DSC_6784.png");
        border-radius: 50%;
        background-position: 57% 10%;
    }
    #team_member_img_three {
        width: 100px;
        height: 100px;
        margin-right: 10%;
        background-image: url("../img/DSC_6306.png");
        border-radius: 50%;
        background-position: 60% 8%;
    }
    .team_member_content {
        width: 60%;
        display: flex;
        align-items: center;
    }
    .name {
        font-size: 2.5rem;
        font-family: Montserrat;
        font-weight: bolder;
    }
    .position {
        font-size: 2rem;
        color: #8C3B3B;
        font-family: Montserrat;
        font-weight: 600;
    }
    #footer_page {
        height: 50vh;
        background-image: url("../img/Asset2.png");
        background-size: cover;
        min-height: 350px;
        min-width: 768px;
        display: flex;
        flex-direction: column;
    }
    #form_title {
        height: 25%;
        width: 100%;
        text-align: left;
        line-height: 5;
        margin-left: 7%;
        color: #EBEBEB;
        font-family: Futura;
        font-weight: 600;
        font-size: 4.5rem;
    }
    #form_sub_title {
        height: 5%;
        width: 100%;
        text-align: left;
        margin-left: 7%;
        color: #EBEBEB;
        font-family: Futura;
        font-weight: 600;
        font-size: 1.5rem;
    }
    #form_content {
        height: 70%;
        width: 40%;
        margin-left: 7%;
        display: flex;
        flex-direction: column;
    }
    form {
        height: 100%;
        width: 100%;
    }
    #form_content p {
        color: #EBEBEB;
        font-family: Helvetica Neue;
        font-size: 1.5rem;
    }
    #form_full_name {
        height: 18%;
        display: flex;
        flex-direction: row;
    }
    #full_name {
        height: 30px;
        width: 100%;
    }
    #full_name_col {
        width: 45%;
        margin-right: 5%;
    }
    #company_col {
        width: 45%;
        margin-left: 5%;
    }
    #company {
        height: 30px;
        width: 100%;
    }
    #form_email {
        height: 18%;
    }
    #email {
        height: 30px;
        width: 100%;
    }
    #form_message {
        height: 64%;
    }
    #message {
        height: 150px;
        width: 100%;
    }
    #submit_button {
        font-family: Helvetica Neue;
        font-size: 1.5rem;
        color: #8C3B3B;
        border-color: #8C3B3B;
        background-color: white;
        padding: 0 2%;
        border-radius: 33px;
    }
    #footer {
        height: 8vh;
        min-height: 50px;
        min-width: 768px;
        display: flex;
        font-family: Montserrat;
        font-size: 2rem;
        flex-direction: column;
        color: #707070;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    #footer_menu {
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .footer_menu_normal {
        padding: 0% 3%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: lightgray;
    }
    .footer_menu_unnormal {
        padding: 0% 3%;
    }
    #footer_copyright {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1025px) {
    body {
        font-family: Montserrat !important;
        margin: 0;
    }
    /* div{
    border-block-width: 1px;
    border-color: red;   
    border-style: solid; 
} */
    a {
        text-decoration: none;
        color: #8C3B3B;
        font-size: 2rem;
        font-family: Futura;
        cursor: pointer;
        /* font-weight: 600; */
    }
    .menu a:hover {
        color: white;
    }
    button {
        cursor: pointer;
    }
    #total_page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #theme_page {
        height: 100vh;
        display: flex;
        min-height: 768px;
        min-width: 1024px;
        flex-direction: column;
        background-image: url("../img/Leroy-02-01_2x.webp");
        background-size: cover;
    }
    #theme_menu {
        height: 15%;
        display: flex;
        flex-direction: row;
        text-align: center;
        line-height: 4;
    }
    #logo {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    #logo img {
        padding-top: 8%;
        width: 70%;
        height: auto;
    }
    .menu {
        width: 15%;
        height: 100%;
    }
    #theme_content {
        height: 60%;
        text-align: left;
    }
    #theme_word {
        color: #EDEEEF;
        font-family: Futura;
        font-size: 6rem;
        /* font-weight: 500; */
        padding-top: 4%;
        line-height: 1.2;
        padding-left: 3%;
    }
    #theme_button {
        height: 25%;
        padding-left: 3%;
        font-size: 2rem;
        font-family: Montserrat;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-bottom: 4%;
    }
    #theme_button img {
        height: 15%;
        width: 20%;
        vertical-align: middle
    }
    #inner_page_one {
        height: 100vh;
        min-height: 768px;
        min-width: 1024px;
        display: flex;
        flex-direction: column;
        background-image: url("../img/Asset-1.webp");
        background-size: cover;
    }
    #inner_page_one_title {
        height: 32%;
        margin: 0% 10%;
        font-family: Futura;
        font-size: 6rem;
        font-weight: 600;
        text-align: center;
        line-height: 3.5;
        color: darkred;
    }
    #inner_page_one_word {
        height: 24%;
        margin: 0% 10%;
        padding: 0% 4%;
        font-size: 2rem;
        font-family: Montserrat;
        font-weight: 600;
        text-align: center;
    }
    #inner_page_one_icon {
        height: 24%;
        margin: 0% 12%;
        display: flex;
        flex-direction: row;
    }
    .company_icon {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .company_icon img {
    border-block-width: 1px;
    border-color: red;   
    border-style: solid;
} */
    #company_icon_dupont {
        width: 70%;
        height: auto;
    }
    #company_icon_cta {
        width: 60%;
        height: auto;
        padding-bottom: 7%;
    }
    #company_icon_zenly {
        width: 75%;
        height: auto;
    }
    #company_icon_info {
        width: 100%;
        height: auto;
    }
    #company_icon_circle {
        width: 80%;
        height: auto;
    }
    #inner_page_one_button {
        height: 20%;
        text-align: center;
        margin: 0% 20%;
    }
    #learn_more_button {
        width: 13%;
        height: auto;
    }
    #inner_page_two {
        height: 100vh;
        display: flex;
        min-height: 768px;
        min-width: 1024px;
        flex-direction: row;
        background-color: black;
    }
    #inner_page_two_join {
        margin-left: 4.5%;
        margin-right: 1%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 29px;
        width: 29%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/component.webp");
        background-size: cover;
        background-position: 30% 50%;
    }
    #inner_page_two_start {
        width: 29%;
        margin: 3% 1%;
        border-radius: 29px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/IMG-26.webp");
        background-position: 50% 50%;
        background-size: cover;
    }
    #inner_page_two_build {
        margin-right: 4.5%;
        margin-left: 1%;
        margin-top: 3%;
        margin-bottom: 3%;
        width: 29%;
        border-radius: 29px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/pexels-fauxels-3183165_2x.webp");
        background-size: cover;
    }
    .space {
        height: 50%;
    }
    .title {
        height: 23%;
        width: 80%;
        font-family: Montserrat;
        font-size: 3rem;
        color: white;
        font-weight: 500;
        margin-left: 2%;
    }
    .content {
        height: 25%;
        width: 90%;
        font-family: Montserrat;
        font-size: 2rem;
        color: white;
        margin-left: 2%;
    }
    #join_button {
        background-color: transparent;
        border: 2px solid white;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0% 1%;
        margin-top: 2rem;
        margin-left: 2%;
        width: 22%;
        height: 17%;
        border-radius: 33px;
    }
    #start_button {
        background-color: transparent;
        border: 2px solid white;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0% 1%;
        margin-top: 4.5rem;
        margin-left: 2%;
        width: 26%;
        height: 17%;
        border-radius: 33px;
    }
    #build_button {
        background-color: transparent;
        border: 2px solid white;
        color: white;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0% 1%;
        margin-top: 2rem;
        margin-left: 2%;
        width: 32%;
        height: 17%;
        border-radius: 33px;
    }
    #inner_page_three {
        height: 100vh;
        background-image: url("../img/IMG_5885-5_2x_1.webp");
        min-height: 768px;
        min-width: 1024px;
        background-size: cover;
        display: flex;
        flex-direction: row;
    }
    #inner_page_three_left {
        height: 100%;
        width: 55%;
        display: flex;
        flex-direction: column;
        margin-right: 5%;
    }
    #inner_page_three_right {
        height: 100%;
        width: 40%;
        display: flex;
        flex-direction: column;
    }
    #inner_page_three_left_title {
        height: 50%;
        font-family: Futura;
        line-height: 5;
        font-size: 6rem;
        color: #8C3B3B;
        font-weight: 600;
        margin-left: 5%;
    }
    #inner_page_three_left_content {
        height: 50%;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 2rem;
        margin-left: 5%;
        line-height: 1.5;
    }
    #team_title {
        height: 24%;
        font-size: 2rem;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 12.5;
        color: #8C3B3B;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #8C3B3B;
    }
    .team_member {
        height: 20%;
        margin-top: 4%;
        display: flex;
        flex-direction: row;
    }
    #team_member_img_one {
        width: 150px;
        height: 150px;
        margin-right: 10%;
        background-image: url("../img/DSC_5970\ \(1\).png");
        border-radius: 50%;
        background-position: 50% 10%;
    }
    #team_member_img_two {
        width: 150px;
        height: 150px;
        margin-right: 10%;
        background-image: url("../img/DSC_6784.png");
        border-radius: 50%;
        background-position: 50% 10%;
    }
    #team_member_img_three {
        width: 150px;
        height: 150px;
        margin-right: 10%;
        background-image: url("../img/DSC_6306.png");
        border-radius: 50%;
        background-position: 25% 10%;
    }
    .team_member_content {
        width: 60%;
        display: flex;
        align-items: center;
    }
    .name {
        font-size: 2.5rem;
        font-family: Montserrat;
        font-weight: bolder;
    }
    .position {
        font-size: 2rem;
        color: #8C3B3B;
        font-family: Montserrat;
        font-weight: 600;
    }
    #footer_page {
        height: 100vh;
        background-image: url("../img/Asset2.png");
        background-size: cover;
        min-height: 768px;
        min-width: 1024px;
        display: flex;
        flex-direction: column;
    }
    #form_title {
        height: 25%;
        width: 100%;
        text-align: left;
        line-height: 5;
        margin-left: 7%;
        color: #EBEBEB;
        font-family: Futura;
        font-weight: 600;
        font-size: 4.5rem;
    }
    #form_sub_title {
        height: 5%;
        width: 100%;
        text-align: left;
        margin-left: 7%;
        color: #EBEBEB;
        font-family: Futura;
        font-weight: 600;
        font-size: 1.5rem;
    }
    #form_content {
        height: 70%;
        width: 40%;
        margin-left: 7%;
        display: flex;
        flex-direction: column;
    }
    form {
        height: 100%;
        width: 100%;
    }
    #form_content p {
        color: #EBEBEB;
        font-family: Helvetica Neue;
        font-size: 1.5rem;
    }
    #form_full_name {
        height: 18%;
        display: flex;
        flex-direction: row;
    }
    #full_name {
        height: 30px;
        width: 100%;
    }
    #full_name_col {
        width: 45%;
        margin-right: 5%;
    }
    #company_col {
        width: 45%;
        margin-left: 5%;
    }
    #company {
        height: 30px;
        width: 100%;
    }
    #form_email {
        height: 18%;
    }
    #email {
        height: 30px;
        width: 100%;
    }
    #form_message {
        height: 64%;
    }
    #message {
        height: 200px;
        width: 100%;
    }
    #submit_button {
        font-family: Helvetica Neue;
        font-size: 1.5rem;
        color: #8C3B3B;
        border-color: #8C3B3B;
        background-color: white;
        padding: 0 2%;
        border-radius: 33px;
    }
    #footer {
        height: 15vh;
        min-height: 105px;
        min-width: 1024px;
        display: flex;
        font-family: Montserrat;
        font-size: 2rem;
        flex-direction: column;
        color: #707070;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    #footer_menu {
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .footer_menu_normal {
        padding: 0% 3%;
        border-right-width: 2px;
        border-right-style: solid;
        border-right-color: lightgray;
    }
    .footer_menu_unnormal {
        padding: 0% 3%;
    }
    #footer_copyright {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}