@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("media/fonts/MYRIADPRO-REGULAR.OTF");
}

@font-face {
    font-family: "MYRIADPRO-REGULAR-IE";
    src: url("media/fonts/MYRIADPRO-REGULAR.EOT");
}

@font-face {
    font-family: "CrimsonFoam";
    src: url("media/fonts/Crimson\ Foam\ Font.otf");
}

@font-face {
    font-family: "CrimsonFoamIE";
    src: url("media/fonts/Crimson\ Foam\ Font.eot");
}

.font-custom-1 {
    font-family: 'Oswald', sans-serif;
}

.font-custom-2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.font-custom-3 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
  
.font-custom-4 {
    font-family: 'MYRIADPRO-REGULAR', sans-serif;
}

.font-custom-5 {
    font-family: 'CrimsonFoam';
    font-size: 11.096433289299869vh;
}

body,
html {
  height: 100%;
  width: 100%;
}

.navbar {
    height: 86px;
    padding: 0;
    padding-left: 9.379128137384413vh;
    padding-right: 9.379128137384413vh;
}

.nav-logo {
    width: 190px;
    margin-bottom: 5px;
}

.p-navbar {
    font-size: 14px;
    letter-spacing: 0.2509907529722589vh;
    font-weight: 600;
    color: #3e3e3e;
    margin: 0;
    margin-right: 36px;
}

.social {
    height: 24px;
    transition: .2s ease-in-out;
}

.social:hover {
    opacity: 0.6;
}

.m-social {
    margin-right: 17px;
}

.dropdown-shadow {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.15) !important;
}

/* - - - - HOMEPAGE - - - - */

#headerHome {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -ms-flex-pack: center;
  background-color: rgb(30, 30, 30);
}

h1 {
    font-size: 7.133421400264201vh;
    letter-spacing: 0.32364597093791286vh;
}

h3 {
    font-size: 2.774108322324967vh;
    letter-spacing: 0.2774108322324967vh;
}

#scrollable{
    width: 60%!important;
    height: 40vh;
    overflow-y: scroll;
    margin-top: 6.42570281124498vh;
    margin-bottom: 90px;
}

@media screen and (max-width:1500px) {
    #scrollable{
        height: 25vh!important;
    }
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

    .nav-logo {
        width: auto!important;
        margin-bottom: 5px;
    }

    #scrollable{
        display: block!important;
        height: 25vh!important;
    }

    .font-custom-5 {
        font-family: 'CrimsonFoamIE'!important;
        font-size: 11.096433289299869vh;
    }
    .font-custom-4 {
        font-family: 'MYRIADPRO-REGULAR-IE', sans-serif!important;
    }
    .p-footer {
        font-family: 'MYRIADPRO-REGULAR-IE', sans-serif!important;
        letter-spacing: 1px!important;
    }
    .col-xl-6 {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    #headerHome{
        scrollbar-base-color: rgb(30, 30, 30);
        scrollbar-face-color: white;
        scrollbar-track-color: rgb(30, 30, 30);
        scrollbar-arrow-color: rgb(30, 30, 30);
        scrollbar-shadow-color: white;
    }
    .ie-header {
        display: none!important
    }
    .offset-xl-3 {
        margin-left: 0!important;
        justify-content: center!important;
    }
}

.p-header {
    font-size: 16px;
    line-height: 1.93;
}

#headerHome ::-webkit-scrollbar {
width: 0.9247027741083224vh;
}

#headerHome ::-webkit-scrollbar-track {
box-shadow: transparent
}

#headerHome ::-webkit-scrollbar-thumb {
background:white;
}

.my-5vh {
    margin-top: 3vh!important;
    margin-bottom: 20vh!important;
}

.mt-p {
    margin-top: 32px;
}

.px-4vh {
    padding-right: 3.1704095112285335vh;
    padding-left: 3.1704095112285335vh;
}

.mb-h3-custom {
    margin-bottom: 2.2457067371202113vh;
}

