* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  width: 100%;
}

.desktop {
  width: 100%;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font-size: 2.8em;
  margin-bottom: 0.8em;
}

h3 {
  font-weight: strong;
  font-size: 1.8em;
  margin-left: 0.4em;
  margin-bottom: 1em;
}

h4 {
  font-weight: strong;
  font-size: 1.4em;
  margin-bottom: 0.8em;
}

p {
  text-align: center;
  line-height: 1.8em;
}

.headSpace {
  margin-top: 80px;
}

/*fixhead felport*/

.desktop .fixedHeadBox {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 4;
  box-shadow: -0.1em -0.1em 1em 0.1em #d8d8d8;
}

.desktop .fixedHeadBox .fixheadContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 4em;
  text-align: center;
  align-items: center;
}

.desktop .fixheadContainer .homeImg {
  width: 200px;
}

.desktop .fixheadContainer ul li {
  display: inline-block;
  text-align: center;
  align-items: center;
  padding: 0.4em;
  cursor: pointer;
  font-size: 14px;
}

.desktop .fixheadContainer ul li img {
  width: 13px;
  margin-left: 2px;
}

.desktop .fixheadContainer ul li a {
  padding: 0.5em;
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.desktop .fixheadContainer ul li ul.AnounceDrop {
  position: absolute;
  display: none;
  background-color: white;
  margin-left: -1em;
  padding-top: 1em;
}

.desktop .fixheadContainer ul li ul.AnounceDrop li {
  padding-right: 2em;
  padding-bottom: 1em;
}

.desktop .fixheadContainer ul li.dropAnnounceHolder:hover ul.AnounceDrop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.desktop .fixheadContainer .productsNsearch {
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  align-items: flex-end;
}

.desktop .fixheadContainer .productsNsearch a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.desktop .fixheadContainer .productsNsearch a img {
  width: 30px;
}

.desktop .fixheadContainer .productsNsearch ul.ticketDrop {
  position: absolute;
  width: 250px;
  height: 100px;
  padding: 1em;
  background-color: white;
  margin-left: -13em;
  display: none;
  color: black;
  font-weight: lighter;
  box-shadow: 0.3em 0.3em 1em 0.1em #d8d8d8;
}

.desktop .fixheadContainer .productsNsearch a.ticketHolder:hover ul.ticketDrop {
  display: flex;
}

.desktop .fixheadContainer button {
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  border: none;
  border-radius: 1.5em;
  padding: 0.2em 1.5em;
  background-color: red;
  color: white;
  font-size: 1em;
  font-weight: strong;
  cursor: pointer;
  margin-left: 1em;
}

.desktop .fixheadContainer button img {
  width: 18px;
  margin-right: 0.2em;
}

.desktop .fixheadContainer ul li:hover,
.desktop .fixheadContainer ul li a:hover,
.desktop .fixheadContainer .productsNsearch a:hover {
  color: red;
}

.desktop .productTab {
  display: none;
  z-index: 5;
  position: fixed;
  background-color: #fbfbfb;
  width: 96%;
  height: 80vh;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  box-shadow: 0.3em 0.3em 1em 0.1em #d8d8d8;
  padding: 0.5em 2.2em;
}

.desktop .productTab span {
  float: right;
  font-size: 2em;
  font-weight: bold;
  margin-right: -0.5em;
  cursor: pointer;
}

.desktop .productTab span img {
  width: 0.6em;
}

.desktop .productTab .productGrid ul:first-child {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style-type: none;
  padding-top: 1.5em;
}

.desktop .productTab .productGrid ul:first-child li ul {
  display: flex;
  flex-direction: column;
}

.desktop .productTab .productGrid ul:first-child li ul li {
  padding-bottom: 0.6em;
  display: flex;
  align-items: center;
}

.desktop .productTab .productGrid ul:first-child li ul li a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.desktop .productTab .productGrid ul:first-child li ul li a:hover {
  text-decoration: none;
  color: red;
}

.desktop .productTab .productGrid ul:first-child li ul li a img {
  width: 14px;
  margin-right: 1em;
  margin-left: 0.4em;
}

.desktop .productTab .productGrid ul:first-child li ul li.prodTitle {
  margin-bottom: 0.1em;
  margin-top: 0.2em;
}

.desktop .productTab .productGrid ul:first-child li ul li.prodContact {
  margin-top: 5em;
}

.desktop .productTab .productGrid ul:first-child li ul li.prodContact img,
.desktop .productTab .productGrid ul:first-child li ul li.prodEmail img {
  width: 26px;
  margin-right: 1em;
}

.desktop .productTab .productGrid ul:first-child li ul li.prodSocial a img {
  width: 40px;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0.3em;
}
/*fixedHead End*/

/*footer*/
.desktop .footer {
  background-color: black;
  color: white;
  padding-bottom: 5em;
  margin-top: 200px;
}

.desktop .footer .FGridThree {
  width: 82%;
  margin: 0 auto;
  padding-top: 5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: start center;
  gap: 5%;
}

.desktop .footer .FGridThree h3 {
  margin-left: 0;
  font-weight: bold;
}

.desktop .footer .FGridThree ul {
  list-style: none;
}

.desktop .footer ul li {
  margin-bottom: 0.5em;
}

.desktop .footer .quickLinks ul li {
  color: red;
}

.desktop .footer ul li a {
  text-decoration: none;
  font-weight: bold;
  margin-left: 1em;
  color: white;
}

.desktop .footer ul li a:hover {
  color: red;
}

.desktop .footer .contactsUsLink ul li {
  line-height: 2em;
}

.desktop .footer .contactsUsLink ul li img {
  width: 18px;
  margin-right: 1em;
}

.desktop .footer .followUs ul li {
  display: inline-block;
  margin-bottom: 1em;
}

.desktop .footer .followUs ul li img {
  width: 40px;
  margin-right: 1em;
}

.desktop .followUs form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.desktop .followUs form input,
.desktop .followUs form button {
  width: 100%;
  border: none;
  border-radius: 0.5em;
  margin-bottom: 0.4em;
  padding: 1em;
}

.desktop .followUs form button {
  background-color: red;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
}
/* footer end */





/*mobileNTablet End*/

.mobile {
  display: none;
}

/*mobileNTablet Starts*/

/* mFixheadBox */

.mobile .mFixedHeadBox {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 125px;
  margin: 0 auto;
  z-index: 4;
  box-shadow: -0.1em -0.1em 1em 0.1em #d8d8d8;
  padding: 0;
}

.mobile .mFixedHeadBox .mFixheadContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0.5em 0;
  text-align: center;
  align-items: center;
}

