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

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

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

h1{
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: 110%;
margin:0;
text-align: center;
}

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-align: center;
margin:0;
}

h5{
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-align:center;
}

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

.hero {
width: 100%;
height: calc(100vh - 4vh);
background: #ffffff;
background-image: url("assets/hero_background.png");
background-repeat: no-repeat;
background-position: center;
display: flex;
flex-direction: column;
}

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

.navbar{
width: 100%;
height: 4vh;
position: sticky;
top: 0;
background-color: #ffffff;
z-index: 1000;
display: flex;
justify-content: center;
padding: 10px 0;
}

.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: 100%;
color: #2D2D2D;
list-style-type: none;
padding: 0;
margin: 0 auto;
align-items: center;
text-align: center;
justify-content: center;
font-size: 14px;
font-weight: 300;
}

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

#logo {
height: 32px;
}

#logo img{
height: 100%;
}

#search{
height: 24px;
}

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

/* fold 1 */

.fold1 {
display:flex;
flex-direction: column;
margin: auto;
justify-content: center;
align-items: center;
background-color: #E7F5F9;
gap: 45px;
width: 100%;
padding: 100px 0;
}

.written-content {
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
margin: auto;
max-width: 80%;
text-align: left;
}

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

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

/* fold 2 */

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

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

.fold2 span {
font-weight: 700;
}

#fold2-content{
margin: auto;
text-align: left;
}

/* fold 3 */

#fold3 {
width: 100%;
background-color: #E7F5F9;
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-content {
    width: 80%;
    margin: 0 auto;
}

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

.fold3-verticals img {
width: 64px;
}

.fold3-vertical {
background-color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1.2rem;
padding: 50px 10px;
width: 100%;
border-radius: 20px;
}

/* fold 4 */

.fold4 {
width: 100%;
background-color: #E7F5F9;
color: #FFF;
text-align: center;
display: flex;
align-items: center;
justify-content: space-between;
}

#fold4-img-wrapper {
height: 450px;
width: 50%;
background: #ffffff;
background-image: url("assets/footer-img.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#fold4-txt-wrapper {
width: 50%;
color: #1E1E1E;
font-weight: 300;
font-size: 40px;
line-height: normal;
letter-spacing: 0.056px;
display: flex;
flex-direction: column;
gap: 30px;
}

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

#fold4-txt-wrapper:last-child {
color: aqua;
}

/* form */

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

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

.form-content h6 {
    margin-bottom: 20px;
}

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

#message{
min-height: 100px;
}

.form-buttons{
display: flex;
justify-content: center;   
gap: 10px;
margin-top: 10px;
}

.form-button{
border-radius: 100px;
background: #64BCDF;
padding: 10px 30px;
color: white;
font-size: 18px;
font-style: normal;
font-weight: 300;
text-decoration: none;
text-align: center;
min-width: 80px;
}

.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%;
}

.image-content img {
max-width: 300px;
}

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

h4 {
font-size: 10px;
}

.fold4 {
border-radius: 0 0 0 100px;
gap: 3%;
}

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

.form-buttons {
margin: 0;
}

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

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

#logo {
width: 50%;
}

.image-content img {
max-width: 200px;
}
}


@media screen and (max-width: 480px) {
.hero {
border-radius: 0 0 50px 50px;
}

.hero-content {
width: 80%;
}


h1 {
font-size: 40px;
text-align: left;
}

h5 {
font-size: 14px;
text-align: left;
}

.image-content {
flex-direction: column;
gap: 20px;
}

.image-content img {
max-width: 300px;
}

.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: 20%;
}

.fold3-vertical {
padding: 50px 0;
}

.fold4 {
flex-direction: column-reverse;
}

#fold4-txt-wrapper {
width: 100%;
font-size: 30px;
line-height: normal;
margin: 50px auto;
}

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

.form {
flex-direction: column;
gap: 20px;
width: 80%;
}

.form-content {
width: 100%;
}

.form-buttons {
margin-top: 0;
}

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