html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #000000;
}

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

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

select {
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 8px;
    border-color: black;
}

.bootstrap-select {
    height: 35px !important;
    width: 100px !important;
    padding-left: 8px;
}

.bootstrap-select button {
    border-color: #000000;
    background-color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF !important;
}

.bootstrap-select .dropdown-toggle::after {
    display:none;
}

.bootstrap-select .dropdown-menu {
    width: 110px;
    background-color: #000000 !important;
    margin-top: 10px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF !important;
    padding-left: 30px;
    padding-bottom: 8px;
    line-height: 40px;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #2B95AE !important;
}

.bootstrap-select .dropdown-menu li a:active {
    background: #2B95AE !important;
}

.bootstrap-select .dropdown-menu li .selected {
    background: #54D4F1 !important;
}



[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%;
}

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

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

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

li {
    margin-left: -10px;
    font-size: 28px;
}

li::marker {
    color: #54D4F1;
}

h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
}

.h1-dark {
    color: #000000;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
}

h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
}

.h2-dark {
    color: #000000;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
}

h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.3em;
}

.h3-dark {
    color: #000000;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.3em;
}

p {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 1.8em;
    font-size: 16px;
}

.p-dark {
    color: #000000;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 1.8em;
    font-size: 16px;
}

.p-dark-small {
    color: #000000;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 1.8em;
    font-size: 9px;
    text-align: center;
}

.p-phone {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 24px !important;
    font-weight: 500;
}

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

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

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

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

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

.form-control {
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: black;
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    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: #54D4F1;
    border-width: 2px;
    color: black;
    opacity: 1;
}

