html, body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed';
    background-color: #133045;
}


.flex-row {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.header {
    align-items: center;
    z-index: 1;
    position: sticky;
    top: 0;
}

.header-sticked {
    background: linear-gradient(156deg, rgba(19, 48, 69,1) 0%, rgba(10, 40, 61,1) 70%);
}

.logo {
    color: white;
    margin: auto;
    font-size: 30px;
    padding-left: 40px
}

.menu-h {
    margin-left: auto;
    padding-right: 100px;
    background-color: transparent;
    height: 100%;
}

.menu-h a {
    padding: 0px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: auto 0px;
    height: 50px;
    display: flex;
    align-items: center;
}

/*
.menu-a-unsticked {
    
    
} 
*/

.menu-a-unsticked:hover {
    background-color: #1db5a8;
}



.content {
    width: 100vw;
    background: rgb(0,110,112);
    background: linear-gradient(156deg, rgba(19, 48, 69,1) 0%, rgba(10, 40, 61,1) 70%);
}

.banner-c-h {
    height: 100vh;
}

.banner-text-h img {
    max-width: 400px;
}

.banner-text-h {
    margin-left: 100px;
    margin-top: 20px;
    width: 350px;
    height: 250px;
    padding: 30px 50px;
    /*background-color: #00686a;*/
    color: white;
    border-radius: 24px;
    align-items: center;
}

.banner-text-h p {
    font-size: 18px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 25px;
}

.banner-text-h a {
    color: white;
    background-color: #1db5a8;
    border-radius: 24px;
    padding: 15px 35px;
    display: block;
    text-decoration: none;
    width: fit-content;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 20px;
}

#ig-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner-text-h a:hover {
    background-color: #00686a;
}

h1 {
    font-size: 60px;
    margin: 0;
}

.right-b-h img {
    margin-top: 30px;
    
    margin-right: 150px;
    max-width: 600px;
}

.right-b-h {
    margin-left: auto;
    margin-top: 20px;
}

.banner-bubble {
    height: 220px;
    width: 350px;
    background-color: #1db5a8;
    position: relative;
    margin-left: auto;
    margin-right: 110px;
    margin-top: -160px;
    border-radius: 24px;
    color: white;
    padding-left: 30px;
    padding-top: 30px;
}

.banner-bubble p {
    font-size: 18px;
    margin: 0px;
}

.banner-bubble ul {
    font-size: 18px;
    margin: 0px;
    padding-left: 20px;
    padding-top: 20px;
}

.banner-bubble ul li {
    padding: 7px 15px 7px 7px;
    margin-top: -10px;
}

.placeholder {
    width: 100vw;
    height: 600px;
    background-color: grey;
}

.sec-content {
    background-color: white;
    align-items: center;
    padding: 0px 150px 0px 150px;
}

.sec-h-h {
    min-width: 350px;
}

.sec-content h2 {
    color: black;
    font-size: 36px;
    position: relative;
    animation: popvision 1s ease-out;
    font-weight: 300;
}

.vis-sp {
    font-weight: 600;
}

.sec-content-divider {
    margin: 125px 0px 125px 0px;
    height: 220px;
    min-width: 1px;
    width: 1px;
    background-color: black;
}

.sec-content p {
    color: black;
    font-size: 20px;
    margin-top: 0px;
    line-height: 28px;
    position: relative;
    animation: popvision 1s ease-out;
}

.sec-p-h {
    padding-left: 80px;
}

@keyframes popvision {
    from {top: 100px; opacity: 0.2;}
    to {top: 0px; opacity: 1;}
}

.thr-content {
    align-items: center;
}

.thr-content-sec {
    padding: 0px 50px 0px 50px;
    justify-content: space-between;
    height: 450px;
    gap: 38px;
}

.thr-content h2 {
    color: white;
    font-size: 36px;
    position: relative;
    animation: popvision 1s ease-out;
    font-weight: 300;
    margin-top: 80px;
}

.service-h {
    height: 200px;
    padding: 70px 20px 10px 20px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    animation: popvision 1s ease-out;
}

.service-h p {
    color: white;
    font-size: 18px;
    text-align: center;
}

.service-text {
    margin-top: 0px;
    max-width: 250px;
}

.service-h img {
    width: 90px;
    height: 90px;
}

.thr-content-sec-divider {
    margin-top: 60px;
    height: 220px;
    width: 2px;
    background-color: white;
}

.frth-content {
    background-color: #133045;
    height: 500px;
    width: 100vw;
    align-items: center;
    color: white;
    justify-content: center;
    gap: 200px;
}

