﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

nav {
    display: flex;
    height: 145px;
    width: 100%;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    flex-wrap: wrap;
}

    nav .logo {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
    }

    nav ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        align-items: center;
    }

        nav ul li {
            margin: 0 28px;
        }

            nav ul li a {
                color: #707070;
                text-decoration: none;
                font-size: 14px;
                font-weight: 500;
                transition: all 0.3s ease;
            }

            nav ul li .join-btn {
                width: 172px;
                height: 49px;
                border-radius: 25px;
                border-width: 1px;
                border-color: #223367;
                background-color: #ffffff;
                color: #223367;
            }

            nav ul li a.active,
            nav ul li a:hover {
                color: #111;
                background: #fff;
            }

    nav .menu-btn i {
        color: #223367;
        font-size: 22px;
        cursor: pointer;
        display: none;
    }

input[type="checkbox"] {
    display: none;
}

.content {
    width: 100%;
    display: flex;
    flex: 1;
    background-color: #223367;
}

    .content img {
        width: 100%;
        height: auto;
        align-self: flex-start;
        z-index: 1;
    }

    .content h1 {
        position: absolute;
        align-self: center;
        font-size: 84px;
        font-weight: 700;
        margin-left: 11%;
        line-height: 85px;
        z-index: 2;
    }

.container {
    display: flex;
    justify-content: center;
    margin-top: -60px;
}

.form-content {
    display: flex;
    align-items: center;
    width: 1162px;
    height: 270px;
    background-color: #223367;
    border-radius: 11px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

    .form-content form .user-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 12px 0;
    }

form .user-details .input-box {
    margin: 0 10px 30px;
    width: 334px;
    height: 65px;
    border-radius: 6px;
}

form .input-box span.details,
form .submit-btn span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ff3131;
    font-size: 14px;
}

.user-details .input-box input {
    width: 334px;
    height: 65px;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    padding-left: 20px;
    border: 1px solid #707070;
    transition: all 0.3s ease;
}

.user-details .input-box select {
    width: 334px;
    height: 65px;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    padding-left: 20px;
    border: 1px solid #707070;
    transition: all 0.3s ease;
    cursor: pointer;
}

.user-details .input-box input:focus,
.user-details .input-box input:valid {
    border-color: #ffffff;
}

.user-details .input-box input::placeholder {
    color: #bcbcbc;
}

form .user-details .submit-btn {
    margin: 0 10px 30px;
    width: 334px;
    height: 65px;
    border-radius: 6px;
}

.user-details .submit-btn input {
    width: 334px;
    height: 65px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    border-radius: 6px;
    border: 1px solid #ffffff;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .user-details .submit-btn input:hover {
        border-color: #3094b3;
    }


/* Success Field */


.container-suc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 684px;
    height: 270px;
    background-color: #223367;
    border-radius: 11px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

    .container-suc h1 {
        font-size: 34px;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
    }

    .container-suc h2 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
    }

    .container-suc button {
        width: 334px;
        height: 65px;
        margin-top: 36px;
        border-radius: 6px;
        border-width: 0;
        background-color: #ffffff;
        color: #223367;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }


/* Success Field */


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 421px;
    margin-top: 69px;
    background-color: #223367;
}

.footer-top {
    margin-right: 4%;
}

    .footer-top h2 {
        width: 400px;
        margin-top: 36px;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
    }

    .footer-top .social-icons {
        display: flex;
        justify-content: space-between;
        width: 225px;
        margin-top: 26px;
    }

.footer-mid {
    display: flex;
}

    .footer-mid ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        align-items: flex-start;
        margin-right: 80px;
    }

        .footer-mid ul li {
            margin: 10px 0;
        }

            .footer-mid ul li a {
                color: #ffffff;
                text-decoration: none;
                font-size: 18px;
                font-weight: 400;
                transition: all 0.3s ease;
            }

.footer-bottom button {
    width: 260px;
    height: 63px;
    border-radius: 6px;
    border-width: 1px;
    background-color: #ffffff;
    color: #223367;
    font-weight: 600;
}

