@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    margin: 0;
    width: 100vw;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    color: #2D2D2D;
}

#x-icon {
    position: relative;
    top: 2px;
}

h1{
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 102%; /* 86.7px */
    margin:0;
    padding-top: 20px;
    text-align: center;
}

h1 span {
    font-weight: 900;
}

h3{
    font-size: 35px;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    margin:0;
    line-height: normal;
}

h4{
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    text-align: center;
}

h5{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    background-color: #1E1E1E;
    width: max-content;
    padding: 5px 15px;
    border-radius: 100PX;
}

h6{
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin:0;
    background-color: #1E1E1E;
    width: max-content;
    padding: 5px 15px;
    border-radius: 100PX;
}

.hero {
    width: 100%;
    height: calc(100vh - 7vh);
    background: #FFF6DF;
    border-radius: 0 0 0 200px;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: right;
}

.hero-content{
    width: 95%;
    margin: auto;
}

.navbar{
    width: 100%;
    height: 7vh;
    position: sticky;
    top: 0;
    background-color: #FFF6DF;
    z-index: 1000;
    display: flex;
    justify-content: center;
}

.nav-content{
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.nav-menu{
    display: flex;
    gap: 5%;
    margin-left: 5%;
    width: 60%;
    color: #2D2D2D;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#pp-menu{
    color: #2D2D2D;
    text-decoration: none;
}

#logo img{
    height: 24px;
}
#search{
    height: 24px;
    width: 20%;
}

#search img {
    height: 24px;
    float: right;
}

.img-wrapper {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 15%;
}

#hero-illustration{
    position: absolute;
    bottom: -15px;
    max-width: 30%;
}

/* fold 1 */

.fold1 {
    display:flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 80%;
    padding: 120px 0;
}

.written-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.written-content p {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 auto;
}

/* fold 2 */

 .fold2 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    background-color: #F9E6EA;
    border-radius: 0 0 200px 0;
 }

 .fold2 p {
    font-size: 16px;
    font-weight: 300;
 }

 .fold2 span {
    font-weight: 700;
 }

 #fold2-content{
    margin: auto;
    max-width: 80%;
    text-align: left;
}

/* fold 3 */

.fold3 {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 100px 0;
    gap: 10px;
}

.fold3 p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    gap: 10px;
}

.fold3-verticals {
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.fold3-verticals img {
    width: 100%;
}

/* fold 4 */

.fold4 {
    width: 100%;
    background-color: #DDDEF4;
    border-radius: 0 0 0 200px;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

#fold4-img-wrapper {
    height: 100%;
}

#fold4-img-wrapper img {
    display: flex;
    height: 350px;
}

#fold4-txt-wrapper {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0.056px;
}

#fold4-txt-wrapper span {
    font-weight: 700;
}

/* form */

.form {
    /* background: #1A1921; */
    color: #1E1E1E;
    padding: 60px 0;
    display: flex;
    width: 60%;
    margin: 0 auto;
    gap: 50px;

}

.form-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: normal;
    gap: 10px;
    justify-content: space-between;
}

.form-right {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #e3f1e0;
    border-radius: 50px;
}

.form-right img {
    width: 100%;
    max-height: 250px;
    padding: 50px 20px; 
}

.input-form{
    padding: 15px;
    font-weight:200;
    font-size: 14px;
    border-radius: 10px;
    border: 0.5px solid #CDCDCD;
}

#message{
    min-height: 100px;
}

.form-buttons{
    display: flex;
    justify-content: center;   
    gap: 10px;
    margin-top: 30px;
}
.form-button{
    border-radius: 100px;
    background: #76B347;
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
}

.footer {
    padding: 20px 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.footer a {
    color: #1E1E1E; 
    font-weight: 300;
    text-decoration: underline;
    font-size: 14px;
}

.footer a:hover {
    opacity: 100;
}

/* Media Queries */

@media screen and (min-width: 481px) and (max-width: 1200px) {

    .hero {
        border-radius: 0 0 0 100px;
    }

    #hero-illustration {
        max-width: 45%;
    }

    .fold2 {
        border-radius: 0 0 100px 0;
    }

    h4 {
        font-size: 10px;
    }

    .fold4 {
        border-radius: 0 0 0 100px;
        /* flex-direction: column-reverse; */
        gap: 3%;
    }

    #fold4-txt-wrapper {
        font-size: 24px;
        line-height: normal;
    }

    #fold4-img-wrapper img {
        height: 250px;
    }

    .form {
        width: 90%;
        gap: 20px;
    }

    .form-buttons {
        margin: 0;
    }

    .form-right img {
        height: 40%;
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .nav-menu {
        display: none;
    }

    #logo {
        width: 50%;
    }
}


@media screen and (max-width: 480px) {
    .hero {
        border-radius: 0 0 50px 50px;
    }
    #hero-illustration {
        max-width: 70%;
        bottom: -12px;
    }
    h1 {
        font-size: 40px;
    }
    h5 {
        font-size: 14px;
    }
    .fold2 {
        border-radius: 0 0 50px 50px;
    }
    .written-content p, #fold2-content p, .fold3 p {
        font-size: 14px;
    }
    .fold3-verticals {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .fold3-verticals img {
        width: 80%;
    }
    .fold4 {
        border-radius: 0 0 50px 50px;
        flex-direction: column-reverse;
    }
    #fold4-txt-wrapper {
        font-size: 30px;
        line-height: normal;
        margin: 30px auto;
    }
    /* #fold4-txt-wrapper, #fold4-img-wrapper {
        width: 100%;
    } */
    #fold4-img-wrapper img {
        height: 250px;
    }
    .form {
        flex-direction: column;
        gap: 20px;
    }
    .form-left, .form-right {
        width: 100%;
    }
    .form-buttons {
        margin-top: 0;
    }
    .form-right img {
        width: 100%;
        max-height: 200px;
        padding: 50px 20px; 
    }
}