@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

* {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    text-decoration: none;
    color: #0b5f5a;
    font-size: 3.3vmin;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.5% 5%;
    border-bottom: 1px solid #0b5f5a;
}

.log {
    margin-right: 10%;
}

.logo {
    width: 32vmin;
}

.nav {
    display: flex;
    align-items: center;
}

.navlinks {
    display: flex;
    align-items: center;
}

.navlinks a {
    width: max-content;
    font-size: 3.3vmin;
    padding: 0px 1.5vmin;
}

.active {
    font-weight: 900;
}

.navlinks a:hover {
    font-weight: 700;
}

.sub {
    max-width: 200px;
    font-size: 3vmin;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    border: none;
    padding: 1.28vmin 3.2vmin;
    letter-spacing: 0.2px;
    border-radius: 26px;
}

.sub:hover {
    opacity: 0.7;
}

section {
    padding-top: 10%;
    margin: 0 10% 0 10%;
}

.sect1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3%;
    min-height: 50vh;
    overflow-x: hidden;
}

.sect1 h1 {
    font-size: 6.5vmin;
}

.sect1 h5 {
    color: #0b5f5a;
    font-weight: 600;
    font-size: 3.5vmin;
}

.sect1 div {
    margin-top: 3.5%;
    text-align: center;
    padding: 0.5%;
    margin-right: 3%;
}

.img1 {
    height: 50vmin;
}

.sect2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sect2 h1 {
    font-size: 6vmin;
    letter-spacing: 0.3vmin;
}

.shadowbox {
    margin-top: 1%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #d0f2f3;
    box-shadow: 1px 3px 2px 3px #d3d2d270;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border-radius: 2.5vmin;
}

.shadowbox img {
    background-color: #d0f2f3;
}

.shadowbox div {
    background-color: #d0f2f3;
    padding: 1%;
    margin-left: 4%;
}

.shadowbox div h5 {
    font-size: 3.5vmin;
    font-weight: 500;
    color: #0b5f5a;
    background-color: #d0f2f3;
    font-style: normal;
    text-align: justify;
    line-height: 130%;
}

.shadowbox div h5 span {
    font-weight: 600;
    background-color: #d0f2f3;
}

.feature1 {
    padding: 5%;
    margin: 5% 0 5% 0;
    border: 1px solid #ebf3f2;
    border-radius: 1vmin;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.feature1 div {
    padding: 3% 5% 0 5%;
}

.fet2 {
    background-color: #ecf3f2;
}

.fet2 img {
    background-color: #ecf3f2;
}

.fet2 div,
.fet2 h1,
.fet2 h5 {
    background-color: #ecf3f2;
}

.features {
    margin-top: 10%;
}

.features h1 {
    font-size: 4.5vmin;
    letter-spacing: normal;
    margin-bottom: 7%;
}

.features h5 {
    font-size: 3.2vmin;
    color: #0b5f5a;
    line-height: 135%;
    font-weight: 500;
    letter-spacing: 0.1vmin;
}

#scrollButton {
    margin-top: 20%;
    width: 10vmin;
    height: 10vmin;
    cursor: pointer;
}

@keyframes scrollAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

#scrollButton {
    animation: scrollAnimation 1s infinite;
}

.sect3 {
    background-color: #ebf3f2;
    width: 100%;
    margin-top: 5vmin;
    padding-bottom: 14vmin;
}

.scrtxt {
    padding: 0 5% 0 5%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.scrtxt,
.scrtxt h4,
.scrtxt h2,
.staytuned form {
    background-color: #ebf3f2;
}

.scrtxt h2 {
    font-weight: 700;
    font-size: 4.5vmin;
    text-transform: capitalize;
}

.staytuned {
    background-color: #ebf3f2;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.staytuned form {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-right: 10%;
}

.staytuned h4 {
    font-size: 3.2vmin;
    width: max-content;
    margin-right: 5%;
}

.staytuned input {
    margin: 1.6vmin 2vmin 1.6vmin 0;
    padding: 1.6vmin 3vmin;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.16vmin;
    font-size: 2.3vmin;
    width: 30vmin;
    background-color: #ffffff;
    border: 0.45vmin solid #0b5f5a;
    border-radius: 1vmin;
}

.staytuned button {
    margin: 1.6vmin 0 1.6vmin 0;
    width: max-content;
    padding: 1.6vmin 3.2vmin;
    font-weight: 500;
    letter-spacing: 0.16vmin;
    font-size: 2.88vmin;
    border: none;
    border-radius: 1.2vmin;
    background-color: #0b5f5a;
    color: #ffffff;
    cursor: pointer;
}

footer {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

hr.rounded {
    width: 90%;
    border-top: 1px solid #000000;
}

.flinks {
    width: 90%;
    padding: 0px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flinks a {
    text-decoration: none;
    width: max-content;
    padding: 0px 1vmin;
    font-size: 3vmin;
}

.flinks a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.flinks span {
    margin: 6.2vmin 0 3.5vmin 3%;
}

.socialic {
    width: 3.5vmin;
    height: 3.5vmin;
}

.socialic:hover {
    opacity: 0.7;
}

.fsoc {
    margin-left: 7.3%;
    margin-bottom: 20px;
    align-self: flex-start;
}

.fsoc a {
    margin-left: 10px;
    font-size: 3vmin;
}

.fsoc a:hover {
    font-weight: 900;
}



@media only screen and (max-width: 600px) {
    .log {
        margin-right: 5%;
    }

    .sect1 {
        margin-top: 15%;
        min-height: 50vh;
        align-items: center;
    }

    .sect2 h1 {
        text-align: center;
    }
    .features h1{
        text-align: left;
    }

    .shadowbox {
        padding-right: 7%;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 7%;
    }

    .shadowbox div h5 {
        line-height: normal;
    }

    .img1 {
        height: 45vmin;
    }

    .features h5 {
        font-size: 2.7vmin;
        line-height: 100%;
    }
}