/*
Theme Name: Azizi Jewlery
Theme Version: 1.0
Theme Author: Maivan
Author URI: http://maivan.dev
*/
@import url("static/css/fonts.css");
.feeee {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: iranyekan !important;
  direction: rtl;
  text-align: right;
  margin: 0;
  font-size: 1rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-weight: bold;
}

a {
  color: #125C5B;
  -webkit-transition: color .25s;
  transition: color .25s;
}

a:hover {
  text-decoration: none;
  color: #123D37;
}

.bordered {
  border: 1px solid;
}

.ltr {
  direction: ltr;
}

.text-right {
  text-align: right;
}

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

.text-left {
  text-align: left;
}

.text-small {
  font-size: 0.8em;
}

.text-xsmall {
  font-size: 0.6em;
}

.text-large {
  font-size: 1.2em;
}

.text-xlarge {
  font-size: 1.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: normal;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: bold;
}

.text-extrabold {
  font-weight: 800;
}

.text-black {
  font-weight: 900;
}

.text-extrablack {
  font-weight: 950;
}

.img-fluid {
  max-width: 100%;
}

.section-title span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  color: #00E1D5;
  font-weight: 400;
  font-size: 1.8rem;
}

.section-title span::before, .section-title span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 30px;
}

.section-title span::before {
  left: 100%;
  background-position: center left;
  background-image: url(static/img/motif-2-right.png);
}

.section-title span::after {
  right: 100%;
  background-position: center right;
  background-image: url(static/img/motif-2-left.png);
}

@media (max-width: 767.98px) {
  .section-title span {
    font-size: 1.3rem;
  }
}

.btn-polygon {
  background: url(static/img/polygon-btn-bg@2x.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px 35px;
  color: #fff;
  position: relative;
}

.btn-polygon:hover {
  color: #fff;
}

.btn-polygon::before, .btn-polygon::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 90%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.btn-polygon::before {
  background-position: center left;
  left: calc(100% - 12px);
  background-image: url(static/img/btn-arrow-right-1.png);
}

.btn-polygon::after {
  background-position: center right;
  right: calc(100% - 12px);
  background-image: url(static/img/btn-arrow-left-1.png);
}

.btn-polygon:hover::before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.btn-polygon:hover::after {
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}

@media (max-width: 575.98px) {
  .btn-polygon {
    padding: 7px 20px;
    font-size: 12px;
  }
}

.motif span {
  padding: 0 25px;
  position: relative;
}

.motif span::before {
  right: 0;
  background-image: url(static/img/motif-3-right.svg);
}

.motif span::after {
  left: 0;
  background-image: url(static/img/motif-3-left.svg);
}

.motif span::before, .motif span::after {
  position: absolute;
  content: '';
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

blockquote {
  font-weight: 500;
  padding: 10px;
  border: 1px dashed #666666;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs [typeof="ListItem"] a, .breadcrumbs [typeof="ListItem"] .current-item {
  padding: 0 8px;
  margin: 0 8px;
  font-size: .9rem;
  font-weight: 400;
}

.breadcrumbs [typeof="ListItem"] a {
  position: relative;
  display: inline-block;
  color: #999;
}

.breadcrumbs [typeof="ListItem"] a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  color: #F3E89F;
  border-left: 1px solid;
  border-top: 1px solid;
}

.breadcrumbs [typeof="ListItem"] a:hover {
  color: #666;
}

.breadcrumbs .current-item {
  color: #00E1D5;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li a {
  background-color: #188C86;
  color: #F3E89F;
  font-size: .9rem;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid transparent;
}

.pagination ul li a.active {
  background-color: transparent;
  border-color: #188C86;
}

.primary-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  overflow: hidden;
}

.primary-menu > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199.98px) {
  .primary-menu > .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.primary-menu__handler {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1200px) {
  .primary-menu__handler {
    display: none;
  }
}

.primary-menu__logo {
  padding: 35px 0;
  -webkit-transition: padding .25s;
  transition: padding .25s;
}

@media (max-width: 1199.98px) {
  .primary-menu__logo {
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px 0;
  }
}

.primary-menu__nav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.primary-menu__nav li a {
  padding-left: 15px;
  padding-right: 15px;
  color: #888;
  position: relative;
  font-weight: 500;
  display: inline-block;
}

.primary-menu__nav li a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translate(2.5px, -50%);
          transform: translate(2.5px, -50%);
  width: 5px;
  height: 5px;
  background-color: #F3E89F;
  border-radius: 100%;
}

.primary-menu__nav li a:hover {
  text-decoration: none;
  color: #188C86;
}

.primary-menu__nav li.active a {
  color: #188C86;
}

@media (min-width: 1200px) {
  .primary-menu__nav li:first-child a::before {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .primary-menu__nav {
    height: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .primary-menu__nav li {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .primary-menu__nav li a {
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

.primary-menu__meta {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  color: #125C5B;
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  .primary-menu__meta {
    font-size: 1rem;
  }
}

.primary-menu__meta li {
  padding: 0 10px;
}

.primary-menu__meta li a {
  color: #125C5B;
}

@media (max-width: 1199.98px) {
  .primary-menu__meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.primary-menu.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.primary-menu.fixed .primary-menu__logo {
  padding: 15px 0;
}

@media (max-width: 1199.98px) {
  .primary-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  }
}

.primary-menu.opened .primary-menu__nav {
  height: auto;
  margin-bottom: 15px;
}

.primary-menu.opened .primary-menu__nav li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.inner-page {
  background-image: url(static/img/right-header-decorative.jpg), url(static/img/left-header-decorative.jpg), url(static/img/mandala-1@2x.jpg);
  background-size: auto auto, auto auto, 600px auto;
  background-position: right top, left top, center top -360px;
  background-repeat: no-repeat, no-repeat;
  padding-top: 130px;
}

#header {
  background-image: url(static/img/right-header-decorative.jpg), url(static/img/left-header-decorative.jpg);
  background-size: auto auto, auto auto;
  background-position: right top, left top;
  background-repeat: no-repeat, no-repeat;
  min-height: 700px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199.98px) {
  #header {
    margin-top: 90px;
    height: calc(100% - 90px);
    min-height: 600px;
    padding-top: 15px;
  }
}

@media (max-width: 767.98px) {
  #header {
    min-height: auto;
    height: auto;
    padding-bottom: 100px;
  }
}

.slideshow {
  position: relative;
  height: 100%;
}

.slideshow::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  background-color: #F3E89F;
  width: 100vw;
  left: 0;
  right: 0;
}

.slideshow__title {
  color: #EEEFF3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10rem;
  opacity: .4;
  font-weight: 100;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .slideshow__title {
    display: none;
  }
}

.slideshow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1;
  position: relative;
}

