html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

* {
    font-family: 'novecento-sans-wide', sans-serif;
    transition: transform .2s, filter .2s, box-shadow .2s, opacity .2s;
    margin: 0;
    color: var(--black);
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 1em;
}

@media screen and (min-width: 500px) {
    body {
        font-size: 80%;
    }
}

@media screen and (min-width: 2500px) {
    html {
        font-size: 120%;
    }
}

@media screen and (min-width: 3000px) {
    html {
        font-size: 140%;
    }
}

@media screen and (min-width: 3800px) {
    html {
        font-size: 160%;
    }
}

/* ============================== */

:root {
    /* Primary colors */
    --c_primary: #00d3f5;
    --c_primary2: #5bbad5;
    --c_secondary: #2e2e2e;
    --c_primary-v1: linear-gradient(to left bottom, rgba(0, 211, 245, 0.4), rgba(0, 211, 245, 1));
}

.hidden {
    display: none;
}


.overflow {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

p,
.main-content *,
article a,
a.basic {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}

ul:before {
    content: attr(title);
    font-size: 120%;
    font-weight: bold;
    pointer-events: all;
    text-transform: lowercase
}

a {
    text-decoration: none;
    color: inherit;
    transition: text-decoration-color 300ms;
}

a:hover {
    text-decoration-color: rgba(255, 255, 255, 1);
}

.container {
    width: 90%;
    margin: 0 auto;
}

body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    background: var(--lgrey);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--main-solid);
}

.toggle-button {
    display: flex;
    position: absolute;
    top: 1.5em;
    right: 1.7em;
    flex-direction: column;
    justify-content: space-between;
    width: 2.1em;
    height: 1.6em;
}

.toggle-button .bar {
    height: .3em;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.navbar-links {
    display: none;
}

.navbar {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 200;
    background: var(--main);
    color: white;
    width: 100%;
    padding: 0 4em;
    font-size: min(0.5em + 1vw, 1em);
}

.brand-title {
    padding: .5em;
}

.brand-title.outer {
    display: flex;
}

.brand-title.inner {
    display: none;
}

.brand-title img {
    height: 3.7em;
}

.brand-title:hover img {
    filter: brightness(1.3);
}

.navbar-links ul {
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;

    margin-top: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}

.navbar-links li {
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.navbar-links li a:not(.logo) {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    color: white;
    padding: .6rem;
    display: block;
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-links li a:hover {
    text-decoration-color: white;
}

.navbar-links li+li :before {
    display: none;
}

.navbar-links.active {
    display: flex;
    animation: 3.5s ease-in-out;
}

.navbar-links li a {
    text-decoration-thickness: 4px;
}

#langs {
    display: flex;
    flex-direction: row;
    font-size: .6em;
    padding: 3em;
}

#langs a {
    padding: 0 !important;
}

.list.disable {
    display: none;
}



.social-media .fa-instagram:hover {
    background: 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

/* End Navbar */



/* START FORM  */

.formulary-cont {
    width: 50em;
}

.formContainer {
    background: var(--form);
    width: 100%;
    padding: 2.3em 2em;
    /* font-size: 1.2em; */
    margin-top: 1rem;
    border-radius: 6px;
}

input,
textarea,
select {
    font-size: 1.2em;
}

textarea {
    line-height: 1.5;
}

.formContainer input::placeholder {
    color: black;
}

.field {
    background-color: var(--white);
    border-radius: 4px;
}

form .data {
    flex-grow: 1;
    padding-bottom: 1em;
}

form .data .field {
    margin-bottom: 1.8em;
}

form .message {
    flex-grow: 4;
}

.message textarea {
    height: 100%;
}

form .actions {
    margin: auto;
    padding: initial;
    margin-top: 1em;
}

form .info {
    color: white;
    border-left: 2px solid white;
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

.info.v-large {
    display: none;
}

.info.v-small {
    display: block;
    margin-top: 2em;
}

.g-recaptcha {
    /* margin-top: 2em; */
}

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

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


/* START FOOTER */

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.main-container {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}


.footer {
    display: flex;
    flex-direction: column;
    background-color: #2e2e2e;
    width: 100%;
    z-index: 1;
}

footer * {
    color: white;
}

#move-to-top {
    display: flex;
    align-items: center;
}

footer .site-map {
    display: inline-flex;
    justify-content: space-evenly;
    align-content: center;
    padding: 4em 1em;
    flex-wrap: wrap;
    font-size: min(0.5vw + 0.6em, 1em);
}

footer .site-map a {
    font-family: Helvetica, Arial, sans-serif;
}

#move-to-top img {
    height: min(17vw + 1em, 7em);
}

.footer ul {
    padding: 1em;
}

.footer li {
    display: flex;
    align-items: center;
    margin-top: 0.3em;
}

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

.footer li img {
    margin-right: 1em;
}

.footer li i {
    margin-right: 0.7em;
    font-size: 1.4em;
    width: 1em;
}

footer .site-map ul:first-of-type a {
    text-transform: capitalize;
}

.footer p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}