.footer-bottom h2 {
    width: 260px;
    margin-top: 36px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.finish {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 116px;
    background-color: #304a9a;
    padding: 0 150px;
}

    .finish h3 {
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
    }






@media (max-width: 1440px) {
    nav .menu-btn i {
        display: block;
    }

    #click:checked ~ .menu-btn i:before {
        content: "\f00d";
    }

    nav ul {
        position: fixed;
        top: 145px;
        left: -100%;
        background: #111;
        height: 100vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 4;
    }

    #click:checked ~ ul {
        left: 0;
    }

    nav ul li {
        width: 100%;
        margin: 40px 0;
    }

        nav ul li a {
            width: 100%;
            margin-left: -100%;
            display: block;
            font-size: 20px;
            transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

    #click:checked ~ ul li a {
        margin-left: 0px;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: #ffffff;
    }

    .content img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .content h1 {
        font-size: 22px;
        margin-left: 45px;
        line-height: 24px;
    }

    .container {
        display: flex;
        justify-content: center;
        margin-top: -27px;
    }

    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }

    form .category {
        width: 100%;
    }

    .content form .user-details {
        max-height: 300px;
        overflow-y: scroll;
    }

    .user-details::-webkit-scrollbar {
        width: 5px;
    }

    .form-content {
        display: flex;
        align-items: center;
        width: 80%;
        height: auto;
        background-color: #223367;
        border-radius: 5px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    }

    form .user-details {
        align-items: center;
        margin: 30px 30px;
    }

        form .user-details .input-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            height: auto;
            border-radius: 3px;
            margin: 0;
            margin-top: 10px;
            margin-bottom: 0;
        }

    form .input-box span.details,
    form .submit-btn span.details {
        font-weight: 500;
        margin-bottom: 5px;
        color: #ff3131;
        font-size: 12px;
        line-height: 14px;
        margin: 0 10% 5px;
    }

    .user-details .input-box input {
        align-self: center;
        width: 80%;
        height: 35px;
        border-radius: 3px;
        padding-left: 10px;
        font-size: 12px;
    }

    .user-details .input-box select {
        align-self: center;
        width: 80%;
        height: 35px;
        border-radius: 3px;
        padding-left: 10px;
        font-size: 12px;
    }

    form .user-details .submit-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        border-radius: 3px;
        margin: 20px 0 30px;
    }

    .user-details .submit-btn input {
        align-self: center;
        width: 80%;
        height: 35px;
        border-radius: 3px;
        font-size: 12px;
        text-align: center !important;
    }

    .user-details .submit-btn a {
        align-self: center;
        width: 80%;
        height: 35px;
        border-radius: 3px;
        font-size: 12px;
        text-align: center !important;
    }

    /* Success Field */


    .container-suc {
        width: 80%;
        height: auto;
    }

        .container-suc h1 {
            font-size: 26px;
            margin-top: 25px;
        }

        .container-suc h2 {
            font-size: 16px;
        }

        .container-suc button {
            width: 80%;
            height: 45px;
            margin: 20px 0 35px;
        }


    /* Success Field */

    .footer {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        margin-top: 50px;
    }

        .footer-top h2 {
            width: 80%;
            text-align: center;
            font-size: 12px;
        }

    .footer-mid {
        align-items: center;
        justify-content: space-evenly;
    }

        .footer-mid ul {
            margin: 50px 10px;
        }

            .footer-mid ul li {
                margin: 7px 0;
            }

                .footer-mid ul li a {
                    color: #ffffff;
                    text-decoration: none;
                    font-size: 14px;
                    font-weight: 400;
                    transition: all 0.3s ease;
                }

    .footer-bottom {
        margin-bottom: 30px;
    }

        .footer-bottom button {
            height: 45px;
            font-weight: 600;
            font-size: 14px;
        }

        .footer-bottom h2 {
            display: none;
        }

    .finish {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background-color: #304a9a;
        padding: 0;
    }

        .finish #finish-email {
            display: none;
        }

        .finish h3 {
            font-size: 12px;
            color: #ffffff;
            font-weight: 500;
        }
}








@media (max-width: 370px) {
    .container {
        margin-top: -18px;
    }

    .content h1 {
        font-size: 17px;
        margin-left: 45px;
        line-height: 18px;
    }
}