.slideshow__box {
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.04), 0 0 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 200px rgba(0, 0, 0, 0.04), 0 0 40px -10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 10;
  width: 550px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.slideshow__box__image {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 40px;
  bottom: 100px;
  text-align: center;
  background-color: #fff;
}

.slideshow__box__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow__box__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.slideshow__box__meta {
  position: absolute;
  right: 0;
  padding-right: 20px;
  border-right: 5px solid #F3E89F;
  bottom: 20px;
}

.slideshow__box__title {
  color: #188C86;
  font-family: "MjHili";
  font-size: 2.4rem;
  font-weight: lighter;
  height: 55px;
}

.slideshow__box__desc {
  color: #999;
  font-size: .8rem;
  height: 18px;
  margin-bottom: 10px;
}

.slideshow__box__dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 20px;
}

.slideshow__box__dots li {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #EEEFF3;
  cursor: pointer;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.slideshow__box__dots li:hover {
  background-color: #ccc;
}

.slideshow__box__dots li.active {
  background-color: #125C5B;
  cursor: auto;
}

.slideshow__box-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 590px;
  height: 440px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slideshow__box-bg__dot {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #125C5B;
}

.slideshow__box-bg__dot--right {
  right: 0;
  top: 0;
}

.slideshow__box-bg__dot--right::after {
  position: absolute;
  content: '';
  right: -20px;
  left: 0;
  top: 5;
  bottom: 0;
  background-image: url(static/img/motif-1.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.slideshow__box-bg__dot--left {
  left: 0;
  bottom: 0;
}

.slideshow__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.slideshow__arrows__item {
  background-color: #123D37;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  z-index: 100;
}

.slideshow__arrows__item:hover {
  opacity: 1;
}

.header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0;
  z-index: 10;
}

.header-bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-bottom__social li a {
  font-size: 1.3rem;
  margin: 0 10px;
}

.header-bottom__social li a:hover {
  color: #188C86;
}

.section-about {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-about .about {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  height: 300px;
}

.section-about .about::before {
  position: absolute;
  content: '';
  left: -100px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(static/img/about-background-polygon@2x.png) no-repeat left center;
  background-size: auto 100%;
}

@media (max-width: 1199.98px) {
  .section-about .about {
    height: 280px;
    background: url(static/img/lighter-grey-pattern.jpg) repeat;
    border-radius: 30px;
  }
  .section-about .about::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .section-about .about {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}

.section-about .about__image {
  width: 560px;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-mask-image: url(static/img/gallery-colored-shape-2.svg);
          mask-image: url(static/img/gallery-colored-shape-2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-image: url(static/img/store-image.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 150% auto;
}

@media (max-width: 991.98px) {
  .section-about .about__image {
    -webkit-mask: none;
            mask: none;
    height: 200px;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section-about .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  position: relative;
}

@media (max-width: 991.98px) {
  .section-about .about__content {
    padding: 50px 0px;
  }
}

@media (max-width: 767.98px) {
  .section-about .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 50px;
  }
}

.section-about .about__content__text {
  padding: 15px;
  font-size: .8rem;
  line-height: 2.5em;
  font-weight: 300;
  position: relative;
  height: 190px;
}

@media (max-width: 991.98px) {
  .section-about .about__content__text {
    height: auto;
  }
}

.section-about .about__content__text::before, .section-about .about__content__text::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 60px;
  background-image: url(static/img/pure-decorative-bottom-right-corner@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section-about .about__content__text::before {
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-about .about__content__text::after {
  right: 100%;
  bottom: 100%;
  -webkit-transform: translate(50%, 50%) rotate(180deg);
          transform: translate(50%, 50%) rotate(180deg);
}

.section-about .about-leafs {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-about .about-leafs__item {
  position: absolute;
}

.section-about .about-leafs__item--1 {
  right: 0;
  -webkit-transform: translate(70%, -50%) scale(1.3);
          transform: translate(70%, -50%) scale(1.3);
}

.section-about .about-leafs__item--2 {
  left: 0;
  -webkit-transform: translate(-70%, -50%) scale(1.3) rotate(180deg);
          transform: translate(-70%, -50%) scale(1.3) rotate(180deg);
}

.section-about .about-leafs__item--3 {
  z-index: 12;
  right: 200px;
  top: -50px;
}

@media (max-width: 767.98px) {
  .section-about .about-leafs {
    display: none;
  }
}

.section-featured {
  margin: 70px 0;
}

.section-featured .featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-featured .featured__image {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(static/img/abstract-bg-right-1.jpg) no-repeat right top;
  background-size: auto 100%;
}

.section-featured .featured__image img {
  max-width: 160px;
  height: auto;
  margin-left: 100px;
}

@media (max-width: 991.98px) {
  .section-featured .featured__image {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-featured .featured__image img {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-featured .featured__content {
  width: 60%;
  color: #fff;
  background: url(static/img/lighter-green-pattern.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 45px;
  position: relative;
}

@media (max-width: 991.98px) {
  .section-featured .featured__content {
    width: 100%;
  }
}

.section-featured .featured__content::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(23px, -23px);
          transform: translate(23px, -23px);
  background: url(static/img/corner-bg-yellow-1@2x.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .section-featured .featured__content::after {
    display: none;
  }
}

.section-featured .featured__content__inner {
  max-width: 600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-featured .featured__title {
  font-family: "MjHili";
}

.section-featured .featured__text {
  font-size: .9rem;
  font-weight: 300;
  line-height: 30px;
}

.section-featured .featured__link {
  margin-top: 30px;
}

.section-featured .featured__link a {
  color: #F3E89F;
}

.section-featured .featured--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section-featured .featured--reversed .featured__image {
  background: url(static/img/abstract-bg-left-1.jpg) no-repeat left top;
}

.section-featured .featured--reversed .featured__image img {
  margin-right: 100px;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .section-featured .featured--reversed .featured__image img {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-featured .featured--reversed .featured__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-featured .featured--reversed .featured__content::after {
  background: url(static/img/corner-bg-yellow-2@2x.png) no-repeat;
  background-size: 100% 100%;
  right: auto;
  left: 0;
  -webkit-transform: translate(-23px, -23px);
          transform: translate(-23px, -23px);
}

@media (max-width: 991.98px) {
  .section-featured .featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-title {
  font-family: "MjHili";
  color: #188C86;
  text-align: center;
}

.section-categories {
  background: url(static/img/mandala-1@2x.jpg) no-repeat center center;
  background-size: auto 100%;
  padding: 50px 0;
}

.section-categories .categories {
  margin-top: 45px;
}

.section-categories .categories__list__item {
  width: calc(33.333333% - 10px);
  padding: 70px 0;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.05));
  -webkit-transition: -webkit-filter .25s;
  transition: -webkit-filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s;
}

@media (max-width: 991.98px) {
  .section-categories .categories__list__item {
    width: calc(50% - 5px);
  }
}

@media (max-width: 575.98px) {
  .section-categories .categories__list__item {
    width: calc(100% - 10px);
  }
}

.section-categories .categories__list__item__back {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 75px;
  top: 75px;
  -webkit-transition: top .25s, bottom .25s;
  transition: top .25s, bottom .25s;
  background-image: url(static/img/polygon-blue-up-1.png), url(static/img/polygon-blue-down-1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}

.section-categories .categories__list__item:hover {
  z-index: 10;
  -webkit-filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.15));
}

.section-categories .categories__list__item:hover .categories__list__item__back {
  bottom: 50px;
  top: 50px;
}

.section-categories .categories__item {
  background-color: #fff;
  -webkit-mask: url(static/img/polygon-1.svg);
          mask: url(static/img/polygon-1.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  padding: 25px;
  position: relative;
}

.section-categories .categories__item::before, .section-categories .categories__item::after {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section-categories .categories__item::before {
  background-position: center top;
  background-image: url(static/img/arrow-wide-up.svg);
  top: 10px;
}

.section-categories .categories__item::after {
  background-position: center bottom;
  background-image: url(static/img/arrow-wide-down.svg);
  bottom: 10px;
}

.section-categories .categories__item__image img {
  max-width: 100%;
}

.section-categories .categories__item__name {
  text-align: center;
  font-family: "MjHili";
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.section-bestsell {
  background-image: url(static/img/white-gradiant-path-up-1@2x.jpg), url(static/img/white-gradiant-path-down-1@2x.jpg);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bestsell {
  text-align: center;
}

.bestsell__item {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  position: relative;
  overflow: hidden;
}

.bestsell__item__image {
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.bestsell__item__image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.bestsell__item__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .25s, background .25s, -webkit-transform .15s;
  transition: opacity .25s, background .25s, -webkit-transform .15s;
  transition: opacity .25s, transform .15s, background .25s;
  transition: opacity .25s, transform .15s, background .25s, -webkit-transform .15s;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
}

@media (max-width: 575.98px) {
  .bestsell__item__overlay {
    opacity: 1;
  }
}

.bestsell__item__title {
  font-size: 1.1rem;
}

@media (max-width: 575.98px) {
  .bestsell__item__title {
    font-size: 1rem;
  }
  .bestsell__item__title span {
    padding: 0;
  }
  .bestsell__item__title span::before, .bestsell__item__title span::after {
    display: none;
  }
}

.bestsell__item__desc {
  color: #666;
  font-size: .7rem;
  padding: 0 10px;
}

.bestsell__item__link {
  color: #fff;
  background-color: #00E1D5;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .8rem;
  padding: 5px 25px;
  margin-top: 10px;
  border-radius: 15px 15px 0px 0px;
}

.bestsell__item:hover {
  z-index: 10;
  -webkit-box-shadow: 0 25px 65px rgba(0, 0, 0, 0.05);
          box-shadow: 0 25px 65px rgba(0, 0, 0, 0.05);
}

.bestsell__item:hover .bestsell__item__overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 575.98px) {
  .bestsell__item:hover .bestsell__item__overlay {
    background: #fff;
  }
}

.bestsell--slider .bestsell__item {
  width: 25%;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .bestsell--slider .bestsell__item {
    width: 33.333333%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .bestsell--slider .bestsell__item {
    width: 50%;
  }
}

.section-certs {
  margin: 50px 0;
  position: relative;
}

.section-certs::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 200px;
  background-color: #eee;
}

@media (max-width: 767.98px) {
  .section-certs::before {
    height: 100px;
  }
}

.certs {
  text-align: center;
}

.certs__item {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.1));
}

@media (max-width: 767.98px) {
  .certs__item {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.certs__item__image {
  display: block;
  position: relative;
}

.certs__item__image::before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: 10px;
  right: 10px;
  height: 100px;
  background-image: url(static/img/polygon-blue-prizes-bg@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.certs__item__image__inner {
  width: 240px;
  padding: 50px;
  margin: auto;
  background-color: #fff;
  -webkit-mask: url(static/img/polygon-prizes-bg.svg);
          mask: url(static/img/polygon-prizes-bg.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.certs__item__image__inner img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .certs__item__image__inner {
    width: 180px;
    padding: 35px;
  }
}

@media (max-width: 575.98px) {
  .certs__item__image__inner {
    width: 220px;
    padding: 50px;
  }
}

.certs__item__title {
  margin-top: 35px;
  font-family: "MjHili";
  color: #125C5B;
  font-size: 1.2rem;
}

.certs--slider .certs__item {
  width: calc(33.33333333% - 60px);
  margin: 45px 30px;
}

@media (max-width: 1199.98px) {
  .certs--slider .certs__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.3333333% - 13.33333333px);
  }
}

@media (max-width: 991.98px) {
  .certs--slider .certs__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 575.98px) {
  .certs--slider .certs__item {
    width: calc(100% - 20px);
  }
}

.section-gallery {
  margin-top: 100px;
}

.section-gallery__more {
  margin-top: -20px;
}

@media (max-width: 767.98px) {
  .section-gallery__more {
    margin-top: 30px;
  }
}

.gallery {
  margin-top: 35px;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  -webkit-column-count: 4;
          column-count: 4;
  position: relative;
}

@media (max-width: 1199.98px) {
  .gallery {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 991.98px) {
  .gallery {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 575.98px) {
  .gallery {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.gallery::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(transparent));
  background: linear-gradient(to top, #fff, #fff 25%, transparent);
}

@media (max-width: 767.98px) {
  .gallery::after {
    display: none;
  }
}

.gallery__decor {
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: 0px;
  top: -50px;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .gallery__decor {
    display: none;
  }
}

.gallery__decor__item {
  position: absolute;
  background-image: url(static/img/corner-art@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.gallery__decor__item--top-left {
  background-position: left top;
  left: 0;
  top: 0;
}

.gallery__decor__item--top-right {
  background-position: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
  top: 0;
}

.gallery__decor__item--bottom-right {
  background-position: right bottom;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  bottom: 0;
}

.gallery__decor__item--bottom-left {
  background-position: left bottom;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
  bottom: 0;
}

.gallery__item {
  display: inline-block;
  margin: .5rem 0;
  width: 100%;
  overflow: hidden;
}

.gallery__item__image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  position: relative;
}

.gallery__item__image::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #188C86;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.gallery__item__image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .gallery__item__image img {
    width: 100%;
  }
}

.gallery__item:hover .gallery__item__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery__item:hover .gallery__item__image::after {
  opacity: .8;
}

.section-instagram {
  margin: 150px 0 50px;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-instagram {
    overflow: hidden;
  }
}

.section-instagram__decor {
  position: absolute;
}

.section-instagram__decor img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section-instagram__decor {
    display: none;
  }
}

.section-instagram__decor--right {
  right: 0;
  top: -50px;
  width: 200px;
}

@media (max-width: 1199.98px) {
  .section-instagram__decor--right {
    width: 100px;
  }
}

.section-instagram__decor--left {
  left: 0;
  top: 100%;
  width: 140px;
}

.instagram {
  width: 100%;
  max-width: 800px;
  margin: auto auto 20px;
  color: #00E1D5;
  border-bottom: 2px solid;
  position: relative;
}

.instagram::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 100%;
  width: 60px;
  height: 150px;
  background: url(static/img/motif-blue-vertical-1.png) no-repeat left bottom;
  background-size: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.instagram::after {
  position: absolute;
  content: '';
  right: calc(100% + 5px);
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: url(static/img/three-leaves-shape-yellow@2x.jpg) no-repeat right center;
  width: 50px;
  height: 30px;
  background-size: auto 100%;
}

.instagram__title {
  font-family: "MjHili";
  font-size: 1.7rem;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .instagram__title {
    font-size: 1.5rem;
  }
}

.instagram a {
  color: #188C86;
}

.instagram__id {
  padding-top: 15px;
}

.instagram__id span {
  display: inline-block;
  background-color: #188C86;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.section-contact {
  margin-top: 150px;
}

@media (max-width: 1199.98px) {
  .section-contact {
    margin-top: 200px;
  }
}

@media (max-width: 991.98px) {
  .section-contact {
    margin-top: 100px;
  }
}

.contact {
  padding-bottom: 100px;
  background: url(static/img/lighter-grey-pattern.jpg);
}

@media (max-width: 991.98px) {
  .contact {
    padding-top: 40px;
  }
}

.contact__title {
  font-family: "MjHili";
  font-size: 1.3rem;
  margin-top: 10px;
  font-weight: 500;
}

.contact__map {
  margin-top: -70px;
  background-color: #eee;
  -webkit-box-shadow: 0 -10px 65px rgba(0, 0, 0, 0.04);
          box-shadow: 0 -10px 65px rgba(0, 0, 0, 0.04);
  position: relative;
}

.contact__map iframe {
  border: none;
  outline: none;
}

@media (max-width: 991.98px) {
  .contact__map {
    margin-top: 10px;
  }
}

.contact__map::before, .contact__map::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 40px;
  border: 1px solid #F3E89F;
}

@media (max-width: 767.98px) {
  .contact__map::before, .contact__map::after {
    display: none;
  }
}

.contact__map::before {
  left: -20px;
  top: -20px;
  border-right: none;
  border-bottom: none;
}

.contact__map::after {
  right: -20px;
  bottom: -20px;
  border-left: none;
  border-top: none;
}

.footer {
  background-color: #188C86;
  background-image: url(static/img/lighter-green-pattern.jpg);
  padding-top: 50px;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
}

@media (max-width: 575.98px) {
  .footer {
    text-align: center;
  }
}

.footer::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 36px);
          transform: translate(-50%, 36px);
  width: 300px;
  height: 100px;
  background: url(static/img/footer-top-decorative@2x.png) no-repeat center center;
  background-size: 100% auto;
}

.footer__logo img {
  max-width: 100%;
}

.footer__title {
  font-family: "MjHili";
  font-size: 1.2rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .footer__title {
    margin-top: 20px;
  }
}

.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav li a {
  font-size: .9rem;
  color: #fff;
  font-weight: 300;
}

.footer__copyright {
  margin-top: 15px;
  font-family: 'Times New Roman', Times, serif;
}

.footer__copyright a {
  color: #F3E89F;
  font-weight: bold;
}

.newest {
  position: relative;
}

.newest__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(static/img/lighter-green-pattern.jpg);
}

.newest__item {
  width: calc(33.333333% - 53.333333333333px);
  margin: 55px 40px;
  -webkit-box-shadow: 0 20px 55px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 55px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .newest__item {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(33.333333% - 20px);
  }
}

@media (max-width: 767.98px) {
  .newest__item {
    width: calc(50% - 20px);
  }
}

.section-videos {
  margin-top: 150px;
  background: url(static/img/mandala-1@2x.jpg) no-repeat center center;
  position: relative;
  overflow: hidden;
}

.section-videos__decor {
  position: absolute;
  right: 0;
  bottom: 100px;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

.section-videos__decor img {
  max-width: 100%;
}

.videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(60% - 1.25em) calc(40% - 1.25em);
      grid-template-columns: calc(60% - 1.25em) calc(40% - 1.25em);
  gap: 2.5em;
  position: relative;
}

@media (max-width: 1199.98px) {
  .videos {
    -ms-grid-columns: calc(60% - .75em) calc(40% - .75em);
        grid-template-columns: calc(60% - .75em) calc(40% - .75em);
    gap: 1.5em;
  }
}

@media (max-width: 991.98px) {
  .videos {
    -ms-grid-columns: calc(50% - .75em) calc(50% - .75em);
        grid-template-columns: calc(50% - .75em) calc(50% - .75em);
  }
}

@media (max-width: 991.98px) {
  .videos {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 0;
  }
}

.videos__item {
  position: relative;
}

@media (max-width: 991.98px) {
  .videos__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.videos__item__image {
  height: 100%;
  overflow: hidden;
}

.videos__item__image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.videos__item__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 225, 213, 0.5)), to(transparent));
  background: linear-gradient(to top, rgba(0, 225, 213, 0.5), transparent);
  margin: 0;
  color: #fff;
}

@media (max-width: 991.98px) {
  .videos__item__title {
    padding: 15px;
  }
}

.videos__item:hover .videos__item__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.videos__decor {
  position: absolute;
}

.videos__decor--1 {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  width: 70px;
  height: 70px;
  background-color: #00E1D5;
}

.videos__decor--2 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: radial-gradient(#F3E89F, transparent 80%);
}

.videos__decor--3 {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 80px;
  height: 80px;
  background: radial-gradient(#00E1D5, transparent 70%);
}

.videos__decor--4 {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-40%, 40%);
          transform: translate(-40%, 40%);
  width: 70px;
  height: 70px;
  background-color: #F3E89F;
}

.showcase {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.showcase__bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(static/img/abstract-bg-right-1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.showcase__bold {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 25px 70px rgba(0, 0, 0, 0.1);
          box-shadow: 0 25px 70px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  background: #fff;
}

@media (max-width: 767.98px) {
  .showcase__bold {
    margin-bottom: 0;
  }
}

.showcase__bold__image {
  position: relative;
  padding: 50px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.showcase__bold__image img {
  width: 270px;
  height: 270px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}

@media (max-width: 767.98px) {
  .showcase__bold__image {
    padding: 10px;
  }
}

.showcase__bold__name {
  background: url(static/img/category-title-bg-full@2x.png) no-repeat center center;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 6;
  margin: 0;
  font-size: 1.3rem;
  font-family: "MjHili";
  padding: 5px 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .showcase__bold__name {
    position: relative;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    left: auto;
  }
}

.showcase__bold__decor {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #125C5B;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
}

.showcase__bold__decor::after {
  position: absolute;
  content: '';
  left: 5px;
  top: 0;
  width: 95px;
  bottom: 0;
  background: url(static/img/motif-1@2x.png) no-repeat left top;
  background-size: 100% auto;
}

@media (max-width: 767.98px) {
  .showcase__bold__decor {
    display: none;
  }
}

.showcase__list {
  background-color: #eee;
  padding: 25px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 767.98px) {
  .showcase__list {
    margin-top: 0;
  }
}

.showcase__list::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-23px, -23px);
          transform: translate(-23px, -23px);
  background: url(static/img/corner-bg-yellow-2@2x.png) no-repeat;
  z-index: 6;
  background-size: 100% 100%;
}

@media (max-width: 767.98px) {
  .showcase__list::before {
    display: none;
  }
}

.showcase__list::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0.5)), color-stop(30%, transparent), to(rgba(238, 238, 238, 0.5)));
  background: linear-gradient(to right, rgba(238, 238, 238, 0.5), transparent 30% 70%, rgba(238, 238, 238, 0.5));
  pointer-events: none;
}

.showcase__list__item {
  width: calc(33.33333333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1199.98px) {
  .showcase__list__item {
    width: calc(50%);
  }
}

@media (max-width: 1199.98px) {
  .showcase__list__item {
    width: calc(100% - 20px);
  }
}

.showcase__list__item .bestsell__item__image {
  text-align: center;
}

.showcase__list__item .bestsell__item__image img {
  width: 200px;
  height: 200px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.showcase__list .flickity-button {
  background-color: #125C5B;
  z-index: 5;
  color: #F3E89F;
  border-radius: 0;
  font-size: .5rem;
}

.showcase__more {
  position: absolute;
  left: 1em;
  top: 100%;
  background: url(static/img/more-products-btn-bg@2x.png) no-repeat center center;
  background-size: 100% 100%;
  color: #F3E89F;
  z-index: 8;
  padding: 8px 30px 8px 20px;
}

.showcase__more:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .showcase__more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.showcase--reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.showcase--reverse .showcase__bg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.showcase--reverse .showcase__bold__decor {
  right: auto;
  left: 0;
  -webkit-transform: translate(-40%, -40%) scaleX(-1);
          transform: translate(-40%, -40%) scaleX(-1);
}

.showcase--reverse .showcase__list::before {
  left: auto;
  right: 0;
  -webkit-transform: translate(23px, -23px) scaleX(-1);
          transform: translate(23px, -23px) scaleX(-1);
}

.pcat__image {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 70px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.pcat__image img {
  max-width: 100%;
  width: 300px;
  height: 300px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 767.98px) {
  .pcat__image img {
    width: auto;
    height: auto;
  }
}

.pcat__content {
  background-color: whitesmoke;
  padding: 25px 40px 25px 25px;
  font-size: .8rem;
  font-weight: 300;
  background-image: url(static/img/category-desc-shape.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 170px;
  max-height: 380px;
  overflow: auto;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.pcat__content::-webkit-scrollbar {
  width: 5px;
}

.pcat__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.pcat__content::-webkit-scrollbar-thumb {
  background: #888;
}

.pcat__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 767.98px) {
  .pcat__content {
    max-height: none;
  }
}

.pcat__content-decor {
  position: absolute;
  content: '';
  width: 80px;
  height: 40px;
  background-color: #F3E89F;
  left: -10px;
  top: -10px;
}

@media (max-width: 575.98px) {
  .pcat__content-decor {
    display: none;
  }
}

.product__images {
  background-image: url(static/img/abstract-bg-right-1.jpg), url(static/img/abstract-bg-left-1.jpg);
  background-repeat: no-repeat;
  background-position: right center, left center;
  background-size: auto 100%;
}

.product__images__item {
  background-color: #fff;
  padding: 30px;
  width: 360px;
  height: 360px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity .25s, width .25s, height .25s, -webkit-transform .25s;
  transition: opacity .25s, width .25s, height .25s, -webkit-transform .25s;
  transition: transform .25s, opacity .25s, width .25s, height .25s;
  transition: transform .25s, opacity .25s, width .25s, height .25s, -webkit-transform .25s;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.product__images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.product__images__item:not(.is-selected) {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: .3;
}

.product__content__right .product__content__title {
  margin-right: 60px;
}

.product__content__left {
  position: relative;
}

.product__content__left::before {
  position: absolute;
  content: '';
  left: calc(100% + 10px);
  opacity: .8;
  top: 0px;
  bottom: 30px;
  width: 10px;
  background-color: #F3E89F;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767.98px) {
  .product__content__left {
    margin-top: 40px;
  }
  .product__content__left::before {
    display: none;
  }
}

.product__content__title {
  font-family: "MjHili";
  color: #00E1D5;
  margin-right: 15px;
  font-size: 1.2rem;
}

.product__content__text {
  background: url(static/img/desc-bg.jpg);
  color: #fff;
  font-size: .9rem;
  font-weight: 300;
  padding: 35px 20px;
  border-radius: 35px;
  line-height: 25px;
  position: relative;
  min-height: 360px;
}

.product__content__text a {
  color: #F3E89F !important;
}

.product__content__text::before, .product__content__text::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.product__content__text::before {
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(static/img/double-quotation-top.svg);
}

.product__content__text::after {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-image: url(static/img/double-quotation-bottom.svg);
}

@media (max-width: 767.98px) {
  .product__content__text {
    min-height: 0;
  }
}

.product__content__features {
  margin: 0 5px 0 0;
  padding: 0;
  list-style-type: none;
}

.product__content__features li {
  margin: 10px 0;
  font-weight: 400;
  color: #125C5B;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.product__content__features li::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #F3E89F;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: background .25s;
  transition: background .25s;
}

.product__content__features li:hover {
  color: #123D37;
}

.product__content__features li:hover::before {
  background-color: #188C86;
}

.product__buy {
  color: #fff;
  overflow: hidden;
}

.product__buy__container {
  background: url(static/img/buy@2x.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 25px 0;
  position: relative;
}

.product__buy__container::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: -4px;
  bottom: -4px;
  left: 0;
  right: 0;
  background: url(static/img/buy-bg.png) no-repeat center center;
  background-size: 90% 100%;
}

.product__buy__container::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100vw;
  top: 50%;
  background-color: #125C5B;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .product__buy__container {
    padding: 10px 0;
    font-size: .8rem;
  }
}

.aboutus {
  width: 100%;
  max-width: 800px;
  margin: 120px auto 100px;
  background: url(static/img/store-image@2x.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 45px 0 45px 0;
  position: relative;
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .aboutus {
    border-radius: 0;
    padding-top: 30px;
  }
}

.aboutus__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 45px 0 45px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00E1D5), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, #00E1D5, rgba(0, 0, 0, 0.6));
}

.aboutus__overlay__decor {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #F3E89F;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.aboutus__overlay__decor--tr {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.aboutus__overlay__decor--tr img {
  -webkit-transform: scaleX(-1) rotate(-20deg) translate(0, -64%);
          transform: scaleX(-1) rotate(-20deg) translate(0, -64%);
}

.aboutus__overlay__decor--bl {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.aboutus__overlay__decor--bl img {
  -webkit-transform: rotate(-20deg) translate(0, -64%);
          transform: rotate(-20deg) translate(0, -64%);
}

@media (max-width: 575.98px) {
  .aboutus__overlay__decor {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .aboutus__overlay {
    border-radius: 0;
  }
}

.aboutus__logo {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  z-index: 10;
}

.aboutus__logo img {
  max-width: 100%;
  position: relative;
  width: 200px;
}

.aboutus__logo::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 330px;
  height: 260px;
  background: url(static/img/top-about-shape@2x.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media (max-width: 575.98px) {
  .aboutus__logo {
    -webkit-transform: translate(-50%, -70%) scale(0.8);
            transform: translate(-50%, -70%) scale(0.8);
  }
}

.aboutus__content {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px;
}

.aboutus__content__text {
  margin-top: 50px;
  text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  font-size: .9rem;
  width: 100%;
  max-width: 500px;
}

.aboutus__content__sign {
  margin-top: 20px;
}

.aboutus__content__name {
  font-family: "MjHili";
}

.contactus {
  font-size: .9rem;
  line-height: 25px;
  font-weight: 300;
}

.contactus__title {
  font-family: "MjHili";
  font-weight: 500;
  color: #188C86;
  font-size: 1.2rem;
  margin-bottom: 15px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.contactus__title::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(static/img/motif-3-right.svg) no-repeat center center;
  width: 10px;
  height: 10px;
}

.contactus__info {
  position: relative;
}

.contactus__info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: .9rem;
}

.contactus__info ul [class^="fa"] {
  color: #188C86;
}

.contactus__info::before {
  position: absolute;
  content: '';
  left: calc(100% + 17px);
  top: -10px;
  bottom: -10px;
  width: 8px;
  background: #F3E89F;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767.98px) {
  .contactus__info::before {
    display: none;
  }
}

.contactus__info__title {
  font-family: "MjHili";
  color: #188C86;
  font-size: 1.1rem;
  font-weight: 500;
}

.input-form {
  background-color: #123D37;
  background: url(static/img/desc-bg.jpg) repeat;
  padding: 15px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  direction: rtl;
}

.input-form p:not(:last-child) {
  margin-bottom: 10px;
}

.input-form p:last-child {
  margin: 0;
}

.input-form > div {
  border: 1px solid;
}

.input-form input:not([type="submit"]), .input-form textarea {
  border: 1px solid #F3E89F;
  background-color: #188C86;
  padding: 10px 15px;
  font-size: .8rem;
  display: block;
  width: 100%;
  color: #fff;
  direction: rtl;
}

.input-form input:not([type="submit"]):focus, .input-form textarea:focus {
  outline: none;
  background-color: #125C5B;
}

.input-form input:not([type="submit"])::-webkit-input-placeholder, .input-form textarea::-webkit-input-placeholder {
  color: #F3E89F;
}

.input-form input:not([type="submit"]):-ms-input-placeholder, .input-form textarea:-ms-input-placeholder {
  color: #F3E89F;
}

.input-form input:not([type="submit"])::-ms-input-placeholder, .input-form textarea::-ms-input-placeholder {
  color: #F3E89F;
}

.input-form input:not([type="submit"])::placeholder, .input-form textarea::placeholder {
  color: #F3E89F;
}

.input-form [type="submit"] {
  width: 100%;
  display: block;
  background-color: #F3E89F;
  border: none;
  padding: 10px 15px;
  -webkit-transition: -webkit-transform .1s, -webkit-box-shadow .25s;
  transition: -webkit-transform .1s, -webkit-box-shadow .25s;
  transition: transform .1s, box-shadow .25s;
  transition: transform .1s, box-shadow .25s, -webkit-transform .1s, -webkit-box-shadow .25s;
}

.input-form [type="submit"]:hover, .input-form [type="submit"]:focus {
  outline: none;
  -webkit-box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
          box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
}

.input-form [type="submit"]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.input-form .radius-tl {
  border-top-left-radius: 15px;
}

.input-form .radius-br {
  border-bottom-right-radius: 15px;
}

.input-form .wpcf7-response-output {
  background-color: rgba(243, 232, 159, 0.8) !important;
  margin: 0 !important;
  font-size: .8rem;
}

.gallist__slider__item {
  width: 25%;
  padding: 50px 0;
}

.gallist__slider__item img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.gallist__slider__item:nth-child(2n) img {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.gallist__slider__item:nth-child(2n + 1) img {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

@media (max-width: 1199.98px) {
  .gallist__slider__item {
    width: 33.33333%;
  }
  .gallist__slider__item img {
    height: 450px;
  }
}

@media (max-width: 991.98px) {
  .gallist__slider__item {
    width: calc(50% - 10px);
    margin: 0 10px;
    padding: 0;
  }
  .gallist__slider__item img {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media (max-width: 575.98px) {
  .gallist__slider__item {
    width: 100%;
  }
  .gallist__slider__item img {
    height: 300px;
  }
}

.gallist__items {
  display: -ms-grid;
  display: grid;
  gap: 1em;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
}

@media (max-width: 991.98px) {
  .gallist__items {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}

@media (max-width: 575.98px) {
  .gallist__items {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.gallist__items__item {
  height: 300px;
  overflow: hidden;
}

.gallist__items__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

@media (max-width: 575.98px) {
  .gallist__items__item img {
    height: auto;
  }
}

.gallist__items__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1199.98px) {
  .gallist__items__item {
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item {
    height: auto;
  }
}

.gallist__items__item:nth-child(1) {
  height: calc(600px + 1em);
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(1) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(1) {
    height: auto;
  }
}

.gallist__items__item:nth-child(11) {
  height: calc(600px + 1em);
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5/7;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(11) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(11) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(11) {
    height: auto;
  }
}

.gallist__items__item:nth-child(21) {
  height: calc(600px + 1em);
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  grid-row: 9/11;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(21) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(21) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(21) {
    height: auto;
  }
}

.gallist__items__item:nth-child(31) {
  height: calc(600px + 1em);
  -ms-grid-row: 13;
  -ms-grid-row-span: 2;
  grid-row: 13/15;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(31) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(31) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(31) {
    height: auto;
  }
}

.gallist__items__item:nth-child(41) {
  height: calc(600px + 1em);
  -ms-grid-row: 17;
  -ms-grid-row-span: 2;
  grid-row: 17/19;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(41) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(41) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(41) {
    height: auto;
  }
}

.gallist__items__item:nth-child(51) {
  height: calc(600px + 1em);
  -ms-grid-row: 21;
  -ms-grid-row-span: 2;
  grid-row: 21/23;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(51) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(51) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(51) {
    height: auto;
  }
}

.gallist__items__item:nth-child(61) {
  height: calc(600px + 1em);
  -ms-grid-row: 25;
  -ms-grid-row-span: 2;
  grid-row: 25/27;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(61) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(61) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(61) {
    height: auto;
  }
}

.gallist__items__item:nth-child(71) {
  height: calc(600px + 1em);
  -ms-grid-row: 29;
  -ms-grid-row-span: 2;
  grid-row: 29/31;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(71) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(71) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(71) {
    height: auto;
  }
}

.gallist__items__item:nth-child(81) {
  height: calc(600px + 1em);
  -ms-grid-row: 33;
  -ms-grid-row-span: 2;
  grid-row: 33/35;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(81) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(81) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(81) {
    height: auto;
  }
}

.gallist__items__item:nth-child(91) {
  height: calc(600px + 1em);
  -ms-grid-row: 37;
  -ms-grid-row-span: 2;
  grid-row: 37/39;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(91) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(91) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(91) {
    height: auto;
  }
}

.gallist__items__item:nth-child(101) {
  height: calc(600px + 1em);
  -ms-grid-row: 41;
  -ms-grid-row-span: 2;
  grid-row: 41/43;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(101) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(101) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(101) {
    height: auto;
  }
}

.gallist__items__item:nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(10) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(10) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(10) {
    height: auto;
  }
}

.gallist__items__item:nth-child(20) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/9;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(20) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(20) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(20) {
    height: auto;
  }
}

.gallist__items__item:nth-child(30) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 11;
  -ms-grid-row-span: 2;
  grid-row: 11/13;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(30) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(30) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(30) {
    height: auto;
  }
}

.gallist__items__item:nth-child(40) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 15;
  -ms-grid-row-span: 2;
  grid-row: 15/17;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(40) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(40) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(40) {
    height: auto;
  }
}

.gallist__items__item:nth-child(50) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 19;
  -ms-grid-row-span: 2;
  grid-row: 19/21;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(50) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(50) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(50) {
    height: auto;
  }
}

.gallist__items__item:nth-child(60) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 23;
  -ms-grid-row-span: 2;
  grid-row: 23/25;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(60) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(60) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(60) {
    height: auto;
  }
}

.gallist__items__item:nth-child(70) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 27;
  -ms-grid-row-span: 2;
  grid-row: 27/29;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(70) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(70) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(70) {
    height: auto;
  }
}

.gallist__items__item:nth-child(80) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 31;
  -ms-grid-row-span: 2;
  grid-row: 31/33;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(80) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(80) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(80) {
    height: auto;
  }
}

.gallist__items__item:nth-child(90) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 35;
  -ms-grid-row-span: 2;
  grid-row: 35/37;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(90) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(90) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(90) {
    height: auto;
  }
}

.gallist__items__item:nth-child(100) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: calc(600px + 1em);
  -ms-grid-row: 39;
  -ms-grid-row-span: 2;
  grid-row: 39/41;
}

@media (max-width: 1199.98px) {
  .gallist__items__item:nth-child(100) {
    height: calc(300px + 1em);
  }
}

@media (max-width: 991.98px) {
  .gallist__items__item:nth-child(100) {
    grid-column: auto;
    grid-row: auto;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .gallist__items__item:nth-child(100) {
    height: auto;
  }
}

.gallist__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  height: 90vh;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallist__modal.active {
  opacity: 1;
  pointer-events: all;
}

.gallist__modal .hidden {
  display: none;
}

.gallist__modal__image {
  max-width: 100%;
  max-height: 95%;
  background-color: #999;
}

.gallist__modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: background .5s;
  transition: background .5s;
  z-index: 1003;
}

.gallist__modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.gallist__modal__title {
  text-align: center;
  margin: 0;
  line-height: 28px;
}

.gallist__modal__title__link {
  font-size: .6rem;
  margin-right: 10px;
  font-weight: 400;
  color: #eee;
  display: block;
  border: 1px dashed #fff;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 20px;
}

.gallist__modal__title__link:hover {
  background-color: #fff;
  color: #125C5B;
}

.gallist__modal__title span {
  font-size: 1rem;
  color: #fff;
  border-top: 4px solid #00E1D5;
}

.gallist__modal__iframe {
  width: 100%;
  height: 100%;
  background-color: #999;
}

.gallist__modal__video {
  width: 100%;
  height: 100%;
  background-color: #999;
}

.gallist__modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.gallist__modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.text-input {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 25px;
  font-size: 1rem;
  border: 1px solid #ccc;
  margin: 0;
}

.text-input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-submit {
  display: block;
  width: 100%;
  border-radius: 15px;
  font-size: 1rem;
  padding: 11px 15px;
  background-color: #125C5B;
  color: #fff;
  border: none;
  margin: 0;
}

.btn-submit:focus {
  outline: none;
}

.btn-submit:hover, .btn-submit:focus {
  background-color: #188C86;
}

.searchp__container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.searchp__result__image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.searchp__result__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: .9rem;
}

.searchp__result__list li {
  margin: 6px 0;
  font-weight: 300;
}

.searchp__result__list li b {
  font-weight: 800;
}

.searchp .btn-submit {
  border-radius: 15px 0 0 15px;
}

@media (max-width: 575.98px) {
  .searchp .btn-submit {
    border-radius: 0 0 15px 15px;
  }
}

.searchp .text-input {
  border-radius: 0 15px 15px 0;
}

@media (max-width: 575.98px) {
  .searchp .text-input {
    border-radius: 15px 15px 0 0;
  }
}

.alert {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  color: #666;
}

.alert-danger {
  background-color: rgba(255, 0, 0, 0.05);
  border-color: rgba(255, 0, 0, 0.2);
  color: red;
}
/*# sourceMappingURL=style.css.map */