:root {
    --black: 9,9,9; /* Juice */
    --light-gray: 150,150,150;
    --gold: 237, 215, 97;
}
html {overflow-x: hidden; scroll-behavior: smooth;}
body {
    margin: 0px;
}

p {
    font-size: 1.2rem;
}
li {
    font-size: 1.2rem;
}
a {
    font-size: 1.2rem;
}

.navbar {
    background-color: rgba(var(--black), 0.9);
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
    width: 100%;
    min-height: 80px;
    z-index: 1;
}
.navcontent {
    color: white;
    text-align: center;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    
}
    
.navcontent:hover {
    color: rgb(var(--light-gray));
}
.logo {
    width: 70px;
    height: auto;
    padding: 10px;
}
.cta {
    background-color: rgb(var(--gold));
    color: black;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.cta:hover {
    background-color: rgb(207, 185, 67);
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    
}

.header {
    padding: 100px 10px 130px 10px;
    background-color: black;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%)
}

.header-title {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(var(--gold));
    text-align: center;
    font-size: 3.5rem;
    
}
.header-text {
    font-size: 1.5rem;
    text-align: center;
    color: rgb(var(--gold));
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin: 30px 20px 5px 30px;
}
.work {
    padding: 30px 10px 20px 10px;
}
.work-title {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 2.5rem;
}
.work-step-container1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.work-step-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-step-container3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.work-steps {
    background-color: rgb(var(--light-gray));
    width: 50%;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.tgtbt {
    background-color: black;
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    
}
.tgtbt-image {
    border-radius: 10px;
    width: 99%;
    height: auto;
    
}
.subjects {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    background-color: rgb(var(--gold));
    text-align: center;
}
.about {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
}
.abt-image {
    border-radius: 10px;
    width: 95%;
    height: auto;
    margin-right: 3%;
    
}
.footer {
    color: white;
    background-color: black;
    text-align: center;
    padding: 20px;
}
/* SIGNUP PAGE */

.signup {
    overflow: hidden;
    align-items: center;
    display: flex;
    background-color: black;
    justify-content: space-evenly;
}
.signup-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-section {
    padding: 50px;
    text-align: center;
    font-size: 20px;
    background-color: white;
    overflow: hidden;
    width: 70%;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}
.signup-button {
    background-color: rgb(var(--gold));
    color: black;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.signup-button:hover {
    background-color: rgb(207, 185, 67);
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    
}
.signup-split {
    display: flex;
    align-items:center;
    justify-content: space-evenly;
    box-sizing: border-box;
}
.signup-image {
    width: auto;
    max-width: 100%;
    height: 100%;
}
.red {
    color: red;
}
.width50 {
    width: 50%;
}
.dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

.raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


#menu-toggle {
    display: none;
}
.menu-icon {
    display: none;
    cursor: pointer;
    font-size: 2rem;
    color: white;
}
.close-icon {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}
.open-icon {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}


@media (max-width:768px) {

    .navbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        min-height: 60px;
    }

    .navcontent {
        display: none;
        padding: 12px 0;
        width: 100%;
        text-align: center;
    }

    .navcontent.login,
    .navcontent.signup {
        display: none;
    }

    #menu-toggle:checked ~ .navcontent.login,
    #menu-toggle:checked ~ .navcontent.signup {
        display: block;
    }

    .logo {
        width: 50px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .menu-icon {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .open-icon,
    .close-icon {
        width: 40px;
        height: 40px;
        display: none;
    }

    .menu-icon .open-icon {
        display: block;
    }

    #menu-toggle:checked ~ .menu-icon .open-icon {
        display: none;
    }

    #menu-toggle:checked ~ .menu-icon .close-icon {
        display: block;
    }
}
