/* TABLE OF CONTENTS
 * 1. Custom Images
 *  1.1. Title Banner
 *  1.2. About Us Rotator
 * 2. General Styles
 * 3. Navbar
 * 4. Banner
 * 5. Page Sections / Containers 
 * 6. 3D Rotator
 * 7. Cards // The Team 
 */



/*
 *
 *   1. Custom Images 
 *
 **********************/

 /* 1.1 Title Banner */

 p, h4, h3, h2, h1, span, li {
    font-family: 'Montserrat';
 }

html::before {
    content: ' ';
    display: block;
    background-image: url("../img/header.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
}


/*
 *
 *   2. General Styles 
 *
 *************************/

body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

h1 , h2 {
    margin: 0;
}


/*
 *
 *   3. Navbar 
 *
 **********************/

 .navbar {
    width: 100%;
    position: fixed;
    top:0;
    z-index: 800;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.navbar.active {
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 0 20px 0 rgba(107, 107, 107, 0.1);
    border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.navbar.active a {
    color: black;
}

.navbar a {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 14px;
    margin: 0px 10px 0px 10px;
    display: inline-block;
    text-decoration: none;
}

.navbar-container a:first-child {
    margin-left: 0;
}

.navbar-container {
    margin: 16px;
}


.header {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 60vh;
    padding-bottom: 40vh;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    background: rgba(32,32,32,0.6);
    background: linear-gradient(90deg, rgba(22,226,245,0.2) 0%, rgba(190,68,255,0.2) 41%, rgba(255,106,76,0.2) 100%);
    background-color: rgba(32,32,32,0.5);
}

.header > div {
    text-align: center;
    width: fit-content;
}

.header h1 {
    font-size: 64px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.header h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    margin-top: -18px;
}

.logo-gradient {
    background: rgb(22,226,245);
    background: linear-gradient(90deg, rgba(22,226,245,1) 0%, rgba(190,68,255,1) 41%, rgba(255,106,76,1) 100%);
    background-clip: text;
    background-size: 100%;
    background-repeat: repeat;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.center-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#first {
    margin-top: 100vh;
}

.pannel {
    background-color: white;
    width: 100%;
}

.pannel-content {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 100px;
    background-color: white;
}

.pannel-content  > h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.pannel-content > h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 18px;
    margin: 0;
    margin-left: 4px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.hover-img {
    width: 100%;
    box-shadow: 0 0 20px 0px #b9b9b9;
    border-radius: 16px;
    transition: box-shadow 500ms;
}


.normal-img {
    width: 100%;
    border-radius: 16px;
}

.hover-img:hover {
    box-shadow: 0 0 40px 0px #888888;
}

.img-flex {
    display: block;
}

.icon-img-flex {
    display:block;
}

.img-flex > div {
    margin-bottom: 64px;
}

.img-subtitle {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 18px;
    margin-top: 10px;
}


#wave-canvas {
    margin-top: -200px;
}

.spacer {
    height: 40vh;
}

footer {
    width: 100%;
    height: 200px;
    background-color: rgb(64,64,64);
}

.contact {
    padding-top: 64px;
}

.contact-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 64px;
}

.contact-card {
    background-color: rgb(42,42,42);
    color: white;
    padding: 32px;
    border-radius: 32px;
}

a[href^=tel]{ color:#ffffff; text-decoration:none;}

.contact-card {
    font-family: 'Montserrat';
    text-decoration: none;
}

.contact-card h1 {
    font-size: 20px;
}

.contact-card h2 {
    font-weight: 200;
    font-size: 20px;
}

.contact-card li {
    font-weight: 200;
}


.contact-card ul {
    list-style-type: none;
    padding: 0;
}

.contact-card img {
    box-shadow: none;
    border-radius: 100%;
    width: 80%;
    margin: auto;
    margin-top: 32px;
    display: block;
}

.icon {
    width: 80px;
    display: inline-block;
    margin-bottom: 5px;
}

.icon-text {
    display: block;
    font-family: 'Montserrat';
}

.icon-container {

    text-align: center;
    margin-bottom: 50px;
}

.icon-list-container {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.bold {
    font-weight: 600;
}

.footer-part {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.footer-part a span {
    color: white;
    text-decoration: none;
    margin: 20px;
    font-family: 'Montserrat';
    font-size: 12px;
}

.footer-part a {
    text-decoration: none;
}

@media only screen and (orientation: landscape) and (max-height: 400px){
    .header > div {
        margin-top: 10%;
    }   
}

@media only screen and (min-width: 800px) {
    .header h1 {
        font-size: 90px;
    }

    .header h2 {
        font-size: 20px;
        margin-top: -24px;
        letter-spacing: 2px;
    }

    .img-flex {
        display: flex;
        gap: 32px;
    }

    .img-flex > div {
        margin-bottom: 0;
    }

    #wave-canvas {
        margin-bottom: 50px;
    }

    .pannel-content  > h1 {
        font-size: 35px;
    }

    .pannel-content  > h2 {
        font-size: 25px;
    }

    .contact-data {
        margin-top: 0;
    }

    .contact-card img {
        width: 40%;
        margin: 0;
    }

    .contact-card {
        padding: 64px;
    }

    .contact-card h1 {
        font-size: 24px;
    }

    .contact-card h2 {
        font-size: 22px;
    }

    .icon-list-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .normal-img {
        width: 50%;
        max-width: 800px;
        display: block;
        margin: auto;
    }

    .pannel-content {
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 1300px) {
    .header h1 {
        font-size: 110px;
    }

    .header h2 {
        font-size: 24px;
        margin-top: -30px;
    }

    #wave-canvas {
        margin-bottom: 100px;
    }

    .pannel-content  > h1 {
        font-size: 40px;
    }

    .pannel-content  > h2 {
        font-size: 30px;
    }

    .contact-card img {
        width: 30%;
        margin: 0;
    }

    .contact-card h1 {
        font-size: 30px;
    }

    .contact-card h2 {
        font-size: 24px;
    }

    .contact-card li {
        font-size: 18px;
    }

    .icon-list-container {
        min-width: 300px;
    }

}

@media only screen and (min-width: 1920px) {
    .header h1 {
        font-size: 120px;
    }

    .header h2 {
        font-size: 26px;
        margin-top: -32px;
    }
}