html {
    height: 100%;
}

body {
    height: 100%;
}

section {
    padding-left: 0%;
    padding-right: 0%;
}

footer {
    padding-left: 5%;
    padding-right: 5%;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    background-color: transparent;
    border-width: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border-color: black;
}

[lang] {
    display: none;
}

[lang=en] {
    display: block;
}

.h-200 {
    height: 200px;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-lg-40 {
    width: 40%;
}

.w-lg-50 {
    width: 50%;
}

.w-lg-60 {
    width: 60%;
}

a {
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

h1 {
    color: #2F0053;
    font-family: 'Gruppo', sans-serif;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 8px;
}

.h1-light {
    color: #ffffff;
    font-family: 'Gruppo', sans-serif;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 8px;
}

h2 {
    color: #2F0053;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 2px;
}

.h2-light {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 2px;
}

p {
    color: #000000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
    font-size: 18px;
}

.p-light {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
    font-size: 18px;
}

.border-right-dark {
    border-right: 2px solid #2F0053;
}

.border-top-light {
    border-top: 2px solid #ffffff;
}

.h-main {
    width: 300px;
}

/* OLDER STYLES */

.h1-accent {
    color: #4f028a;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

.h1-digital-light {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    font-size: 48px;
}

.h2-digital-light {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    font-size: 36px;
}

.p-accent {
    color: #4f028a;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.p-email {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.padding-nav {
    padding-top: 60px;

}

.paddingx-10-mobile {
    padding-left: 0%;
    padding-right: 0%;
}

.text-center-vertical {
    align-items: center;
}

.btn {
    font-size: small;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.btn-outline-primary {
    border-width: 2px;
}

.form-control {
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: white;
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 60px;
    text-indent: 16px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.7;
    /* Firefox */
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active,
.open>.dropdown-toggle.form-control {
    background-color: transparent;
    border-style: solid;
    border-color: #4f028a;
    border-width: 2px;
    border-radius: 60px;
    color: white;
    opacity: 1;
}

.btn-primary {
    min-height: 60px;
    width: 220px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: #6F0DD1;
    border-style: none;
    border-color: transparent;
    border-radius: 60px;
    color: white;
}

.btn-contact {
    min-height: 60px;
    width: 200px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: #2F0053;
    border-style: none;
    border-color: transparent;
    border-radius: 60px;
    color: white;
    letter-spacing: 2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #4f028a;
    border-color: transparent;
    color: white;
}

.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active,
.btn-contact.active,
.open>.dropdown-toggle.btn-contact {
    background-color: #4f028a;
    border-color: transparent;
    color: white;
}

.btn-primary:disabled {
    background-color: #acacac;
    border-color: transparent;
    color: white;
}

.btn-contact:disabled {
    background-color: #acacac;
    border-color: transparent;
    color: white;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #6F0DD1;
    color: #6F0DD1;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.dropdown-toggle.btn-outline-primary {
    background-color: #EF692C;
    border-color: transparent;
    color: white;
}

.btn-location {
    width: 48px;
    height: 48px;
    background-color: white;
    border: 2px solid #19325C;
    border-radius: 50%;
    color: white;
    padding: 4px;
    display: inline-block;
}

.btn-location:hover,
.btn-location:focus,
.btn-location:active,
.btn-location.active,
.open>.dropdown-toggle.btn-location {
    background-color: #DAB373;
    color: white;
}

.bg-main {
    background-image: url(res/bg-visual-1.png);
    background-size: 100%;
    background-position: top;
}

.bg-art-1 {
    background-image: url(res/bg-art-1.png); 
    background-size: cover;
}

.bg-art-2 {
    background-image: url(res/bg-art-2.png); 
    background-size: cover;
}

.bg-dimmed-70 {
    background-color: rgba(10, 10, 10, 0.7);
}

.bg-dimmed-80 {
    background-color: rgba(10, 10, 10, 0.8);
}

.img-paint-1 {
    scale: 300%;
}

.bg-light {
    background-color: #ffffff;
}

.bg-black {
    background-color: #101010;
}

.bg-green {
    background-color: #253542;
}

.bg-card-evolution-1 {
    height: 650px;
    width: 450px;
    border-style: solid;
    border-radius: 32px;
    border-style: none;
    border-width: 4px;
    background: linear-gradient(340deg, rgba(65, 26, 104, 1) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: rgba(111, 13, 209, 0.5) 0px 10px 30px;
}

.bg-card-evolution-2 {
    height: 650px;
    width: 450px;
    border-style: solid;
    border-radius: 32px;
    border-style: none;
    border-width: 4px;
    background: linear-gradient(340deg, rgba(22, 80, 73, 1) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: rgba(22, 80, 73, 0.5) 0px 10px 30px;
}

.bg-card-evolution-3 {
    height: 650px;
    width: 450px;
    border-style: solid;
    border-radius: 32px;
    border-style: none;
    border-width: 4px;
    background: linear-gradient(340deg, rgba(25, 46, 100, 1) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: rgba(25, 46, 100, 0.5) 0px 10px 30px;
}

.bg-block {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-products {
    background-image: url(res/bg-products.png);
}

.bg-mountain {
    background-image: url(res/bg-mountain.svg);
    background-size: 100% 100%;
    background-position: center;
}

.overflow-off {
    overflow: hidden;
}

.img-main {
    scale: 130%;
    margin-left: 10%;
    margin-top: 10%;
}

.img-grid-icons {
    max-height: 200px;
}

.img-socials {
    max-height: 30px;
}

.portfolio-logo {
    max-height: 300px;
}

.bg-visual-websites {
    max-width: 80%;
}

.span-accent {
    color: #4f028a;
}

.span-product {
    color: #4f028a;
}

.span-medium {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.py-10 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.pe-20 {
    padding-right: 20%;
}

.px-10 {
    padding-left: 10%;
    padding-right: 10%;
}

.ps-10 {
    padding-left: 10%;
}

.px-md-20 {
    padding-left: 20%;
    padding-right: 20%;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ms-accessory {
    margin-left: -10%;
}

.table tr th {
    border: 1px solid #19325C;
    color: #19325C
}

.table tr td {
    border: 1px solid #19325C;
}

.anchor {
    position: absolute;
    margin-top: -100px;
}

.text-main {
    max-width: 600px;
}

.logo-navbar {
    max-height: 50px;
}

.logo-main {
    max-height: 80px;
}

.navbar {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.nav-link {
    margin-right: 20px;
    margin-left: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 700;
    font-family: 'Quantico', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #ffffff;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #4f028a;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Quantico', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #4f028a;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("res/ic-menu.png");
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    border-style: none;
    box-shadow: none;
}

.no-line {
    text-decoration: none;
}

.h-giant-accessory {
    width: 5%
}

.line-white {
    height: 10px;
    width: 100%;
}

.line-metal {
    height: 10px;
    max-width: 60px;
}

.border-accent {
    border-right: 10px solid #DAB373;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

/* Animation */
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes show {
    0% {
        visibility: hidden;
    }

    100% {
        visibility: inherit;
    }
}

@keyframes hide {
    0% {
        visibility: inherit;
    }

    100% {
        visibility: hidden;
    }
}

.animate-fade {
    animation: fade-in 1s;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s;
}

.reveal.active {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
}

.img-how {
    max-height: 250px;
}

/* SWIPER */
.swiper {
    width: 100%;
    height: 70%;
}

.swiper-slide {
    height: auto !important;
    padding-left: 10%;
    padding-right: 10%;
}

.pb-10 {
    padding-bottom: 10%;
}

.pb-swiper {
    padding-bottom: 60px;
}

.swiper-pagination-bullet {
    background-color: #000000 !important;
}

.swiper-pagination-bullet-active {
    background-color: #4f028a !important;
}

/* MARQUEE */
.marquee-wrap {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    background-color: #DBF056;
    padding-top: 2px;
}

.marquee-inner {
    display: inline-block;
    margin-top: 5px;
    animation: marquee 60s linear infinite;
}

.marquee-item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 60s linear infinite;
}

.marquee-item {
    display: inline-block;
    padding: 0 1rem;
    color: #000000;
    font-weight: 400;
    font-family: 'Quantico', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #ffffff;
    text-transform: uppercase;
}

/* Transition */
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes swap {

    0%,
    50% {
        left: 0%;
    }

    50.01%,
    100% {
        left: 100%;
    }
}

/* .padding-photo-pattern {
    margin-top: -1000px;
} */

.card-staggered {
    margin-top: 300px;
    margin-left: 40px;
}

.card-pullup {
    margin-top: -240px;
}

/* IMAGE CHANGER FOR ANIMATIONS */
.image-changer {
    height: 400px;
    width: 100%;
    position: relative;
}

.image-changer img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: initial;
    animation-duration: 0s;
}

.image-changer img:nth-of-type(1) {
    animation-delay: 8.5s;
    animation-name: hide;

}

.image-changer img:nth-of-type(2) {
    visibility: hidden;
    animation-delay: 8.5s;
    animation-name: show;
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    .navbar-collapse {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }

    .padding-photo-pattern {
        margin-top: -0%;
    }

    .bg-visual-websites {
        max-width: 100%;
    }

    .logo-main {
        max-height: 56px;
    }

    .bg-main {
        background-size: 300%;
    }

    h1 {
        font-size: 28px;
    }

    .h1-light {
        font-size: 28px;    
    }

    h2 {
        font-size: 20px;
    }
    
    p {
        font-size: 16px;
    }
    
    .p-light {
        font-size: 16px;
    }

    .w-lg-40 {
        width: 100%;
    }

    .w-lg-50 {
        width: 100%;
    }

    .w-lg-60 {
        width: 100%;
    }

    .paddingx-10-mobile {
        padding-left: 5%;
        padding-right: 5%;
    }

    .img-main {
        scale: 100%;
        padding-right: 15%;
    }

    .h-main {
        width: 180px;
    }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .navbar-collapse {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }

    .padding-photo-pattern {
        margin-top: -10%;
    }

    .bg-visual-websites {
        max-width: 80%;
    }

    .logo-main {
        max-height: 60px;
    }

    .bg-main {
        background-size: 220%;
    }

    h1 {
        font-size: 40px;
    }

    .h1-light {
        font-size: 40px;    
    }

    h2 {
        font-size: 24px;
    }
    
    p {
        font-size: 16px;
    }

    .p-light {
        font-size: 16px;
    }

    .w-lg-40 {
        width: 100%;
    }

    .w-lg-50 {
        width: 100%;
    }

    .w-lg-60 {
        width: 100%;
    }

    .paddingx-10-mobile {
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-main {
        scale: 100%;
        padding-right: 15%;
    }

    .h-main {
        width: 220px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0px;
    }

    .padding-photo-pattern {
        margin-top: -0%;
    }

    .bg-visual-websites {
        max-width: 100%;
    }

    .logo-main {
        max-height: 56px;
    }

    .bg-main {
        background-size: 300%;
    }

    h1 {
        font-size: 50px;
    }

    .h1-light {
        font-size: 50px;    
    }

    h2 {
        font-size: 24px;
    }
    
    p {
        font-size: 16px;
    }

    .p-light {
        font-size: 16px;
    }

    .w-lg-40 {
        width: 100%;
    }

    .w-lg-50 {
        width: 100%;
    }

    .w-lg-60 {
        width: 100%;
    }

    .paddingx-10-mobile {
        padding-left: 5%;
        padding-right: 5%;
    }

    .img-main {
        scale: 100%;
        padding-right: 15%;
    }

    .h-main {
        width: 260px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0px;
    }

    .padding-photo-pattern {
        margin-top: -10%;
    }

    .bg-visual-websites {
        max-width: 80%;
    }

    .logo-main {
        max-height: 64px;
    }

    .bg-main {
        background-size: 150%;
    }
    
    h1 {
        font-size: 60px;
    }

    .h1-light {
        font-size: 60px;    
    }

    h2 {
        font-size: 28px;
    }
    
    p {
        font-size: 18px;
    }

    .p-light {
        font-size: 18px;
    }

    .w-lg-40 {
        width: 40%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-60 {
        width: 80%;
    }

    .paddingx-10-mobile {
        padding-left: 0%;
        padding-right: 0%;
    }

    .img-main {
        scale: 150%;
        margin-left: 20%;
        margin-top: 10%;
    }

    .h-main {
        width: 300px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0px;
    }

    .padding-photo-pattern {
        margin-top: -10%;
    }

    .bg-visual-websites {
        max-width: 80%;
    }

    .logo-main {
        max-height: 80px;
    }

    .bg-main {
        background-size: 120%;
    }

    h1 {
        font-size: 60px;
    }

    .h1-light {
        font-size: 60px;    
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }

    .p-light {
        font-size: 18px;
    }

    .w-lg-40 {
        width: 40%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-60 {
        width: 60%;
    }
    
    .paddingx-10-mobile {
        padding-left: 0%;
        padding-right: 0%;
    }

    .img-main {
        scale: 150%;
        margin-left: 15%;
        margin-top: 10%;
    }

    .h-main {
        width: 300px;
    }
}