@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap");

:root {
  --textColor: none;
  --themeColor: rgba(37, 57, 49, 1);
  --themeColorHover: rgba(29, 220, 143, 1);
  --scrollColor: rgba(149, 29, 29, 1);
  --scrollColorHover: rgba(117, 12, 12, 1);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollColor);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollColorHover);
}

* {
  text-decoration: none !important;
}
.__scroll-disabled {
  overflow-y: hidden;
  -ms-overflow-y: hidden;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 52;
}

main {
  margin-top: 83px;
}

.__header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 83px;
  max-height: 83px;
}

.__header-container {
  position: relative;
  width: 1600px;
  max-width: 1600px;
  height: auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 20px;

  background-color: #fff;
}

.__logo-field {
  max-width: 163px;
  max-height: 67px;
}

.__logo-field img {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .__logo-field {
    max-width: 110px;
    max-height: 40px;
  }
}

.__header-top-menu-field {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.__header-top-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

.__header-menu-active-color {
  border-bottom: 1px solid #7a1717;
}

.__header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #646464;
  font-size: 18px;
  transition: all 0.3s ease;
}

.__header-menu em {
  font-size: 20px;
  transition: all 0.2s ease;
}

.__header-menu:hover,
.__header-menu:hover em {
  color: #9b1111;
}

.__header-menu-arrow-up {
  transform: rotate(180deg);
  color: #7a1717;
}

.__header-multiple-menu-field {
  position: absolute;
  right: 0;
  display: none;
  width: auto;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.__header-multiple-menu-field em {
  font-size: 35px;
  color: #7a1717;
  border-radius: 10px;
  padding: 0.2rem;
}

/**************************/
.__all-page {
  display: none;
  position: fixed;
  z-index: 250;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

.__menu-modal {
  display: block;
}

.__header-details-wrapper {
  display: none;
  justify-content: center;
  width: 100%;
  height: auto;
  background: rgb(233, 233, 233);
  background: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0%,
    rgba(236, 236, 236, 1) 100%
  );
  padding: 0 1rem;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 251;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.__header-details-smarthome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 970px;
  max-width: 970px;
  height: auto;
  padding: 10px 0;
}

.__smarthome-sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  min-width: 200px;
  min-height: 100px;
  border-radius: 10px;
  padding: 0.4rem 0.8rem;
}

.__smarthome-sub-menu-img {
  max-width: 50px;
  max-height: 50px;
  filter: grayscale(100%) blur(0.2px);
  transition: all 0.2s ease-in-out;
  transform: scale(0.95);
  opacity: 0.6;
}

.__smarthome-sub-menu:hover .__smarthome-sub-menu-img {
  filter: none;
  transform: scale(1);
  opacity: 1;
}

.__smarthome-sub-menu-img img {
  width: 100%;
  height: auto;
}

.__smarthome-sub-menu-text {
  width: auto;
  height: auto;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.__header-details-products-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgb(233, 233, 233);
  background: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0%,
    rgba(236, 236, 236, 1) 100%
  );
}

.__header-details-products {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #f5f5f5;
}

.__products-sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  /*background-color: #fff;*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0.3rem 1.7rem;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateY(17px);
  font-weight: 100 !important;
  color: #646464;
}

.__products-sub-menu:hover {
  color: #660000;
}

.__products-sub-menu-active {
  color: #660000;
  background: #fff;

  box-shadow: 0 0 35px #ecebeb;
  /*color: #fff;
    background: #7a1717;*/
}

.__header-products-field {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 20px;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 2rem 0.5rem;
  z-index: 2;
}

.__header-products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
  max-width: 200px;
  max-height: 220px;
  width: 200px;
  height: 220px;
  cursor: pointer;
}

.__header-produtcs-img {
  transition: all 0.2s ease-in-out;
  transform: scale(0.9);
  overflow: hidden;
}

.__header-products:hover .__header-produtcs-img {
  transform: scale(1);
}

.__header-produtcs-img img {
  width: 100%;
  height: auto;
}

.__header-products-text {
  width: auto;
  height: auto;
  text-align: center;
  color: #000;
  font-size: 17px;
}

.__header-details-corporate-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 970px;
  max-width: 970px;
  height: auto;
  padding: 10px 0;
  background: rgb(233, 233, 233);
  background: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0%,
    rgba(236, 236, 236, 1) 100%
  );
}

