* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(234, 245, 254);

}

#signup_form {
    width: 35%;
    height: 90vh;
    background-color: white;
    margin: 100px auto;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    font-size: 1.2rem;
}

#par {
    margin-bottom: 40px;
}

#signup_form input {
    width: 96%;
    height: 5vh;
    margin-bottom: 20px;
}

#signup_form button {
    width: 100%;
    height: 6vh;
    background-color: rgb(0, 123, 255);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: large;
    margin-top: 20px;
}

#signup_form button a {
    text-decoration: none;
    color: white;
}

#signup_form h2 {
    color: rgb(3, 45, 96);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

::placeholder {
    color: rgb(150, 150, 150);
    font-size: larger;
    padding-left: 5px;
}

#form_nav {
    text-align: right;
    margin-top: 20px;
}

#footer {
    width: 100%;
    height: 260%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer1 {
    width: 100%;
    height: 130px;
    background-color: white;
    text-align: start;
    line-height: 20px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 25px;
    padding-bottom: 40px;
    padding-top: 10px;
}

#footer1 img {
    width: 10%;
    height: 100%;
}

#footer1_text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#footer2 {
    width: 100%;
    height: 100px;
    background-color: rgb(3, 46, 97);
    text-align: center;
    padding: 20px auto;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

#footer2_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    line-height: 20px;
}

#footer2_nav {
    display: flex;
    gap: 30px;
}

#footer2_nav a {
    color: white;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* #footer2_opt #worldwide {
    width: 00px;
    height: 100px;
} */

@media (width>1200px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: rgb(234, 245, 254);

    }

    #signup_form {
        width: 35%;
        height: 90vh;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    #par {
        margin-bottom: 40px;
    }

    #signup_form input {
        width: 96%;
        height: 5vh;
        margin-bottom: 20px;
    }

    #signup_form button {
        width: 100%;
        height: 6vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }

    #signup_form button a {
        text-decoration: none;
        color: white;
    }

    #signup_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #signup_form #form_nav {
        text-align: right;
        margin-top: 20px;
    }







    #signup2_form {
        width: 35%;
        height: 90vh;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    #par {
        margin-bottom: 40px;
        margin-top: 15px;
        font-family: 'Times New Roman', Times, serif;
        line-height: 25px;
    }

    #signup2_form input {
        width: 90%;
        height: 5vh;
        margin-bottom: 20px;
        margin-top: 2px;
        border-radius: 5px;
    }

    #signup2_form select {
        width: 90%;
        height: 5vh;
        margin-bottom: 20px;
        margin-top: 2px;
        font-size: 15px;
        color: rgb(130, 126, 126);
        border-radius: 5px;
    }

    #signup2_form label {
        float: left;
        /* width: 300px; */
        /* margin-right: 10px; */
        /* margin-left: 10px; */
    }

    #signup2_form button {
        width: 90%;
        height: 6vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }


    #signup2_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #signup2_form #form_nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 220px;
        margin-top: 20px;
    }

    #signup2_form button a {
        text-decoration: none;
        color: white;
    }

    #signup2_form #form_nav p {
        cursor: pointer;
    }








    body {
        background-color: rgb(234, 245, 254);

    }

    #signup3_form {
        width: 35%;
        height: 105vh;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        /* text-align: center; */
        font-size: 1.2rem;
    }

    #signup3_form p {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    #signup3_form input {
        width: 90%;
        height: 5vh;
        margin-bottom: 20px;
        margin-top: 2px;
        border-radius: 5px;
    }

    #signup3_form p {
        font-size: 0.9rem;
    }

    #agree_section {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 20px;
    }

    #permission_section {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 20px;

    }

    #signup3_form button {
        width: 90%;
        height: 6vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }


    #signup3_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #top {
        text-align: center;
    }

    /* #semi {
                text-align: left;
                margin-left: 25px;
            } */

    #signup3_form button a {
        text-decoration: none;
        color: white;
    }

    #signup3_form #form_nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 220px;
        margin-top: 20px;
    }

    #signup3_form #form_nav p {
        cursor: pointer;
    }









    #footer {
        width: 100%;
        height: 260%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer1 {
        width: 100%;
        height: 130px;
        background-color: white;
        text-align: start;
        line-height: 20px;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 25px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    #footer1 img {
        width: 10%;
        height: 100%;
    }

    #footer1_text {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #footer2 {
        width: 100%;
        height: 150px;
        background-color: rgb(3, 46, 97);
        text-align: center;
        padding-top: 20px;
        color: white;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        position: relative;

    }

    #footer2_opt {
        display: flex;
        align-items: center;
    }

    .ftGlobe .sub-globe {
        display: none;
    }

    .ftGlobe .sub-globe h3 {
        color: var(--headercolor);
        font-size: large;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 10px 20px;
        text-align: justify;
    }

    .ftGlobe .sub-globe p {
        font-size: large;
        margin-bottom: 10px;
    }

    .ftGlobe .sub-globe .Region {
        display: flex;
        justify-content: space-around;
    }

    .ftGlobe .sub-globe .Region .sub-region {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .ftGlobe .sub-globe .Region .vertical-line {
        height: 100%;
        display: inline-block;
        border-left: 1px solid gray;
    }

    .ftGlobe:hover .sub-globe {
        display: flex;
        flex-direction: column;
        gap: 10px;
        bottom: 90%;
        left: 20px;
        position: absolute;
        height: 380px;
        width: 700px;
        background-color: white;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #footer2_text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
        line-height: 20px;
    }

    #footer2_text p a:hover {
        color: var(--Hhovercolor);
    }

    #footer2_nav {
        display: flex;
        gap: 30px;
    }

    #footer2_nav a {
        color: white;
        font-size: 1rem;
        margin-bottom: 20px;
    }

    #footer2_nav a:hover {
        color: var(--Hhovercolor);
    }
}

