@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/* General styles */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Nunito", sans-serif;
}
.block {
    width: 100%;
    position: relative;
    font-size: 16px;
}
.block span {
    position: relative;
    display: block;
    text-align: right;
    margin: 0;
    top: 35%;
    transform: translateY(-50%);
    color: white;
}
.block span h1 {
    font-size: 4.8em;
    font-weight: 400;
}
.block .faq h1,
.block .faq h2,
.block .faq h3 {
    font-weight: 400;
}
.block .faq h1 {
    font-size: 2.4em;
}
.block .faq h2 {
    font-size: 1.7em;
}
.block .faq h3 {
    font-size: 1.4em;
}
.block a {
    color: #358f80;
}

/* Navbar */
.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #f2faf5;
    font-weight: 500;
    font-size: 1.1em;
    padding: 10px 20px;
    background: #14746f;
    background: -webkit-linear-gradient(
        111deg,
        rgba(20, 116, 111, 1) 0%,
        rgba(39, 131, 121, 1) 15%,
        rgba(53, 143, 128, 1) 30%,
        rgba(86, 171, 145, 1) 67%,
        rgba(61, 150, 132, 1) 82%,
        rgba(53, 143, 128, 1) 100%
    );
    background: -moz-linear-gradient(
        111deg,
        rgba(20, 116, 111, 1) 0%,
        rgba(39, 131, 121, 1) 15%,
        rgba(53, 143, 128, 1) 30%,
        rgba(86, 171, 145, 1) 67%,
        rgba(61, 150, 132, 1) 82%,
        rgba(53, 143, 128, 1) 100%
    );
    background: linear-gradient(
        111deg,
        rgba(20, 116, 111, 1) 0%,
        rgba(39, 131, 121, 1) 15%,
        rgba(53, 143, 128, 1) 30%,
        rgba(86, 171, 145, 1) 67%,
        rgba(61, 150, 132, 1) 82%,
        rgba(53, 143, 128, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14746F", endColorstr="#358F80", GradientType=0);
}
.navbar img {
    border-radius: 15px;
}
.navbar .logo {
    margin: 10px;
}
.nav-item {
    text-align: right;
}
.nav-item a {
    color: #f2faf5;
    text-decoration: none;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}
.nav-item a:hover {
    color: #358f80;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
.nav-link,
.navbar-brand {
    color: #f2faf5 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/* Hero section */
.hero {
    background: #14746f;
    background: -webkit-linear-gradient(
        111deg,
        rgba(20, 116, 111, 0.9) 0%,
        rgba(39, 131, 121, 0.9) 15%,
        rgba(53, 143, 128, 0.9) 30%,
        rgba(86, 171, 145, 0.9) 67%,
        rgba(61, 150, 132, 0.9) 82%,
        rgba(53, 143, 128, 0.9) 100%
    );
    background: -moz-linear-gradient(
        111deg,
        rgba(20, 116, 111, 0.9) 0%,
        rgba(39, 131, 121, 0.9) 15%,
        rgba(53, 143, 128, 0.9) 30%,
        rgba(86, 171, 145, 0.9) 67%,
        rgba(61, 150, 132, 0.9) 82%,
        rgba(53, 143, 128, 0.9) 100%
    );
    background: linear-gradient(
        111deg,
        rgba(20, 116, 111, 0.9) 0%,
        rgba(39, 131, 121, 0.9) 15%,
        rgba(53, 143, 128, 0.9) 30%,
        rgba(86, 171, 145, 0.9) 67%,
        rgba(61, 150, 132, 0.9) 82%,
        rgba(53, 143, 128, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14746F", endColorstr="#358F80", GradientType=0);
    padding: 60px 0px;
    text-align: left;
}
.hero h1 {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: white;
    text-align: left;
}
.hero p {
    font-size: 1.2em;
    color: white;
    text-align: left;
    font-family: "Roboto", sans-serif;
}
.hero a {
    color: #036666;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 20px;
    border-radius: 18px;
    transition: all 0.1s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.01em;
    box-shadow: 0 0 20px rgba(20, 116, 111, 0.5);
}
.hero img {
    position: absolute;
    z-index: 400;
    margin-top: 200px;
    margin-left: -150px;
    width: 700px;
    max-width: 700px;
    height: auto;
    border-top-left-radius: 160px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 126px;
    box-shadow: 0 0 120px rgba(82, 92, 92, 0.5);
}

/* Notify section */
.notify {
    background: #eeaeca;
    background: -webkit-linear-gradient(
        352deg,
        rgba(238, 174, 202, 0.3) 0%,
        rgba(211, 178, 211, 0.3) 10%,
        rgba(206, 179, 213, 0.3) 28%,
        rgba(175, 183, 224, 0.3) 61%,
        rgba(163, 185, 228, 0.3) 92%,
        rgba(148, 187, 233, 0.3) 100%
    );
    background: -moz-linear-gradient(
        352deg,
        rgba(238, 174, 202, 0.3) 0%,
        rgba(211, 178, 211, 0.3) 10%,
        rgba(206, 179, 213, 0.3) 28%,
        rgba(175, 183, 224, 0.3) 61%,
        rgba(163, 185, 228, 0.3) 92%,
        rgba(148, 187, 233, 0.3) 100%
    );
    background: linear-gradient(
        352deg,
        rgba(238, 174, 202, 0.3) 0%,
        rgba(211, 178, 211, 0.3) 10%,
        rgba(206, 179, 213, 0.3) 28%,
        rgba(175, 183, 224, 0.3) 61%,
        rgba(163, 185, 228, 0.3) 92%,
        rgba(148, 187, 233, 0.3) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EEAECA", endColorstr="#94BBE9", GradientType=0);
    padding: 60px 0px;
    text-align: left;
}
.notify h2 {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #202764;
    text-align: right;
    margin-top: 150px;
}
.notify p {
    font-size: 1.2em;
    color: #202764;
    text-align: right;
    font-family: "Roboto", sans-serif;
}
.notify a {
    float: right;
    color: #47509e;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 20px;
    border-radius: 18px;
    transition: all 0.1s ease-in-out;
    background-color: #d3cce2;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.01em;
    box-shadow: 0 0 20px rgba(244, 246, 246, 0.5);
}
.notify img {
    position: absolute;
    z-index: 390;
    width: 520px;
    max-width: 520px;
    height: auto;
    border-top-right-radius: 60px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 126px;
    border-bottom-left-radius: 64px;
}

/* Explore section */
.explore {
    background: #833465;
    background: -webkit-linear-gradient(
        212deg,
        rgba(131, 52, 101, 0.3) 0%,
        rgba(132, 79, 135, 0.3) 24%,
        rgba(134, 108, 173, 0.3) 36%,
        rgba(135, 137, 211, 0.3) 57%,
        rgba(178, 136, 191, 0.3) 81%,
        rgba(211, 135, 176, 0.3) 100%
    );
    background: -moz-linear-gradient(
        212deg,
        rgba(131, 52, 101, 0.3) 0%,
        rgba(132, 79, 135, 0.3) 24%,
        rgba(134, 108, 173, 0.3) 36%,
        rgba(135, 137, 211, 0.3) 57%,
        rgba(178, 136, 191, 0.3) 81%,
        rgba(211, 135, 176, 0.3) 100%
    );
    background: linear-gradient(
        212deg,
        rgba(131, 52, 101, 0.3) 0%,
        rgba(132, 79, 135, 0.3) 24%,
        rgba(134, 108, 173, 0.3) 36%,
        rgba(135, 137, 211, 0.3) 57%,
        rgba(178, 136, 191, 0.3) 81%,
        rgba(211, 135, 176, 0.3) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833465", endColorstr="#D387B0", GradientType=0);
    padding: 60px 0px;
    text-align: left;
    max-height: 450px;
}
.explore h2 {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #202764;
    text-align: left;
}
.explore p {
    font-size: 1.2em;
    color: #202764;
    text-align: left;
    font-family: "Roboto", sans-serif;
}
.explore a {
    float: left;
    color: #47509e;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 20px;
    border-radius: 18px;
    transition: all 0.1s ease-in-out;
    background-color: #f2f2f2;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.01em;
    box-shadow: 0 0 20px rgba(244, 246, 246, 0.5);
}
.explore img {
    z-index: 390;
    width: 750px;
    max-width: 750px;
    height: auto;
}

/* Experience section */
.experience {
    background: #ffffff;
    background: -webkit-linear-gradient(
        212deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(245, 245, 245, 0.2) 26%,
        rgba(255, 255, 231, 0.2) 44%,
        rgba(252, 252, 232, 0.2) 67%,
        rgba(238, 238, 238, 0.2) 87%,
        rgba(233, 233, 233, 0.2) 95%,
        rgba(224, 224, 224, 0.2) 100%
    );
    background: -moz-linear-gradient(
        212deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(245, 245, 245, 0.2) 26%,
        rgba(255, 255, 231, 0.2) 44%,
        rgba(252, 252, 232, 0.2) 67%,
        rgba(238, 238, 238, 0.2) 87%,
        rgba(233, 233, 233, 0.2) 95%,
        rgba(224, 224, 224, 0.2) 100%
    );
    background: linear-gradient(
        212deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(245, 245, 245, 0.2) 26%,
        rgba(255, 255, 231, 0.2) 44%,
        rgba(252, 252, 232, 0.2) 67%,
        rgba(238, 238, 238, 0.2) 87%,
        rgba(233, 233, 233, 0.2) 95%,
        rgba(224, 224, 224, 0.2) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E0E0E0", GradientType=0);
    padding: 0px;
}
.experience h2 {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #58595b;
    text-align: right;
}
.experience p {
    font-size: 1.2em;
    color: #58595b;
    text-align: right;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
}
.experience a {
    float: right;
    color: #58595b;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 20px;
    border-radius: 18px;
    transition: all 0.1s ease-in-out;
    background-color: #ececec;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.01em;
    box-shadow: 0 0 20px rgba(244, 246, 246, 0.5);
}
.experience img {
    width: 550px;
    max-width: 550px;
    margin-top: -60px;
    height: auto;
}

/* Contact section */
.contact {
    background: #ffffff;
    background: -webkit-linear-gradient(
        212deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 16%,
        rgba(245, 245, 245, 1) 0%,
        rgba(222, 222, 222, 1) 54%,
        rgba(230, 230, 230, 1) 78%,
        rgba(233, 233, 233, 1) 95%,
        rgba(224, 224, 224, 1) 100%
    );
    background: -moz-linear-gradient(
        212deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 16%,
        rgba(245, 245, 245, 1) 0%,
        rgba(222, 222, 222, 1) 54%,
        rgba(230, 230, 230, 1) 78%,
        rgba(233, 233, 233, 1) 95%,
        rgba(224, 224, 224, 1) 100%
    );
    background: linear-gradient(
        212deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 16%,
        rgba(245, 245, 245, 1) 0%,
        rgba(222, 222, 222, 1) 54%,
        rgba(230, 230, 230, 1) 78%,
        rgba(233, 233, 233, 1) 95%,
        rgba(224, 224, 224, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#E0E0E0", GradientType=0);
    padding: 60px 0px;
}
.contact h2 {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #024848;
    text-align: center;
}
.contact p {
    font-size: 1.2em;
    color: #024848;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
}
.contact a {
    color: #024848;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 20px;
    border-radius: 18px;
    transition: all 0.1s ease-in-out;
    background-color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.01em;
    box-shadow: 0 0 20px rgba(244, 246, 246, 0.5);
    border: 2px solid #024848;
}
.contact .download-button {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent !important;
    color: #024848;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
    border: none;
}
.contact img {
    position: absolute;
    z-index: 390;
    width: 500px;
    max-width: 500px;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(197, 198, 198, 0.5);
}

/* Footer */
.footer {
    background: #303030;
    background: -webkit-linear-gradient(
        46deg,
        rgba(48, 48, 48, 1) 1%,
        rgba(47, 47, 47, 1) 25%,
        rgba(64, 64, 64, 1) 50%,
        rgba(36, 36, 36, 1) 81%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -moz-linear-gradient(
        46deg,
        rgba(48, 48, 48, 1) 1%,
        rgba(47, 47, 47, 1) 25%,
        rgba(64, 64, 64, 1) 50%,
        rgba(36, 36, 36, 1) 81%,
        rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
        46deg,
        rgba(48, 48, 48, 1) 1%,
        rgba(47, 47, 47, 1) 25%,
        rgba(64, 64, 64, 1) 50%,
        rgba(36, 36, 36, 1) 81%,
        rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303030", endColorstr="#000000", GradientType=0);
    padding: 70px 0px;
    text-align: left;
}
.footer a {
    color: #f2faf5;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 20px;
    border-radius: 18px;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.01em;
}
.footer a:hover {
    color: #d4dad6;
    text-decoration: none;
}
.footer p {
    font-size: 1em;
    color: #f2faf5;
    text-align: center;
    font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
    .hero,
    .notify,
    .explore,
    .experience,
    .contact {
        padding: 60px 0px;
    }

    .hero {
        padding-bottom: 60px !important;
    }
    .explore {
        padding: 220px 0px;
    }
    .experience {
        padding: 80px 0px;
    }

    .notify img {
        width: 120%;
        height: 240px;
        object-fit: cover;
        max-width: 120%;
        margin-left: -13%;
        margin-top: -160px;
        border-radius: 12px;
    }
    .explore img {
        width: 600px;
        max-width: 600px;
        height: auto;
        object-fit: cover;
        margin: auto;
        margin-top: 20px;
        border-radius: 12px;
    }
    .experience img {
        width: 400px;
        max-width: 400px;
        height: auto;
        margin: auto;
        margin-top: 120px;
    }

    .hero a,
    .notify a,
    .explore a,
    .experience a,
    .contact a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 30px auto 10px auto;
    }
    .contact .download-button {
        margin: 0px auto;
    }
    .hero h1,
    .notify h2,
    .explore h2,
    .experience h2,
    .contact h2 {
        font-size: 1.8em;
        text-align: center;
    }
    .hero p,
    .notify p,
    .explore p,
    .experience p,
    .contact p {
        font-size: 1em;
        text-align: center;
    }

    .footer img {
        height: 30px;
        width: auto;
        margin-bottom: 0px;
    }
    .footer a {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        padding: 10px 0;
        font-size: 0.9em;
    }
    .footer p {
        font-size: 0.8em;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .experience {
        padding: 80px 0px;
    }
    .explore img {
        width: 110%;
        height: auto;
        object-fit: cover;
        max-width: 120%;
        margin-top: 20px;
        border-radius: 12px;
    }
    .experience img {
        width: 90%;
        max-width: 90%;
        height: auto;
        margin: auto;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1025px) {
    .notify img {
        width: 450px;
        max-width: 450px;
        height: auto;
    }
    .experience img {
        width: 450px;
        max-width: 450px;
        height: auto;
    }
}
