*{
    margin: 0;
    padding: 0;

}


html {
    height: 100%;
        overflow-x: hidden;
}

body{
    min-height: 100vh;


    min-height: 100%;
    display: flex;
    flex-direction: column;
}

nav ul{
    width:100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:1.4rem;
    font-family:Helvetica;
    font-weight: lighter;
    padding:20px;

}

nav li{
    height: 50px;
    margin-right: 30px;

}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: hsl(0, 0%, 0%);
}

nav a:hover{
    color: hsla(0, 0%, 0%, 0.472);
}

nav li:first-child{
    margin-right: auto;
    align-self: flex-start;
    font-family:Helvetica;
    font-weight: lighter;
    font-size:2rem;
}


.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.862);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0,0,0.04);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:lighter;

}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}
.menu-button{
    display:none;
}

.subheading {
    font-family:Helvetica Neue;
    font-size:1.9rem;
    margin-left:30px;
    padding:20px;
    color: #484848;
}

.video1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.swiper {
  width: 100%;
  height: fit-content; 
}

.swiper-slide img {
    width: 80%;
    height: 600px;    
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;

    justify-content: center;
}

.swiper-slide video {
    width: 80%;
    height: 600px;    
    margin: auto;
    object-fit: cover;
    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;

    justify-content: center;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
    color: white;
}

.swiper .swiper-pagination-bullet-active{
    background: white;
}


.contact {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1.8rem;
    gap:0.01rem;
}

.business {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1.7rem;
    gap:0.01rem;
}

.email {
    text-decoration:none;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:0.6rem;

}

.about-body{
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    

}

.about {
    padding-top:300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1rem;
    gap:1.5rem;
}


footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1rem;
    padding:30px;
    gap:1rem;

}

footer a {
    text-decoration:none;
    color:black;
}


/*MEDIA QUERIES*/

@media(max-width: 430px){
    nav li:first-child{
        margin-right: auto;
        align-self: flex-start;
        font-family:Helvetica;
        font-weight: lighter;
        font-size:1.6rem;
    }

    nav ul{
        width:100%;
        list-style: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size:1.4rem;
        font-family:Helvetica;
        font-weight: lighter;
        padding-left:2px;
    
    }

    nav li{
        height: 50px;
        margin-right:0px;
    }

    body{
        min-height: 100vh;
        overflow-x: hidden;
    
        min-height: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
    }

    .sidebar{
        width: 100%;
    }

.subheading {
    font-family:Helvetica;
    font-size:1.3rem;
    margin-top:0px;
    margin-left:20px;
    padding:15px;
    color: #484848;
}
    
    .video1 {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .swiper {
        width: 100%;
        height: fit-content; 
      }

      .swiper-slide video {
        width: 100%;
        height: 100%;
        margin: auto;
        object-fit: cover;
        overflow: hidden;
        position: relative;
    
        display: flex;
        align-items: center;
    
        justify-content: center;
}

    .swiper .swiper-button-prev, .swiper .swiper-button-next {
    color: none;
    visibility: collapse;
}
.contact {
    display: flex;
    height: 200px;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1.1rem;
    gap:0.7rem;

    }

    .business {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1rem;
    gap:0.01rem;
}

    .email {
        text-decoration:none;
        color: black;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:1rem;
    
    }

    .about-body{
        overflow: hidden;
        min-height: 100%;
        display: flex;
        flex-direction: column;

    }

    .about {
        height: 50%;
        margin:10px;
        display: flex;
        flex-direction: column;
        flex-wrap:nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:0.9rem;
        gap:1rem;
        padding: 30px;
    }

    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:0.8rem;
        gap:1rem;
    }
}



@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
}



@media(min-width: 768px){

    nav li{
        height: 50px;
        margin-right:30px;
    }

    .contact {
        display: flex;
        height: 400px;
        flex-direction: column;
        flex-wrap:nowrap;
        justify-content: center;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:1.3rem;
        gap:0.7rem;
    
        }

        .email {
    text-decoration:none;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1.1rem;

}

.about {
    padding-top:300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1.3rem;
    gap:1.5rem;
    margin:70px;
}

.about-body{
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;

}

.contact {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:2.3rem;
    gap:0.7rem;
}

.email {
    text-decoration:none;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size:1.6rem;

}

    }


@media(min-width: 1200px){

    
    .swiper-slide video {
        width: 80%;
        height: 900px;    
        margin: auto;
        object-fit: cover;
        overflow: hidden;
        position: relative;
    
        display: flex;
        align-items: center;
    
        justify-content: center;
    }

    .contact {
        display: flex;
        height: 780px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:1.9rem;
        gap:0.7rem;
    }

    .email {
        text-decoration:none;
        color: black;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:1.9rem;
    
    }

    .about {
        padding-top:300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: lighter;
        font-size:1.3rem;
        gap:1.5rem;
        margin:70px;
    }
    }