@media (width<1200px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: rgb(234, 245, 254);

    }

    #signup_form {
        width: 50%;
        height: 100%;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    #par {
        margin-bottom: 40px;
    }

    #signup_form input {
        width: 96%;
        height: 2.7vh;
        margin-bottom: 20px;
    }

    #signup_form button {
        width: 100%;
        height: 3.5vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }

    #signup_form button a {
        text-decoration: none;
        color: white;
    }

    #signup_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #form_nav {
        text-align: right;
        margin-top: 20px;
    }

    #footer {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer1 {
        width: 100%;
        height: 130px;
        background-color: white;
        text-align: start;
        line-height: 20px;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 25px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    #footer1 img {
        width: 20%;
        height: 100%;
    }

    #footer1_text {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #footer2 {
        width: 100%;
        height: 150px;
        background-color: rgb(3, 46, 97);
        text-align: center;
        padding-top: 20px;
        color: white;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    }

    #footer2_text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
        line-height: 20px;
    }

    #footer2_nav {
        display: flex;
        gap: 30px;
    }

    #footer2_nav a {
        color: white;
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

@media (width<912px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: rgb(234, 245, 254);

    }

    #signup_form {
        width: 65%;
        height: 100%;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    #par {
        margin-bottom: 40px;
    }

    #signup_form input {
        width: 96%;
        height: 3vh;
        margin-bottom: 20px;
    }

    #signup_form button {
        width: 100%;
        height: 4vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }

    #signup_form button a {
        text-decoration: none;
        color: white;
    }

    #signup_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #form_nav {
        text-align: right;
        margin-top: 20px;
    }

    #footer {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer1 {
        width: 100%;
        height: 130px;
        background-color: white;
        text-align: start;
        line-height: 20px;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 25px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    #footer1 img {
        width: 20%;
        height: 100%;
    }

    #footer1_text {
        display: flex;
        flex-direction: column;
        /* gap: 15px; */
        width: 55%;
        margin: 20px 0;
    }

    #footer2 {
        width: 100%;
        height: 60%;
        background-color: rgb(3, 46, 97);
        text-align: center;
        padding: 20px auto;
        color: white;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    }

    #footer2 .foot {
        display: flex;
        gap: 20px;
        height: fit-content;
        width: 90%;
        margin-top: 10px;
        /* margin-right: 30px; */
    }

    #footer2_text {
        display: block;
        flex-direction: column;
        width: 60%;
        align-items: flex-start;
        gap: 25px;
        text-align: left;
        /* line-height: 20px; */

    }

    #footer2_nav {
        display: block;
        gap: 30px;
        margin-bottom: 25px;
    }

    #footer2_nav a {
        color: white;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    /* #footer2_opt #worldwide {
        width: 00px;
        height: 100px;
    } */
}

