/*

*/

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DINBold.eot');
    src: url('./fonts/DINBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/DINBold.woff2') format('woff2'),
        url('./fonts/DINBold.woff') format('woff'),
        url('./fonts/DINBold.ttf') format('truetype'),
        url('./fonts/DINBold.svg#DINBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN';
    src: url('./fonts/DIN-Light.eot');
    src: url('./fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/DIN-Light.woff2') format('woff2'),
        url('./fonts/DIN-Light.woff') format('woff'),
        url('./fonts/DIN-Light.ttf') format('truetype'),
        url('./fonts/DIN-Light.svg#DIN-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/* @font-face {
    font-family: 'Pontiac';
    src: url('PontiacRegular.woff2') format('woff2'),
         url('PontiacRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pontiac';
    src: url('PontiacBlack.woff2') format('woff2'),
         url('PontiacBlack.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

.element-icon {
    margin-bottom: 4rem;
}

ol { margin-left: 1em; }
li { margin-left: 1em; }

body {
    overflow-x: hidden;
}


:root {
    --color1: #000;
    --color2: #fff;
    --color3: #ECF1F5;
    --color4: #7DA1BC;
    --color5: #EDEDED;
    --color6: #808080;
    --color7: #6387a0;
    --color8: #ff00ff;
}

a {
    color: var(--color4);
}

strong {
    font-weight: bold;
}

.custom-color {
    color: var(--color5);
}


html {
    scroll-behavior:smooth
}

body {
    font-family: 'DIN';
    line-height: 1.20;

}

p {
    font-size: 17.5px;
    color: var(--color6) !important;
    line-height: 1.71;
}

li {
    font-size: 17.5px;
    color: var(--color6) !important;
    line-height: 1.71;
}

h1 {
    font-weight: normal;
    font-size: 35;
    line-height: 1.20;

}

h2 {
    font-weight: bold;
    font-size: 75px;
    line-height: 1.33;

}

h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.20;

}

h4 {
    font-weight: bold;
    font-size: 150px;
    color: var(--color3);

}
 
h5 {
    font-weight: normal;
    font-size: 25px;    
    color: var(--color4);
    text-transform: uppercase;

}

h6 {
    font-weight: normal;
    font-size: 17.50px;
    color: var(--color4);
    text-transform: uppercase;
    line-height: 1.20;

}

button {
    font-family: 'DIN';
}




.gradient-overlay {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh / 2);
    background: linear-gradient(to bottom, black, transparent);
    z-index: 1;
    display: flex;
}

.no-aspect {
    aspect-ratio: none !important;
}

.custom-flex {
    display: flex;
}



#menu-top-menu {
    gap: 2rem; 
    padding-inline-start: 0px;
}

.menu {
    display: none;
}

.open-menu {
    position: relative;
    color: var(--color2);
    cursor: pointer;
    display: none;
}

.open-menu {
    display: none;
}

.close-menu {
    position: relative;
    color: var(--color1);
    cursor: pointer;
    display: none;
}


#check {display: none;}

.menu {display: flex;}
.menu li {
    list-style: none;
}



.menu li a {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    transition: 0.15s ease-in-out;
    position: relative;
    color: var(--color2);

    
}



.menu li a:hover {
    color: var(--color2);
}

.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: 0.15s ease-in-out;
}

.menu li a:hover:after {
    width: 100%;
}



.sub-menu {
    margin-top: 2rem;
    font-size: 15px !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    display: block;
    position: absolute;

}

.sub-menu li a {
    font-size: 15px;
    margin-top: 1rem !important;
}


.sub-menu .menu li {
    list-style: none;
    margin-bottom: 1rem !important;
}

.menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.sub-menu li {
    font-size: 15px;
    margin-top: 1rem !important;

}
.menu-item {
    background-image: linear-gradient(var(--color2), var(--color2));
    background-size: 0% 0.1em, 100% 0.1em;
    background-position-y: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    text-decoration: none;
    padding-bottom: 1rem;
}