.mobile .mFixedHeadBox .mFixheadContainer img {
  width: 50px;
  cursor: pointer;
}

.mobile .mFixedHeadBox .mFixheadContainer .mHome img {
  width: 100px;
}

.mobile .mFixedHeadBox .mFixheadContainer a.mTicketHolder ul.mTicketDrop {
  position: absolute;
  width: 250px;
  height: 150px;
  padding: 1em;
  background-color: white;
  margin-left: -13em;
  color: black;
  font-weight: lighter;
  box-shadow: 0.3em 0.3em 1em 0.1em #d8d8d8;
  font-size: 16px;
  list-style: none;
  display: none;
}

.mobile .mFixheadContainer a.mTicketHolder:hover ul.mTicketDrop {
  display: flex;
}

.mobile .mFixedHeadBox .mFixheadContainer a.mTicketHolder {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 24px;
}

.mobile .mFixedHeadBox .mFixheadContainer a.mTicketHolder img {
  width: 40px;
}

.mobile .mBurgerBox {
  position: fixed;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
}

.mobile .mBurgerBox .mBurgerBG {
  padding: 1em 2em;
  background-color: white;
  margin-top: 7em;
  border: 1px solid red;
  border-radius: 1em;
}

.mobile .mBurgerBox .mBurgerBG .mBurgerX {
  float: right;
  cursor: pointer;
  margin-right: -1em;
}

.mobile .mBurgerBox .mBurgerBG .mBurgerX img {
  width: 25px;
}

.mobile .mBurgerBox .mBurgerBG ul {
  list-style: none;
  margin-top: 1em;
}