.__corporate-sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  min-width: 200px;
  min-height: 100px;
  border-radius: 10px;
  padding: 0.4rem 0.8rem;
}

.__corporate-sub-menu-img {
  max-width: 50px;
  max-height: 50px;
  filter: grayscale(100%) blur(0.2px);
  transition: all 0.2s ease-in-out;
  transform: scale(0.95);
}

.__corporate-sub-menu:hover .__corporate-sub-menu-img {
  filter: none;
  transform: scale(1);
}

.__corporate-sub-menu-img img {
  width: 100%;
  height: auto;
}

.__corporate-sub-menu-text {
  width: auto;
  height: auto;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.__header-products-all-device {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid lightgray;
  padding: 0.5rem 0.2rem;
}

.__header-all-device {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 970px;
  max-width: 970px;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 1rem 0.1rem;
}

.__header-all-device em {
  font-size: 22px;
}

.__header-all-device:hover em,
.__header-all-device:hover {
  color: #7a1717;
}

.__header-products-anger {
  width: 1px;
  height: 200px;
  border: 1px solid lightgray;
}

.__products-category-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  padding: 0.2rem 0.4rem;
  font-size: 12px;
  background-color: #7a1717;
  color: #fff;
  z-index: 1;
}

/************************************************************************/

.__header-left-menu-wrapper {
  display: none;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: sticky;
  right: 0;
  top: 99px;
  width: 100%;
  min-height: 900px;
  background-color: #fff;
  z-index: 100;
  padding: 0.5rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid #7a1717;
}

.__header-left-menu-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-bottom: 1px solid lightgray;
  padding: 0.5rem;
  cursor: pointer;
}

.__header-left-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 800px;
  height: auto;
}

.__header-left-menu-title {
  width: auto;
  height: auto;
  font-size: 17px;
  color: #660000 !important;
}

.__header-left-menu-arrow em {
  width: auto;
  height: auto;
  font-size: 22px;
}

.__header-left-menu-details {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 0.7rem;
}

.__left-menu-details {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0.5rem 0;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.__left-menu-details:hover {
  color: #7a1717;
  text-shadow: 0 0 15px #7a1717;
}

@media (max-width: 1330px) {
  .__header-top-menu-field {
    display: none;
  }

  .__header-multiple-menu-field {
    display: block;
  }

  .__all-page {
    display: none;
  }
}

.__submenu-opener {
  display: flex;
}
/***************************************************************************************************************************/

.__products-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  width: 100%;
  height: auto;
  padding: 1.5rem;
}

.__products-row-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  gap: 50px 5px;
}
.__products-box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-self: flex-start;
  max-width: 475px;
  width: 475px;
  /*height: auto;*/
  height: 600px;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  box-shadow: 0 0 20px rgb(219, 219, 219);
}
.__products-height {
  height: auto;
}

