body {
overflow-x: hidden;
}/*.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}*/.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.mobile-header {
    box-shadow: none;
}/*MAIN BANNER*/

#main-banner {
  position: relative;
  overflow: hidden;
  height: 100vh; 
}

.c-main-slider {
width: 100%;
    height: 100vh;
}

@media (max-width: 912px) {
.c-main-slider {
    height: 50vh;
}
}


.c-main-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}

@media (max-width: 912px) {
.c-main-slider-bg {
    height: 50vh;
}
}

.c-mask {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('/cache/files/075553847c1a3bd6e29b7e00aecf161fe385a90d.svg'); /* For WebKit browsers */
  mask-image: url('/cache/files/075553847c1a3bd6e29b7e00aecf161fe385a90d.svg');
  -webkit-mask-size: contain; /* For WebKit browsers */
  mask-size: contain;
  -webkit-mask-repeat: no-repeat; /* For WebKit browsers */
  mask-repeat: no-repeat;
  -webkit-mask-position: center; /* For WebKit browsers */
  mask-position: center;
}




/*END OF MAIN BANNER*/

/*INTRO*/

.c-intro-container {
padding: 3vh;
}

.c-intro-title-2 {
margin-bottom: 0px;
font-weight: 900;
font-size: 10vw;
line-height: 1em;
}


.c-intro-flex {
display: flex;
}

@media (max-width: 1024px) {
.c-intro-flex {
flex-direction: column;
}
}


.c-intro-text {
    padding: 4vh 10vh;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8em;
}

@media (max-width: 540px) {
.c-intro-text {
    padding: 0vh;
}
}



.c-intro-subtitle {
letter-spacing: 3px;
    padding-left: 1vw;
}


.c-flip {
  height: 10vw;
  overflow: hidden;
  position: relative;
}

.c-flip {
  height: 10vw;
  overflow: hidden;
  position: relative;
}

.c-word {
  font-weight: 900;
  font-size: 10vw;
  line-height: 1em;
  height: 10vw;
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: flip 15s infinite;
}

.c-word:nth-child(1) {
  animation-delay: 0s;
}

.c-word:nth-child(2) {
  animation-delay: 3s;
}

.c-word:nth-child(3) {
  animation-delay: 6s;
}

.c-word:nth-child(4) {
  animation-delay: 9s;
}

.c-word:nth-child(5) {
  animation-delay: 12s;
}

@keyframes flip {
  0%, 10% {
    opacity: 0;
    transform: translateY(100%);
  }
  13%, 27% {
    opacity: 1;
    transform: translateY(0%);
  }
  30%, 100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}




/*END OF INTRO*/


/*CATEGORIES*/

.c-categories {
display: flex;
gap: 5vh;
justify-content: flex-end;
margin-top: 10vh;
margin-right: 5vh;
position: relative;
}

@media (max-width: 767px) {
.c-categories {
flex-direction: column;
    align-items: center;
}
}



.c-categories-img{
width: 40vw;
height: auto;
position: relative;
border-radius: 3px;
}

@media (max-width: 767px) {
.c-categories-img{
width: 100vw;
}

}

.c-category-title {
font-size: clamp(1.75rem, -0.214rem + 5.238vw, 4.5rem); /*28-72*/
color: white;
line-height: 1em;
margin-bottom: 5px;
font-weight: 800;
}

.c-title-pos-1 {
position: absolute;
    top: 2vw;
    right: 4vw;
text-align: right;
}

.c-title-pos-2 {
position: absolute;
    top: 2vw;
    left: 4vw;
}

.c-button-pos-1 {
position: absolute;
    bottom: 2vw;
    right: 4vw;
}

.c-button-pos-2 {
position: absolute;
    bottom: 2vw;
    left: 4vw;
}

.c-categories-column-flex {
display: flex;
flex-direction: column;
gap: 5vh;
}

.c-objects-banner-margin {
margin-top: 10vw;
}