.frth-content img {
   max-width: 220px;
}

.frth-content-og {
    background-color: #133045;
    height: 500px;
    /*width: 100vw;*/
    align-items: center;
    color: white;
}

.frth-content h2 {
    color: white;
    font-size: 36px;
    position: relative;
    font-weight: 600;
    margin-top: 120px;
    animation: popvision 1s ease-out;
}

.frth-content p, .frth-content a {
    text-decoration: none;
    font-size: 20px;
    animation: popvision 1s ease-out;
    position: relative;
    color: white;
}

.frth-content a {
    margin: 20px 0px 20px 0px;
}

.frth-content p:nth-child(2) {
    margin-top: 40px;
}

hr {
    background-color: white;
    width: 250px;
}

.footer {
    background-color: white;
    color: #343434;
    padding: 50px 0px;
}

.footer-col {
    width: 33%;
    align-items: center;
}

.footer-col img {
    max-width: 150px;

}

.footer-col ul li a {
    text-decoration: none;
    color: #343434;
    transition: color 1s, text-shadow 1s;
}

.footer-con-h {
    max-width: 60vw;
    margin: auto;
}

.footer-col ul {
    list-style-type: none;
    line-height: 28px;
    font-size: 18px;
}

.footer-col ul li a:hover {
    color: #1db5a8;
    text-shadow: #1db5a8 0px 0px 4px;
}

.footer ul li {
    display: flex;
    align-items: center;
}

.footer-icon {
    height: 20px;
    width: 20px;
}

.footer-col img {
    margin-top: 10px;
}

#ig-icon img {
    margin-top: 0px;
}

.footer-col:nth-child(1) {
    align-items: flex-end;
}

.copyright {
    align-items: center;
    width: 100vw;
    padding: 8px 0px;
    color: #343434;
    background-color: #1db5a8;
}

.copyright a {
    text-decoration: none;
    color: white;
}

.copyright a:hover {
    text-decoration: underline;
}

.hamburger {
    display: none;
}

@media only screen and (max-width: 600px) {

    hr {
        width: 60vw;
    }

    .header {
        flex-direction: column;
    }

    .banner-c-h {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-bottom: 90px;
    }

    .banner-bubble {
        padding: 10px 20px;
        justify-content: center;
        max-width: 80vw;
        height: 240px;
    }

    .banner-text-h img {
        max-width: 60vw;
    }

    .banner-text-h {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .right-b-h img {
        display: none;
    }

    .right-b-h {
        margin: 0;
        margin-top: 200px   ;
    }

    .banner-bubble {
        margin: 0;
        width: auto;
    }

    .sec-content {
        flex-direction: column;
        padding: 0;
    }

    .sec-h-h h2 {
        text-align: center;
    }

    .sec-h-h {
        min-width: auto;
    }

    .sec-content-divider {
        display: none;
    }

    .sec-p-h {
        padding: 0 20px 20px 20px;
        margin-top: -20px;
    }

    .thr-content-sec {
        flex-direction: column;
        padding: 0;
    }

    .thr-content-sec-divider {
        display: none;
    }
    
    .thr-content, .thr-content * {
        height: auto;
    }

    .service-h {
        padding: 0;
    }

    .thr-content-sec {
        padding-bottom: 50px;
    }

    .frth-content {
        flex-direction: column;
        gap: 0px;
        height: auto;
        padding-top: 50px;
    }

    .frth-content-og {
        height: auto;
        padding-bottom: 30px;
    }
   
    .frth-content-og h2 {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .footer-con-h {
        flex-direction: column;
    }

    .footer-col {
        /*flex-direction: row;*/
        width: auto;
        padding: 0px 40px
    }

    .footer-col:nth-child(1) {
        align-items: center;
    }

    .footer-con-h {
        max-width: 100%;
    }

    .footer-col img {
        padding-left: 0;
    }

    .footer-icon {
        padding-left: 0;
    }

    .footer {
        display: flex;
        flex-direction: column;
    }

    .footer .footer-col:nth-child(2) img {
        padding-left: 0;
    }

    .menu-h {
        flex-direction: column;
        padding: 0;
        margin-right: auto;
        display: none;
    }

    .hamburger {
        display: block;
        height: 50px;
        width: 100vw;
    }

    .ham-h {
        height: 34px;
        width: 50px;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 10px;
        justify-content: space-around;
    }

    .ham-line {
        width: 70%;
        height: 4px;
        background-color: white;

    }

    .footer-col ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        text-align: center;
    }
    
}		