.__products-box-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.__products-box-img {
  max-width: 250px;
  max-height: 250px;
}
.__products-box-img img {
  width: 100%;
  height: auto;
}
.__products-box-color-area {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  padding: 1.5rem 5px;
  gap: 0 15px;
}
.__products-box-color-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0 15px;
  width: auto;
  height: auto;
}
.__products-box-color {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid lightgray;
  transition: all 0.2s ease-in-out;
}
.__products-box-color:hover {
  transform: scale(1.2);
  box-shadow: 0 0 30px var(--clr);
  border-radius: 50%;
}
.__products-color-text-area {
  width: auto;
  height: auto;
  color: #646464;
}
.__products-box-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 5px;
  width: 100%;
  height: auto;
  border-top: 1px solid lightgray;
  user-select: none;
  padding: 2rem 5px;
}
.__products-box-title-area em {
  transition: all 0.2s ease-in-out;
}
.__products-box-title-area span:nth-child(1) {
  font-size: 1.8em !important;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.__products-box-title-area span:nth-child(1):hover {
  color: #660000;
}
.__products-box-title-area span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  color: #646464;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.__products-box-title-area span:nth-child(2):hover {
  color: #660000;
}
.__products-box-text-area {
  width: 100%;
  height: auto;
  padding: 0.5rem 5px;
  border-bottom: 1px solid lightgray;
  color: #292929;
}
.__products-box-paragraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.__products-box-paragraph-details {
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.__products-box-details-area {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.__products-box-details-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 15px;
  width: 100%;
  height: auto;
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.__products-box-details-title span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  color: #646464;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.__products-box-details-title span:nth-child(2):hover {
  color: #660000;
}
.__products-box-details-title span:nth-child(1) {
  color: rgba(82, 82, 82, 1);
  font-size: 15px;
  font-weight: bold;
  font-family: "Avenir", sans-serif;
}
.__products-box-details-area table {
  border-collapse: collapse;
  width: 100%;
}
.__products-box-details-area th {
  text-align: left;
  padding: 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.__products-box-details-area td {
  text-align: left;
  padding: 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.__products-box-details-area tr {
  background-color: #f8f8f8;
}
.__products-box-details-area tr:nth-child(odd) {
  background-color: #ebe8e8;
}

.__products-end span {
  font-size: 45px;
}
.__products-opener {
  display: flex;
}
.__products-arrow-opener {
  transform: rotate(180deg);
  color: #660000;
}

/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/

.nova-panel-product-container {
  width: 100%;
  min-height: 800px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#nv-panel-bg1 {
  background-image: url("newImages/bg_panel_1.png");
}
#nv-panel-bg2 {
  position: relative;
  background-image: url("newImages/bg_color.png");
}
.np-top-logo-box {
  max-width: 294px;
  margin-top: 3.2rem;
}
.np-top-logo-box img {
  width: 100%;
}

.np-product-wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  transform: translateY(200px);
}
.np-product-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 10rem;
  gap: 0.5rem;
}
.np-product-img-box {
  max-width: 400px;
  max-height: 400px;
}
.np-product-box img {
  width: 100%;
}
.np-product-text {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.np-product-text span:nth-child(1) {
  font-family: "avenir@500", sans-serif;
  color: #292929;
  font-weight: 600;
  font-size: 2.6em;
}
.np-product-text span:nth-child(2) {
  color: rgb(114, 0, 0);
  font-size: 21px;
}
.np-product-wrapper p {
  margin-top: 3.4rem;
  padding: 0.5rem 2rem;
  font-size: 22px;
}
.nv-panel-top-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 3rem;
  padding: 1rem;
}
.nv-panel-top-text span {
  color: #444444;
  font-size: 5em;
}
.nv-panel-top-text span:nth-child(1) {
  font-weight: bold;
}
@media (max-width: 650px) {
  .nv-panel-top-text span {
    font-size: 4em;
  }
}
@media (max-width: 450px) {
  .nv-panel-top-text span {
    font-size: 3.2em;
  }
}
.np-device-series-img-box {
  position: absolute;
  bottom: 0;
  max-width: 1737px;
}
.np-device-series-img-box img {
  width: 100%;
}
.np-colorfull-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  justify-content: center;
  align-items: center;
  place-items: center;
  width: 100%;
  grid-gap: 3rem 0;
  overflow: hidden;
}
.colorfull-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 120px;
  max-width: 150px;
  width: 100%;
  gap: 0.7rem 0;
  opacity: 0.2;
  transform: scale(0.7);
  transition: all 1s ease-in-out;
}
.colorfull-box.show_colorfull {
  opacity: 1;
  transform: scale(1);
}
.colorfull-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
  word-break: keep-all;
}
.colorfull-box img {
  max-width: 46px;
  width: 100%;
}
@media (max-width: 650px) {
  .np-product-wrapper {
    margin-top: 0;
  }
  .np-colorfull-container {
    height: 400px;
    margin-bottom: 100px;
  }
  #nv-panel-bg1 {
    background-image: url("newImages/mobilgorsel.png");
  }
  #nv-panel-bg2 {
    min-height: 500px;
    background-image: url("newImages/mobilgorsel2.png");
  }
  .np-top-logo-box {
    max-width: 174px;
  }
  .nv-panel-top-text {
    gap: 0 2rem;
  }
  .np-device-series-img-box {
    bottom: 3rem;
  }
}
@media (max-width: 450px) {
  .np-colorfull-container {
    height: 400px;
    margin-bottom: 200px;
  }
}
@media (max-width: 350px) {
  .np-product-text span:nth-child(1) {
    font-size: 2.2em;
  }
  .np-product-text span:nth-child(2) {
    font-size: 17px;
  }
  .np-product-wrapper p {
    font-size: 18px;
  }
}

.fnc {
}

.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
  box-sizing: border-box;
}

.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #575757;
}

.fnc-slider .m--navbg-dark {
  background-color: #575757;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #42605e;
}