.mobile .mBurgerBox .mBurgerBG ul li {
  padding-bottom: 0.5em;
}

.mobile .mBurgerBox .mBurgerBG ul li a {
  text-decoration: none;
  color: #ff0001;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px 1px black;
}

.mobile .mBurgerBox .mBurgerBG ul li a:hover {
  font-size: 24px;
}

/* mFixheadBox end*/

/* mFooter starts */

.mobile .mFooter {
  background-color: black;
  color: white;
  padding-top: 5em;
  margin-top: 5em;
}

.mFooter h3 {
  margin-bottom: 5px;
}

.mFooter h4 {
  margin-bottom: 1px;
  margin-top: 1em;
}

.mobile .mFooter .mFGridTwo {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto auto auto);
  place-items: start center;
  gap: 1em;
}

.mobile .mFooter .mFGridTwo h3 {
  margin-left: 0;
  font-weight: bold;
}

.mobile .mFooter .mFGridTwo ul {
  list-style: none;
}

.mobile .mFooter ul li {
  margin-bottom: 0.25em;
}

.mobile .mFooter ul li a {
  text-decoration: none;
  font-weight: bold;
  margin-left: 1em;
  color: white;
}

.mobile .mFooter ul li a:hover {
  color: red;
}

.mobile .mFooter .mContactsUsLink ul li {
  line-height: 2em;
}

.mobile .mFooter .mContactsUsLink ul li img {
  width: 18px;
  margin-right: 1em;
}

.mobile .mFooter .mFollowUs {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 2.8em;
}

.mobile .mFooter .mFollowUs ul li {
  display: inline-block;
  margin-bottom: 1em;
}

.mobile .mFooter .mFollowUs ul li img {
  width: 40px;
  margin-right: 1em;
}

.mobile .mFollowUs form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mobile .mFollowUs form input,
.mobile .mFollowUs form button {
  width: 100%;
  border: none;
  border-radius: 0.5em;
  margin-bottom: 0.4em;
  padding: 1em;
}

.mobile .mFollowUs form button {
  background-color: red;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
}
/* footer end */

/* kludiBasinMixer start */
.desktop .kludiBasinMixer {
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: none;
  background-size: cover;

  .bgFilter {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3)
  }
  
  .container {
    color: white;

    h1 {
      font-size: 52px;
      font-weight: 100;
      padding-top: 360px;
    }

    p {
      text-align: left;
      font-size: 16px;
    }
  }
}

.desktop .kludiBasinMixerProduct {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: .5em;
  padding-bottom: .5em;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1%;

  article {
    display: flex;
    height: 580px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid rgba(0,0,0,.3);
    padding-left: .5em;
    padding-right: .5em;
    cursor: pointer;

    img.prodPic {
      width: 300px;
      height: 300px;
    }

    span {
      display: inline-block;
      color: green;
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 14px;
    }

    h4 {
      font-weight: 100;
      height: 80px;
      padding-top: 1em;
    }

    .colorBox {
      position: relative;
      marigin: 0;
      padding: 0;
    }

    .colorBox b {
      font-size: 50px;
      transition: color .5s;
    }

    .colorBox a img {
      width: 35px;
      border-radius: 50%;
      margin-left: 2px;
      margin-right: 2px;
    }

    .colorBox ul {
      position: absolute;
      background-color: white;
      border: 2px solid red;
      padding: .2em;
      display: grid;
      grid-template-columns: auto auto auto auto auto;
      align-items: center;
      list-style: none;
      opacity: 0;
      transition: opacity .5s;
    }

    .colorBox ul li{
        padding-right: 2px;
        padding-left: 2px;
    }

    .colorBox img:hover  {
      border: 2px solid red;
    }

    .colorBox:hover ul {
      opacity: 1;

    }

    .colorBox:hover b {
      color: red;
    }

    .activ {
      border: 2px solid #3a3a3aff;
    }
  }
}

.mobile .kludiBasinMixer {
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: none;
  background-size: cover;

  .bgFilter {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3)
  }
  
  .container {
    color: white;

    h1 {
      font-size: 52px;
      font-weight: 100;
      padding-top: 360px;
    }

    p {
      text-align: left;
      font-size: 16px;
    }
  }
}

