@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

html *
{
   font-family: "Noto Serif";
}

body {
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
}

a {
  color: #00B7FF;
}

.catalog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 1rem;
}

@media (min-width: 800px) {
  .catalog {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}

.grid-item {
  position: relative;
}

.grid-item > img {
  width: 100%;
}

.caption-style-1{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.caption-style-1 .grid-item:hover .caption{
  opacity: 1;
  width: 100%;
  height: 100%;
}
.caption-style-1 img{
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}
.caption-style-1 .caption{
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition:all 0.45s ease-in-out;
  -moz-transition:all 0.45s ease-in-out;
  -o-transition:all 0.45s ease-in-out;
  -ms-transition:all 0.45s ease-in-out;
  transition:all 0.45s ease-in-out;
}
.caption-style-1 .blur{
  background-color: rgba(0,0,0,0.65);
  height: 100%;
  width: 100%;
  z-index: 5;
  position: relative;
}

.caption-style-1 .caption-text p{
  font-size: 2.5vmin;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 25px;
}
.caption-style-1 .caption-text{
  z-index: 10;
  color: #fff;
  display: table;
  margin: 0 auto;
  position: relative;
}

.left {
  flex: 1 1 500px;
}

.photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.photo-main {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
}

.photo-one {
  grid-column: 4;
  grid-row: 1;
}

.photo-two {
  grid-column: 4;
  grid-row: 2;
}

.photo-three {
  grid-column: 4;
  grid-row: 3;
  height: auto;
  width: auto;
}

.photo-rest {
  visibility: hidden;
  display: none;
}

.photos a {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.photos img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.right {
  flex: 1 1 500px;
}

.top {
  margin-bottom: 2em;
}

.content {
  padding-bottom: 2em;
  border-bottom: 2px solid #a1a1a1;
}

a.button{
  display:inline-block;
  padding:0.5em 0.5em;
  border:0.16em solid #696969;
  margin:0 0.3em 0.3em 0;
  box-sizing: border-box;
  text-decoration:none;
  text-transform:uppercase;
  font-family:'Roboto',sans-serif;
  font-weight:400;
  color: #706e6e;
  text-align:center;
  transition: all 0.15s;
  width: 40%;
  font-size: 1.3em;
}
a.button:hover{
  color: #0e0d0d;
  border-color: #000000;
}
a.button:active{
  color:#BBBBBB;
  border-color:#BBBBBB;
}

.item{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4em;
}

.icon-wrapper {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
}

.icon-wrapper .icon {
  position: relative;
  background: #e0dfdf;
  border-radius: 50%;
  padding: 2px;
  margin: 10px;
  width: 55px;
  height: 55px;
  font-size: 3.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icon-wrapper .icon:hover span {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.icon-wrapper .watsapp:hover,
.icon-wrapper .watsapp:hover .tooltip,
.icon-wrapper .watsapp:hover .tooltip::before {
  background: #075E54;
  color: #ffffff;
}

.icon-wrapper .telegram:hover,
.icon-wrapper .telegram:hover .tooltip,
.icon-wrapper .telegram:hover .tooltip::before {
  background: #0088cc;
  color: #ffffff;
}

.down {
  position: absolute;
  bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 80%;
}

.logo img {
  width: 100%;
}

.footer-link {
  color: inherit;
  text-decoration: inherit;
}

.topnav {
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #a1a1a1;
  padding-top: 0.25em;
  border-top: 2px solid #a1a1a1;
  text-align: center;
}

.topnav a {
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}

.navlink a,
.navlink a:after,
.navlink a:before {
  transition: all .5s;
}
.navlink a:hover {
  color: #555;
}

.navlink .active {
  color: #555;
}

.main-gallery img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

@media (max-width: 550px) {
  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }

  .logo {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
  }
  
  .topnav {
    display: none
  }
  .topnav-mobile i {
    font-size: 2.5em;
  }
}

.text-mobile {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 550px) {
  .topnav-mobile {
    display: none
  }
  .text-mobile {
    display: none;
  }
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(238, 238, 238, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-size: 2em;
}

.overlay a:hover, .overlay a:focus {
  color: #000000;
}

.overlay .closebtn {
  position: absolute;
  top: -22px;
  right: 5px;
  font-size: 5em;
}

.submenu {
  max-height: 0; 
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.submenu-opened {
  max-height: none;
}

.porcelain-page {
  margin: 0;
  background: #f7f5f1;
  color: #292722;
}

.porcelain-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 3rem 1rem 4rem;
}

.porcelain-title {
  margin: 0 0 2rem;
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
}

.tag-filter {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid #d8d2c8;
  background: #fff;
}

.tag-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tag-filter-header h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tag-button,
.tag-clear {
  border: 1px solid #a9a195;
  background: transparent;
  color: #4a463f;
  cursor: pointer;
  font: inherit;
}

.tag-button {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}

.tag-button:hover,
.tag-button[aria-pressed="true"] {
  border-color: #292722;
  background: #292722;
  color: #fff;
}

.tag-clear {
  padding: 0.35rem 0.65rem;
}

.filter-status {
  min-height: 1.2em;
  margin: 0.75rem 0 0;
  color: #706a61;
  font-size: 0.9rem;
}

.porcelain-card[hidden] {
  display: none;
}

.porcelain-card .caption {
  top: 0;
  left: 0;
}

.porcelain-empty {
  padding: 3rem 1rem;
  text-align: center;
}

.porcelain-item-container {
  padding-top: 2rem;
}

.porcelain-item-description h1 {
  margin-top: 0;
}

.porcelain-item-description p {
  white-space: pre-line;
}

.porcelain-catalog-link {
  min-width: 10rem;
}

.porcelain-error {
  text-align: center;
}

.porcelain-error a {
  color: inherit;
}

@media (max-width: 550px) {
  .porcelain-container {
    padding-top: 1.5rem;
  }

  .porcelain-title {
    margin-bottom: 1.25rem;
  }
}