.scroll-shade {
    -webkit-mask-image: linear-gradient(to bottom, rgba(30,30,30,0.85) 80%, rgba(30,30,30,0.15));
    mask-image: linear-gradient(to bottom, rgba(30,30,30,0.85) 80%, rgba(30,30,30,0.15));
}

.eu-flag {
    width: 9.114927344782034vh;
    height: 6.340819022457067vh;
    margin-top: 9.775429326287979vh;
    margin-bottom: 2.774108322324967vh;
}

.card-group {
    padding-top: 9.379128137384413vh;
    padding-bottom: 9.379128137384413vh;
    padding-left: 9.379128137384413vh;
    padding-right: 9.379128137384413vh;
}

.card {
    border: 0!important
}

.card-img-top {
    width: 100%;
}

.card-body {
    padding-top: 2vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2vh;
}

.card-title {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    margin-bottom: 2vh;
}

.img-hover-zoom {
    overflow: hidden;
}
  
.img-hover-zoom img {
    transition: transform .8s ease;
    cursor: pointer;
}
  
.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.btn-gallery {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    width: 246px;
    height: 50px;
    margin: 0;
    background-color: #3b3b3b;
    border-radius: 0;
}

.btn-gallery:hover, .btn-gallery:active, .btn-gallery:focus {
    color: rgb(255, 255, 255);
    background-color: #174489;
    box-shadow: none;
}

footer {
    background-color: rgb(24, 24, 24);
    height: 22vh;
}



.footer-logo-2 {
    width: 60px;
    margin-bottom: 1vh;
}

.p-footer {
    font-family: 'MYRIADPRO-REGULAR', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.30779392338177014vh;
    color: rgb(231, 231, 231);
}

.btn-nav {
    box-shadow: none;

}

.btn-nav:hover, .btn-nav:active, .btn-nav:focus {
    box-shadow: none;
}

.custom-link {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #3b3b3b;
    transition: .3s ease-in-out;
}

.custom-link:hover {
    box-shadow: 0 0rem 1rem #E55216 !important;
}

.p-link {
    color: white;
    font-size: 20px!important;
    line-height: 1.2;
}

.btn-link {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding-left: 80px!important;
    padding-right: 80px!important;
    line-height: 1;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
    background-color: #181818;
    border-radius: 0;
    transition: .3s ease-in-out;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: rgb(255, 255, 255);
    background-color: #E55216;
    box-shadow: none;
    text-decoration: none!important;
}

.mx-link {
    margin-left: 15px;
    margin-right: 15px;
}

.footer-logo-1 {
    width: 60px;
}



@media screen and (max-width:1450px) {
    .card-title {
        font-size: 20px;
    }
}

/* Tablet 992 */
@media screen and (max-width:1200px) {
    #headerHome {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgb(30, 30, 30);
        padding-bottom: 80px
    }

    #scrollable{
        width: 80%!important;
        margin-bottom: 0;
    }

    .eu-flag {
        width: 9.114927344782034vh;
        height: 6.340819022457067vh;
        margin-top: 125px;
        margin-bottom: 21px;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.2);
    }
      
    .img-hover-zoom:active img, .img-hover-zoom:focus img {
        transform: scale(1.2);
    }

    .card-group {
        padding-top: 9.379128137384413vh;
        padding-bottom: 9.379128137384413vh;
        padding-left: 0;
        padding-right: 0;
    }
    
    .card-img-top {
        width: 100%;
    }
    
    .card-title {
        font-size: 26px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    
    .btn-gallery {
        display: none;
    }

    .card-img-top:focus {
        outline: none!important;
        outline-color: transparent!important;
        outline-style: none!important;
        outline-width: none!important;
    }

    .button-plus {
        color:white;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 40%;
        background-color: #494a4a;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1;
        cursor: pointer;
    }
    
    .img-hover-zoom img {
        transition: transform .8s ease;
        cursor: pointer;
    }
    .img-hover-zoom:hover img {
        transform: none!important;
    }

    .p-link {
        font-size: 20px!important;
    }
}