.menu-item:hover {
    background-size: 100% 0.1em, 100% 0.1em;
    color: #fff;


}

.sub-menu.menu-item {
    background-image: none;
}

.sub-menu.menu-item:hover {
    background-image: none; 
}
.container {
    padding: 6rem 12rem;
}

.container-grid {
    padding: 6rem 7rem;
}

.container-12 {
    padding: 12rem;
}

.container-24 {
    padding: 12rem 24rem;
}

.column.minus-margin-right-24 {
    margin-right: -24rem;
}

.button {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    background-color: var(--color4);
    color: var(--color2);
    border: none;
    padding: 1.5rem 5rem;
    width: fit-content;

}

.button:hover {
    background-color: var(--color7);
    transition: background-color 0.3s ease;

}

.button-2 {
    background: none;
    border: none;
    font-size: 17.5px;
    color: var(--color6) !important;
    font-family: 'DIN';
    padding-bottom: 1rem;

    color: #fff;
    background-image: linear-gradient(#7DA1BC, #7DA1BC);
    background-size: 0% 0.1em, 100% 0.1em;
    background-position-y: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    text-decoration: none;
    padding-right: 0rem;
    padding-left: 0rem
}

.button-2:hover {
    color: #7DA1BC !important;
    background-size: 100% 0.1em, 100% 0.1em;
}

.button-2-icon {
    font-size: 20px;
}

.filter-button {
    background: none;
    border: none;
    font-size: 17.5px;
    color: var(--color6);
    padding: 20px;
    font-family: 'DIN';

    color: grey;
    background-image: linear-gradient(#7DA1BC, #7DA1BC);
    background-size: 0% 0.1em, 100% 0.1em;
    background-position-y: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    text-decoration: none;
    padding-right: 0rem;
    padding-left: 0rem
}

.filter-button:hover,
.filter-button.active {
    color: #7DA1BC;
    background-size: 100% 0.1em, 100% 0.1em;

}

.transform {
    text-transform: uppercase;
}

.transform-undo {
    text-transform: none;
}
.custom-size {
    font-size: 50px !important;
}

.custom-size-25 {
    font-size: 25px;
}

.bold {
    font-weight: bold;
}

.element-undo {
    margin-bottom: -6rem;
}


.custom-title {
    color: var(--color2);
    padding: 50px;
    background-color: var(--color4);
    width: fit-content;


}
.custom-title-position {
    position: absolute;
    left: 0;
    bottom: -159px;

}

.custom-content {
    padding: 150px;
}


ul {
    list-style-type: circle;
}

.card {
    padding: 40px;
    background-color: var(--color3);
    /*height: 100%; */
    width: 100%;
    min-height: 265px;
    position: relative;
}

.card-small {
    padding: 40px;
    background-color: var(--color3);
    height: fit-content; 
    width: 100%;
}

.column-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; 
}

.custom-line-height{
    line-height: 2.5;
}


.card-title {
    color: grey; 
}

.card-content {
    display: none;
    color: #FBEC00; 
}

.card.open .card-title {
    color: var(--color4); 
}

.card.open .card-content {
    display: block;
}

.custom-gap {
    gap: 3rem;
}


.gap {
    gap: 4rem;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
}

.bg-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.custom-title-frontpage {

    position: absolute;
    padding: 150px;
    left:0;
    bottom: 0;

}


#hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.background-image {
    
    background-size: cover;
    background-position: center center;
    height: 100vh; 
    background-repeat: no-repeat;
}


