* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* background-image: url(../images/icons/orange.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #ddd;

}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: aliceblue;
    padding-left: 30px;
    padding-right: 30px;
}

.logo img {
    width: 300px;
}

.menu ul {
    display: flex;
    list-style-type: none;
}

.menu ul li {
    padding: 12px;
    font-size: 19px;
    font-weight: 500;
}

.menu ul li a {
    color: #258fcb;
    text-decoration: none;
}

.menu ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    background: orange;
    transition: width 0.3s ease;
}

.menu ul li a:hover::after {
    width: 85px;
    background: orange;
}

.mobile-bar {
    display: none;
}

.closeit {
    display: none;
}

/* *********************************** */
/* *********MOBILE SIZING************* */
/* *********************************** */
@media (max-width: 900px) {

    .logo img {
        margin-left: 70px;
    }

    .navbar1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: aliceblue;
        width: 100%;
        position: fixed;
        z-index: 15;
        top: 0;
    }

    /* MOBILE VIEW */
    .mobile-bar {
        display: block;
        width: 20px;
        z-index: 2;
        margin-left: 10px;
        position: absolute;
    }

    .menu ul {
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 120px;
        background-color: #fff;
        height: 100%;
        width: 270px;
        flex-direction: column;
        z-index: 10;
        display: none;
    }

    .closeit {
        display: block;
        position: absolute;
        right: 30px;
        top: 50px;
    }

    .closeit img {
        width: 30px;
    }
}








/* ********SECTION1************ */
.sec1 {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    justify-content: space-between;
    justify-content: space-around;
    align-items: flex-start;
}

.joinusinfo {
    width: 450px;
    text-align: center;
}

.joinusinfo img {
    width: 250px;
    /* margin-left: 100px; */
}

.joinusinfo h1 {
    font-size: 30px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .joinusinfo {
        text-align: center;
        margin-bottom: 12px;
    }

    .joinusinfo img {
        width: 90px;
    }

    .joinusinfo p {
        font-size: 12px;
        width: 320px;
        margin: 0 auto;
    }

    .container {
        max-width: 150px;
    }
}

.container {
    width: 100%;
    max-width: 600px;
    /* margin: 50px auto; */
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 5px;
    color: #333;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    background-color: #258fcb;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #1e00b3;
    transition: 0.3s ease-in;
}


/* **********FOOTER*********** */
footer {
    background-color: rgb(0, 0, 69);
    color: white;
}

.inner {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;

}

.foot1 {
    width: 350px;
    text-align: center;
}

.line1 {
    height: 2px;
    width: 140px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer2 ul li {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.head {
    font-size: 17px;
    font-weight: 600;
}

.foot1 img {
    width: 110px;
}

.media img {
    width: 26px;
}






/* **************************************************** */
/* ***************CONTACT LIST***************** */
/* **************************************************** */

/* Style the overlay container */
#overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

/* Style the overlay content */
#overlay-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0f014e;
    padding: 80px;
    width: 500px;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: black;
    transition: 3s ease-in;
}

/* Style the close button */
#close-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.info7 img {
    width: 20px;
}
.innerhead5 h1{
    text-align: center;
    color: white;
}
.box p {
    color: white;
}

#overlay-content .head5 h1 {
    font-size: 40px;
}

.head5 h1 {
    font-size: 19px;
    color: white;
}

.info7 {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-bottom: 12px;
    margin-top: 9px;
}

.info7 a {
    color: white;
    text-decoration: none;
}

.info7 a:hover {
    color: orange;
}

.box {
    text-align: left;
}

.footer2 ul li a {
    color: white;
    text-decoration: none;
}

.footer2 ul {
    list-style-type: none;
}

.footer2 ul li a {
    color: white;
    text-decoration: none;
}

.footer3 {
    display: block;
    text-align: right;
    text-decoration: none;
}

.footer3 p {
    margin-top: 14px;
}

.join {
    width: 150px;
    height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    border-style: none;
}

.join:hover {
    cursor: pointer;
}

.contact {
    width: 300px;
}

.line3 {
    background-color: #fff;
    width: 800px;
    height: 1px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.credit {
    margin-top: 12px;
    padding-bottom: 15px;
}

.credit span {
    color: yellow;
    font-weight: 700;
}

.credit p {
    text-align: center;
}


@media(max-width:900px) {
    .inner {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .media p {
        display: none;
    }

    .footer3 {
        text-align: center;
    }

    .line3 {
        width: 100%;
    }

    .credit {
        padding-top: 12px;
        padding-bottom: 25px;
        width: 360px;
        margin-left: 27px;
        justify-content: center;
    }
}

/* CONTACT BOX */
#overlay-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0f014e;
    padding: 0pc;
    padding-top: 62px;
    padding-left: 32px;
    width: 450px;
    height: 450px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: black;
}