.mobile .kludiBasinMixerProduct {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: .5em;
  padding-bottom: .5em;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto minmax(0px,1fr);
  gap: 10px;

  article {
    position: relative;
    display: flex;
    height: 580px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid rgba(0,0,0,.3);
    padding-left: .5em;
    padding-right: .5em;
    cursor: pointer;
    overflow: visible;

    img.prodPic {
      width: 200px;
      height: 200px;
    }

    span {
      display: inline-block;
      color: green;
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 14px;
    }

    h4 {
      font-weight: 100;
      height: 80px;
      padding-top: 1em;
    }

    .colorBox {
      position: relative;
      marigin: 0;
      padding: 0;
    }

    .colorBox b {
      font-size: 50px;
      transition: color .5s;
    }

    .colorBox a img {
      width: 35px;
      border-radius: 50%;
      margin-left: 2px;
      margin-right: 2px;
    }

    .colorBox ul {
      position: absolute;
      background-color: white;
      border: 2px solid red;
      padding: .2em;
      display: grid;
      grid-template-columns: auto auto auto auto auto;
      align-items: center;
      list-style: none;
      opacity: 0;
      transition: opacity .5s;
    }

    .colorBox ul li{
        padding-right: 2px;
        padding-left: 2px;
    }

    .colorBox img:hover  {
      border: 2px solid red;
    }

    .colorBox:hover ul {
      opacity: 1;

    }

    .colorBox:hover b {
      color: red;
    }

    .activ {
      border: 2px solid #3a3a3aff;
    }
  }
}
/* kludiBasinMixer end */

.container {
  width: 90%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}

/* desktop */
@media (max-width: 1536px) {
  .container {
    max-width: 1280px;
  }

  /* kludiBasinMixer start */
  .desktop .kludiBasinMixerProduct {

    article {
      height: 550px;

      img.prodPic {
        width: 250px;
        height: 250px;
      }
    }
  }
  /* kludiBasinMixer end */
}

@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }

  /*fixhead felport*/
  .desktop .fixedHeadBox {
    height: 68px;
    box-shadow: -0.1em -0.1em 1em 0.1em #d8d8d8;
  }

  .desktop .fixedHeadBox .fixheadContainer {
    height: 68px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .desktop .fixheadContainer .homeImg {
    width: 180px;
  }
  /*fixedHead End*/

  /* Book Apppointment  Starsts */
  .desktop .bookAppointBox {
    width: 100%;
  }

  .desktop .bookAppointBox .twoBox {
    width: 50%;
  }

  .desktop .bookAppointBox .twoBox form input[type="text"],
  .desktop .bookAppointBox .twoBox form select,
  .desktop .bookAppointBox .twoBox form input[type="date"] {
    font-size: 12px;
  }
  /* Book Appointment Ends here*/

  /* Book Appointment Slide */
  .desktop .bookAppoint-container {
    height: 480px;
  }
  /* Book Appointment Slide Ends here*/

  /*footer*/
  .desktop .footer {
    padding-bottom: 3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 200px;
  }

  .desktop .footer .FGridThree {
    width: 100%;
  }
  /* footer end */

  /* kludiBasinMixer start */
  .desktop .kludiBasinMixerProduct {
      grid-template-columns: auto auto auto;
  }
  /* kludiBasinMixer end */
}

/* mobileNTablet Mode */
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    width: 100%;
  }

  .mobile .kludiBasinMixerProduct {
  article {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 640px;
  }

  .mobile .mBookAppoint-container {
    height: 600px;
  }

  .mobile .kludiBasinMixerProduct {
  article {
    height: 500px;
  }
}
}

@media (max-width: 640px) {
  .container {
    max-width: 475px;
  }

  .mobile .mFooter .mQuickLinks ul li {
    font-size: 14px;
    color: red;
  }

  .mobile .mFooter .mQuickLinks ul li a {
    font-size: 14px;
  }

  .mobile .mBookAppoint-container {
    height: 500px;
  }
}

@media (max-width: 475px) {
  .container {
    width: 100%;
  }
}

@keyframes next1 {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes next2 {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

@keyframes prev1 {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

@keyframes prev2 {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
