:root {
    --font-family: 'Monseratt', sans-serif;
    --orange: #fd753fba;
    --bright-orange: #FD763F;
    --blue: #3498db;
    --top-banner-height: 40px;
    --top-banner-height-phone: 80px;
}

.hero {
    display: flex;
    align-items: center;
}

.vertical-text {
    font-family: var(--font-family);
    height: 100vmin;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-basis: 30%;
}

.vertical-text p:nth-child(odd) {
    font-size: 50px;
    margin-right: 12%;
    margin-left: 12%;
    font-weight: bold;
    color: white;
}

.vertical-text p:nth-child(even) {
    font-weight: bold;
    margin-top: 0.25%;
    margin-bottom: 0.25%;
    font-size: 30px;
}


.square {
    background-color: black;
    width: 70%;
    height: 100vmin;
    top: var(--top-banner-height);
    right: 0;
    position: absolute;
}

.square img {
    width: 585px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about {
    text-align: center;
    color: white;
    font-family: sans-serif;
    padding-bottom: 18vmax;

}

.about h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 40px;
}

#head2 {
    display: inline;
    color: black;
}

.about p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

#learnbtn {
    width: 400px;
    padding: 20px;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: transparent;
    color: white;
    margin-top: 2.5%;
    cursor: pointer;
    border: solid white 3px;
    border-radius: 3px;
}

#learnbtn:hover {
    background-color: black;
}

.bgblack {
    /* padding: 50px 0px; */
    background-color: black;
    width: 100%;
    height: 600px;

}

.bgblack h1 {
    font-family: 'lulo-clean-w01-one-bold', sans-serif;
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    margin-top: 0;
}

.the {
    color: rgb(100, 149, 237)
}

.team {
    color: var(--orange);
}

.team-members-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-member-col {
    flex-basis: 30%;
    text-align: center;
    border-right: 1px solid white;
    padding-right: 10px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}



.team-member-col img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.member1-profile img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.member2-profile img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.team-member-col h3 {
    font-size: 18px;
    color: orange;
}

.team-member-col p {
    font-size: 18px;
    color: white;
}

#aboutme {
    color: white;
    font-weight: bold;
    font-size: 25px;
    line-height: 1rem;
}

.membersocials img {
    width: 30px;
    padding: 5px;
}

#joinbtn {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: white;
    width: 200px;
    height: 40px;
    font-weight: bold;
    text-decoration: none;
    color: black
}

#joinbtn:hover {
    background-color: orange;
    color: white;
}

.bgblack2 {
    background-color: black;
    padding-top: 150px;
    width: 60%;
    height: 600px;
    margin-top: 0;
    position: absolute;
}

.bgblack2 h3 {
    color: var(--bright-orange);
    font-family: sans-serif;
    background: transparent;
    font-size: 40px;
    text-align: center;
    border: 0;
    margin: auto;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-weight: 800;

}

.us {
    color: white;
    text-align: justify;
}

.contact-form {
    width: 60vmin;
    /* padding: 30px; */
    text-align: center;
    border: 0;
    margin: auto;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}



.name,
.phone,
.email,
.email2,
.message {
    background-color: var(--orange);
    border: 0.4vmin solid white;
    height: 25px;
    margin-top: 20px;
    margin-left: 0;
}

.name:hover,
.phone:hover,
.email:hover,
.message:hover {
    border: 0.4vmin solid transparent;
}

input::placeholder,
textarea::placeholder {
    color: white;
}

.name,
.phone {
    width: 25.1vmin;
    display: inline-block;
}

.phone {
    margin-left: 3vmin;
}

.email,
.message {
    width: 55.1vmin;
}

.message {
    height: 100px;
}

label {
    display: flex;
    color: white;
    display: block;
    display: inline-block;
    margin-top: 20px;
    accent-color: var(--orange);
    font-size: 17px;
}



#submit {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    height: 50px;
    color: white;
    background-color: black;
    border: solid white 3px;

}

#submit:hover {
    background-color: white;
    color: black;
    transition: 0.5s ease;
}

.subscribe-note {
    text-align: center;
    color: white;
    font-family: sans-serif;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40%;
    display: flex;
    height: 600px;
    flex-direction: column;
    justify-content: center;
}