.form-message {
    align-items: start;
    min-height: 120px !important;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-contact {
    min-height: 60px;
    min-width: 240px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-color: #54D4F1;
    border-style: none;
    border-color: transparent;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
}

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

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

.btn-outline {
    min-height: 60px;
    width: 200px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

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

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

.btn-text {
    cursor: pointer;
    min-height: 48px;
    max-width: 100px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-radius: 12px;
    color: black;
}

.btn-text:hover,
.btn-text:focus,
.btn-text:active,
.btn-text.active,
.open>.dropdown-toggle.btn-text {
    background-color: transparent;
    border-color: transparent;
    color: #54D4F1;
}

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

.span-link {
    cursor: pointer;
    min-height: 48px;
    max-width: 100px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-radius: 12px;
    color: #000000;
}

.span-link:hover {
    color: #54D4F1;
}

.span-flag {
    height: 16px;
    padding-bottom: 2px;
    padding-right: 4px;
}

.flag-icon-en {
    background-image: url(res/flag-us.png);
}
.flag-icon-uk {
    background-image: url(res/flag-ua.png);
}

.bg-product {
    background-image: url(res/bg-product.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contacts {
    background-image: url(res/bg-contacts.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -100px;
}

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

.bg-highlights {
    background:
        radial-gradient(ellipse at center left,
            rgba(30, 30, 176, 0.9) -10%,
            rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%) 0px -2500px,
        radial-gradient(ellipse at center right,
            rgba(30, 30, 176, 0.9) -10%,
            rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%) 0px -1500px,
        radial-gradient(ellipse at center left,
            rgba(30, 30, 176, 0.9) -10%,
            rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%) 0px -500px,
        radial-gradient(ellipse at center right,
            rgba(30, 30, 176, 0.9) -10%,
            rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%) 0px 500px,
        radial-gradient(ellipse at center left,
            rgba(30, 30, 176, 0.9) -10%,
            rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%) 0px 1500px,
        radial-gradient(ellipse at center right,
            rgba(30, 30, 176, 0.9) -10%,
            rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%) 0px 2500px                
}

.overflow-off {
    position: relative;
    overflow: hidden;
}

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

.img-solutions {
    float: right;
    max-height: 300px;
}

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

.img-socials:hover {
    max-height: 48px;
    filter: brightness(0) saturate(100%) invert(77%) sepia(95%) saturate(1974%) hue-rotate(159deg) brightness(93%) contrast(103%);
}

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

.span-accent {
    color: #54D4F1;
}

.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;
}

.logo-footer {
    position: absolute;
    top: 70%;
    left: 85%;
}

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

.navbar-collapse {
    padding: 8px;
}

.nav-link {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 48px;
    background-color: transparent;
    color: #ffffff;
}

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

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #54D4F1;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #54D4F1;
}

.navbar-light:focus .navbar-nav:focus .nav-link:focus {
    color: #54D4F1;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #54D4F1;
}

.navbar .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;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    position: absolute;
    left: 6px;
    top: 50px;
    width: 600px;
    display: none;
    background-color: rgb(0, 0, 0, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    height: 50px;
    float: none;
    color: white;
    padding: 12px 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #54D4F1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-arrow {
    filter: brightness(0) saturate(100%) invert(77%) sepia(95%) saturate(1974%) hue-rotate(159deg) brightness(93%) contrast(103%);
}

.dropdown-arrow {
    width: 16px;
}

.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;
}

[lang] {
    display: none;
}

[lang=en] {
    display: block;
}

/* 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;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.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: 1000px;
}

.swiper-wrapper .swiper-slide {
    height: unset;
}

.swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

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

/* 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%;
    }
}

.bg-card-pain {
    border-style: solid;
    border-radius: 32px;
    border-style: none;
    border-width: 4px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 30px;
}

.bg-card-case {
    width: 100%;
    border: solid #4D9EB0 2px;
    border-radius: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.bg-card-service {
    width: 75%;
    margin-left: auto;
    margin-right: 6%;
    border-style: solid;
    border-radius: 32px;
    border-style: none;
    border-width: 4px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 30px;
}

.bg-bubble-1 {
    position: absolute;
    width: 600px;
    top: 700px;
    left: -350px;
}

.bg-bubble-2 {
    position: absolute;
    width: 300px;
    top: 1500px;
    left: 100px;
}

.bg-bubble-3 {
    position: absolute;
    width: 400px;
    top: 2000px;
    left: -200px;
}

.bg-bubble-4 {
    position: absolute;
    width: 250px;
    top: 2500px;
    left: 180px;
}

.z-10 {
    position: relative;
    z-index: 10;
}

/* 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: black;
        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;
    }

    h1 {
        font-size: 24px;
    }

    .h1-dark {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .h2-dark {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

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

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

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

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

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

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

    .img-main {
        scale: 140%;
        padding-right: 15%;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .card-solution-normal {
        margin-right: 0%;
    }

    .card-solution-staggered {
        margin-left: 0%;
    }

    .bg-card-service {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .swiper {
        height: 500px;
    }

    .img-solutions {
        float: none;
    }

    .nav-link {
        line-height: 32px;
    }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .navbar-collapse {
        background-color: black;
        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;
    }

    h1 {
        font-size: 32px;
    }

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

    h2 {
        font-size: 20px;
    }

    .h2-dark {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .h3-dark {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

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

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

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

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

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

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

    .img-main {
        scale: 120%;
        padding-right: 15%;
        padding-bottom: 10%;
    }

    .card-solution-normal {
        margin-right: 0%;
    }

    .card-solution-staggered {
        margin-left: 0%;
    }

    .bg-card-service {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .swiper {
        height: 300px;
    }

    .img-solutions {
        float: none;
    }

    .nav-link {
        line-height: 32px;
    }
}

/* 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;
    }

    h1 {
        font-size: 32px;
    }

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

    h2 {
        font-size: 20px;
    }

    .h2-dark {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .h3-dark {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

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

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

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

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

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

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

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

    .card-solution-normal {
        margin-right: 0%;
    }

    .card-solution-staggered {
        margin-left: 0%;
    }

    .bg-card-service {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .swiper {
        height: 300px;
    }

    .img-solutions {
        float: none;
    }

    .nav-link {
        line-height: 48px;
    }
}


/* 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;
    }

    h1 {
        font-size: 32px;
    }

    .h1-dark {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    .h2-dark {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .h3-dark {
        font-size: 18px;
    }


    p {
        font-size: 16px;
    }

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

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

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

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

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

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

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

    .card-solution-normal {
        margin-right: 10%;
    }

    .card-solution-staggered {
        margin-left: 10%;
    }

    .bg-card-service {
        width: 80%;
        margin-left: auto;
        margin-right: 8%;
    }

    .swiper {
        height: 400px;
    }

    .logo-footer {
        left: 78%;
    }

    .img-solutions {
        float: right;
    }

    .nav-link {
        line-height: 48px;
    }
}

/* 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;
    }

    h1 {
        font-size: 36px;
    }

    .h1-dark {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }

    .h2-dark {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .h3-dark {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

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

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

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

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

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

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

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

    .card-solution-normal {
        margin-right: 10%;
    }

    .card-solution-staggered {
        margin-left: 10%;
    }

    .bg-card-service {
        width: 75%;
        margin-left: auto;
        margin-right: 6%;
    }

    .swiper {
        height: 500px;
    }

    .logo-footer {
        left: 85%;
    }

    .img-solutions {
        float: right;
    }

    .nav-link {
        line-height: 48px;
    }
}

/* Extra large devices (XXL resolutions like TV or Monitor screens) */
@media only screen and (min-width: 1800px) {
    .swiper {
        height: 1000px;
    }

    .logo-footer {
        left: 90%;
    }

    .img-solutions {
        float: right;
    }

    .nav-link {
        line-height: 48px;
    }
}