@media screen and (max-width:767px) {
    .p-link {
        font-size: 20px!important;
    }
    .footer-logo-1 {
        width: 10vh;
    }

    .social {
        height: 40px;
        margin: 20px;
        transition: .2s ease-in-out;
    }

    .dropdown-menu {
        position: absolute;
        top: 150%;
        left: -20px!important;
        z-index: 1000;
        display: none;
        min-width: auto;
        font-size: 1rem;
        color: #212529;
        text-align: center;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 0;
    }

    .flag-icon {
        width: 35px!important;
    }
}

/* Mobile */
@media screen and (max-width:576px) {
    .navbar {
        height: 81px;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .nav-logo {
        margin-left: 16px;
    }
    
    .p-navbar {
        font-size: 14px;
        letter-spacing: 0.2509907529722589vh;
        font-weight: 600;
        color: rgb(62, 62, 62);
        margin: auto;
        margin-right: 3.0789825970548863vh;
    }

    .btn {
        padding: 0;
    }
    


    #headerHome {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: rgb(30, 30, 30);
        padding-bottom: 80px
    }

    #collapsedHeader{
        width: 100%;
        margin-top: 6.42570281124498vh;
        padding-left: 8px;
        padding-right: 8px;
    }

    .line-height-custom {
        font-size: 10px;
    }

    .eu-flag {
        width: 9.114927344782034vh;
        height: 6.340819022457067vh;
        margin-top: 125px;
        margin-bottom: 21px;
    }

    h1 {
        font-size: 34px;
        letter-spacing: 1.55px;
    }
    
    h3 {
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    .p-header {
        font-size: 16px;
        line-height: 1.71;
    }
      
    #summary p.collapse:not(.show) {
        height: 191px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;  
    }

    #summary p.collapsing {
        min-height: 191px !important;
    }

    #summary a {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 700;
        color: #ffff;
        font-size: 14px;
        text-decoration: underline;
    }

    #summary a:hover {
        color: rgb(184, 184, 184);
    }

    #summary a.collapsed:after  {
        content: 'READ MORE';
        text-decoration: underline;
    }

    #summary a:not(.collapsed):after {
        content: 'READ LESS';
        text-decoration: underline;
        position: absolute!important;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .card-group {
        padding-top: 35px;
        padding-bottom: 47px;
        padding-left: 20px;
        padding-right: 0;
    }
    
    .card-img-top {
        width: 100%;
    }
    
    .card-title {
        font-size: 20px;
        margin-bottom: 0;
    }
    
    .btn-gallery {
        display: none;
    }

    .card-img-top:focus {
        outline: none!important;
        outline-color: transparent!important;
        outline-style: none!important;
        outline-width: none!important;
    }

    .p-footer {
        font-size: 12px;
        letter-spacing: 2px;
    }
}

/* 360 */
@media screen and (max-width:360px) {
    #summary p.collapse:not(.show) {
        height: 160px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;  
    }
}

/* Mobile XS */
@media screen and (max-width:320px) {
    h1 {
        font-size: 28px;
        letter-spacing: 1.55px;
    }
    h3 {
        font-size: 11px;
        letter-spacing: 1.4px;
    }
    .p-header {
        font-size: 12px;
        line-height: 1.71;
    }
    .card-title {
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        margin-bottom: 0;
    }
    .p-footer {
        font-size: 10px;
        letter-spacing: 1px;
    }
}

/* - - - - GALLERIES - - - - */