#move-to-top:hover {
    filter: brightness(1.3);
}

#sunglasses {
    cursor: pointer;
}

.entry {
    color: white;
    padding: 2em 1em;
    margin: 0 auto;
    width: 80%;
    font-size: 1.3em;
    line-height: 1.8em;
}

:root {
    --banner-size: clamp(20em, 10em + 25vw, 30em);
}

@media screen and (min-width:1700px) {
    :root {
        --banner-size: clamp(20em, 10em + 25vw, 35em);
    }
}

.banner {
    height: var(--banner-size);
}

header * {
    color: white;
}

.banner header {
    position: absolute;
    top: 0;
    height: var(--banner-size);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-container {
    /* position: absolute; */
}

.banner h1 {
    color: white;
    width: 90%;
    font-size: min(1.6vw + 0.9em, 2.6em);
    font-weight: 900;
    text-transform: uppercase;
    transform: translateY(1em);
}

.slider {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.5);
}

.slider li {
    position: absolute;
    background-image: var(--bg-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: var(--banner-size);
    width: 100%;
}

article {
    display: flex;
    flex-direction: column;
    width: min(100%, 50em + 25vw);
    margin: 0 auto;
    padding: 4em 2em;
    font-size: min(1vw + 0.5em, 100%);
}

article h1 {
    font-size: min(1.6vw + 0.9em, 2.6em);
    text-transform: uppercase;
}

article h2 {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 2em;
}

article p {
    margin-bottom: 2em;
    font-size: 1.2rem;
    word-break: break-word;
    text-align: justify;
}

article p:last-of-type {
    margin-bottom: 4em;
}

button {
    width: fit-content;
    font-size: 2em;
    padding: 10px;
    border: none;
    background: #fff;
    color: var(--black);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
}

button:hover {
    background: black;
    color: #ddd;
}

button.black {
    background-color: var(--black);
    color: white;
    box-shadow: inset 0 0 0 4px var(--black);
}

button.black:hover {
    background: white;
    color: var(--black);
}

button.black:active {
    color: var(--dblack);
    box-shadow: inset 0 0 0 4px var(--dblack);
}

.gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 4em;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width: 915px) {
    .gallery {
        width: 114%;
    }
}

.gallery img {
    height: 17em;
    width: 28em;
    object-fit: cover;
    padding: 1em;
}

#websiteby {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
}

#websiteby a {
    text-align: center;
    font-weight: 900;
    text-transform: lowercase;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 3px;
}

#websiteby img {
    height: 1.2em;
}

#websiteby span {
    font-weight: 900;
}

#websiteby a:hover span {
    color: #00d3f5;
    font-weight: 900;
}

footer a:not([href="https://shuttleprojects.com"]) {
    text-decoration-line: underline;
    text-decoration-color: transparent;
}

footer a:hover {
    text-decoration-color: white;
}

#legal {
    font-family: 'novecento-sans-wide', sans-serif;
}

a.basic {
    text-decoration: underline;
}