.ellipsis {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.columns {
    gap: 8rem;
}


.logo {
    margin-top: -190px;
}

.container-maxflat {
    padding: 0rem 12rem;
}


.opacity {
    opacity: 0.1;
}

.opacity-full {
    opacity: 1;
}

/*
.aspect-ratio {
    aspect-ratio: 1!important;
}

*/

/*
.aspect-ratio {
    height: 40%;
}
*/
.icon-wrapper {
    display: flex;
    flex-direction: column;
}


.custom-image-class {
    height: auto;
}

.custom-opacity-bg {
    position: relative;
}

.custom-opacity-bg::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1); /* Adjust the last value for opacity (0.1 for 10%) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.custom-opacity-bg .background-image {
    position: relative;
    z-index: 0;
}

.custom-opacity-bg .container-12 {
    position: relative;
    z-index: 1;
}

#check {
    color: var(--color1);
}

.custom-width {
    width: 100%;
}

.gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    z-index: 800;
    background: rgb(29,29,27);
    background: linear-gradient(180deg, rgba(29,29,27,0.75) 0%, rgba(29,29,27,0) 100%);
}


.icon-small {
    font-size: 25px;
}



@media screen and (min-width: 1924px) {

    h4 {
        font-size: 200px;
    }
    .container {
        padding: 10rem 34rem;
    }

    .container-grid {
        padding: 10rem 34rem;
    }

    .container-24 {
        padding: 24rem 44rem;
    }
    
    .minus-margin-left {
        margin-left: -34rem;
    }

    .column.minus-margin-right-24 {
        margin-right: -44rem;
    }


}

@media screen and (max-width: 1700px) {

    h1 {
        font-weight: normal;
        font-size: 35;
        line-height: 1.20;
    
    }
    
    h2 {
        font-weight: bold;
        font-size: 65px;
        line-height: 1.33;
    
    }
    
    h3 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1.20;
    
    }
    
    h4 {
        font-weight: bold;
        font-size: 140px;
        color: var(--color3);
    
    }
     
    h5 {
        font-weight: normal;
        font-size: 20px;    
        color: var(--color4);
        text-transform: uppercase;
    
    }
    
    h6 {
        font-weight: normal;
        font-size: 17.50px;
        color: var(--color4);
        text-transform: uppercase;
        line-height: 1.20;
    
    }

}
@media screen and (max-width: 1024px) {

    .container-burger {
        padding: 0rem;
    }

    .button {
        font-size: 17.5px !important;
        padding: 1.5rem 2rem;
    }

    .sub-menu {
        visibility: visible;
        opacity: 1;
        transition: none; 
    }

    .menu-item:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .open-menu {
        display: block;
    }
    
    .menu {
        padding: 3rem;
        display: flex;
        justify-content: flex-start;
        gap: 3rem;
        flex-direction: column;
        width: 80%;
        min-height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--color5);
        transition: all 0.2s ease-in-out;
    }

    #menu-top-menu {
        color: var(--color6);
        display: contents;
        justify-content: center;
        flex-direction: column; 
        gap: 0rem;
    }

    .sub-menu {
        margin-top: 1rem;
        margin-bottom: 1rem;

        display: none;

    }

    .sub-menu

    .open-menu, .close-menu {
        
        display: flex;}
    #check:checked ~ .menu {right: 0;}


    /* ---------------------------------- */
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 17.5px;
    }

    h4 {
        font-size: 40px;
        overflow-wrap: break-word;
        hyphens: all;
        word-wrap: break-word;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 15px;
    }

    span {
        font-size: 17.5px;
    }

    .columns {
        gap: 3rem;
    }
    .button {
        font-size: 15px;
    }

    .container {
        padding: 3rem;
    }

    .container-12 {
        padding: 3rem;
    }

    .container-24 {
        padding: 3rem;
    }

    .custom-content {
        padding: 3rem;

    }

    .button-container {
        display: contain;
        display: none;
    }

    .bg-cover {
        height: 70vh;
        object-fit: cover;
        object-position: center;
    }

    .custom-title {
        margin-top: -469px;
    }

    .custom-title-frontpage {
        position: absolute;
        padding: 58px;
        left:0;
        bottom: 0;
    }

    .minus-margin-left {
        margin-left: 0px;
    }

    .minus-margin-right {
        margin-right: 0px;
    }

    .column.minus-margin-right-24 {
        margin-right: 0px;
    }


    .element-undo {
        margin-bottom: 0px;
    }

    .custom-flex {
        flex-direction: row;
    }

    .custom-size-25 {
        font-size: 17.5px;
    }

    .custom-size {
        font-size: 40px !important;
    }
    

    .logo {
        display: none;
    }

    .icon-wrapper {
        display: flex;
        flex-direction: row;
    }

    .item-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .container-maxflat {
        padding: 0rem 0rem;
    }

    .background-image {
        height: 70vh;
    }

    .custom-content {
        margin-top: 9rem;
        padding: 0rem;
    }

    #hero {
        position: relative;
        width: 100%;
        height: 70vh;
    }

    .column.minus-margin-left {
        padding-left: 0; /* Remove left padding on mobile */
        padding-right: 0; /* Remove right padding on mobile */
    }

    .column.minus-margin-right {
        padding-left: 0; /* Remove left padding on mobile */
        padding-right: 0; /* Remove right padding on mobile */
    }

    .column.minus-margin-left img.bg-cover {
        width: 100vw; /* Set the width to 100% of the viewport width */
        height: calc(70vh - 2 * 3rem); /* Adjust the height considering the padding */
        object-fit: cover; /* Ensure the image covers the entire container */
        margin-left: -3rem; /* Compensate for the left padding */
    }

    .column.minus-margin-right img.bg-cover {
        width: 100vw; /* Set the width to 100% of the viewport width */
        height: calc(70vh - 2 * 3rem); /* Adjust the height considering the padding */
        object-fit: cover; /* Ensure the image covers the entire container */
        margin-left: -3rem; /* Compensate for the left padding */
    }

    .is-6 {
        padding-left: 0; /* Remove left padding on mobile */
        padding-right: 0; /* Remove right padding on mobile */
    }

    .is-6 img.bg-cover {
        width: 100vw; /* Set the width to 100% of the viewport width */
        height: calc(70vh - 2 * 3rem); /* Adjust the height considering the padding */
        object-fit: cover; /* Ensure the image covers the entire container */
        margin-left: -3rem; /* Compensate for the left padding */
    }

    .container-24 .image-container {
        margin-left: -3rem; /* Compensate for the left padding */
        margin-right: -3rem; /* Compensate for the right padding */
    }

    .container-24 img.bg-cover {
        width: 100vw; /* Set the width to 100% of the viewport width */
        height: calc(70vh - 2 * 3rem); /* Adjust the height considering the padding */
        object-fit: cover; /* Ensure the image covers the entire container */
    }

    .container-grid {
        padding: 6rem 3rem;
    }

    .card {
        padding: 2rem;
    }

    .card-small {
        padding: 2rem;
    }

    p {
        font-size: 15px;
    }

    .gradient {
        height: 17vh;
    }

    .menu li a {
        color: grey;


    }

    .modal-content {
        background-color: #fefefe;
        margin: 5% auto; /* Updated margin to 5% from the top */
        padding: 3rem !important;
        border: 1px solid #888;
        width: 90% !important; /* Could be more or less, depending on screen size */
        max-height: 80vh; /* Set a maximum height */
        overflow-y: auto; /* Enable vertical scroll if needed */
        line-height: 1.6; /* Adjust the line height to create more space between lines */
    
    }
}





/****** MC CSS CODE START ******/

.service-intro-text-container {
    padding: 12rem 12rem 0;
}

.service-content-text, p.element.ellipsis,  span {
    font-size: 22.5px;
}

.icon-wrapper i {
    font-size: 80px;
}

@media screen and (max-width: 1024px) {
    #partner .flex {
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .service-intro-text-container {
        padding: 6rem 0 0;
    }

    .item-wrapper {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .icon-wrapper {
        align-items: center;
    }

    #partner .flex {
        flex-direction: column;
    }
}
/****** MC CSS CODE END ******/