#headerIg {
    background-image: url(media/ig/IG_8.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#headerIm {
    height: 100%;
    background-image: url(media/im/IM_1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#headerSr {
    height: 100%;
    background-image: url(media/sr/SR_6.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#headerPg {
    height: 100%;
    background-image: url(media/pg/PG_4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-back {
    padding-top: 14.39894319682959vh;
    margin-left: 8.718626155878468vh;
}

.text-btn-back {
    color: white;
    background-color: rgb(30, 30, 30);
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.1136063408190227vh;
    letter-spacing: normal;
    transition: .2s ease-in-out;
    padding: 0.8vh;
}

.text-btn-back:hover {
    color: #FCC200;
}

.text-dark {
    color: #181818!important
}

.col-custom {
    max-width: 120vh;
    margin-top: 6.693440428380187vh;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: normal;
    color: #4a4a4a;
}

.p-gallery {
    font-family: 'Noto Sans', sans-serif;
    font-size: 21px;
    line-height: 1.81;
    text-align: center;
    color: #4a4a4a;
    margin-top: 4.953145917001339vh;
    
}

.p-gallery-note {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.81;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 10vh
}

.container-dark {
    background-color: #171717;
    padding-top: 5.62257081659973vh;
    padding-bottom: 5.62257081659973vh;
}

.container-dark-2 {
    background-color: #171717;
    height: 108.56760374832665vh;
}

.container-light {
    background-color: #ffffff;
    padding-top: 15.528781793842034vh;
    padding-bottom: 15.528781793842034vh;
}

.img-gallery-1 {
    padding-top: 13.386880856760374vh;
    padding-bottom: 13.386880856760374vh;
    padding-left: 9.370816599732262vh;
}

.img-gallery-2, .img-gallery-10 {
    padding-top: 13.386880856760374vh;
    padding-bottom: 13.386880856760374vh;
    padding-right: 9.370816599732262vh;
}

.img-gallery-3 {
    padding-top: 13.386880856760374vh;
    padding-bottom: 13.386880856760374vh;
    padding-left: 0
}

.img-gallery-4 {
    position: relative;
    width: 79.78580990629183vh;
    bottom: 13.386880856760374vh;
    padding-right: 5vh;
}

/* .img-gallery-5 {
    padding-left: 0;
    padding-right: 0;
} */

.img-gallery-6 {
    width: 106.42570281124497vh;
    padding-top: 0;
    padding-bottom: 13.386880856760374vh;
    padding-right: 25vh;
}

.img-gallery-7, .img-gallery-8 {
    padding-top: 0;
    padding-bottom: 13.386880856760374vh;
    padding-left: 9.370816599732262vh;
}

.p-gallery-2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #ffffff;
    max-width: 48.728246318607766vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
}

.p-gallery-3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #ffffff;
    max-width: 56vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
}

.p-gallery-4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #ffffff;
    max-width: 56.22489959839358vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
    margin-right: 6.693440428380187vh
}

.p-gallery-4-im {
    font-family: 'Oswald', sans-serif;
    font-size: 31px;
    line-height: 1.16;
    color: #ffffff;
    max-width: 56.22489959839358vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
    margin-right: 6.693440428380187vh
}

.p-copyright {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom:0!important;
}

.Rectangle-1 {
    width: 18.741633199464523vh;
    height: 7px;
    background-color: #ffffff;
}

.Rectangle-2 {
    width: 18.741633199464523vh;
    height: 7px;
    background-color: #000000;
}

.col-gallery {
    padding-left: 7.001321003963012vh;
}

.col-gallery-2 {
    padding-left: 21.003963011889034vh;
    padding-right: 5vh;
}

.col-gallery-3 {
    padding-left: 21.003963011889034vh;
}

.bg-dark-custom {
    background-color: #171717;
}

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

.p-gallery-5 {
    position: relative;
    bottom: 13.386880856760374vh;
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 120.48192771084338vh;
    padding-top: 4.551539491298527vh;
    padding-bottom: 4.551539491298527vh;
    padding-left: 5.35475234270415vh;
    padding-right: 5.35475234270415vh;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #000000;
}

.p-gallery-6 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #ffffff;
    max-width: 56vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
    margin-right: 5.35475234270415vh;
}

.p-gallery-6-im {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #ffffff;
    max-width: 46vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
    margin-right: 5.35475234270415vh;
}

.p-gallery-8 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #000000;
    max-width: 35vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
}

.p-gallery-9 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.94;
    color: #000000;
    max-width: 56vh;
    margin-top: 4.28380187416332vh;
    margin-bottom: 4.28380187416332vh;
}