.c-categories-034 {
max-width: 24vw;
    height: auto;
    position: absolute;
    left: 1.7vw;
    top: 2vw;
    opacity: 0.1;
}


@media (max-width: 767px) {
.c-categories-034 {
max-width: 60vw;
    left: 1.7vw;
    top: -9vw;
}
}


/*END OF CATEGORIES*/




/*CASE STUDIES*/

#case-studies {
display: flex;
gap: 5vh;
align-items: center;
justify-content: flex-end;
}

@media (max-width: 768px) {
#case-studies {
flex-direction: column-reverse
}
}

.c-case-studies-alone-img {
height: 68vh;
    width: auto;
}



.c-case-slider-container {
position: relative;
}

.c-case-study-slider{
width: 36vw;
    height: 100vh;
}

@media (max-width: 1024px) {
.c-case-study-slider{
width: 46vw;
    height: 100vh;
}
}

@media (max-width: 768px) {
.c-case-study-slider{
width: 100vw;
    height: 100vh;
}
}


.c-case-study-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
border-radius: 3px;
}

.c-case-studies-text {
padding: 4vh;
text-align: right;
width: 36vw;
}

@media (max-width: 1024px) {
.c-case-studies-text {
width: 46vw;
}
}

@media (max-width: 768px) {
.c-case-studies-text {
width: 100vw;
}
}

.c-case-title {
margin-bottom: 0px;
font-weight: 900;
font-size: 6vw;
line-height: 1em;
}

.c-case-subtitle {
letter-spacing: 3px;
}



.c-case-pos {
    position: absolute;
    z-index: 100;
    top: 4vh;
    right: 4vh;
color: #fff;
text-align: right;
}


.c-case-name{
font-size: clamp(1.75rem, -0.214rem + 5.238vw, 4.5rem); /*28-72*/
line-height: 1em;
margin-bottom: 5px;
font-weight: 800;
}

.c-case-name-subtitle {
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.c-case-button-pos {
position: absolute;
bottom: 4vh;
right: 4vh;
    z-index: 100;
}


/*END OF CASE STUDIES*/




/*PRODUCTS*/

.c-product-title {
margin-bottom: 5vh;
font-weight: 900;
font-size: 6vw;
line-height: 1em;
margin-top: 10vh;
}

/*END OF PRODUCTS*/


/*ABOUT US*/

#about-us {
width: 95vw;
height: 100vh;
position: relative;
background-image: url('/cache/files/d62f51937ce559d565c13f15a36bbd5ba669bf1b.jpg');
background-size: cover;
    background-position-y: center;
margin-top: 14vh;
}

@media (max-width: 680px) {
#about-us {
height: 70vh;
}
}


.c-about-text-pos {
position: absolute;
top: 4vh;
right: 4vh;
max-width: 33vw;
color: #fff;
text-align: right;
}

@media (max-width: 768px) {
.c-about-text-pos {
max-width: 80vw;
}
}

.c-about-text {
text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8em;
}

.c-about-title {
margin-bottom: 5vh;
font-weight: 900;
font-size: 10vw;
line-height: 1em;
}


/*END OF ABOUT*/







/*effe and moves*/

.c-fade-in {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in.show {
    opacity: 1;
    transform: translateX(0);
}

.c-fade-in-down {
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.c-fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}



.c-button1 {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #888;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}


.c-button1:hover {
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
}



.c-button2 {
    text-decoration: none;
    border-bottom: 1px solid #888;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}


.c-button2:hover {
    border-bottom: 1px solid #222;
    letter-spacing: 1px;
}



/*products*/

.c-product-category-intro-title {
    font-size: clamp(3.75rem, 1.964rem + 4.762vw, 6.25rem); /*60-100*/
    margin-bottom: 5px;
    line-height: 1.1em;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: inline-block;
    font-weight: 600;
    float: left;
}

.c-product-category-intro-text {
    text-transform: uppercase;
    font-weight: 600;
    max-width: 600px;
}