body {
    margin: 0;
}

.header {
    width: 100%;
    height: 700px;
    background-color: rgba(66, 86, 127, 0.874);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* border:1px solid wheat; */
    padding-bottom: 150px;


}

.header-main {
    display: flex;
    justify-content: space-evenly;
    /* border:1px solid wheat; */
    gap: 250px;
    margin-top: 45px;
}

.header-logo {
    font-size: 48px;
    font-weight: 900;
    color: #e5e7eb;
    /* border: 1px solid wheat; */
    margin: 50px 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

ul {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    list-style-type: none;
    display: flex;
    gap: 40px;
    font-size: 18px;
    /* border: 1px solid wheat; */
    margin: 40px 0px;
    padding: 16px;
}

a {
    color: #f9faf8;
    /* border: 1px solid wheat; */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #5d4c46;
}
img {
    border: 5px solid;
    border-image: linear-gradient(to right, #34180d, #504333); /* Adjust gradient colors */
    border-image-slice: 1;
  }
  
.text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* border:1px solid bisque; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 100px;
}

.main-text {
    /* border:1px solid bisque; */
    font-size: 48px;
    font-weight: bolder;
    color: #f9faf8;
}

.sub-text {
    /* border:1px solid bisque; */
    width: 420px;
    color: #e5e7eb;

}

.text-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border:1px solid bisque; */
    gap: 100px;
}

.image-placeholder {
    /* border:1px solid bisque; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 300px;
    background-color: lightpink;
    margin: 100px;
    /* padding-top:200px; */
}

.sign-up {
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 30px;
    color: #e5e7eb;
    font-weight: 600;
    background-color: #3882f6;
    border: 2px solid #2980b9;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.sign-up:hover {
    background-color: #243947;
    border-color: #597c93;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.main {
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .main-first-part {
    margin: 100px;
}

.info-heading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 36px;
    font-weight: bolder;
    color: #1f2937;
    margin: 30px;
    padding-top: 32px;
    text-align: center;
    /* border: 1px solid maroon; */
}

.main ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main li {
    width: 250px;
    height: 250px;
    /* border: 5px solid rgb(72, 120, 175); */
}

.main .images-with-context {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    padding:30px;
}
.omg{
    text-transform: uppercase;
    padding-left:70px;
    padding-bottom: 50px;
    padding-top:0px;
}

.quote {
    width: 100%;
    height: 550px;
    text-align: left;
    font-weight: lighter;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* border: 1px solid burlywood; */
    font-size: 36px;
    font-style: italic;
    background-color: #e5e7eb;
    padding-top: 80px;

}

.quote .quote-lines {
    /* border:1px solid black; */
    height: 200px;
    width: 900px;

}

.quote {
    /* border:1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.quote .author {
    /* border:1px solid black; */
    /* justify-content: center; */
    align-self: center;
    padding-left: 500px;
    font-weight: 900;
    font-style: normal;
}

.Additional {
    height: 150px;
    width: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px auto;
    padding: 50px 100px;
    background-color: #3882f6;
    border-color: #3882f6;
    color: #f9faf8;
    font-size: 24px;
    gap: 40px;
    border-radius: 10px;
    gap: 32px;
}

.Additional .sign-up-alt {
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 30px;
    color: #f9faf8;
    font-weight: 600;
    background-color: #3882f6;
    border-color: #f9faf8;
    border-style:solid;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.sign-up-alt:hover {
    background-color: #b881fb;
    border-color: #597c93;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.Additional .Add-Box {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #1f2937;
    padding-top: 32px;
    padding-bottom: 32px;

    color: #f9faf8;
    border: 1px solid black;
    margin: 0;
    text-align: center;
}