.p-parallax-im {
    position: absolute;
    top: 139px;
    right: 94px;
    width: 452px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: normal;
    color: #ffffff;
    background-color: rgba(23, 23, 23, 0.9)!important;
}

.col-lg-5-custom, .col-lg-7-custom {
    position: relative;
    width: 100%;
}

.navigation-previous {
    padding-left: 9.370816599732262vh;
    padding-top: 9.64332892998679vh;
    padding-bottom: 9.64332892998679vh;
}

.navigation-next {
    padding-right: 9.370816599732262vh;
    padding-top: 9.64332892998679vh;
    padding-bottom: 9.64332892998679vh;
}

.h3-navigation {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 66.05019815059445vh;
    margin-top: 3.830911492734478vh
}

.h4-navigation {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.43989431968295906vh;
    color: #e7e7e7;
}

.fa-chevron-left {
    color: #fff2e1;
    margin-right: 3.963011889035667vh
}

.fa-chevron-right {
    color: #fff2e1;
    margin-left: 3.963011889035667vh
}

@media (min-width: 992px) {
    .col-lg-5-custom {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .col-lg-7-custom {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media screen and (min-width:1200px) {
    .padding-top-custom {
        padding-top: 13.386880856760374vh;
    }
}

@media screen and (max-width:1400px) {
    .img-gallery-4 {
        padding-right: 20vh;
    }

    .p-link {
        font-size: 15px;
    }
}

/* Tablet 1200 */
@media screen and (max-width:1200px) {
    .col-custom {
        padding-right: 9.379128137384413vh;
        padding-left: 9.379128137384413vh;
    }
    .img-gallery-1, .img-gallery-2 {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .img-gallery-3 {
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 0;
        padding-right: 70px;
    }
    .container-dark-2 {
        padding-top: 5.62257081659973vh;
        padding-bottom: 5.62257081659973vh;
        height: auto;
    }
    .img-gallery-4 {
        position: relative;
        padding-left: 70px;
        padding-right: 70px;
        width: auto;
        bottom: 0;
    }
    .img-gallery-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 70px;
        padding-right: 70px;
    }
    .img-gallery-7, .img-gallery-8 {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .img-gallery-10 {
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .col-gallery {
        padding-left: 0;
    }
    .col-gallery-2 {
        padding-left: 70px;
        padding-right: 15px;
    }
    .col-gallery-3 {
        padding-left: 70px;
    }
    .p-gallery-5 {
        bottom:100px;
        width: 80%;
        height: auto;
        padding-top: 34px;
        padding-bottom: 28px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
    }
    .h3-navigation {
        font-size: 28px;
        max-width: 400px;
    }
    .h4-navigation {
        font-size: 14px;
    }
    .p-parallax-im {
        position: relative;
        top: auto;
        right: auto;
        width: 452px;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 40px;
        padding-right: 40px;
        font-family: 'Oswald', sans-serif;
        font-size: 31px;
        font-weight: 500;
        line-height: 1.06;
        letter-spacing: normal;
        color: #ffffff;
        background-color: #171717e6;
    }
}

/* Tablet 992 */
@media screen and (max-width:992px) {
    .col-custom {
        padding-right: 23px;
        padding-left: 23px;
    }
    .col-gallery {
        padding-left: 70px;
    }
    .col-gallery-2 {
        padding-left: 70px;
        padding-right: 15px;
    }
    .col-gallery-3 {
        padding-top: 70px;
    }
    .img-gallery-3 {
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 0;
        padding-right: 0;
    }
    .img-gallery-4 {
        position: relative;
        padding-left: 70px;
        padding-right: 70px;
        width: auto;
        bottom: 80px;
    }
    .h3-navigation {
        max-width: 300px;
    }
}

@media screen and (max-width:720px) {
    .navigation-next {
        padding-top: 0;
    }
}

/* Mobile */
@media screen and (max-width:576px) {
    .btn-back {
        margin-left: 16px;
    }
    h2 {
        font-size: 44px;
    }
    .p-gallery {
        font-size: 16px;
    }
    .p-gallery-note {
        font-size: 12px;
    }
    .img-gallery-1, .img-gallery-2, .img-gallery-7 {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .col-gallery {
        padding-left: 23px;
    }
    .col-gallery-2 {
        padding-left: 23px;
        padding-right: 15px;
    }
    .col-gallery-3 {
        padding-left: 23px;
        padding-right: 15px;
    }
    .p-gallery-2 {
        font-size: 16px;
        max-width: 100%;
    }
    .p-gallery-3, .p-gallery-6, .p-gallery-8, .p-gallery-6-im {
        font-size: 16px;
        max-width: 100%;
        padding-right: 15px;
        margin-right: 0;
    }
    .p-gallery-4 {
        font-size: 16px;
        max-width: 100%;
        margin-right: 0
    }
    .p-gallery-4-im {
        font-size:28px;
        max-width: 100%;
        margin-right: 0
    }
    .p-gallery-5 {
        background-color: rgba(255, 255, 255, 0.96);
        bottom:50px;
        width: 100%;
        height: auto;
        padding-top: 34px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
    }
    .img-gallery-6 {
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .img-gallery-8, .img-gallery-9, .img-gallery-10 {
        padding-top: 0;
        padding-bottom: 70px;
        padding-left: 23px;
        padding-right: 23px;
    }

    .navigation-previous {
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 73px;
        padding-bottom: 73px;
    }
    .navigation-next {
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 0;
        padding-bottom: 73px;
    }
    .h3-navigation {
        font-size: 28px;
        line-height: 1.29;
        max-width: auto;
        margin-top: 29px
    }
    .h4-navigation {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: 3.33px;
    }
    .p-parallax-im {
        font-size: 20px;
    }

}

/* Mobile XS */
@media screen and (max-width:320px) {
    .h3-navigation {
        font-size: 24px;
        max-width: auto;
        margin-top: 29px
    }
    .h4-navigation {
        font-size: 12px;
    }
}


/* .card {
    background-image: url(media/ig/IG_8.jpg);
    background-image: url(media/ig/IG_8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-body {
    background-color: white!important
} */


.parallax-ig-1 {
    background-image: url("media/ig/IG_5.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-ig-2 {
    background-image: url("media/ig/IG_12.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-im-1 {
    background-image: url("media/im/IM_5.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-im-2 {
    background-image: url("media/im/IM_12.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-sr-1 {
    background-image: url("media/sr/SR_5.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-sr-2 {
    background-image: url("media/sr/SR_12.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-pg-1 {
    background-image: url("media/pg/PG_5.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-pg-2 {
    background-image: url("media/pg/PG_12.jpg");
    height: 93vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
    #headerIg, #headerIm, #headerSr, #headerPg,
    .parallax-ig-1, .parallax-ig-2,
    .parallax-im-1, .parallax-im-2,
    .parallax-sr-1, .parallax-sr-2,
    .parallax-pg-1, .parallax-pg-2 {
    background-attachment: scroll;
  }
}

.mouse {
    width: 20px
}
.arrow {
    width: 20px
}
.scroll-down {
    font-family: 'Roboto', sans-serif;
    color: rgb(230, 230, 230);
    font-size: 12px;
}
#scrollDown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0!important
}

.signature {
    height: 80px;
    pointer-events: none!important;
    user-select: none!important;
    -moz-user-select: none!important;
    -webkit-user-select: none!important;
}

.signature-mobile {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 0px;
    pointer-events: none!important;
    user-select: none!important;
    -moz-user-select: none!important;
    -webkit-user-select: none!important;
}

hr {
    border-color: rgba(255, 255, 255, 0.8)
}

.p-signature {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center!important;
}

.span-custom {
    display: flex; 
    justify-content: center;
    line-height: 1!important;
}

.flag-icon {
    width: 25px;
}

.flag-icon:hover {
    transform: scale(1.05);
    cursor: pointer;
}

