* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-margin-top: 90px;
}

:root {
    --nav: #063239;
    --btn-nav: #1094A9;
    --btn-soli: #063239;
}

header {
    background-color: var(--nav);
    display: flex;
    flex-direction: row;
    padding: 25px 100px;
    justify-content: space-between;
    align-items: center;
}

.container-header {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
}

.nav-links {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 40px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
}

/*main {
    background: url(img/bg-1.png) no-repeat;
    font-family: 'Roboto', sans-serif;
}

/* Section 1 */

.section-1 {
    display: flex;
    flex-direction: row;
    background: url(img/bg-1.png) no-repeat;
    background-size: cover;
    background-position: 0%;
}

.container-1 img {
    width: 448px;
    position: relative;
    top: 34px;
    right: 45px;
}

.container-1 {
    display: flex;
    flex-direction: row;
    margin: 32px 80px;
    background: linear-gradient(180deg, rgba(190, 233, 252, 0.7) 0%, rgba(215, 237, 255, 0.7) 100%);
    border-radius: 40px;
}

.container-1a {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 26px 66px 26px 0;
}

.container-1a h1 {
    font-size: 64px;
    font-weight: 700;
}

.container-1a p {
    font-size: 20px;
}

.container-1-li {
    padding: 0 0 0 20px;
    line-height: 2.2;
    font-size: 20px;
}

.container-1-btn {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

/* Section 2 */

.section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url(img/bg-1.png);
    background-size: cover;
    background-position: bottom;
}

.section-2a {
    display: flex;
    flex-direction: column;
    background-color: #CB7B29;
    padding: 40px;
    color: white;
    font-size: 20px;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.section-2b {
    display: flex;
    flex-direction: column;
    padding: 45px;
    background-color: #FFFFFFB2;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.section-2b h1 {
    font-size: 64px;
    font-weight: 500;
    color: #333333;
}

.section-2b p {
    font-size: 20px;
    font-weight: 400;
    width: 61%;
}

/* Section 3 */

.section-3 {
    display: flex;
    flex-direction: row;
    padding: 64px 120px;
    justify-content: space-between;
    color: #333333;
}

.section-3a {
    display: flex;
    flex-direction: column;
}

.section-3a h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 32px;
}

.section-3a p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.section-3a small {
    font-size: 12px;
    background-color: #F7F7F7;
    padding: 6px 12px;
    width: 13rem;
    border-radius: 1000px;
    margin-bottom: 20px;
}

.container-03-li {
    list-style-image: url(img/li.png);
    line-height: 2.5;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 120px 30px;
}

/* Section 4 */

.section-4 {
    display: flex;
    flex-direction: row;
    background-color: #063239;
    color: white;
    padding: 64px 120px;
    gap: 112px;
}

.section-4a {
    display: flex;
    flex-direction: column;
}

.section-4a h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 32px;
}

.section-4a p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.section-4a small {
    font-size: 12px;
    background-color: #F7F7F7;
    color: #063239;
    padding: 6px 12px;
    width: 13.5rem;
    border-radius: 1000px;
    margin-bottom: 20px;
}

.container-04-li {
    list-style-image: url(img/li-1.png);
    line-height: 2.5;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 120px 30px;
}

/* Section 5 */

.section-5 {
    display: flex;
    flex-direction: row;
    padding: 64px 120px;
    justify-content: space-between;
    color: #333333;
}

.section-5a {
    display: flex;
    flex-direction: column;
}

.section-5a h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 32px;
}

.section-5a p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.section-5a small {
    font-size: 12px;
    background-color: #F7F7F7;
    padding: 6px 12px;
    width: 14rem;
    border-radius: 1000px;
    margin-bottom: 20px;
}

.container-03-li {
    list-style-image: url(img/li.png);
    line-height: 2.5;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 120px 30px;
}

/* Section 6 */

.section-6 {
    background-color: #063239;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
    gap: 20px;
}

.section-6 h1 {
    color: #CB7B29;
}

.container-06 {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.container-06-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    gap: 15px;
    padding: 28px 0;
    text-align: center;
}

.container-06-cards img {
    width: 64px;
}

/* Section 7 */

