:root {
    --font-family: 'Monseratt', sans-serif;
    --orange: #fd753fba;
    --bright-orange: #FD763F;
    --blue: #3498db;
    --top-banner-height: 40px;
    --top-banner-height-phone: 80px;
}

.top-banner{
    background-color: var(--bright-orange);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: var(--top-banner-height);
    width: 100vw;
    z-index: 1000;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    background-color: black;
    position: fixed;
    width: 100%;
    top: var(--top-banner-height) !important;
    z-index: 10;
    opacity: 85%;
}

body {
    margin: 0px;
    background: url("./assets/blurred_bg2.png") center fixed !important;
    background-color: var(--blue) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply;
    font-family: var(--font-family);
}


/* sticky footer */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    /* background-color: var(--orange); */
    background-color: rgb(53, 53, 53);
    z-index: 10;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.linkedin-button {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../assets/linkedin.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
/*sticky footer ends */

html {
    height: 100%;
    overflow: auto;
}

.logo {
    width: 150px;
    margin-top: 0%;
    padding-top: 8px;
}

.menu {
    display: flex;
    height: 5px;
    align-items: center;

}


.menu-toggle {
    display: none;
}


.menu li,
a {
    text-decoration: none;
    list-style: none;
    padding-right: 15px;
    color: white;
    /* font-family: comic-sans-ms; */
    font: normal normal normal 17px/1.4em questrial, sans-serif
}


.menu a:hover {
    /* font-weight: 600; */
    color: var(--blue);
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



.menu.active li {
    margin-top: 20%;
    margin-bottom: 10px;
    text-align: center;
}

.menu-toggle.active .menu-icon {
    background-color: black;
    color: white;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

@media screen and (max-width: 600px) {
    .menu {
        display: none;
    }


    .menu.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 5.2%;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        background-color: black;
        z-index: 100;
    }

    .top-banner{
        height: var(--top-banner-height-phone);
    }

    .menu-toggle {
        display: block;
    }

    .sidebar {
        position: fixed;
        margin-left: 40%;
        margin-top: 0px;
        width: 60%;
        height: 100%;
        background-color: #222;
        z-index: 100;

    }

    .linkbtn {
        display: block;
        width: 32px;
        height: 32px;
        background-image: url('./assets/linkedin.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-color: var(--blue);
    }

    .footer {
        display: none;
    }



}

.join-left-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.join-left-top .join-head {
    text-align: center;
    z-index: 1;
    font-family: var(--font-family);
    font-size: 40px;
    line-height: 0.3em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
}

.join__black {
    color: #000000;
}

.join__white {
    color: #FFFFFF;
}

.join-description {
    margin: 0 auto;
    text-align: center;
}

.join-description p {
    color: #FFFFFF;
    padding: 0 50px;
    font-size: 20px;
    line-height: 1.3;
}

.join-right-top {
    height: 100vh;
    min-height: max-content;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    background-color: #000000;
}

.join-right-top .join-image {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    height: inherit;
}

.join-right-top .join-image img {
    width: 70%;
    margin: auto;
}

.join-left-bottom {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 60%;
    height: 100vh;
    background-color: black;
    min-height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.join-left-bottom > div > form > textarea{
    text-align: justify;
}

.bright-orange {
    color: var(--bright-orange);
}

.orange {
    color: var(--orange);
}

.here {
    color: white;
    text-align: justify;
}

.join-left-bottom>h3 {
    font-size: 40px;
    text-align: center;
    font-family: var(--font-family);
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-transform: uppercase;
}

.join-right-bottom {
    position: absolute;
    top: 100vh;
    right: 0;
    height: 100vh;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.join-right-bottom h3 {
    position: relative;
    text-align: center;
    color: black;
    font-size: 40px;
    z-index: 1;
    font-family: var(--font-family);
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-transform: uppercase;
}

.join-right-bottom-desc {
    margin: 0 auto;
    text-align: center;
}


.join-right-bottom-desc {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.3;
    padding: 0 50px;

}

.email2,
.linkedin {
    display: flex;
    background-color: var(--orange);
    border-color: white;
    border-style: solid;
    height: 25px;
    border-width: 0.4vmin;
    width: 55.1vmin;
    display: inline-block;
}

.linkedin {
    margin-top: 20px;
}

.email2:hover,
.linkedin:hover {
    border: 0.4vmin solid transparent;
}