@media (width<600px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: rgb(234, 245, 254);
        /* height: 10vh; */

    }

    #signup_form {
        width: 90%;
        height: 100%;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    #par {
        margin-bottom: 40px;
    }

    #signup_form input {
        width: 96%;
        height: 5vh;
        margin-bottom: 20px;
    }

    #signup_form button {
        width: 100%;
        height: 6vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }

    #signup_form button a {
        text-decoration: none;
        color: white;
    }

    #signup_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #form_nav {
        text-align: right;
        margin-top: 20px;
    }











    #signup2_form {
        width: 90%;
        height: 100%;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        font-size: 1.2rem;
    }

    #par {
        margin-bottom: 40px;
        margin-top: 15px;
        font-family: 'Times New Roman', Times, serif;
        line-height: 25px;
    }

    #signup2_form input {
        width: 90%;
        height: 5vh;
        margin-bottom: 20px;
        margin-top: 2px;
        border-radius: 5px;
    }

    #signup2_form select {
        width: 90%;
        height: 5vh;
        margin-bottom: 20px;
        margin-top: 2px;
        font-size: 15px;
        color: rgb(130, 126, 126);
        border-radius: 5px;
    }

    #signup2_form label {
        float: left;
        /* width: 300px; */
        /* margin-right: 10px; */
        /* margin-left: 10px; */
    }

    #signup2_form button {
        width: 100%;
        height: 6vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }

    #signup2_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #signup2_form #form_nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    #signup2_form button a {
        text-decoration: none;
        color: white;
    }

    #footer {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }











    #signup3_form {
        width: 90%;
        height: 100%;
        background-color: white;
        margin: 100px auto;
        padding: 30px;
        border-radius: 20px;
        /* text-align: center; */
        font-size: 1.2rem;
    }

    #signup3_form p {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    #signup3_form input {
        width: 96%;
        height: 5vh;
        margin-bottom: 20px;
        margin-top: 2px;
        border-radius: 5px;
    }

    #signup3_form p {
        font-size: 0.9rem;
    }

    #agree_section {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 20px;
    }

    #permission_section {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 20px;

    }

    #signup3_form button {
        width: 100%;
        height: 6vh;
        background-color: rgb(0, 123, 255);
        color: white;
        border: none;
        border-radius: 5px;
        font-size: large;
        margin-top: 20px;
    }


    #signup3_form h2 {
        color: rgb(3, 45, 96);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    ::placeholder {
        color: rgb(150, 150, 150);
        font-size: larger;
        padding-left: 5px;
    }

    #top {
        text-align: center;
    }

    /* #semi {      
    text-align: left;
    margin-left: 25px;
    } */

    #signup3_form button a {
        text-decoration: none;
        color: white;
    }


    #signup3_form #form_nav {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 200px;
        margin-top: 20px;
    }










    #footer {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #footer1 {
        width: 100%;
        height: fit-content;
        background-color: white;
        text-align: center;
        line-height: 20px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    #footer1 img {
        width: 40%;
        height: 100%;
    }

    #footer1_text {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 95%;
    }

    #footer2 {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        background-color: rgb(3, 46, 97);
        text-align: center;
        padding: 20px auto;
        color: white;
        align-items: center;
        /* position: absolute;
            bottom: -50%; */
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    }

    #footer2 .cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 45px;
        width: 90%;
        padding-top: 10px;

    }

    #footer2_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        text-align: left;
        /* line-height: px; */
        width: 90%;
    }

    .ftGlobe .sub-globe {
        display: none;
    }

    .ftGlobe .sub-globe h3 {
        color: var(--headercolor);
        font-size: large;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 10px 20px;
        text-align: justify;
    }

    .ftGlobe .sub-globe p {
        font-size: large;
        margin-bottom: 10px;
    }

    .ftGlobe .sub-globe .Region {
        display: flex;
        flex-direction: column;
        width: 90%;
        overflow: auto;
        justify-content: center;
        align-items: center;
    }

    .ftGlobe .sub-globe .Region .sub-region {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .ftGlobe .sub-globe .Region .vertical-line {
        height: 100%;
        display: inline-block;
        border-left: 1px solid gray;
    }

    .ftGlobe:hover .sub-globe {
        display: flex;
        flex-direction: column;
        gap: 10px;
        bottom: -60%;
        left: 20px;
        position: absolute;
        height: 400px;
        width: 90%;
        overflow: auto;
        background-color: white;
        padding: 15px;
        margin: 0 auto;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #footer2_opt {
        /* width: 30%; */
        display: flex;
    }

    #footer2_nav {
        display: block;
        gap: 30px;
        width: 100%;
        flex-wrap: wrap;
    }

    #footer2_nav,
    #footer2_text a {
        color: white;
        font-size: 1rem;

    }
}