.subscribe-note h3 {
    /* margin-top: 20%; */
    text-align: center;
    color: black;
    font-size: 40px;
    font-family: sans-serif;
    display: inline-block;
    height: 30px;
    font-weight: 800;

}

.subscribe-note_desc {
    top: 100%;
    text-align: center;
    padding: 5%;
}

.subscribe-note_desc p {
    vertical-align: baseline;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.3;
}


/* responsive home page */

@media only screen and (max-width: 950px) {
    .navbar {
        flex-direction: column;
        padding: 5px;
        top: var(--top-banner-height-phone);
    }

    .logo {
        width: 100px;
        margin-top: 10px;
        padding: 0;
    }

    .menu {
        height: auto;
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: black;
        z-index: 999;
        padding: 10px;
        flex-direction: column;
    }

    .menu li {
        display: block;
        margin-bottom: 10px;
    }

    .menu li:last-child {
        margin-bottom: 0;
    }

    .menu a {
        padding-right: 0;
    }

    .menu-icon {
        display: block;
        font-size: 33px;
        color: white;
        position: absolute;
        top: var(--top-banner-height);
        right: 8px;
        cursor: pointer;
    }

    .hero {
        flex-direction: column;
        margin: 0;
    }

    .vertical-text {
        margin: 15% auto 8% auto;
        height: 400px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .vertical-text p:nth-child(odd) {
        font-size: 30px;
        text-align: center;
    }

    .vertical-text p:nth-child(even) {
        margin-left: 0;
        margin-top: 1%;
        margin-bottom: 1%;
        font-size: 15px;
        text-align: center;
    }

    .square {
        width: 100%;
        /* height: 400px; */
        margin: 0 0 0 auto;
        position: relative;
    }

    .square img {
        width: calc(280vmin / 3);
        height: calc(130vmin / 3);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .about {
        padding: 50px;
        padding-top: 50px;
    }

    #learnbtn {
        width: 100%;
        margin-top: 20px;
    }

    .bgblack {
        /* padding: 50px 0px; */
        background-color: black;
        width: 100%;
        height: 1200px;

    }

    .bgblack h1 {
        font-size: 40px;
        padding-top: 50px;
    }

    .team-members-row {
        flex-direction: column;
    }

    .team-member-col {
        flex-basis: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .team-member-col img {
        max-width: 150px;
    }

    .member1-profile img {
        height: 150px;
        width: 150px;
        border-radius: 50%;
    }

    .member2-profile img {
        height: 150px;
        width: 150px;
        border-radius: 50%;
    }

    .team-member-col h3 {
        font-size: 16px;
    }

    .team-member-col p {
        font-size: 14px;
    }

    .membersocials {
        display: flex;
        justify-content: center;
    }

    .membersocials img {
        margin-right: 10px;
    }

    #aboutme {
        font-size: 20px;
        margin-top: 10px;
    }

    .subscribe-note {
        width: calc(100% - 100px);
        height: 400px;
        padding: 0 50px;
    }

    .subscribe-note h3 {
        font-size: 40px;
        font-weight: 800;

    }

    .subscribe-note_desc {
        position: static;
        width: 100%;
        margin: 0;
    }

    .subscribe-note_desc p {
        font-size: 1.2em;
    }


    .bgblack2 {
        width: 100%;
        height: 500px;
        /* reduced height */
        margin-top: 400px;
        padding-top: 0;

        padding-bottom: 100px;
        /* increased margin-top */
    }

    .bgblack2 h3 {
        background: transparent;
        font-size: 40px;
        border: 0;
        margin: auto;
        outline: 0;
        padding-top: 60px;
        vertical-align: baseline;
        font-weight: 800;
    }


    .contact-form {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
        margin-top: 50px;
        text-align: center;
        border: 0;
        margin: auto;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
    }

    .name,
    .phone,
    .email,
    .message {
        width: 90%;
    }

    .phone {
        margin-left: 0;
    }

    .email,
    .message {
        width: 90%;
    }

    label {
        font-size: 14px;
        font-weight: bold;
    }

    #submit {
        width: 90%;
        margin-left: 5%;
    }


}



/* responsvie home page ends */

