/* Fonts */
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    border: none;
    outline:none;
}

*:focus {
    border: none;
    outline: none;
}
.linkBtn {
    background: #000;
    line-height: 0;
    color: #FFF;
    font-size: 12px;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    cursor: pointer;
    font-family: 'poppinsregular';
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.2em;
  }

  .linkBtn:hover {
      color: #9e9e9e;
  }


a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.area_items a {
    color: #FFF;
    display: block;

}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 4em;
  }

  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

.product_detail {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 4em;
    box-sizing: border-box;
}

.index_2_style {
    position: absolute;
    width: 100% !important;    
    height: 100vh;
    z-index: -1;
    box-sizing: border-box;
    object-fit: cover;
}

.pd_col {
    width: 47%;
    padding-right: 2em;
    box-sizing: border-box;
    height: auto;
}

.product_big_wall {
    margin: 0 auto;
    margin-top: 4em;
    margin-bottom: 4em;
    box-sizing: border-box;
}

.product_big_text {
    position: absolute;
    padding: 3em;
    color: #fff !important;
    background-color: #000;
    box-sizing: border-box;
}

.product_big_text p {
    color: #FFF;
    opacity: 0.5;
    line-height: 0;
}

.product_big_wall img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.categories {
    width: 88%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin: 4em;
}

.category {
    background: #000;
    color: #fff;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 2em;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    cursor: pointer;
}

.category a {
    color: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

.submenu:hover .subclass {
    display: block;
    position: absolute;
}

.subclass {
    position: absolute;
    z-index: 99999;
    display: none;
    width: auto;
    padding: 1em;
    height: auto;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.493);
    border-radius: 1em;
}

.subclass a {
    padding: 0.4em !important;
    display: block;
    margin: 1em;
}

.subclass a:hover {
    color: #FFF !important;
    background: #fff !important;
    padding: 0.4em !important;
    border-radius: 0.2em;
}


/* Mainpage */


.social_lang {
    padding-left: 2em;
    padding-right: 4em;
    padding-top: 2em;
    position: absolute;
    width: 100%;
    top: -1.2em;
    box-sizing: border-box;
}

.social_lang ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.social_lang ul li {
    padding-left: 1.8em;
}

.social_lang ul li a {
    color: #FFF;
}

.social_lang ul li a:hover {
    color: #000;
}

.letsNav {
    background: #FFF;
    width: 100%;
    z-index: 100 !important;
    text-decoration: none;
    margin-top: 12em;
}

.letsNav ul {
    list-style-type: none;
}

.letsNav ul li a {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    line-height: 3em;
}

body {
    background: #FFF;
    color: #000 !important;
    width: 100%;
    height: 100%;
    font-family: 'poppinsmedium';
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

html {
    height: 100%;
}

.logo {
    font-size: 2em;
}

.logo img {
    width: 200px;
}

h1 {
    font-size: 4rem !important;
    line-height: 1em;
    z-index: 5;
    color: #FFF;
}

h3 {
    font-size: 2em !important;
}

p {
    font-family: 'poppinsregular';
    color: #9e9e9e;
}

input[type=button] {
    background: linear-gradient(291.89deg, #C63737 1.48%, #FF0404 98.09%);
    box-shadow: 0px 4px 128px rgba(34, 42, 55, 0.16);
    backdrop-filter: blur(4px);
    padding: 1.4em;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.2em;
    font-family: 'poppinsregular';
    font-size: 14px;
}

.navbar-container {
    width: 100%;
    margin: 0 auto;
}

.navbar {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 4em;
    padding-left: 4em;
    padding-top: 6em;
    box-sizing: border-box;
    z-index: 99999;
}

.navbar ul li:last-child {
    display: none;
}

.navbar ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
  
}

.navbar ul li a {
    padding-left: 2em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #FFF !important;
}

.navbar ul li a:hover {
    color: #000 !important;
}

.text-area {
    width: 70%;
    margin-left: 4em;
}

.redlabel {
    color: #FF0404;
    letter-spacing: 0.2em;
    width: 100%;
    font-size: 0.8em;
    line-height: 0;
}

.header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 4px 128px rgba(34, 42, 55, 0.16);
}

.header_p {
    display: flex;
    width: 100%;
    height: 100vh;
}

.header_p img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header_p_text {
   margin-top: 32vh;
   text-align: center;
   color: #FFF;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;
   text-align: center;
}

.header_p_text p {
    color: #FFF;
    opacity: 0.5;
}

.logo_white {
    color: #fff;
}

.body_black {
    background-color: #000;
    color: #FFF !important;
}

.header_p_background img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header_p_background video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.header-small {
    height: 400px; /* 40 */
}

.header-small .col-right img {
    height: 400px; /* 40% */
}

.header-small h1 {
    font-size: 3em !important;
}

.col-left {
    width: 50%;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 10em;
    box-sizing: border-box;
    height: 100%;
    background-position: center;
}

.col-right {
    width: 50%;
    box-sizing: border-box;
    height: 100vh;
}