.fnc-slider .m--navbg-green {
  background-color: #42605e;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #990e13;
}

.fnc-slider .m--navbg-red {
  background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #2d7791;
}

.fnc-slider .m--navbg-blue {
  background-color: #2d7791;
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    6vh 0,
    6vh 61vh,
    44vh 61vh,
    44vh 6vh,
    6vh 6vh
  );
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}

.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}

.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: top;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 40%;
}

.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 100px;
  color: #fff;
  word-spacing: 10px;
}

.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}

.fnc-slide__heading-line span {
  display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}

.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}

.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}

.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}

.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1f2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}

.fnc-nav__controls {
  font-size: 0;
}

.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}

.fnc-nav__control.m--active-control {
  background: #1f2833;
}

.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #000;
}

.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}

.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
  box-sizing: border-box;
}

.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.demo-cont__credits-close:before {
  transform: rotate(45deg);
}

.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}

.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}

.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}

.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url("newImages/mirror.png");
}

.example-slider .fnc-slide-1 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url("newImages/piano.png");
}
.example-slider .fnc-slide-2 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url("newImages/silver.png");
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url("newImages/gold.png");
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-5 .fnc-slide__inner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
  background-image: url("newImages/matt.png");
}
.example-slider .fnc-slide-5 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide-6 .fnc-slide__inner,
.example-slider .fnc-slide-6 .fnc-slide__mask-inner {
  background-image: url("newImages/bronze.png");
}
.example-slider .fnc-slide-6 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide-7 .fnc-slide__inner,
.example-slider .fnc-slide-7 .fnc-slide__mask-inner {
  background-image: url("newImages/rose.png");
}
.example-slider .fnc-slide-7 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}

.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}

.colorful-switch:hover:before {
  background: #4c735f;
}

.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}

.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #14dcd6 0,
    #10e7bd 180px,
    #ef9c29 360px,
    #e76339 100%
  );
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}

.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}

.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before,
.colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:before,
.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:after {
  transition-delay: 0s;
}

.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked
  ~ .colorful-switch__label
  .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}

@media (max-width: 600px) {
  .fnc-slide__inner {
    height: 60%;
  }


  .example-slider .fnc-slide-1 .fnc-slide__inner,
  .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url("newImages/mirrormobil.png");
  }

  .example-slider .fnc-slide-2 .fnc-slide__inner,
  .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url("newImages/pianoblackmobil.png");
  }

  .example-slider .fnc-slide-3 .fnc-slide__inner,
  .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: url("newImages/silvermobil.png");
  }

  .example-slider .fnc-slide-4 .fnc-slide__inner,
  .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("newImages/goldmobil.png");
  }

  .example-slider .fnc-slide-5 .fnc-slide__inner,
  .example-slider .fnc-slide-5 .fnc-slide__mask-inner {
    background-image: url("newImages/mattegraymobil.png");
  }

  .example-slider .fnc-slide-6 .fnc-slide__inner,
  .example-slider .fnc-slide-6 .fnc-slide__mask-inner {
    background-image: url("newImages/bronzemobil.png");
  }

  .example-slider .fnc-slide-7 .fnc-slide__inner,
  .example-slider .fnc-slide-7 .fnc-slide__mask-inner {
    background-image: url("newImages/rosemobil.png");
  }

}
.control-row-bxs {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control-row-bxs img {
  width: 100%;
}
.control-row-bxs span {
  max-width: 900px;
  position: absolute;
  bottom: 1rem;
  color: #464646;
  font-size: 2em;
  padding: 0.5rem 2rem;
  text-shadow: 0 0 24px #fff;
}
@media (max-width: 900px) {
  .control-row-bxs span {
    font-size: 1.2em;
  }
}
@media (max-width: 600px) {
  .control-row-bxs span {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .control-row-bxs span {
    font-size: 10px;
  }
}

.special-devices-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.special-devices {
  width: 100%;
  max-width: 876px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.special-devices-container video {
  width: 100% !important;
  max-width: 876px;
}
.special-devices-glass-devices-container {
  border-radius: 40px;
  height: 60vh;
}

.special-devices-glass-devices {
  max-width: 630px !important;
}
@media (max-width: 1700px) {
  .special-devices-glass-devices-container {
    height: auto;
    padding: 10rem;
  }
}
@media (max-width: 1200px) {
  .special-devices-glass-devices-container {
    height: auto;
    padding: 4rem;
  }
}
