@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.top-nav {
  overflow: hidden;
  background-color: rgb(36, 36, 36);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px;
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 27px;
  }
}

.top-nav-bold {
  font-size: 30px;
  font-weight: 600;
  float: left;
  margin-left: 30px;
  color: #ffffff;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 25px;
    margin-top: 10px;
    margin-left: 15px;
    padding: 5px 5px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 25px;
    margin-top: 10px;
    margin-left: 18px;
    padding: 0px 0px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 27px;
  }
}

.top-nav-buttons a {
  font-size: 30px;
  float: right;
  color: #ffffff;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 25px;
    float: left;
    padding: 7px 18px;
    background-color: rgb(228, 228, 228);
    color: rgb(36, 36, 36);
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 25px;
    float: left;
    padding: 10px 20px;
    display: inline-block;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 27px;
  }
}

.highlighted-link:hover {
  background-color: rgb(228, 228, 228);
  color: rgb(36, 36, 36);
}

.main {
  margin-top: 100px;
  margin-left: 0px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin-top: 110px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin-top: 110px;
  }
}

.header a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.header a:hover {
  color: rgb(228, 228, 228);
  text-decoration: none;
}

.icon-mask-list {
  overflow: hidden;
}

.icon-mask-list a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    padding: 0px 0px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    padding: 1px 1px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    padding: 3px 3px;
  }
}

.icon-mask-list img {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    width: 36%;
    height: 36%;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    width: 35%;
    height: 35%;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    width: 13%;
    height: 13%;
  }
}

.icon-mask-list a:hover {
  color: rgb(228, 228, 228);
}

.img-border {
  border-style: solid;
  border-width: 4px;
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    border-width: 4px;
  }
}

.img-margin-10px {
  margin: 10px 10px;
}

.img-margin-20px {
  margin: 20px 40px;
}

.bold-font {
  font-weight: 600;
}

.info {
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  margin-top: 20px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 22px;
    margin-top: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 23px;
    margin-top: 20px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 27px;
    margin-top: 15px;
  }
}

/*attributes for mobile devices*/
@media ((hover: none) and (pointer: coarse)) {
  hr {
    display: none;
  }
}

.info a {
  color: black;
  text-decoration: none;
}

.info video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin-top: 0px;
    width: 70%;
    height: 60%;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin-top: 0px;
    width: 70%;
    height: 60%;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    width: 23%;
  }
}

.footer {
  background-color: rgb(36, 36, 36);
  width: 100%;
  height: 250px;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    height: 375px;
    display: block;
    align-items: normal;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    height: 450px;
    display: block;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    height: 230px;
    font-size: 22px;
  }
}

.contacts {
  overflow: hidden;
  float: left;
  color: white;
  font-size: 24px;
  margin-left: 100px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 18px;
    margin-left: 35px;
    margin-top: 50px;
    padding: 0px 0px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 22px;
    margin-left: 40px;
    margin-top: 20px;
    padding: 0px 0px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 22px;
  }
}

.contacts a {
  overflow: hidden;
  color: white;
  font-size: 24px;
  text-decoration: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 18px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 22px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 22px;
  }
}

.footer-mask-list {
  overflow: hidden;
  float: left;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  padding: 15px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    align-items: normal;
    font-size: 18px;
    padding: 0px 20px;
    margin-top: 0px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    align-items: normal;
    font-size: 22px;
    margin-left: 0px;
    margin-top: 0px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 22px;
  }
}

.footer-mask-list a {
  overflow: hidden;
  float: auto;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 18px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 22px;
    display: block;
    padding: 11px 0px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 22px;
  }
}

.contacts-page {
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin-top: 120px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin-top: 105px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 25px;
  }
}

.contacts-page-list {
  overflow: hidden;
}

.contacts-page-list a {
  float: none;
  color: black;
  text-align: center;
  text-decoration: none;
}

.contacts-page-list a:hover {
  color: rgb(95, 95, 95);
}

.view-button {
  overflow: hidden;
  background-color: rgb(36, 36, 36);
  width: 234px;
  margin-top: 40px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    width: fit-content;
    margin-top: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    width: fit-content;
    margin-top: 10px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    width: fit-content;
    margin-top: 35px;
  }
}