.col-right img {
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area_1 {
    display: flex;
    flex-direction: row;
    width: 80%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100vh;
}

.area_black {
    width: 100%;
    background: #FFF;
    color: #000 !important;
}

.area_black p {
    color: #525252 !important;
}

.area-1 .area-col {
    width: 50%;
}

.area_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.area_item {
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
}

.area_item_2 {
    width: 33%;
    padding: 2em;
    box-sizing: border-box;
}

.image-area {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    box-sizing: border-box;
    height: 100vh;
}

.image-area-item {
    width: 33%;
    height: 33%;
    object-fit: cover;
    padding: 2em;
    box-sizing: border-box;
}

.clients {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 100vh;

}

.clients-area {
    display: flex;
    flex-direction: row;
    opacity: 0.2;
    flex-wrap: wrap;
    justify-content: space-around;

}

.clients_area_white {
    opacity: 10;
}

.clients-item {
    width: 100px;
    height: auto;
    object-fit: cover;
    padding: 2em;
}

.area_item i {
    color: #FF0404;
}

.footer {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12em;
    height: 100px;
    color: #9e9e9e;
}

.footer img {
    width: 50%;
}

figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
  }
  
  figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
  }
  
  figure a {
    color: #fff;
    text-decoration: none;
  }
  
  figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em 1em;
    justify-self: start;
    color: #FFF;
    backdrop-filter: blur(4px);
  }
  
  .container {
    column-count: 2;
    column-gap: 32px;
    width: 100%;
    margin-top: 128px;
  }

  .container img {
      width: 100%;
      display: block;
  }
  

  .about_us_container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      /* height: 100%; */
      box-sizing: border-box;
  }

  .about_us_container .l_col_1 {
      width: 33%;
      height: 100%;
      position: sticky;
  }

  .about_us_container .l_col_2 {
      width: 67%;
      height: 100%;
  }

  .about_us_container .l_col_2 .about_text {
      padding-left: 4em;
      padding-right: 4em;
      box-sizing: border-box;
      font-family: 'poppinsregular';
  }

  .about_us_container .l_col_1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .clients_container {
      padding-top: 4em;
      width: 100%;
      height: 100%;
  }

  .product_area {
      max-width: 90%;
      display: flex;
      padding-top: 2em;
      padding-bottom: 2em;
      flex-wrap: wrap;
      box-sizing: border-box;
      margin: 0 auto;
  }

  .product_item {
      width: 18%;
      height: auto;
      padding: 2em;
      margin: 1%;
      box-sizing: border-box;
      box-shadow: #9e9e9e;
      background: #FFF;
      border: 1px solid #EEE;
  }

  .product_item input[type=button] {
      background: #000;
      line-height: 0;
      height: 32px;
      padding: 1.5em;
      font-size: 12px;
      cursor: pointer;
      font-family: 'poppinsregular';
  }

  .product_item p {
      font-size: 12px;
  }

  .product_item img {
      width: 100%;
  }

/* Queries */

@media only screen and (max-width: 1054px) { 
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .footer img {
        width: 100px;
    }
    .navbar ul li
    {
        display: none;
    }

    .navbar ul li:last-child {
        display: block;
        
    }

    .navbar ul li a:last-child {
        color: #FFF !important;
    }

    .navbar ul li:last-child:hover ul li {
        display: show;
    }

    .col-left {
        width: 100%;
        height: auto;
        padding: 2em;
        margin-top: 10em;
    }

    .col-right {
        height: auto;
        width: 100%;
    }

    .header {
        height: auto;
    }

    .navbar {
        position: absolute;
        padding-right: 2em;
        padding-left: 2em;
    }

    .social_lang {
        padding-right: 2em;
        padding-left: 2em;
        width: 100%;
        flex-direction: row;
    }

    h1 {
        font-size: 3em !important;
    }

    .h1tab {
        color: #000;
    }

    .area_1 {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .area-col {
        width: 100%;
    }

    .area-col img {
        width: 100%;
    }

    .area_item {
        width: 70%;
        margin-left: 4em;
        padding: 0px;
        margin-top: 4em;
    }

    .area_items {
        height: 100%;
        width: 100%;
    }

    .area_item_2 {
        flex-direction: column;
        width: 70%;
        margin-left: 4em;
    }

    .image-area {
        height: auto;
        flex-wrap: wrap;
    }

    .image-area-item {
        width: 100%;
    }

    .image-area-item img {
        width: 100%;
    }

    .clients {
        height: auto;
        margin-top: 6em;
        align-items: left;
        justify-content: left;
        text-align: left;
        width: 70%;
    }

    .clients-area {
        align-items: center;
        justify-content: center;
    }

    .clients-item {
        font-size: 0.8em;
    }

    .text-area {
        margin-bottom: 4em;
    }

    .container {
        height: auto;
        margin-top: 32px;
    }

    .about_us_container {
        margin-top: 32px;
        
    }

    .about_us_container .l_col_1 {
        width: 100%;
        display: none;
    }

    .about_us_container .l_col_2 {
        width: 100%;
    }

    .header-small {
        height: auto;
    }

    .header-small .col-right {
        height: 200px;
        z-index: -1;
    }

    .header-small .col-right img {
       height: 200px;
    }

    
    .social_lang ul li a {
        color: #FFF;
    }

    .social_lang ul li a:hover {
        color: #000;
    }

    .subclass {
        position: unset;
        background: red;
        padding: 0 !important;
    }

    .submenu:hover .subclass {
        position: relative;
    }

    .subclass a:hover {
        color: #000 !important;
    }

    .product_item {
        width: 45%;
    }

    .product_area {
       width: 100%;
    }

    .pd_col {
        width: 100%;
        height: auto;
    }

    .swiper-container {
        height: 200px;
        width: 100%;
    }

    .swiper-container .gallery-thumbs {
        height: 100%;
        width: 100%;
    }

    .subclass {
        background: none;
        color: #9b9b9b !important;
    }

    .subclass a {
        color: #9b9b9b !important;
        margin: 1em;
        padding: 0;
        line-height: 0;
    }

}

@media only screen and (min-width: 1055px) { 
    .letsNav {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) { 

}

@media only screen and (max-width: 1024px) { 

}

@media only screen and (min-width: 1400px) { 
    h1 {
        font-size: 6em !important;
    }

}
