body {
    font-family: 'Poppins';
    background-color: #CEE7E7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #2B3A67;
    position: relative;
}

#header {
    top: 0px;
    z-index: 1000;
    width: 100%;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

#header-text {
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
    left: 20px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

#header-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 0px;
    right: 10px;
    width: 30%;
    text-wrap: nowrap;
}

.logo {
    max-width: 35px;
    margin-right: 15px;
}

.startup-name {
    font-size: 24px;
    color: #2B3A67;
}

#container {
    margin-top: 50px;
    width: 100%;
}

#landing {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: white;
    min-height: 600px;
    max-height: 800px;
    overflow: hidden;
}

#landing-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    max-width: 600px;
    margin-right: 5%;
    z-index: 200;
}

#landing-video {
    height: 300px;
    width: 470px;
}

#landing iframe {
    height: 300px;
    width: 470px;
}

#landing h2 {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
}

#landing p {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
}

#landing-arrow-container {
    position: relative;
    top: -130px;
    left: -120px;
}

#landing-arrow-container img {
    width: 150px;
    transform: rotateZ(10deg);
}

#landing-arrow-container p {
    position: relative;
    top: -30px;
    color: #118AB2;
}

h1, h2 {
    font-size: 28px;
    color: #2B3A67;
    margin: 0px;
    padding: 0px;
}

section {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
}

section h1,h2 {
    text-align: center;
    font-size: 50px;
}

section h3 {
    text-align: center;
    font-size: 25px;
}

section p {
    font-size: 20px;
    text-align: center;
    width: 70%;
}

.demo-video {
    height: 30%;
    width: 60%;
    max-height: 600px;
    margin-top: 20px;
}

button {
    font-family: 'Poppins';
    background-image: linear-gradient(to right, #118AB2, #2B3A67);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    background-size: 1000% auto;
    transition: 0.5s;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

button:hover {
    background-position: right center;
}

#signup-section {
    height: 800px;
    min-height: 75vh;
}

footer {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

form {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form input[type="email"] {
    width: 40%;
    max-width: 400px;
    height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.logo-small {
    margin-right: 10px;
    width: 50px;
}

#footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
}

#footer-logo-content {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
}

#footer-logo-title {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-wrap: nowrap;
}

#footer-logo-text {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-wrap: nowrap;
}

/* Media queries for responsive font sizes */
@media (max-width: 750px) {
    #header-text {
        left: 2%;
    }

    .logo {
        margin-right: 5%;
    }
    
    #header-buttons {
        right: 2%;
    }
    
    .startup-name {
        font-size: 14px;
    }

    section h1,h2 {
        font-size: 30px;
    }

    .demo-video {
        width: 100%;
    }

    section p {
        font-size: 18px;
    }

    form input[type="email"] {
        width: 80%;
    }

    #landing {
        max-height: 700px;
        height: 100vh;
        flex-direction: column;
    }
    
    #landing-text {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10%;
        margin-right: 0%;
        margin-bottom: 10%;
    }

    #landing-video {
        height: 227px;
        width: 350px;
        margin-bottom: 0%;
    }

    #landing-video iframe {
        height: 227px;
        width: 350px;
    }

    #landing-arrow-container {
        position: relative;
        top: -310px;
        left: 200px;
    }
    
    #landing-arrow-container img {
        width: 70px;
        transform: rotateZ(180deg);
    }
    
    #landing-arrow-container p {
        position: relative;
        top: -110px;
        left: -40px;
        font-size: 10px;
    }

    #signup-section {
        max-height: 80vh;
    }
}

@media (max-width: 400px) {
    #landing-video {
        height: 227px;
        width: 350px;
        margin-bottom: 10%;
    }

    #landing-video iframe {
        height: 227px;
        width: 350px;
    }

    #landing-arrow-container {
        position: relative;
        top: -320px;
        left: 200px;
    }
    
    #landing-arrow-container img {
        width: 80px;
        transform: rotateZ(180deg);
    }
    
    #landing-arrow-container p {
        position: relative;
        top: -120px;
        left: -20px;
        font-size: 10px;
    }
}