#section-7y8 {
    display: flex;
    flex-direction: column;
    background: url(img/bg-1.png) repeat-y;
    background-size: cover;
    background-position: 0%;
}

.container-07 {
    display: flex;
    flex-direction: row;
    padding: 80px;
    background-color: #FFFFFFB2;
    gap: 80px;
}

.container-07a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.container-07a h1 {
    color: #063239;
    font-size: 52px;
    font-weight: 500;
}

.container-07a p {
    font-size: 18px;
    font-weight: 400;
}

.container-07b {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    gap: 18px;
}


/* Section 8 */

.section-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 80px;
    background: rgba(203, 123, 41, 0.8);
}

.container-08 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: rgba(203, 123, 41, 1);
    border-radius: 40px;
    width: 1300px;
    gap: 15px;
}

.container-08-li {
    display: flex;
    flex-direction: row;
    gap: 80px;
    list-style-image: url(img/li.png);
    line-height: 2.5;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}

.container-08 h1 {
    font-size: 52px;
    font-weight: 500;
    color: #063239;
}

.container-08 p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.container-08a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container-08a h1 {
    font-size: 45px;
}

.container-08a p {
    font-size: 18px;
}

.container-08a a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.container-08b {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Section 9 */

.section-9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
    gap: 25px;
}

.section-9 h1 {
    font-size: 48px;
    font-weight: 700;
    color: #063239;
}

.container-09 {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.container-09-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container-09-cards h3 {
    font-size: 24px;
    color: #020B42;
    font-weight: 700;
}

.container-09-cards a {
    text-align: end;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #2E3389;
}

/* Form */

.form-box {
    background: transparent;
}

.row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.row input {
    flex: 1;
}

input,
textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 15px;
    background-color: #DAEFED;
}

textarea {
    border-radius: 20px;
    min-height: 130px;
    resize: none;
    margin-bottom: 20px;
}

/* Terms */

.terms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
}

.terms-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.terms a {
    color: #e7ffe7;
    text-decoration: underline;
}

.terms input {
    margin-right: 8px;
    width: 20px;
}

/* Footer */

footer {
    display: flex;
    flex-direction: column;
    background-color: #063239;
    color: white;
    gap: 50px;
    padding: 80px 80px 30px 80px;
}

.footer-a {
    display: flex;
    flex-direction: row;
    gap: 230px;
}

.footer-b {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-1 p {
    font-size: 16px;
}

.footer-1 img {
    width: 200px;
}

.footer-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.footer-2 a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.footer-2 h1 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 60px;
}

.footer-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-3 h1 {

    font-size: 26px;

    font-weight: 700;
}

.footer-3 p {
    font-size: 15px;
    font-weight: 400;
}

.footer-3 h2 {
    font-size: 24px;
}

/* Buttons */

.btn-nav {
    background-color: var(--btn-nav);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
}

.btn-soli {
    background-color: var(--btn-soli);
    padding: 14px 24px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.btn-wsp {
    border: var(--btn-soli) solid 2px;
    border-radius: 4px;
    padding: 14px 24px;
    color: var(--btn-soli);
    text-decoration: none;
}

.btn-soli-1 {
    background-color: #FFFFFF;
    padding: 14px 24px;
    color: var(--btn-soli);
    text-decoration: none;
    border-radius: 4px;
}

.btn-wsp-1 {
    border: #FFFFFF solid 2px;
    border-radius: 4px;
    padding: 14px 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-noti {
    background-color: var(--btn-soli);
    padding: 14px 24px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    width: 210px;
    margin: 15px 0;
}

.btn-login {
    background-color: var(--btn-soli);
    padding: 14px 24px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    width: 210px;
    text-align: center;
    margin: 10px 0;
}

.btn-more {
    background-color: var(--btn-soli);
    padding: 14px 15px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    width: 150px;
    text-align: center;
    margin: 10px 0;
}

.btn-wsp-footer {
    background-color: white;
    padding: 14px 15px;
    color: var(--btn-soli);
    text-decoration: none;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    margin: 10px 0;
}

/* Fonts */

.roboto {
    font-family: 'Roboto', sans-serif;
}

.inter {
    font-family: 'Inter', sans-serif;
}

.manrope {
    font-family: 'Manrope', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}