/* Lato regular */

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Regular.eot");
    src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format('embedded-opentype'),
    url("../fonts/Lato/Lato-Regular.woff2") format('woff2'),
    url("../fonts/Lato/Lato-Regular.woff") format('woff'),
    url("../fonts/Lato/Lato-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  /* lato light */
  
  @font-face {
    font-family: "Lato";
    src: url('../fonts/Lato/Lato-Light.eot');
    src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Light.woff') format('woff'),
    url('../fonts/Lato/Lato-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  
  /* Roboto bold */
  
  @font-face {
    font-family: "Lato";
    src: url('../fonts/Lato/Lato-Bold.eot');
    src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  html{
    height:90vh;
    overflow-y: hidden;
    font-family:  "Lato";
  }
  :root {
    font-family:  "Lato";
    line-height: 1.5;
    font-weight: 400;
  
    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;
  
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
  }
  a:hover {
    color: #535bf2;
  }

a, button, input,
.swiper-button-prev,
.swiper-button-next {
  outline: none!important;
  border: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

*:active,
*:focus,
*:focus-visible {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

  body {
    margin: 0;
    display: flex;
    /*place-items: center;*/
    min-width: 320px;
    height: 100vh !important;
  }
  
  h1 {
    font-size: 3.2em;
    line-height: 1.1;
  }
  
  button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: "Lato";
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
  }
  button:hover {
    border-color: #646cff;
  }
  /* button:focus,
  button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
  } */
  
  .card {
    padding: 2em;
  }
  
  #app {
    width: 100%;
    height:100vh;
    display: flex;
    height: auto;
  }
  
  @media (prefers-color-scheme: light) {
    :root {
      color: #213547;
      background-color: #ffffff;
    }
    a:hover {
      color: #747bff;
    }
    button {
      background-color: #f9f9f9;
    }
  }
  
  article {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
  }
  article .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3em;
    overflow: hidden;
  }
  article .container .slide {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
  }
  article .container .slide img{
    max-width: 950px;
    max-height: 760px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 39px 9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 39px 9px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 39px 9px rgba(0, 0, 0, 0.7);
  }

  article .container .slide img .button-slider {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    width: 368px;
    height: 102px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically */
    opacity: 0.9;
    border-radius: 20px;
  }

  article .container .slide img .button-slider  span{
    font-size: 29px;
    font-weight: 100;
    font-family: Lato, sans-serif;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
  }

  .mySwiper {
    width: 100%;
    overflow: hidden;
    padding: 3em;
    margin-left: -140px;
  }

  @media (max-width: 1800px) {
    .mySwiper {
      width: 65% !important;
      margin-left: 0 !important;
      margin: 0 !important;
    }
  
    .slide img {
      width: 511.2px !important; /* 639px * 0.8 = 511.2px */
      height: 410.4px !important; /* 513px * 0.8 = 410.4px */
    }
    .slide img  .button-slider {
      width: 240px !important; /* 300px * 0.8 = 240px */
      height: 68px !important; /* 85px * 0.8 = 68px */
    }
    .slide img  .button-slider span {
      font-size: 19.2px !important; /* 24px * 0.8 = 19.2px */
      line-height: 22.4px !important; /* 28px * 0.8 = 22.4px */
    }

  }


body{
  margin:0;
}
#app {
  display: flex;
  background-color: #fff;
  min-height: 100vh; /* Zmiana w celu zapełnienia wysokości */
}

#app .left-side {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#app .left-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  box-shadow: 6px 0 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#app .container-cx {
  height: 75%;
}

#app .container-cx .sidebar-container {
  display: flex;
  float: right;
  height: 60%;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  right: -50px;
  top: 15%;
  z-index: 99999999999999999; /* Zdecydowanie zbyt duży z-index */
}

#app .right-side {
  overflow: hidden;
  position: relative;
  background: rgb(64,63,63);
  background: radial-gradient(circle, rgba(64,63,63,1) 0%, rgba(32,32,32,1) 65%, rgba(32,32,32,1) 100%);
}

#app .right-side nav {
  position: absolute;
  z-index: 99999999999;
  top: 2%;
  right: 2%;
}

#app .logo-mextra {
  margin: 0 auto;
  display:block;
}
 a:focus,
 a:active {
    outline: none; /* Usunięcie niebieskiego obramowania */
    box-shadow: none; /* Usunięcie cienia (niektóre przeglądarki dodają cień przy aktywacji) */

}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropbtn {
  background-color: #FFFFFF;
  color: #707070;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 95px;
  height: 35px;
  border: 1px solid #707070;
  font-family: lato;
  text-align: center;
  padding: 0;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  right: 0;

}

.dropdown .dropdown-content button {
  background-color: white;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.dropdown .dropdown-content button:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn img {
  transform: rotate(180deg);
}

.category-side-bar {
  padding-left: 15px;
  width: 368px;
  text-align: center;
  height: 102px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;
  margin: 5px;
  box-shadow: 0px 4px 14px -3px #707070; /* $box-shadow-color */
  background: #FFFFFF; /* $background-color */
}

.owl-carousel .owl-stage-outer{
  padding:2px;
}

.category-side-bar:hover {
  background: #AD092C;
}
.active-menu{
  background: #AD092C;
  color:#fff;
}
.active-menu  a span{
  color:#fff !important;
}
.category-side-bar:hover span {
  color: #fff; /* Change text color to white */
}

.category-side-bar a {
  width: 100%;
  height: 100%;
}

.category-side-bar a span {
  font-size: 29px; /* $sidefont */
  color: #707070;
  font-family: "Lato";
  font-weight: 100;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  line-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
a:hover, a:active,a{
    text-decoration: unset;
  }
@media (max-width:1900px) {
  .category-side-bar{
    width: 270px !important;
  }
  .category-side-bar a span {
    font-size: 24px;
    line-height: 27px;
  }
  #app .left-side .container-cx .sidebar-container {
    top: 5%;
    height: 80%;
  }

  #app .left-side .container-cx .sidebar-container .category {
    width: 250px;
  }

  #app .left-side .container-cx .sidebar-container .category a span {
    font-size: 18px;
    line-height: 21px;
  }
  
}


@media (max-width: 1900px) {
  #app .left-side {
    min-width: 350px !important;
  }

  #app .container-cx {
        height: 80% !important;
    }

  #app .logo-mextra {
    width: 210px !important;
    height: 51px !important;
  }
}