.view-button a {
  text-decoration: none;
  text-align: center;
  font-size: 32px;
  color: white;
  padding: 18px 18px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 22px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 23px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 27px;
    padding: 7px 16px;
  }
}

.view-button a:hover {
  background-color: rgb(228, 228, 228);
  color: rgb(36, 36, 36);
}

h1 {
  font-size: 30px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 22px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 25px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 27px;
  }
}

h2 {
  font-size: 28px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 23px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 25px;
  }
}

.header-margin-1cm {
  margin-left: 1cm;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin-left: 0px;
    text-align: center;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin-left: 0px;
    text-align: center;
  }
}

ol {
  font-size: 24px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 20px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 23px;
  }
}

li {
  font-size: 24px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 20px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 23px;
  }
}

lh {
  font-size: 24px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 20px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 23px;
  }
}

.slideshow-container {
  max-width: 248px;
}

.slideshow-container img {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    width: 65%;
    height: 65%;
    margin-left: 30px;
    margin-top: 5px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    width: 60%;
    height: 60%;
    margin-left: 75px;
    margin-top: 0px;
  }
}

.not-desktop-link a {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    text-decoration: none;
    color: black;
    background-color: rgb(228, 228, 228);
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    text-decoration: none;
    color: black;
    background-color: rgb(228, 228, 228);
    text-align: center;
  }
}

.mask-list img {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    display: inline-flex;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 35%;
    height: 35%;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    display: inline-flex;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 35%;
    height: 35%;
  }
}

.margin ol {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin-top: 80px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin-top: 55px;
  }
}

.my-slides {
  display: none;
}

.my-slides a {
  text-decoration: none;
  color: black;
}

.my-slides a:hover {
  color: rgb(228, 228, 228);
}

.dot {
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin: 4px 4px;
  margin-top: 30px;
  background-color: rgb(194, 194, 194);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    height: 40px;
    width: 40px;
    margin: 0px 0px;
    margin-top: 30px;
    margin-left: 225px;
    display: flex;
    align-items: flex-start;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    height: 40px;
    width: 40px;
    margin: 0px 0px;
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    align-items: flex-start;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    height: 48px;
    width: 48px;
  }
}

.active,
.dot:hover {
  background-color: rgb(36, 36, 36);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    animation-duration: 0ms;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    animation-duration: 0ms;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 3;
  }
}

.margin {
  margin-left: 40px;
  margin-right: 40px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin-left: 20px;
    margin-right: 20px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin-left: 5px;
    margin-right: 10px;
  }
}

.mask-list {
  overflow: hidden;
}

.mask-list a {
  color: black;
  text-decoration: none;
}

.mask-list a:hover {
  color: rgb(228, 228, 228);
}

.centered-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.effects-gallery {
  overflow: hidden;
  text-align: center;
  margin: 54px;
  text-decoration: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    margin: 10px;
    display: block;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    margin: 2px;
    display: block;
  }
}

.effects-gallery video {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    width: 49%;
    height: 30%;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    width: 49%;
    height: 49%;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    width: 20%;
  }
}

.not-desktop-link {
  display: none;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    overflow: hidden;
    display: block;
    font-size: 20px;
    text-align: inherit;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    overflow: hidden;
    font-size: 20px;
    display: block;
    text-align: center;
  }
}

.what-a-fresh-look {
  font-size: 24px;
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    font-size: 20px;
    margin: 10px 10px;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    font-size: 20px;
    margin-left: 20px;
  }
  /*attributes for desktop 1366x768*/
  @media ((max-width: 1366px) and (max-height: 768px)) {
    font-size: 23px;
  }
}

.what-a-fresh-look img {
  /*attributes for mobile 360x800*/
  @media ((max-width: 360px) and (max-height: 800px)) {
    width: 65%;
    height: 65%;
  }
  /*attributes for mobile devices*/
  @media ((hover: none) and (pointer: coarse)) {
    width: 45%;
    height: 45%;
    margin: 0px 10px;
  }
}

/*attributes for mobile devices*/
@media ((hover: none) and (pointer: coarse)) {
  .what-a-fresh-look p {
    display: block;
    margin-top: 0px;
    margin-left: 10px;
    text-align: left;
  }
  .margin li {
    margin: 10px 10px;
  }
}

.centered-text {
  display: block;
  text-align: center;
}
