@charset "UTF-8";
:root {
  --panel-sidebar-width: 220px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: IRANSansX, Tahoma, serif;
  font-weight: normal;
  color: #797979;
  position: relative;
  direction: rtl;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: IRANSansXV, Tahoma, serif;
  }
}
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}

input {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  max-width: 100%;
}
input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #797979;
  transition: all ease 0.2s;
}
a:hover {
  text-decoration: none;
  color: #33373F;
}
a:focus {
  outline: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 5px;
  text-transform: none;
  color: inherit;
  transition: all ease 0.2s;
}
button:focus {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
@keyframes active_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 170, 178, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(12, 202, 91, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(12, 202, 91, 0);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes medal-swing {
  0% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes festival1403_particles_falling {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  35% {
    opacity: 0.9;
  }
  70% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 0;
  }
}
@keyframes kidFlyingBounce {
  0% {
    transform: translate(10px, -20px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 20px) rotate(0);
  }
  100% {
    transform: translate(10px, -20px) rotate(-3deg);
  }
}
.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fa-num {
  font-feature-settings: "ss02";
}

.tnum {
  font-feature-settings: "ss03";
}

.fa-num-tnum {
  font-feature-settings: "ss02", "ss03";
}

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

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

.text-left {
  text-align: right !important;
}

.letspc-1 {
  letter-spacing: 1px;
}

.hidden {
  display: none !important;
}

.spin-fast {
  animation-duration: 1s;
}

.spin-faster {
  animation-duration: 0.5s;
}

[x-cloak] {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

/****** SimpleBar | Reinstate scrolling for non-JS clients *******/
.simplebar-content-wrapper {
  overflow: auto;
}

.simplebar-scroll-content {
  box-sizing: content-box;
}

.simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 8px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background-color: #5f6b80;
}

/****** SweetAlert2 *******/
.swal2-container {
  z-index: 2100 !important;
}
.swal2-container .swal2-header .swal2-title {
  font-size: 1.2rem;
}
.swal2-container .swal2-content {
  font-size: 1rem;
}

.swal2-actions .swal2-styled.swal2-confirm,
.swal2-actions .swal2-styled.swal2-cancel {
  font-size: 0.9rem;
}

/****** PhotoSwiper *******/
.pswp__caption__center {
  text-align: center;
}

.theme-btn {
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #8E8E8E;
  background-color: #DCDCDC;
  margin-right: 8px;
  padding: 7px 12px;
  transition: all ease 0.25s;
  white-space: nowrap;
}
.theme-btn.rounded {
  border-radius: 100px;
  padding: 10px 25px;
}
.theme-btn.btn-green {
  background: #73D3A2;
  color: white;
}
.theme-btn.btn-green:hover {
  background: #69C496;
}
.theme-btn.btn-green:focus {
  box-shadow: 0 0 0 4px #DEF4E8;
  background: #69C496;
}
.theme-btn.btn-outline-green {
  background: transparent;
  border: 1px solid #73D3A2;
  color: #73D3A2;
}
.theme-btn.btn-outline-green:hover {
  background: #73D3A2;
  color: white;
  filter: none;
}
.theme-btn.btn-outline-green:focus {
  box-shadow: 0 0 0 4px #DEF4E8;
}
.theme-btn.btn-red {
  background: #f39383;
  color: white;
}
.theme-btn.btn-red:hover {
  background: #D98475;
}
.theme-btn.btn-red:focus {
  box-shadow: 0 0 0 4px #F3E8E6;
  background: #D98475;
}
.theme-btn.btn-outline-red {
  background: transparent;
  border: 1px solid #f39383;
  color: #f39383;
}
.theme-btn.btn-outline-red:hover {
  background: #f39383;
  color: white;
  filter: none;
}
.theme-btn.btn-outline-red:focus {
  box-shadow: 0 0 0 4px #F3E8E6;
}
.theme-btn.btn-blue {
  background: #72A4BD;
  color: white;
}
.theme-btn.btn-blue:hover {
  background: #77BADA;
}
.theme-btn.btn-blue:focus {
  box-shadow: 0 0 0 4px #E7EEF3;
  background: #6A98AE;
}
.theme-btn.btn-outline-blue {
  background: transparent;
  border: 1px solid #72A4BD;
  color: #77BADA;
}
.theme-btn.btn-outline-blue:hover {
  background: #77BADA;
  color: white;
  filter: none;
}
.theme-btn.btn-outline-blue:focus {
  box-shadow: 0 0 0 4px #E7EEF3;
}
.theme-btn.btn-gold {
  background: #b79400;
  color: white;
}
.theme-btn.btn-gold:hover {
  background: #ab8a03;
}
.theme-btn.btn-gold:focus {
  box-shadow: 0 0 0 4px rgba(158, 129, 5, 0.2196078431);
  background: #ab8a03;
}
.theme-btn.btn-grey {
  background: #8D8D8D;
  color: white;
}
.theme-btn.btn-grey:hover {
  background: #7E7E7E;
}
.theme-btn.btn-grey:focus {
  box-shadow: 0 0 0 4px #EAEAEA;
  background: #7E7E7E;
}
.theme-btn.btn-outline-grey {
  background: transparent;
  border: 1px solid #B8B8B8;
  color: rgb(122, 122, 122);
}
.theme-btn.btn-outline-grey:hover {
  background: #A9A9A9;
  color: white;
  filter: none;
}
.theme-btn.btn-outline-grey:focus {
  color: white;
  box-shadow: 0 0 0 4px #EAEAEA;
  background: #A9A9A9;
}
.theme-btn.btn-outline-white {
  background: transparent;
  border: 1px solid #EFEFEF;
  color: #FAFAFA;
}
.theme-btn.btn-outline-white:hover {
  background: #FAFAFA;
  color: #A0A0A0;
  filter: none;
}
.theme-btn .icon {
  opacity: 0.6;
  margin-left: 7px;
  vertical-align: middle;
}

.box {
  background: #FFF;
  box-shadow: 0 0 40px rgba(27, 26, 26, 0.07);
  transition: box-shadow ease 0.5s;
}
.box:hover {
  box-shadow: 0 8px 40px rgba(27, 26, 26, 0.12);
}

.pagination-wrapper {
  margin: 40px auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrapper ul.pagination {
  max-width: 100%;
  overflow-x: auto;
}
.pagination-wrapper ul.pagination li.page-item {
  margin: 0 5px 10px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #EFEFEF;
  border-radius: 10px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.pagination-wrapper ul.pagination li.page-item:hover {
  background: #E3D5D5;
}
.pagination-wrapper ul.pagination li.page-item.active {
  background: #CD6565;
  color: white;
  pointer-events: none;
}
.pagination-wrapper ul.pagination li.page-item a.page-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-title] {
  position: relative;
  display: inline-block;
}
[data-title]::before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #4F5965;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateX(-50%);
  bottom: 16px;
  left: 50%;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
[data-title]::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-title);
  padding: 0.35rem 0.55rem;
  font-size: 0.7rem;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #4F5965;
  color: #FFF;
  white-space: nowrap;
  z-index: 2;
  border-radius: 4px;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
[data-title]:hover::before {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-1rem);
}
[data-title]:hover::after {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-1rem);
}

#modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
}
#modal_wrapper::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#modal_wrapper .modal-content {
  overflow: hidden;
  z-index: 1200;
  position: fixed;
  top: 5vh;
  right: 0;
  left: 0;
  max-width: 400px;
  background: white;
  margin: 0 auto;
  border-radius: 5px;
  max-height: 90vh;
  min-height: 50vh;
  animation-duration: 0.3s;
}
#modal_wrapper .modal-content .modal-head {
  background: #4D6985;
  padding: 0 25px;
  color: #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  height: 55px;
}
#modal_wrapper .modal-content .modal-head .icon {
  opacity: 0.7;
  margin-left: 8px;
}
#modal_wrapper .modal-content .modal-head button {
  margin-right: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  font-size: 1rem;
}
#modal_wrapper .modal-content .modal-head button:hover {
  background: rgba(255, 255, 255, 0.15);
}
#modal_wrapper .modal-content .modal-body {
  height: calc(100% - 55px);
}
#modal_wrapper .modal-content .modal-body .buttons-wrapper {
  text-align: left;
  margin-top: 25px;
}
#modal_wrapper .modal-content .modal-body .buttons-wrapper button {
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 0.9rem;
}

.public-page {
  overflow: hidden;
}
.public-page header {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  position: relative;
  gap: 40px;
}
.public-page header::before {
  content: "";
  display: block;
  width: 80vw;
  height: 78vw;
  background: url(../images/logo-silver.svg?v=2) no-repeat center/contain;
  border-radius: 50%;
  position: absolute;
  right: 43vw;
  top: -34vw;
  z-index: -1;
  pointer-events: none;
  animation: rotating 250s linear infinite;
}
.public-page header .logo-wrapper {
  display: block;
  transition: all ease 0.3s;
  flex: 0 0 130px;
}
.public-page header .logo-wrapper:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.public-page header #main_nav_list {
  display: flex;
  gap: 6px;
  align-items: center;
}
.public-page header #main_nav_list li a {
  padding: 6px 10px;
  display: inline-block;
  position: relative;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: all ease 0.2s;
}
.public-page header #main_nav_list li a:hover {
  color: #73D3A2;
}
.public-page header #main_nav_list li a.active::after {
  content: "";
  width: 70%;
  height: 7px;
  background: #6de8a5;
  border-radius: 5px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.public-page header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #83c3a2;
  color: #83c3a2;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: auto;
  display: none;
}
.public-page header .hamburger-menu-btn:hover, .public-page header .hamburger-menu-btn:active {
  background: #83c3a2;
  color: #FFF;
}
.public-page footer {
  background: #363636;
  position: relative;
  z-index: 2;
  color: white;
  margin-top: 200px;
}
.public-page footer .top-curve {
  width: 100%;
  position: absolute;
  top: -5.1vw;
}
.public-page footer .social-networks {
  text-align: center;
  display: flex;
  justify-content: center;
  transform: scale(0.9);
  position: relative;
  bottom: 2.5vw;
}
.public-page footer .social-networks a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  transition: all ease 0.2s;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-image: url(../images/social-network-sprites.png?v=2);
}
.public-page footer .social-networks a:hover {
  opacity: 1;
}
.public-page footer .social-networks a.bale {
  background-position: 0 -80px;
}
.public-page footer .social-networks a.bale:hover {
  background-position: 0 -40px;
}
.public-page footer .social-networks a.telegram {
  background-position: -120px -80px;
}
.public-page footer .social-networks a.telegram:hover {
  background-position: -120px -40px;
}
.public-page footer .social-networks a.instagram {
  background-position: -160px -80px;
}
.public-page footer .social-networks a.instagram:hover {
  background-position: -160px -40px;
}
.public-page footer .social-networks a.aparat {
  background-position: -200px -80px;
}
.public-page footer .social-networks a.aparat:hover {
  background-position: -200px -40px;
}
.public-page footer .top-section {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  font-size: 0.9rem;
}
.public-page footer .top-section .section-title {
  font-weight: bold;
  font-size: 1.3rem;
  color: #73D3A2;
  text-align: center;
  margin-bottom: 25px;
}
.public-page footer .top-section .about {
  flex: 1 1 30%;
}
.public-page footer .top-section .about p {
  text-align: justify;
  line-height: 2;
}
.public-page footer .top-section .certificates {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-page footer .top-section .contact {
  flex: 1 1 30%;
}
.public-page footer .top-section .contact .info-group {
  display: flex;
  line-height: 1.8;
}
.public-page footer .top-section .contact .info-group:not(:last-child) {
  margin-bottom: 20px;
}
.public-page footer .top-section .contact .info-group .icon {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
.public-page footer .bottom-section {
  background: #2b2b2b;
  margin-top: 30px;
  text-align: center;
  font-size: 0.8rem;
  padding: 13px 0;
}
.public-page footer .bottom-section .flex-wrapper {
  display: flex;
  align-items: center;
}
.public-page footer .bottom-section .flex-wrapper .copyright {
  color: #8d8d8d;
}
.public-page footer .bottom-section .flex-wrapper .signature {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a1a1a1;
  margin-right: auto;
}
.public-page footer .bottom-section .flex-wrapper .signature:hover .heart-icon {
  color: #f11245;
  font-weight: 900;
}
.public-page footer .bottom-section .flex-wrapper .signature:hover .mhy svg {
  fill: #34d380;
  filter: drop-shadow(0 0 2px #14a258);
}
.public-page footer .bottom-section .flex-wrapper .signature .heart-icon {
  animation: beatHeart 2s infinite;
  color: #8f4b54;
  font-size: 0.7rem;
}
.public-page footer .bottom-section .flex-wrapper .signature .mhy svg {
  width: 60px;
  vertical-align: middle;
  fill: #50816e;
  transition: all ease 0.25s;
}
.public-page .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding-right: 15px;
  padding-left: 15px;
}
.public-page .theme-main-title-1 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.public-page .theme-main-title-1::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}
.public-page .theme-main-title-1 .text .title {
  color: #797979;
  font-weight: bold;
  font-size: 1.6rem;
}
.public-page .theme-main-title-1 .text .subtitle {
  font-weight: 400;
  font-size: 1.1rem;
  color: #b8b8b8;
  line-height: 1.8;
}
.public-page .theme-main-title-1 .buttons-wrapper {
  margin-right: auto;
}
.public-page .theme-main-title-1 .buttons-wrapper a {
  font-weight: bold;
  color: #73D3A2;
  font-size: 1.1rem;
}
.public-page .theme-main-title-1 .buttons-wrapper a:hover {
  color: #64B88D;
}
.public-page .theme-main-title-2 {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.public-page .theme-main-title-2 .title {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public-page .theme-main-title-2 .title::before, .public-page .theme-main-title-2 .title::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
.public-page .theme-main-title-2 .title .hl {
  background: #ffe3e3;
  margin-inline: 4px;
  padding: 1px 6px;
  border-radius: 5px;
  color: #af3333;
}
.public-page .theme-main-title-2 .subtitle {
  text-align: center;
  margin-top: 15px;
  font-size: 1.1rem;
  color: #b4b4b4;
  font-weight: 450;
}
.public-page .theme-product-card {
  border-radius: 10px;
  padding: 15px 16px 23px;
}
.public-page .theme-product-card:hover .image-wrapper img {
  transform: scale(1.06);
  opacity: 0.85;
}
.public-page .theme-product-card .meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-page .theme-product-card .meta-wrapper .brand {
  font-weight: 600;
  font-size: 0.65rem;
  white-space: nowrap;
  max-width: 75%;
}
.public-page .theme-product-card .meta-wrapper .year {
  padding: 2px 8px;
  border-radius: 100px;
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  font-size: 0.7rem;
}
.public-page .theme-product-card .image-wrapper {
  padding: 15px;
  overflow: hidden;
}
.public-page .theme-product-card .image-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  transition: all ease 0.4s;
}
.public-page .theme-product-card .title {
  font-weight: bold;
  position: relative;
  padding-right: 13px;
  font-size: 0.8rem;
  text-align: center;
}
.public-page .theme-product-card .title::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #f39383;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 0;
}
.public-page#festival1402 footer {
  display: none !important;
}
@media all and (min-width: 768px) {
  .public-page#homepage header {
    height: 80px;
  }
}

@media all and (max-width: 1200px) {
  .public-page .container {
    max-width: 990px;
  }
}
@media all and (max-width: 992px) {
  .public-page .container {
    max-width: 720px;
  }
  .public-page .head-theme1 h2 {
    font-size: 1.3rem;
  }
  .public-page .theme-product-card {
    height: 280px;
  }
  .public-page header {
    padding: 0 40px;
    gap: 20px;
  }
  .public-page header .logo-wrapper {
    flex: 0 0 110px;
  }
  .public-page header #main_nav_list li a {
    padding: 6px 7px;
    font-size: 0.85rem;
  }
  .public-page header .hamburger-menu-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid #83c3a2;
    color: #83c3a2;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-right: auto;
    display: none;
  }
  .public-page header .hamburger-menu-btn:hover, .public-page header .hamburger-menu-btn:active {
    background: #83c3a2;
    color: #FFF;
  }
  .public-page .theme-main-title-1 {
    margin-bottom: 25px;
  }
  .public-page .theme-main-title-1 .text .title {
    font-size: 1.45rem;
  }
  .public-page .theme-main-title-1 .text .subtitle {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 768px) {
  .public-page {
    padding-top: 85px;
  }
  .public-page header {
    display: flex;
    padding: 12px 40px;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  .public-page header::before {
    display: none;
  }
  .public-page header .logo-wrapper {
    flex: 0 0 85px;
  }
  .public-page header #main_nav_list {
    background: #73D3A2;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .public-page header #main_nav_list li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .public-page header #main_nav_list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .public-page header #main_nav_list li a {
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    color: #4f6b5c;
    font-size: 0.9rem;
  }
  .public-page header #main_nav_list li a:hover, .public-page header #main_nav_list li a:active {
    color: #6F8D7E;
  }
  .public-page header #main_nav_list li a.active::after {
    display: none;
  }
  .public-page header .hamburger-menu-btn {
    display: flex;
  }
  .public-page footer {
    margin-top: 70px;
  }
  .public-page footer .top-curve {
    top: -4.85vw;
  }
  .public-page footer .social-networks {
    position: relative;
    bottom: -20px;
  }
  .public-page footer .social-networks a {
    margin: 0 20px;
  }
  .public-page footer .top-section {
    margin: 50px auto 30px;
    padding: 0 35px;
    flex-wrap: wrap;
  }
  .public-page footer .top-section .section-title {
    margin-bottom: 15px;
  }
  .public-page footer .top-section .about {
    flex: 1 1 100%;
  }
  .public-page footer .top-section .certificates {
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 30px;
  }
  .public-page footer .top-section .contact {
    flex: 1 1 100%;
    margin: 40px 0 15px;
  }
  .public-page footer .top-section .contact .info-group {
    line-height: 2;
  }
  .public-page footer .top-section .contact .info-group .icon {
    width: 32px;
    height: 32px;
    margin-left: 13px;
  }
  .public-page footer .bottom-section .flex-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .public-page footer .bottom-section .flex-wrapper .copyright {
    flex: 1 1 100%;
    margin-bottom: 10px;
    font-size: 0.7rem;
  }
  .public-page footer .bottom-section .flex-wrapper .signature {
    margin-right: unset;
    text-align: center;
    font-size: 0.65rem;
  }
  .public-page .theme-main-title-1 {
    margin-bottom: 20px;
  }
  .public-page .theme-main-title-1::before {
    flex: 0 0 33px;
    margin-left: 11px;
  }
  .public-page .theme-main-title-1 .text .title {
    font-size: 1.2rem;
  }
  .public-page .theme-main-title-1 .text .subtitle {
    font-size: 0.95rem;
  }
  .public-page .theme-main-title-1 .buttons-wrapper a {
    font-size: 1rem;
  }
  .public-page .theme-main-title-2 .title {
    font-size: 1.2rem;
  }
  .public-page .theme-main-title-2 .title::before, .public-page .theme-main-title-2 .title::after {
    width: 23px;
    height: 8px;
  }
  .public-page .theme-main-title-2 .title::before {
    margin-inline: 0 17px;
  }
  .public-page .theme-main-title-2 .title::after {
    margin-inline: 17px 0;
  }
  .public-page .theme-main-title-2 .subtitle {
    font-size: 1.05rem;
  }
  .public-page .container {
    max-width: 540px;
    padding: 0 20px;
  }
  .public-page .head-theme1 {
    margin-bottom: 35px;
  }
  .public-page .head-theme1 h2::before {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  .public-page .head-theme1 .buttons-wrapper {
    display: none;
  }
  .public-page .theme-product-card {
    height: 230px;
    overflow: hidden;
  }
  .public-page .theme-product-card .title {
    font-size: 0.7rem;
  }
  .public-page .theme-product-card .meta-wrapper .brand {
    font-size: 0.6rem;
    white-space: nowrap;
    max-width: 85px;
    overflow: hidden;
  }
  .public-page .theme-product-card .meta-wrapper .year {
    font-size: 0.6rem;
  }
  .public-page#homepage {
    padding-top: 55px;
  }
}
#login #login_form_wrapper {
  margin: 50px 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
  position: relative;
}
#login #login_form_wrapper::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  right: 14.5%;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
  transform: rotate(43deg);
}
#login #login_form_wrapper .logo-wrapper {
  flex: 0 0 30%;
  margin-left: 50px;
  text-align: center;
}
#login #login_form_wrapper .logo-wrapper img {
  width: 50%;
  max-width: 160px;
  margin: 0 auto;
}
#login #login_form_wrapper .logo-wrapper h1 {
  color: #6de8a5;
  text-align: center;
  line-height: 2;
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 1.8rem;
  margin: 30px 0 0;
  font-weight: bold;
}
#login #login_form_wrapper .logo-wrapper h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #cecfcf;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#login #login_form_wrapper .logo-wrapper .subtitle {
  color: #cecfcf;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  margin-top: -5px;
}
#login #login_form_wrapper .form-wrapper {
  flex: 1 1;
  max-width: 500px;
  margin: 0 auto;
}
#login #login_form_wrapper .form-wrapper .head h2 {
  color: #797979;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#login #login_form_wrapper .form-wrapper .head h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 7px;
  background: #f49595;
  border-radius: 50px;
  margin-left: 20px;
}
#login #login_form_wrapper .form-wrapper .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#login #login_form_wrapper .form-wrapper .form-group label {
  flex: 0 0 150px;
  color: lightgray;
}
#login #login_form_wrapper .form-wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  font-weight: 500;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  text-align: center;
  direction: ltr;
}
#login #login_form_wrapper .form-wrapper .form-group .theme-input:focus {
  background: #F3F3F3;
}
#login #login_form_wrapper .form-wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
#login #login_form_wrapper .form-wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
#login #login_form_wrapper .form-wrapper #submit_btn {
  display: block;
  width: 70%;
  margin: 20px auto 0;
  border-radius: 200px;
  font-weight: bold;
  padding: 12px 0;
  float: left;
}
#login #login_form_wrapper .form-wrapper #submit_btn .icon {
  font-size: 1.2rem;
  margin-left: 15px;
  opacity: 0.7;
}

@media all and (max-width: 992px) {
  #login #login_form_wrapper {
    flex-direction: column;
    padding: 40px 60px;
  }
  #login #login_form_wrapper::before {
    display: none;
  }
  #login #login_form_wrapper .logo-wrapper {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  #login #login_form_wrapper .logo-wrapper img {
    width: 60%;
    max-width: 150px;
  }
}
@media all and (max-width: 768px) {
  #login #login_form_wrapper {
    padding: 50px 25px;
    margin: 0 0 50px;
  }
  #login #login_form_wrapper .logo-wrapper {
    flex: 0 0 100%;
  }
  #login #login_form_wrapper .logo-wrapper img {
    width: 70%;
  }
  #login #login_form_wrapper .logo-wrapper h1 {
    font-size: 1.5rem;
  }
  #login #login_form_wrapper .logo-wrapper .subtitle {
    font-size: 1.1rem;
  }
  #login #login_form_wrapper .description-wrapper p {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 2.1;
  }
}
#homepage #intro {
  margin-block: 70px;
}
#homepage #intro .poster-wrapper {
  width: 100%;
  background: #9b51c0 url(../images/background.jpg) no-repeat center/cover;
  aspect-ratio: 2/1.1;
  border-radius: 21px;
  position: relative;
}
#homepage #intro .poster-wrapper:hover .texts {
  transform: translateY(-50%) scale(1.05);
}
#homepage #intro .poster-wrapper .position {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#homepage #intro .poster-wrapper .characters {
  right: min(9%, 100px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(200px, 50%, 450px);
  aspect-ratio: 1;
  background-image: url(../images/characters.png);
}
#homepage #intro .poster-wrapper .texts {
  left: min(9%, 100px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(200px, 50%, 450px);
  aspect-ratio: 1;
  background-image: url(../images/texts.png);
  transition: all ease 0.55s;
}
#homepage #intro .poster-wrapper .flash {
  background-image: url(../images/sparkle.png);
  aspect-ratio: 3/2;
  animation: sparkle 2s infinite;
}
#homepage #intro .poster-wrapper .flash:nth-child(1) {
  right: 20%;
  top: 9%;
  transform: rotate(35deg);
  width: 63px;
}
#homepage #intro .poster-wrapper .flash:nth-child(2) {
  left: 10%;
  top: 13%;
  transform: rotate(97deg);
  width: 83px;
  animation-delay: 0.1s;
}
#homepage #intro .poster-wrapper .flash:nth-child(3) {
  left: 10%;
  top: 84%;
  width: 80px;
  animation-delay: 0.2s;
}
#homepage #intro .poster-wrapper .flash:nth-child(4) {
  left: 50%;
  top: 60%;
  width: 50px;
  animation-delay: 0.7s;
}
#homepage #intro .poster-wrapper .flash:nth-child(5) {
  left: 30%;
  top: 10%;
  width: 80px;
  animation-delay: 1s;
}
#homepage #intro .poster-wrapper .flash:nth-child(6) {
  right: 0;
  top: 57%;
  width: 110px;
  animation-delay: 1.3s;
  animation-duration: 2.3s;
}
#homepage #intro .poster-wrapper .flash:nth-child(7) {
  left: 80%;
  top: 90%;
  width: 80px;
  animation-delay: 1.7s;
}
#homepage #intro .poster-wrapper .flash:nth-child(8) {
  left: 3%;
  top: 57%;
  width: 70px;
  animation-delay: 1.8s;
  animation-duration: 2.5s;
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  3% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#homepage #provinces .tehran {
  margin-block: 40px 55px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-gap: 30px;
  align-items: center;
}
#homepage #provinces .tehran .banner-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
#homepage #provinces .tehran .text-wrapper {
  text-align: center;
}
#homepage #provinces .tehran .text-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: #d70036;
}
#homepage #provinces .tehran .text-wrapper h3 .hl {
  display: inline-block;
  background-color: #ffe5e8;
  padding: 0 9px;
  border-radius: 3px;
  font-weight: bold;
}
#homepage #provinces .tehran .text-wrapper .info-group {
  font-size: 1.4rem;
  margin-block: 20px;
  font-weight: bold;
  color: #16612b;
}
#homepage #provinces .tehran .text-wrapper .info-group .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  opacity: 0.7;
}
#homepage #provinces .tehran .text-wrapper .info-group .text {
  display: inline-block;
}
#homepage #provinces .tehran .text-wrapper .info-group .hl {
  display: inline-block;
  background-color: #097a7c;
  color: white;
  padding: 1px 9px;
  border-radius: 3px;
  font-weight: bold;
}
#homepage #provinces .others .main-info {
  text-align: center;
  font-size: 1.3reem;
  margin-bottom: 30px;
}
#homepage #provinces .others .main-info .main-title {
  margin-bottom: 10px;
}
#homepage #provinces .others .main-info .datetime {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2;
  color: #7e6060;
}
#homepage #provinces .others .main-info .datetime .hl {
  display: inline-block;
  background-color: #ffe5e8;
  padding: 0 7px;
  border-radius: 3px;
  font-weight: bold;
  color: #a72f2f;
  line-height: 1.7;
}
#homepage #provinces .others .main-info .datetime .arrow-icon {
  margin-inline: 11px;
  color: #c4a6ab;
}
#homepage #provinces .others .grid-wrapper {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
#homepage #provinces .others .grid-wrapper .province-group {
  background: #f5f7f7;
  border-radius: 10px;
  padding: 12px 12px 0;
}
#homepage #provinces .others .grid-wrapper .province-group:hover img {
  transform: scale(1.07);
  opacity: 0.85;
}
#homepage #provinces .others .grid-wrapper .province-group img {
  border-radius: 7px;
  transition: all ease 0.25s;
}
#homepage #provinces .others .grid-wrapper .province-group .address {
  font-weight: 600;
  padding: 14px 20px 18px;
  line-height: 2;
  text-align: center;
  font-size: 1rem;
  color: #4b6161;
}
#homepage {
  /*
      #map{
          margin-block: 40px 30px;

          .cols{
              display: flex;
              justify-content: space-between;
              align-items: flex-start;
              gap: 120px;
              margin-block: 40px;

              .col{

                  &.map{
                      width: 45%;

                      .province path {
                          fill: #38a766;
                          transition: all ease .25s;
                          cursor: pointer;

                          &.disabled{
                              fill: #d0dadb !important;
                              cursor: default;
                              pointer-events: none;
                          }

                          &.selected{
                              fill: #bd4b6c !important;
                          }
                      }

                      .province path:hover {
                          fill: #5ec188;
                      }

                      .border path {
                          fill: white;
                      }

                      .island path {
                          fill: white;
                      }

                      .lake path,
                      .sea path {
                          fill: #6caed8;
                      }
                  }

                  &.info{
                      width: 35%;
                      padding: 40px;
                      position: relative;
                      background: #f5f7f7;
                      border-radius: 40px;

                      &::before{
                          content: "";
                          display: block;
                          width: 100px;
                          aspect-ratio: 5/3;
                          background: url(../images/iran-flag.png) no-repeat center / contain;
                          position: absolute;
                          left: -8%;
                          top: -4%;
                          transform: rotate(18deg);
                      }

                      .info-group{
                          display: flex;
                          align-items: center;
                          gap: 40px;
                          font-size: 1.1rem;
                          margin-bottom: 40px;

                          &.province{

                              .value{
                                  background-color: #f8f0d3;
                                  color: #A08009;
                                  padding: 10px 20px;
                                  border-radius: 8px;
                              }
                          }

                          .label{
                              font-size: 1.3rem;
                              margin: 0;
                              white-space: nowrap;
                          }

                          .value{
                              font-size: 1.3rem;
                              font-weight: 700;
                              color: #3D3D3D;
                          }
                      }

                      .buttons-wrapper{
                          text-align: center;
                          margin-top: 20px;

                          .more-btn{
                              border-radius: 100px;
                              background: #2ea7bd;

                              .icon-left{
                                  transition: all ease .3s;
                              }

                              &:hover{
                                  background: #2f8999;

                                  .icon-left{
                                      margin-right: 13px;
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  */
}
#homepage #virtual {
  margin-block: 50px;
}
#homepage #virtual .banner-wrapper {
  border-radius: 21px;
  overflow: hidden;
  max-width: 1020px;
  margin-inline: auto;
}
#homepage #virtual .banner-wrapper:hover img {
  transform: scale(1.02);
  opacity: 0.85;
}
#homepage #virtual .banner-wrapper img {
  width: 100%;
  transition: all ease 0.3s;
}
#homepage #wholesale2 {
  margin: 100px 0;
}
#homepage #wholesale2 .main-title {
  margin-bottom: 50px;
}
#homepage #wholesale2 .shops {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
#homepage #wholesale2 .shops a {
  border-radius: 7px;
  overflow: hidden;
}
#homepage #wholesale2 .shops a:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}
#homepage #wholesale2 .shops a img {
  transition: all ease 0.3s;
}
#homepage {
  /*
  :is(#wholesale, #virtual) {

      .shop-group{

          .flex-wrapper{
              display: flex;
              gap: 50px;
              align-items: flex-start;
          }

          .banner-wrapper{
              flex: 1 1 50%;

              img{
                  transition: all ease .35s;
                  border-radius: 15px;
                  box-shadow: 0 0 28px #afe8ec;

                  &:hover{
                      transform: scale(1.03);
                      opacity: .8;
                      box-shadow: 0 0 28px #8CDFE5;
                  }
              }
          }

          .text-wrapper{
              flex: 1 1 50%;
              padding: 45px;

              .title{
                  font-weight: bold;
                  margin-bottom: 15px;
                  font-size: 1.3rem;
                  color: #515754;
              }

              .description{
                  text-align: justify;
                  line-height: 2;
              }

              .cta-btn{
                  float: left;
              }
          }

          .cta-btn{
              float: left;
              margin-top: 10px;
          }
      }

      .hr-divider{
          width: 100%;
          height: 1px;
          background-color: #E9E9E9;
          margin: 40px auto;
      }
  }
  */
}
#homepage #members {
  position: relative;
  margin-block: 60px;
}
#homepage #members .body {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  place-items: center;
  grid-gap: 20px;
  margin: 0 auto;
}
#homepage #members .body .member-group {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #e8efe8;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 13px;
  box-shadow: 0 0 0 5px #FFF, 0 0 40px rgba(0, 0, 0, 0.06);
}
#homepage #members .body .member-group:hover, #homepage #members .body .member-group.active {
  border: 4px solid #b0e9cc;
  box-shadow: 0 0 0 5px white, 0 0 48px rgba(115, 211, 162, 0.15);
}
#homepage #members .body .member-group:hover img, #homepage #members .body .member-group.active img {
  transform: scale(1.18);
}
#homepage #members .body .member-group img {
  transition: all ease 0.3s;
}
#homepage #members .body .more-btn {
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  width: 240px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  display: none;
}
#homepage #members .body .more-btn:hover {
  background: #6AC697;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.28);
}
#homepage #blog {
  /* background: #f9f9f9; */
  margin: 0;
  position: relative;
  padding-block: 80px;
  /*&::before, &::after{
      content: "";
      display: block;
      width: 100%;
      height: 45px;
      position: absolute;
      top: -45px;
      left: 0;
      background: #f9f9f9;
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  }

  &::after{
      transform: rotate(180deg);
      top: auto;
      bottom: -45px;
  }*/
}
#homepage #blog .grid-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 35px;
}
#homepage #blog .articles-wrapper .body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 185px 185px;
  grid-gap: 35px;
}
#homepage #blog .articles-wrapper .body .post-group {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
}
#homepage #blog .articles-wrapper .body .post-group:hover .post-cover-img {
  opacity: 0.8;
}
#homepage #blog .articles-wrapper .body .post-group:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
#homepage #blog .articles-wrapper .body .post-group:first-child .date-wrapper {
  width: 60px;
  height: 60px;
}
#homepage #blog .articles-wrapper .body .post-group:first-child .date-wrapper .day {
  font-size: 1.4rem;
  font-weight: bold;
}
#homepage #blog .articles-wrapper .body .post-group:first-child .date-wrapper .month {
  font-size: 1rem;
  font-weight: 500;
}
#homepage #blog .articles-wrapper .body .post-group:first-child .title-wrapper {
  padding: 5px 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
#homepage #blog .articles-wrapper .body .post-group::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(115, 211, 162, 0.7));
  z-index: 0;
}
#homepage #blog .articles-wrapper .body .post-group .post-cover-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
  height: 100%;
  transition: all ease 0.3s;
}
#homepage #blog .articles-wrapper .body .post-group .date-wrapper {
  width: 47px;
  height: 47px;
  font-size: 0.75rem;
  background: #f39383;
  color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}
#homepage #blog .articles-wrapper .body .post-group .date-wrapper .day {
  font-size: 1rem;
  line-height: 0.7;
  font-weight: 500;
}
#homepage #blog .articles-wrapper .body .post-group .date-wrapper .month {
  font-size: 0.6rem;
}
#homepage #blog .articles-wrapper .body .post-group .title-wrapper {
  background: #73D3A2;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  max-width: calc(100% - 50px);
}
#homepage #blog .more-btn {
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  width: 240px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  display: none;
}
#homepage #blog .more-btn:hover {
  background: #6AC697;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.28);
}
#homepage #blog .ads-wrapper .main-title {
  justify-content: center;
}
#homepage #blog .ads-wrapper .main-title::before {
  display: none;
}
#homepage #blog .ads-wrapper .body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 185px 185px;
  grid-row-gap: 35px;
}
#homepage #blog .ads-wrapper .body .banner-wrapper {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
}
#homepage #blog .ads-wrapper .body .ad-banner-img {
  width: 100%;
  display: block;
  transition: all ease 0.25s;
}
#homepage #blog .ads-wrapper .body .ad-banner-img:hover {
  opacity: 0.75;
}
#homepage #contact {
  margin-block: 60px 50px;
}
#homepage #contact .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  max-width: 900px;
  margin-inline: auto;
}
#homepage #contact .grid-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#homepage #contact .grid-wrapper .form-group.message-wrapper {
  grid-column: -1/1;
}
#homepage #contact .grid-wrapper .form-group .label {
  color: #9a9797;
  font-size: 0.93rem;
  font-weight: 460;
}
#homepage #contact .grid-wrapper .form-group .label .icon {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 1.1rem;
}
#homepage #contact .grid-wrapper .form-group .label em {
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  color: #d0abb5;
}
#homepage #contact .grid-wrapper .form-group .theme-input {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  color: #456c8e;
  font-weight: 600;
  padding: 10px 25px;
  transition: none;
  width: 100%;
}
#homepage #contact .grid-wrapper .form-group .theme-input:focus {
  outline: 2px #b4c1cf solid;
  border-color: transparent;
}
#homepage #contact .buttons-wrapper {
  text-align: left;
  margin: 50px auto 0;
  max-width: 900px;
}
#homepage #contact .buttons-wrapper #submit_btn {
  white-space: nowrap;
  gap: 10px;
  align-items: center;
  margin-right: auto;
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  white-space: nowrap;
  margin-top: 0;
  padding: 14px 40px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: auto;
}
#homepage #media {
  padding-block: 40px 0px;
}
#homepage #media .body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 160px 160px;
  grid-column-gap: 35px;
  grid-row-gap: 20px;
}
#homepage #media .body .media-group {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
}
#homepage #media .body .media-group:hover .gallery-cover-img {
  opacity: 0.75;
  transform: scale(1.07);
}
#homepage #media .body .media-group:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
#homepage #media .body .media-group:first-child .info-wrapper {
  bottom: 25px;
  padding: 0 20px;
}
#homepage #media .body .media-group:first-child .info-wrapper .title {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px 18px;
}
#homepage #media .body .media-group:first-child .info-wrapper .duration {
  font-size: 1.3rem;
}
#homepage #media .body .media-group::after {
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(115, 211, 162, 0.3);
}
#homepage #media .body .media-group .gallery-cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity ease 0.25s, transform ease 0.4s;
}
#homepage #media .body .media-group .icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12%;
  filter: invert(100%) sepia(19%) saturate(5692%) hue-rotate(69deg) brightness(93%) contrast(86%);
}
#homepage #media .body .media-group .info-wrapper {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;
  z-index: 2;
  padding: 0 10px;
}
#homepage #media .body .media-group .info-wrapper .title {
  background: #73D3A2;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 8px;
  max-width: 95%;
  overflow: hidden;
}
#homepage #media .body .more-btn {
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  width: 240px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  display: none;
}
#homepage #media .body .more-btn:hover {
  background: #6AC697;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.28);
}
#homepage #our_partners {
  background: #f9f9f9;
  margin: 140px 0 -200px;
  position: relative;
  padding: 0 0 90px;
}
#homepage #our_partners::before {
  content: "";
  display: block;
  width: 160vw;
  height: 420px;
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f9f9;
  border-radius: 50%;
  z-index: -1;
}
#homepage #our_partners h2 {
  color: #73D3A2;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
#homepage #our_partners .partners-wrapper {
  padding: 0 60px;
  margin-bottom: 15px;
}
#homepage #our_partners .partners-wrapper .partner-group {
  height: 245px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#homepage #our_partners .partners-wrapper .partner-group:hover img {
  transform: translateY(-7px);
  filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.15));
}
#homepage #our_partners .partners-wrapper .partner-group img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 6px;
  transition: all ease 0.3s;
}
#homepage #our_partners .partners-wrapper .partner-group .title {
  font-weight: bold;
  color: #cbcbcb;
  margin-top: 20px;
}
#homepage #our_partners .swiper .swiper-wrapper {
  margin-bottom: 50px;
}
#homepage #our_partners .swiper .swiper-pagination-bullet-active {
  background: #73D3A2;
}
#homepage #hamehhazer {
  height: 60vh;
  max-height: 500px;
  position: relative;
  margin-top: 50px;
  background: #F4F6F7 url(../images/bg-sky.jpg) no-repeat center/100%;
}
#homepage #hamehhazer .sea-wave {
  background: url(../images/sea-wave-left-transparent.png) no-repeat left center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 6/1;
}
#homepage #hamehhazer .boat {
  background: url(../images/kids-ship.png) no-repeat right center/contain;
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 30%;
  height: 110%;
}
#homepage #hamehhazer .logo-wrapper {
  display: block;
  max-width: 330px;
  width: 18%;
  aspect-ratio: 25/22;
  position: absolute;
  left: 33%;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.6S;
}
#homepage #hamehhazer .logo-wrapper:hover {
  opacity: 0.85;
  transform: translateY(-50%) scale(1.04);
}
#homepage #hamehhazer .logo-wrapper img {
  width: 100%;
}
#homepage #hamehhazer .info-wrapper {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 22%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#homepage #hamehhazer .info-wrapper .more-btn {
  background: #ED2663;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  align-self: center;
  padding: 12px 35px;
}
#homepage #hamehhazer .info-wrapper .more-btn:hover {
  background: #D02559;
}
#homepage #hamehhazer .info-wrapper .more-btn:hover .icon {
  transform: translateX(-5px);
}
#homepage #hamehhazer .info-wrapper .more-btn .icon {
  vertical-align: middle;
  margin-right: 10px;
  transition: all ease 0.3s;
}
@media all and (max-width: 1200px) {
  #homepage #hamehhazer {
    max-height: 330px;
  }
}
@media all and (max-width: 992px) {
  #homepage #hamehhazer {
    max-height: 240px;
  }
  #homepage #hamehhazer .logo-wrapper {
    width: 21%;
  }
  #homepage #hamehhazer .info-wrapper {
    width: 25%;
    gap: 15px;
  }
  #homepage #hamehhazer .info-wrapper .more-btn {
    font-weight: 500;
    font-size: 0.8rem;
    padding: 8px 17px;
  }
}
@media all and (max-width: 768px) {
  #homepage #hamehhazer {
    max-height: unset;
    height: auto;
    background-size: cover;
    padding-block: 30px 290px;
    margin-top: 20px;
  }
  #homepage #hamehhazer .sea-wave {
    width: 100%;
    background-image: url(../images/sea-wave.png);
    height: 90px;
  }
  #homepage #hamehhazer .boat {
    width: 60%;
    right: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    aspect-ratio: 1/1.2;
    background-position: center;
  }
  #homepage #hamehhazer .logo-wrapper {
    width: 40%;
    position: relative;
    margin: 0 auto;
    transform: none;
    display: block;
    inset: 0;
  }
  #homepage #hamehhazer .info-wrapper {
    width: 60%;
    gap: 15px;
    position: relative;
    text-align: center;
    inset: 0;
    transform: none;
    margin: 15px auto;
  }
  #homepage #hamehhazer .info-wrapper .more-btn {
    width: 90%;
    padding-block: 12px;
  }
}

@media all and (max-width: 992px) {
  #homepage #intro .poster-wrapper {
    border-radius: 10px;
  }
  #homepage #intro .poster-wrapper .characters {
    right: min(6%, 40px);
    width: clamp(200px, 50%, 260px);
  }
  #homepage #intro .poster-wrapper .texts {
    left: min(8%, 70px);
    width: clamp(200px, 50%, 280px);
  }
  #homepage #provinces .tehran .text-wrapper h3 {
    font-size: 1.35rem;
  }
  #homepage #provinces .tehran .text-wrapper .info-group {
    font-size: 1.1rem;
  }
  #homepage #provinces .others .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #homepage {
    /*
    #map{

        .cols{
            gap: 40px;

            .col{

                &.map{
                    width: 46%;
                }

                &.info{
                    border-radius: 20px;
                    padding: 30px;
                    width: unset;
                    flex: 1 1;

                    &::before{
                        width: 80px;
                    }

                    .info-group{
                        gap: 25px;

                        .label{
                            font-size: 1rem;
                        }

                        .value{
                            font-size: .9rem;
                        }
                    }
                }
            }
        }
    }
    */
  }
  #homepage #virtual {
    margin-block: 40px;
  }
  #homepage #virtual .banner-wrapper {
    border-radius: 10px;
  }
  #homepage #wholesale2 {
    margin-block: 70px;
  }
  #homepage #wholesale2 .shops {
    grid-template-columns: 1fr 1fr;
    grid-gap: 23px;
  }
  #homepage #blog {
    padding: 70px 0;
  }
  #homepage #blog::before, #homepage #blog::after {
    height: 30px;
    top: -30px;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
  }
  #homepage #blog::after {
    top: auto;
    bottom: -30px;
  }
  #homepage #blog .grid-wrapper {
    grid-template-columns: 1fr;
  }
  #homepage #blog .articles-wrapper .body {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
  }
  #homepage #blog .articles-wrapper .body .post-group .post-cover-img {
    height: auto;
  }
  #homepage #blog .articles-wrapper .body .post-group .date-wrapper {
    width: 52px;
    height: 52px;
    top: 15px;
    left: 15px;
  }
  #homepage #blog .articles-wrapper .body .post-group .date-wrapper .day {
    font-size: 1.2rem;
  }
  #homepage #blog .articles-wrapper .body .post-group .date-wrapper .month {
    font-size: 0.8rem;
  }
  #homepage #blog .articles-wrapper .body .post-group .title-wrapper {
    font-size: 1.1rem;
    right: 20px;
    bottom: 20px;
  }
  #homepage #blog .ads-wrapper {
    margin-top: 50px;
  }
  #homepage #blog .ads-wrapper .head {
    margin-bottom: 35px;
  }
  #homepage #blog .ads-wrapper .body {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
    grid-gap: 35px;
  }
  #homepage #media {
    padding: 70px 0;
  }
  #homepage #media .body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 190px);
    grid-gap: 35px;
  }
  #homepage #members .body {
    grid-template-columns: repeat(5, 1fr);
  }
  #homepage #members .body .member-group:nth-child(n+11) {
    display: none;
  }
  #homepage #our_partners {
    padding: 0 0 20px;
    margin-top: 110px;
  }
  #homepage #our_partners .partners-wrapper {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  #homepage #intro {
    margin-block: 40px;
  }
  #homepage #intro .poster-wrapper .characters {
    width: clamp(130px, 50%, 140px);
    right: min(8.5%, 40px);
  }
  #homepage #intro .poster-wrapper .texts {
    width: clamp(130px, 40%, 220px);
  }
  #homepage #intro .poster-wrapper .flash:nth-child(2) {
    left: 1%;
    top: 8%;
    width: 35px;
  }
  #homepage #intro .poster-wrapper .flash:nth-child(3) {
    width: 40px;
  }
  #homepage #intro .poster-wrapper .flash:nth-child(4) {
    left: 46%;
    top: 57%;
    width: 33px;
  }
  #homepage #intro .poster-wrapper .flash:nth-child(7) {
    width: 47px;
    top: 80%;
  }
  #homepage #provinces .tehran {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 30px;
  }
  #homepage #provinces .tehran .banner-wrapper {
    border-radius: 10px;
    order: 2;
  }
  #homepage #provinces .tehran .text-wrapper {
    margin-bottom: 10px;
  }
  #homepage #provinces .tehran .text-wrapper h3 {
    font-size: 1.3rem;
  }
  #homepage #provinces .tehran .text-wrapper .info-group {
    font-size: 1.15rem;
  }
  #homepage #provinces .others .main-info .datetime {
    font-size: 1.2rem;
  }
  #homepage #provinces .others .main-info .datetime .time {
    display: block;
  }
  #homepage #provinces .others .main-info .datetime .arrow-icon {
    display: none;
  }
  #homepage #provinces .others .grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #homepage #provinces .others .grid-wrapper .province-group .address {
    font-size: 0.95rem;
  }
  #homepage {
    /*
    #map{

        .cols{
            flex-direction: column;
            align-items: center;

            .col{

                &.map{
                    width: 88%;
                }

                &.info{
                    width: 88%;
                }
            }
        }
    }
    */
  }
  #homepage #virtual {
    margin-block: 30px;
  }
  #homepage #virtual .shop-group .banners-wrapper img {
    border-radius: 10px;
  }
  #homepage #wholesale2 {
    margin-block: 50px;
  }
  #homepage #wholesale2 .main-title {
    margin-bottom: 25px;
  }
  #homepage #wholesale2 .shops {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }
  #homepage #contact h2 + .subtitle {
    line-height: 2;
    margin-bottom: 40px;
  }
  #homepage #contact .grid-wrapper {
    grid-template-columns: 1fr;
  }
  #homepage #contact .buttons-wrapper {
    margin: 30px auto 0;
  }
  #homepage #contact .buttons-wrapper #submit_btn {
    width: 80%;
    max-width: unset;
    justify-content: center;
    margin-inline: auto;
  }
  #homepage #blog {
    padding: 0;
  }
  #homepage #blog .articles-wrapper .body {
    display: block;
  }
  #homepage #blog .articles-wrapper .body .post-group {
    display: block;
    margin-bottom: 30px;
    height: 200px;
  }
  #homepage #blog .articles-wrapper .body .post-group:first-child .date-wrapper {
    width: 52px;
    height: 52px;
    top: 15px;
    left: 15px;
  }
  #homepage #blog .articles-wrapper .body .post-group:first-child .date-wrapper .day {
    font-size: 1.2rem;
  }
  #homepage #blog .articles-wrapper .body .post-group:first-child .date-wrapper .month {
    font-size: 0.8rem;
  }
  #homepage #blog .articles-wrapper .body .post-group:first-child .title-wrapper {
    font-size: 1.1rem;
    border-radius: 5px;
    right: 20px;
    bottom: 20px;
  }
  #homepage #blog .ads-wrapper .body {
    grid-gap: 10px;
  }
  #homepage #blog .ads-wrapper .body .banner-wrapper {
    display: block;
    margin-bottom: 30px;
  }
  #homepage #blog .more-btn {
    display: flex;
  }
  #homepage #media {
    padding: 0;
    margin-block: 40px;
  }
  #homepage #media .body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    grid-gap: 10px;
  }
  #homepage #media .body .media-group {
    display: block;
    margin-bottom: 0;
    aspect-ratio: 3/2;
  }
  #homepage #media .body .media-group:first-child {
    grid-row: initial;
    grid-column: initial;
  }
  #homepage #media .body .media-group:first-child .info-wrapper {
    bottom: 6px;
    padding: 0;
  }
  #homepage #media .body .media-group:first-child .info-wrapper .title {
    font-size: 0.6rem;
    font-weight: 500;
    padding: 3px 8px;
  }
  #homepage #media .body .media-group:first-child .info-wrapper .duration {
    font-size: 1rem;
  }
  #homepage #media .body .media-group .icon {
    width: 18%;
  }
  #homepage #media .body .media-group .info-wrapper {
    width: 90%;
    padding: 0;
    right: 3.5%;
    bottom: 6px;
  }
  #homepage #media .body .media-group .info-wrapper .title {
    font-size: 0.6rem;
  }
  #homepage #media .body .media-group .gallery-cover-img {
    height: auto;
    width: 100%;
  }
  #homepage #media .body .more-btn {
    display: flex;
  }
  #homepage #members .body {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
  }
  #homepage #members .body .member-group {
    padding: 11px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 20px rgba(0, 0, 0, 0.06);
    border-width: 2px;
  }
  #homepage #members .body .member-group:hover {
    border-width: 3px;
  }
  #homepage #members .body .member-group:nth-child(n+8) {
    display: grid;
  }
  #homepage #members .body .member-group:nth-child(n+9) {
    display: none;
  }
  #homepage #members .body .more-btn {
    display: flex;
    grid-column: -1/1;
  }
  #homepage #our_partners {
    padding: 0 0 160px;
    margin-top: 80px;
  }
  #homepage #our_partners h2 {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  #homepage #our_partners .partners-wrapper {
    padding: 0 25px;
  }
  #homepage #our_partners .partners-wrapper .partner-group {
    height: auto;
  }
  #homepage #our_partners .partners-wrapper .partner-group:last-of-type {
    grid-column: 2 span;
  }
  #homepage #our_partners .partners-wrapper .partner-group img {
    max-width: 90px;
  }
  #homepage #our_partners .partners-wrapper .partner-group .title {
    font-size: 0.6rem;
    margin-top: 10px;
  }
}
#about_us #introduction {
  margin: 50px 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
  position: relative;
}
#about_us #introduction::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  right: 14.5%;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
  transform: rotate(43deg);
}
#about_us #introduction .logo-wrapper {
  flex: 0 0 30%;
  margin-left: 50px;
  text-align: center;
}
#about_us #introduction .logo-wrapper img {
  width: 50%;
  max-width: 160px;
  margin: 0 auto;
}
#about_us #introduction .logo-wrapper h1 {
  color: #6de8a5;
  text-align: center;
  line-height: 2;
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 1.8rem;
  margin: 30px 0 0;
  font-weight: bold;
}
#about_us #introduction .logo-wrapper h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #cecfcf;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#about_us #introduction .logo-wrapper .subtitle {
  color: #cecfcf;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  margin-top: -5px;
}
#about_us #introduction .description-wrapper {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
#about_us #introduction .description-wrapper p {
  line-height: 2.3;
  text-align: justify;
  font-weight: 500;
}
#about_us #vision_mission {
  font-weight: 500;
  display: flex;
}
#about_us #vision_mission .vision-wrapper {
  flex: 1 1 50%;
}
#about_us #vision_mission .mission-wrapper {
  flex: 1 1 50%;
}
#about_us #vision_mission ul {
  padding-right: 7%;
  margin-top: 40px;
}
#about_us #vision_mission ul li {
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
#about_us #vision_mission ul li::before {
  content: "";
  flex: 0 0 20px;
  height: 8px;
  background: #6de8a5;
  border-radius: 10px;
  margin-left: 15px;
  position: relative;
  top: 12px;
}
#about_us #goals {
  margin: 50px 0;
}
#about_us #goals img {
  display: block;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
#about_us #values {
  position: relative;
  margin: 150px 0 130px;
  padding: 50px 0;
  background: #8ff6be url(../images/stationary-pattern.png) repeat;
}
#about_us #values::before, #about_us #values::after {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
  background: #8ff6be;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: -1;
}
#about_us #values::after {
  transform: rotate(180deg);
  top: auto;
  bottom: -45px;
}
#about_us #values h2 {
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
#about_us #values h2::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 10px;
  background: #f49595;
  vertical-align: middle;
  border-radius: 100px;
  margin-left: 15px;
}
#about_us #values .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
#about_us #values .value-group {
  color: #696969;
  font-weight: bold;
  line-height: 2;
  flex: 0 0 29%;
  display: flex;
  align-items: flex-start;
  text-align: justify;
}
#about_us #values .value-group strong {
  font-weight: 900;
}
#about_us #values .value-group::before {
  content: "";
  width: 20px;
  height: 8px;
  background: #f49595;
  border-radius: 100px;
  margin-left: 15px;
  position: relative;
  top: 11px;
  flex-shrink: 0;
}
#about_us #board_members {
  margin-block: 50px;
}
#about_us #board_members .members-wrapper {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  align-items: center;
}
#about_us #board_members .members-wrapper .member-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(27, 26, 26, 0.07);
  padding: 10px 10px 30px;
  position: relative;
  text-align: center;
  margin: 0;
  flex: 0 0 260px;
}
#about_us #board_members .members-wrapper .member-card::before {
  content: "";
  display: block;
  width: 100px;
  height: 110px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(43deg);
  background: url(../images/logo-red.png?v=2) no-repeat center/contain;
  z-index: -1;
}
#about_us #board_members .members-wrapper .member-card .avatar-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
#about_us #board_members .members-wrapper .member-card .avatar-wrapper:hover::after {
  opacity: 0;
}
#about_us #board_members .members-wrapper .member-card .avatar-wrapper:hover img {
  transform: scale(1.07);
}
#about_us #board_members .members-wrapper .member-card .avatar-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6de8a5;
  opacity: 0.3;
  transition: all ease 0.4s;
}
#about_us #board_members .members-wrapper .member-card .avatar-wrapper img {
  width: 100%;
  display: block;
  transition: all ease 0.4s;
}
#about_us #board_members .members-wrapper .member-card .name {
  font-weight: bold;
  color: #676767;
}
#about_us #board_members .members-wrapper .member-card .name::before {
  content: "";
  display: block;
  width: 40px;
  height: 7px;
  border-radius: 100px;
  margin: 20px auto 12px;
  background: #6de8a5;
}
#about_us #board_members .members-wrapper .member-card .role {
  color: #929292;
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
#about_us #board_members .members-wrapper .member-card .more-btn {
  border: 1px solid #CBCBCB;
  color: #CBCBCB;
  border-radius: 5px;
  padding: 6px 12px;
  transition: all ease 0.2s;
  font-size: 0.8rem;
}
#about_us #board_members .members-wrapper .member-card .more-btn:hover {
  color: #FFF;
  background: #9B9B9B;
}
#about_us h2.title-theme1 {
  color: #717171;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
#about_us h2.title-theme1::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}

@media all and (max-width: 992px) {
  #about_us #introduction {
    flex-direction: column;
    padding: 40px 60px;
  }
  #about_us #introduction::before {
    display: none;
  }
  #about_us #introduction .logo-wrapper {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  #about_us #introduction .logo-wrapper img {
    width: 60%;
    max-width: 150px;
  }
  #about_us #vision_mission {
    flex-direction: column;
  }
  #about_us #vision_mission .vision-wrapper {
    margin-bottom: 50px;
  }
  #about_us #goals {
    margin: 50px 0;
  }
  #about_us #goals img {
    width: 90%;
  }
  #about_us #values {
    height: auto;
    padding: 30px 0;
  }
  #about_us #values::before, #about_us #values::after {
    height: 30px;
    top: -30px;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
  }
  #about_us #values::after {
    top: auto;
    bottom: -30px;
  }
  #about_us #values h2 {
    margin-bottom: 30px;
  }
  #about_us #values .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #about_us #values .value-group {
    flex: 0 0 43%;
  }
  #about_us #values .value-group:last-child {
    margin-bottom: 0;
  }
  #about_us #board_members .members-wrapper {
    gap: 40px;
  }
  #about_us #board_members .members-wrapper .member-card {
    flex: 0 0 200px;
  }
  #about_us #board_members .members-wrapper .member-card::before {
    width: 70px;
    height: 80px;
    top: -30px;
  }
}
@media all and (max-width: 768px) {
  #about_us #introduction {
    padding: 50px 25px;
    margin: 0 0 50px;
  }
  #about_us #introduction .logo-wrapper {
    flex: 0 0 100%;
  }
  #about_us #introduction .logo-wrapper img {
    width: 70%;
  }
  #about_us #introduction .logo-wrapper h1 {
    font-size: 1.5rem;
  }
  #about_us #introduction .logo-wrapper .subtitle {
    font-size: 1.1rem;
  }
  #about_us #introduction .description-wrapper p {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 2.1;
  }
  #about_us #goals img {
    width: 100%;
  }
  #about_us #values {
    margin: 100px 0;
  }
  #about_us #values .flex-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #about_us #values .value-group {
    flex: 0 0 100%;
  }
  #about_us #board_members .members-wrapper {
    margin-top: 50px;
    gap: 40px 20px;
  }
  #about_us #board_members .members-wrapper .member-card {
    flex: 0 0 46%;
  }
  #about_us #board_members .members-wrapper .member-card .role {
    font-size: 0.7rem;
  }
  #about_us #board_members .members-wrapper .member-card .name {
    font-size: 0.85rem;
  }
  #about_us #board_members .members-wrapper .member-card .more-btn {
    font-size: 0.6rem;
  }
}
#contact_us #map_wrapper {
  width: 100%;
  height: 430px;
  background: #c7dfd2;
  border: 6px solid #6ae1a0;
  border-radius: 15px;
  margin: 50px 0;
  position: relative;
  z-index: 0;
}
#contact_us #map_wrapper .logo-vector {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: -1;
}
#contact_us #info_form_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 200px;
}
#contact_us #info_form_wrapper .box {
  padding: 40px 50px;
}
#contact_us #info_form_wrapper .box .head h2 {
  color: #797979;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#contact_us #info_form_wrapper .box .head h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 7px;
  background: #f49595;
  border-radius: 50px;
  margin-left: 20px;
}
#contact_us #info_form_wrapper #info_wrapper {
  flex: 0 0 500px;
  margin-left: 50px;
}
#contact_us #info_form_wrapper #info_wrapper .info-group {
  display: flex;
  align-items: center;
}
#contact_us #info_form_wrapper #info_wrapper .info-group:not(:last-child) {
  margin-bottom: 15px;
}
#contact_us #info_form_wrapper #info_wrapper .info-group .icon {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
#contact_us #info_form_wrapper #info_wrapper .info-group .value {
  color: #9f9f9f;
  line-height: 2;
}
#contact_us #info_form_wrapper #form_wrapper {
  flex: 1 1;
}
#contact_us #info_form_wrapper #form_wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
}
#contact_us #info_form_wrapper #form_wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  font-weight: 500;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  transition: all ease 0.2s;
}
#contact_us #info_form_wrapper #form_wrapper .form-group .theme-input:focus {
  background: #f5f7f6;
  box-shadow: 0 0 0 4px #ecf3ef;
}
#contact_us #info_form_wrapper #form_wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
#contact_us #info_form_wrapper #form_wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
#contact_us #info_form_wrapper #form_wrapper .form-group.message-wrapper {
  grid-column: span 2;
}
#contact_us #info_form_wrapper #form_wrapper .form-group.message-wrapper textarea {
  line-height: 2;
  padding: 25px;
}
#contact_us #info_form_wrapper #form_wrapper #submit_btn {
  display: block;
  width: 50%;
  margin: 20px auto 0;
  background: #73D3A2;
  color: #FFF;
  transition: all ease 0.2s;
  border-radius: 20px;
  font-weight: bold;
  padding: 10px 0;
}
#contact_us #info_form_wrapper #form_wrapper #submit_btn:hover {
  background: #6AC697;
}
#contact_us #info_form_wrapper #form_wrapper #submit_btn .icon {
  margin-left: 10px;
  opacity: 0.7;
}

@media all and (max-width: 992px) {
  #contact_us #info_form_wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  #contact_us #info_form_wrapper .box {
    padding: 40px 50px;
  }
  #contact_us #info_form_wrapper .box .head h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #contact_us #info_form_wrapper .box .head h2::before {
    width: 25px;
  }
  #contact_us #info_form_wrapper #info_wrapper {
    flex: 0 0 100%;
    margin-left: 0;
  }
  #contact_us #info_form_wrapper #form_wrapper {
    flex: 1 1 100%;
  }
}
@media all and (max-width: 768px) {
  #contact_us #map_wrapper {
    height: 230px;
    margin: 25px 0 30px;
  }
  #contact_us #info_form_wrapper .box {
    padding: 30px 30px;
    margin-bottom: 30px;
  }
  #contact_us #info_form_wrapper #info_wrapper {
    padding: 30px 20px;
  }
  #contact_us #info_form_wrapper #info_wrapper .info-group {
    align-items: flex-start;
  }
  #contact_us #info_form_wrapper #form_wrapper {
    flex: 1 1 100%;
    width: 100%;
    padding: 30px 20px;
  }
  #contact_us #info_form_wrapper #form_wrapper .grid-wrapper {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    margin-top: 35px;
  }
  #contact_us #info_form_wrapper #form_wrapper .form-group.message-wrapper {
    grid-column: unset;
  }
  #contact_us #info_form_wrapper #form_wrapper #submit_btn {
    width: 90%;
  }
}
#events .banners-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  max-height: 2000px;
  transition: all ease 1s;
  overflow: hidden;
  position: relative;
}
#events .banners-wrapper.collapsed {
  max-height: 630px;
}
#events .banners-wrapper.collapsed::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(0deg, #ffffff 10%, transparent);
}
#events .banners-wrapper .banner-group {
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.25s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
}
#events .banners-wrapper .banner-group img {
  width: 100%;
  display: block;
}
#events .banners-wrapper .banner-group:hover {
  opacity: 0.7;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
}
#events .more-wrapper {
  text-align: center;
}
#events .more-wrapper button {
  margin: 35px 0 0;
  padding: 10px 30px;
}
#events .more-wrapper button .icon {
  margin: 0 15px 0 0;
  vertical-align: middle;
}

@media all and (max-width: 992px) {
  #events .banners-wrapper {
    grid-gap: 25px;
  }
  #events .banners-wrapper.collapsed {
    max-height: 370px;
  }
  #events .more-wrapper button {
    margin: 20px 0 30px;
    padding: 9px 20px;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  #events {
    margin: 30px 0;
  }
  #events .banners-wrapper {
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
  #events .banners-wrapper.collapsed {
    max-height: 500px;
  }
}
#member_list h1 {
  color: #797979;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 50px 0;
}
#member_list h1::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}
#member_list .members-list {
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 90px;
  justify-items: center;
}
#member_list .members-list .member-wrapper {
  height: 230px;
  position: relative;
}
#member_list .members-list .member-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: -66%;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  background: url(../images/chain-icon.svg) no-repeat center/contain;
}
#member_list .members-list .member-wrapper:nth-child(4n+4)::after, #member_list .members-list .member-wrapper:last-child::after {
  display: none;
}
#member_list .members-list .member-wrapper.signup svg {
  fill: #2aaf6a;
  width: 70%;
  height: 80%;
  margin: auto;
  display: block;
}
#member_list .members-list .member-wrapper .member-group {
  border: 3px solid #f7f7f7;
  box-shadow: 0 0 0 10px white, 0 0 50px rgba(27, 26, 26, 0.1);
  overflow: hidden;
  background: #FFF;
  border-radius: 200px;
  padding: 15px;
  transition: all ease 0.3s;
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#member_list .members-list .member-wrapper .member-group:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.1));
}
#member_list .members-list .member-wrapper .member-group .logo-wrapper {
  width: 90%;
  margin: 0 auto;
}
#member_list .members-list .member-wrapper .member-group .logo-wrapper::after {
  content: "";
  width: 27px;
  height: 7px;
  border-radius: 5px;
  background: #f49595;
  display: block;
  margin: 7px auto 11px;
}
#member_list .members-list .member-wrapper .member-group .logo-wrapper img {
  transition: all ease 0.3s;
}
#member_list .members-list .member-wrapper .member-group .title {
  color: #676767;
  font-weight: bold;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.5;
}

@media all and (max-width: 992px) {
  #member_list h1 {
    font-size: 1.4rem;
    margin: 20px 0 30px;
  }
  #member_list .members-list {
    padding: 0;
    grid-gap: 40px 80px;
  }
  #member_list .members-list .member-wrapper {
    height: 166px;
  }
  #member_list .members-list .member-wrapper::after {
    left: -56%;
    width: 50px;
    height: 40px;
  }
  #member_list .members-list .member-wrapper .member-group {
    width: 100%;
    height: 100%;
  }
  #member_list .members-list .member-wrapper .member-group .logo-wrapper::after {
    width: 22px;
    height: 5px;
  }
}
@media all and (max-width: 768px) {
  #member_list .members-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 67px;
  }
  #member_list .members-list .member-wrapper {
    height: 188px;
  }
  #member_list .members-list .member-wrapper::after {
    left: -42%;
    width: 44px;
    height: 30px;
  }
  #member_list .members-list .member-wrapper:nth-child(4n+4)::after, #member_list .members-list .member-wrapper:last-child::after {
    display: flex;
  }
  #member_list .members-list .member-wrapper:nth-child(even)::after, #member_list .members-list .member-wrapper:last-child::after {
    display: none;
  }
}
#member_single #introduction {
  margin: 50px 0 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 50px 80px;
  position: relative;
}
#member_single #introduction::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  right: 11.5%;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
  transform: rotate(43deg);
}
#member_single #introduction .logo-wrapper {
  flex: 0 0 25%;
  margin-left: 80px;
  text-align: center;
}
#member_single #introduction .logo-wrapper h1 {
  text-align: center;
  line-height: 2;
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 1.3rem;
  margin-top: 10px;
}
#member_single #introduction .logo-wrapper h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #f49595;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#member_single #introduction .info-wrapper {
  flex: 1 1;
}
#member_single #introduction .info-wrapper .section-title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #797979;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#member_single #introduction .info-wrapper .section-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #f49595;
  border-radius: 10px;
  margin-left: 20px;
}
#member_single #introduction .info-wrapper .brief-info-wrapper .info-group {
  background: #f9f9f9;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 12px 20px;
  position: relative;
  font-size: 0.9rem;
}
#member_single #introduction .info-wrapper .brief-info-wrapper .info-group:hover .value {
  left: 15px;
}
#member_single #introduction .info-wrapper .brief-info-wrapper .info-group .label {
  font-weight: bold;
}
#member_single #introduction .info-wrapper .brief-info-wrapper .info-group .value {
  background: #73D3A2;
  color: white;
  font-weight: bold;
  display: inline-block;
  border-radius: 100px;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.5s;
}
#member_single #introduction .description-wrapper {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
#member_single #introduction .description-wrapper.expanded {
  max-height: none;
}
#member_single #introduction .description-wrapper p {
  line-height: 2;
  text-align: justify;
}
#member_single #introduction .description-wrapper .gradient-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 130px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 25px;
  transition: all 0.2s ease;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), #fff 60%);
}
#member_single #introduction .description-wrapper .gradient-overlay::before {
  content: attr(data-collapsed);
  line-height: 1.517;
  color: #73D3A2;
}
#member_single #introduction .description-wrapper .gradient-overlay::after {
  font-family: Font Awesome\ 5 Free, Tahoma, serif;
  font-weight: 900;
  content: "\f107";
  color: #73D3A2;
  margin-right: 10px;
  transition: 0.3s ease;
}
#member_single #description {
  margin-block: 20px;
  padding: 50px;
  line-height: 2;
}
#member_single #description h2 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #797979;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#member_single #description h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: #f49595;
  border-radius: 10px;
  margin-left: 20px;
}
#member_single #description P {
  margin-bottom: 10px;
}
#member_single #description a:not(.btn) {
  color: #73D3A2;
  border-bottom: #73D3A2 dashed 1px;
  transition: 0.2s;
  padding-bottom: 2px;
}
#member_single #description a:not(.btn):hover {
  filter: brightness(0.8);
  border-bottom-style: solid;
  border-width: 2px;
  padding-bottom: 4px;
  border-color: #73D3A2;
}
#member_single #products {
  margin-block: 40px 10px;
}
#member_single #products .section-title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #797979;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#member_single #products .section-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #f49595;
  border-radius: 10px;
  margin-left: 20px;
}
#member_single #products .products-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}

@media all and (max-width: 992px) {
  #member_single #introduction {
    padding: 50px 45px;
  }
  #member_single #introduction .logo-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
  }
  #member_single #products .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 768px) {
  #member_single #introduction {
    margin: 50px 0 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 30px;
  }
  #member_single #introduction::before {
    width: 100px;
    height: 130px;
    top: -49px;
    right: 50%;
    transform: translateX(50%) rotate(43deg);
  }
  #member_single #introduction .logo-wrapper {
    flex: 0 0 100%;
    margin: 0 0 50px;
  }
  #member_single #introduction .logo-wrapper img {
    width: 90%;
  }
  #member_single #introduction .logo-wrapper h1 {
    font-size: 1.6rem;
  }
  #member_single #introduction .info-wrapper .section-title {
    display: none;
  }
  #member_single #introduction .info-wrapper .brief-info-wrapper .info-group {
    margin-bottom: 12px;
    padding: 10px 15px;
    font-size: 0.7rem;
  }
  #member_single #introduction .info-wrapper .brief-info-wrapper .info-group .label {
    font-weight: normal;
  }
  #member_single #introduction .info-wrapper .brief-info-wrapper .info-group .value {
    padding: 10px 15px;
  }
  #member_single #description {
    padding: 35px 30px;
    font-size: 0.85rem;
    text-align: justify;
  }
  #member_single #description h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #member_single #description h2::before {
    width: 7px;
    height: 23px;
    margin-left: 13px;
  }
  #member_single #products {
    margin-top: 35px;
  }
  #member_single #products .section-title {
    font-size: 1.2rem;
  }
  #member_single #products .section-title::before {
    width: 7px;
    height: 23px;
    margin-left: 13px;
  }
  #member_single #products .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
.theme-gallery .theme-top-head-wrapper {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 13px 40px;
  margin: 20px 0 50px;
}
.theme-gallery .theme-top-head-wrapper .title {
  color: #797979;
  font-weight: bold;
  font-size: 1.4rem;
}
.theme-gallery .theme-top-head-wrapper .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}
.theme-gallery .theme-top-head-wrapper .options-wrapper {
  margin-right: auto;
}
.theme-gallery .theme-top-head-wrapper .options-wrapper a {
  font-weight: 500;
  transition: all ease 0.2s;
}
.theme-gallery .theme-top-head-wrapper .options-wrapper a:hover {
  color: #6de8a5;
}
.theme-gallery .theme-top-head-wrapper .options-wrapper a:first-child {
  margin-left: 30px;
}
.theme-gallery .theme-top-head-wrapper .options-wrapper a.selected {
  color: #FFF;
  background: #6de8a5;
  border-radius: 100px;
  padding: 4px 17px;
}
.theme-gallery .theme-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme-gallery .theme-items-wrapper .item-group {
  flex: 0 0 30%;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}
.theme-gallery .theme-items-wrapper .item-group .poster-wrapper {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 175px;
}
.theme-gallery .theme-items-wrapper .item-group .poster-wrapper:hover .poster {
  transform: scale(1.07);
}
.theme-gallery .theme-items-wrapper .item-group .poster-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6de8a5;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-gallery .theme-items-wrapper .item-group .poster-wrapper .poster {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-gallery .theme-items-wrapper .item-group .poster-wrapper .icon {
  width: 12%;
  transition: all ease 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%) sepia(19%) saturate(5692%) hue-rotate(69deg) brightness(93%) contrast(86%);
}
.theme-gallery .theme-items-wrapper .item-group .info-wrapper {
  margin: 15px 0;
  color: #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  height: 30px;
}
.theme-gallery .theme-items-wrapper .item-group .info-wrapper::after {
  content: "";
  display: block;
  width: 35px;
  height: 6px;
  background: #6de8a5;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-gallery .theme-items-wrapper .item-group .title {
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  color: #676767;
  line-height: 1.8;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all ease 0.2s;
}
.theme-gallery .theme-items-wrapper .item-group .title:hover {
  color: #4A4A4A;
}
.theme-gallery .theme-main-title {
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.theme-gallery .theme-main-title::before {
  content: "";
  display: block;
  width: 36px;
  height: 9px;
  border-radius: 100px;
  margin-left: 25px;
  background-color: #73D3A2;
}
.theme-gallery .theme-main-description {
  margin: 20px 0;
  line-height: 2;
  padding-right: 60px;
  font-weight: 300;
}

@media all and (max-width: 992px) {
  .theme-gallery .theme-top-head-wrapper {
    padding: 10px 30px;
    margin: 20px 0 30px;
  }
  .theme-gallery .theme-top-head-wrapper .title {
    font-size: 1.2rem;
  }
  .theme-gallery .theme-top-head-wrapper .title::before {
    width: 25px;
    height: 25px;
  }
  .theme-gallery .theme-top-head-wrapper .options-wrapper a {
    font-size: 0.9rem;
  }
  .theme-gallery .theme-top-head-wrapper .options-wrapper a.selected {
    padding: 3px 12px;
  }
  .theme-gallery .theme-items-wrapper .item-group {
    margin-bottom: 30px;
  }
  .theme-gallery .theme-items-wrapper .item-group .poster-wrapper {
    height: 100px;
  }
  .theme-gallery .theme-items-wrapper .item-group .poster-wrapper .icon {
    width: 16%;
  }
  .theme-gallery .theme-items-wrapper .item-group .info-wrapper {
    margin: 25px 0 15px;
    padding: 0 12px;
    font-size: 0.85rem;
  }
  .theme-gallery .theme-items-wrapper .item-group .info-wrapper::after {
    top: 0;
    transform: translate(-50%, -160%);
  }
  .theme-gallery .theme-items-wrapper .item-group .title {
    padding: 0 12px;
    height: 55px;
  }
  .theme-gallery .theme-main-title {
    font-size: 1.2rem;
  }
  .theme-gallery .theme-main-title::before {
    width: 30px;
    height: 9px;
    margin-left: 20px;
  }
  .theme-gallery .theme-main-description {
    padding-right: 40px;
  }
}
@media all and (max-width: 768px) {
  .theme-gallery .theme-top-head-wrapper {
    padding: 15px 10px;
    margin: 0 0 15px;
    display: block;
  }
  .theme-gallery .theme-top-head-wrapper .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .theme-gallery .theme-top-head-wrapper .options-wrapper {
    text-align: center;
  }
  .theme-gallery .theme-items-wrapper .item-group {
    flex: 1 1 100%;
  }
  .theme-gallery .theme-items-wrapper .item-group .poster-wrapper {
    height: 150px;
  }
  .theme-gallery .theme-items-wrapper .item-group .poster-wrapper .icon {
    width: 13%;
  }
  .theme-gallery .theme-main-title {
    margin-top: 30px;
    font-size: 1.1rem;
    align-items: flex-start;
    line-height: 2;
  }
  .theme-gallery .theme-main-title::before {
    width: 30px;
    height: 9px;
    margin-left: 15px;
    position: relative;
    top: 11px;
  }
  .theme-gallery .theme-main-description {
    padding-right: 10px;
  }
}
#video_single .frame-wrapper {
  width: 70%;
  margin: 100px auto 60px;
  position: relative;
}
#video_single .frame-wrapper::before, #video_single .frame-wrapper::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -15px;
  left: 50%;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
  transform: rotate(43deg) translateX(-50%);
}
#video_single .frame-wrapper::after {
  top: unset;
  bottom: -104px;
}
#video_single .frame-wrapper .frame-inner {
  background-image: linear-gradient(to left, #F2EAEA, #CEE5D9);
  overflow: hidden;
  border: 7px solid #F39383;
  border-radius: 25px;
  min-height: 450px;
  box-shadow: 0 0 55px #E4A9A0;
}
#video_single .frame-wrapper .aparat-video-wrapper {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1200px) {
  #video_single .frame-wrapper {
    width: 80%;
  }
  #video_single .frame-wrapper .frame-inner {
    min-height: 350px;
  }
}
@media all and (max-width: 992px) {
  #video_single .frame-wrapper {
    width: 100%;
    margin: 85px auto 60px;
  }
  #video_single .frame-wrapper::before, #video_single .frame-wrapper::after {
    width: 100px;
    height: 100px;
  }
  #video_single .frame-wrapper::after {
    top: unset;
    bottom: -80px;
  }
  #video_single .frame-wrapper .frame-inner {
    min-height: 350px;
  }
}
@media all and (max-width: 768px) {
  #video_single .frame-wrapper {
    margin: 70px auto 90px;
  }
  #video_single .frame-wrapper::before, #video_single .frame-wrapper::after {
    width: 55px;
    height: 55px;
    top: -7px;
  }
  #video_single .frame-wrapper::after {
    bottom: -45px;
    top: unset;
  }
  #video_single .frame-wrapper .frame-inner {
    border: 5px solid #F39383;
    border-radius: 15px;
    min-height: 150px;
    box-shadow: 0 0 15px #E4A9A0;
  }
}
#image_single .images-wrapper {
  width: 90%;
  margin: 90px auto 60px;
  position: relative;
}
#image_single .images-wrapper::before, #image_single .images-wrapper::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -15px;
  left: 50%;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
  transform: rotate(43deg) translateX(-50%);
}
#image_single .images-wrapper::after {
  top: unset;
  bottom: -104px;
}
#image_single .images-wrapper.has-more-than-3 .frame-wrapper .image-wrapper:first-child {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
#image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
#image_single .images-wrapper .frame-wrapper {
  border: 7px solid #f39383;
  border-radius: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  background-image: linear-gradient(to left, #f2eaea, #cee5d9);
  overflow: hidden;
  padding: 25px;
}
#image_single .images-wrapper .frame-wrapper .image-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  aspect-ratio: 3/2;
}
#image_single .images-wrapper .frame-wrapper .image-wrapper img {
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(27, 26, 26, 0.07);
  cursor: pointer;
  display: block;
  height: 100%;
  transition: all 0.25s ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#image_single .images-wrapper .frame-wrapper .image-wrapper img:hover {
  transform: scale(1.06);
  opacity: 0.7;
}

@media all and (max-width: 992px) {
  #image_single .images-wrapper {
    width: 100%;
    margin: 70px auto 50px;
  }
  #image_single .images-wrapper::before, #image_single .images-wrapper::after {
    width: 60px;
    height: 60px;
    top: -9px;
  }
  #image_single .images-wrapper::after {
    bottom: -50px;
    top: unset;
  }
  #image_single .images-wrapper.has-more-than-3 .frame-wrapper .image-wrapper:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
  }
  #image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
    height: 100%;
  }
  #image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(5) {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
  }
  #image_single .images-wrapper .frame-wrapper {
    border: 5px solid #f39383;
    border-radius: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px;
  }
  #image_single .images-wrapper .frame-wrapper .image-wrapper img {
    border-radius: 10px;
  }
}
@media all and (max-width: 768px) {
  #image_single .images-wrapper {
    margin: 60px auto 50px;
  }
  #image_single .images-wrapper::before, #image_single .images-wrapper::after {
    width: 50px;
    height: 50px;
    top: -7px;
  }
  #image_single .images-wrapper::after {
    bottom: -40px;
    top: unset;
  }
  #image_single .images-wrapper .image-wrapper:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
  }
  #image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(4),
  #image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
    height: 100%;
  }
  #image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
  }
  #image_single .images-wrapper .frame-wrapper {
    border: 4px solid #f39383;
    border-radius: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px;
    padding: 13px;
  }
}
#profile #main_wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px 0 200px;
  padding: 50px 80px;
}
#profile #main_wrapper::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  right: 11.5%;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
  transform: rotate(43deg);
}
#profile #main_wrapper .info {
  margin-left: 100px;
  flex: 0 0 25%;
  text-align: center;
}
#profile #main_wrapper .info .avatar-wrapper {
  position: relative;
}
#profile #main_wrapper .info .avatar-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6de8a5;
  opacity: 0.15;
}
#profile #main_wrapper .info .avatar-wrapper::after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: #f49595;
  border-radius: 100px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
#profile #main_wrapper .info .avatar-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#profile #main_wrapper .info h1 {
  font-size: 1.4rem;
  margin: 55px 0 5px;
}
#profile #main_wrapper .info .role {
  color: #b8b8b8;
}
#profile #main_wrapper .description {
  text-align: justify;
  line-height: 2;
}
#profile #main_wrapper .description h2 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
}
#profile #main_wrapper .description h2:not(:first-child) {
  margin-top: 30px;
}
#profile #main_wrapper .description h2::before {
  content: "";
  display: block;
  width: 33px;
  height: 9px;
  background: #6de8a5;
  border-radius: 10px;
  position: absolute;
  right: -53px;
  top: 50%;
  transform: translateY(-50%);
}
#profile #main_wrapper .description ul {
  list-style: initial;
  padding-right: 20px;
}
#profile #main_wrapper .description ol {
  padding-right: 20px;
  list-style-type: persian;
}
#profile #main_wrapper .description li {
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  #profile #main_wrapper {
    flex-direction: column;
    margin: 40px 0 110px;
    padding: 25px 25px;
  }
  #profile #main_wrapper::before {
    right: auto;
    top: 46px;
    left: 50%;
    transform: rotate(60deg) translateX(-100%);
    transform-origin: center center;
    width: 110px;
    height: 110px;
  }
  #profile #main_wrapper .info {
    margin: 0 auto 40px;
    max-width: 220px;
  }
  #profile #main_wrapper .info h1 {
    font-size: 1.3rem;
  }
  #profile #main_wrapper .description {
    text-align: right;
    font-size: 0.9rem;
    line-height: 2.2;
  }
  #profile #main_wrapper .description h2 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #profile #main_wrapper .description h2::before {
    right: 0;
    top: 5px;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 15px;
  }
  #profile #main_wrapper .description li {
    margin-bottom: 15px;
  }
}
#blog_page {
  margin-top: 40px;
}
#blog_page .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
#blog_page aside {
  flex: 0 0 25%;
}
#blog_page aside .side-box {
  margin-bottom: 30px;
  padding: 30px 15px;
}
#blog_page aside .side-box .box-title {
  color: #797979;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
#blog_page aside .side-box .box-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  border-radius: 100px;
  background: #f49595;
  margin-left: 15px;
}
#blog_page aside .side-box#category .categories-list {
  padding-right: 15px;
}
#blog_page aside .side-box#category .categories-list li {
  display: block;
}
#blog_page aside .side-box#category .categories-list li:not(:last-child) {
  margin-bottom: 15px;
}
#blog_page aside .side-box#category .categories-list li a {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-weight: 500;
  transition: all ease 0.2s;
}
#blog_page aside .side-box#category .categories-list li a:hover {
  color: #73D3A2;
}
#blog_page aside .side-box#category .categories-list li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  border-radius: 100px;
  background: #6de8a5;
  margin-left: 10px;
}
#blog_page aside .side-box#suggestions .post-group {
  display: block;
  background: #fafafa;
  border-radius: 10px;
  padding: 15px 20px;
}
#blog_page aside .side-box#suggestions .post-group:not(:last-child) {
  margin-bottom: 15px;
}
#blog_page aside .side-box#suggestions .post-group .meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.75rem;
}
#blog_page aside .side-box#suggestions .post-group .meta .category {
  border-radius: 100px;
  padding: 0 15px;
  background: #73D3A2;
  color: white;
  transition: all ease 0.2s;
}
#blog_page aside .side-box#suggestions .post-group .meta .date {
  margin-right: auto;
  color: #bababa;
}
#blog_page aside .side-box#suggestions .post-group .main {
  display: flex;
  justify-content: space-between;
}
#blog_page aside .side-box#suggestions .post-group .main .main-image-wrapper {
  flex: 0 0 43%;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 20px;
  transition: all ease 0.2s;
}
#blog_page aside .side-box#suggestions .post-group .main .main-image-wrapper:hover {
  opacity: 0.8;
}
#blog_page aside .side-box#suggestions .post-group .main .title {
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.5;
  max-height: 60px;
  overflow: hidden;
}
#blog_page aside .side-box#ads .ad-group {
  border-radius: 5px;
  overflow: hidden;
  transition: all ease 0.2s;
  display: block;
}
#blog_page aside .side-box#ads .ad-group:hover {
  opacity: 0.7;
}
#blog_page aside .side-box#ads .ad-group:not(:last-child) {
  margin-bottom: 15px;
}
#blog_page main {
  flex: 0 0 72%;
}
#blog_page.post-list main .post-group {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #717171;
  height: 250px;
}
#blog_page.post-list main .post-group:not(:last-child) {
  margin-bottom: 30px;
}
#blog_page.post-list main .post-group .image-wrapper {
  display: block;
  flex: 0 0 40%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all ease 0.2s;
}
#blog_page.post-list main .post-group .image-wrapper img {
  transition: all ease 0.4s;
}
#blog_page.post-list main .post-group .image-wrapper:hover {
  opacity: 0.7;
}
#blog_page.post-list main .post-group .image-wrapper:hover img {
  transform: scale(1.05);
}
#blog_page.post-list main .post-group .image-wrapper .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #73D3A2;
  color: white;
  width: 55px;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 300;
  font-size: 0.9rem;
}
#blog_page.post-list main .post-group .image-wrapper .date .day {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 0.9;
}
#blog_page.post-list main .post-group .image-wrapper .date .month {
  font-size: 0.8rem;
}
#blog_page.post-list main .post-group .text-wrapper {
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#blog_page.post-list main .post-group .text-wrapper .title-body {
  flex: 1 1;
}
#blog_page.post-list main .post-group .text-wrapper .title-body .title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.2rem;
  display: flex;
}
#blog_page.post-list main .post-group .text-wrapper .title-body .title::before {
  content: "";
  display: block;
  margin-left: 15px;
  width: 23px;
  height: 7px;
  background: #f49595;
  border-radius: 100px;
  position: relative;
  top: 13px;
}
#blog_page.post-list main .post-group .text-wrapper .title-body .body {
  line-height: 1.8;
  font-size: 0.95em;
  overflow: hidden;
  max-height: 80px;
}
#blog_page.post-list main .post-group .text-wrapper .meta {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.9rem;
  flex: 0 0;
}
#blog_page.post-list main .post-group .text-wrapper .meta .category {
  border-radius: 100px;
  padding: 0 15px;
  background: #73D3A2;
  color: white;
  transition: all ease 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#blog_page.post-list main .post-group .text-wrapper .meta .more-link {
  color: #73D3A2;
}
#blog_page.post-list main .post-group .text-wrapper .meta .more-link:hover {
  color: #64B58B;
}
#blog_page.post-single main article {
  padding: 30px 30px 50px;
  border-radius: 10px;
}
#blog_page.post-single main article #main_image_wrapper {
  margin-bottom: 30px;
}
#blog_page.post-single main article #main_image_wrapper img {
  border-radius: 10px;
}
#blog_page.post-single main article h1 {
  margin-bottom: 10px;
  display: flex;
  line-height: 2;
}
#blog_page.post-single main article h1::before {
  content: "";
  width: 30px;
  height: 7px;
  border-radius: 100px;
  background: #f49595;
  margin-left: 15px;
  flex-shrink: 0;
  position: relative;
  top: 20px;
}
#blog_page.post-single main article ul,
#blog_page.post-single main article ol {
  margin-right: 18px;
}
#blog_page.post-single main article .meta {
  margin-bottom: 35px;
}
#blog_page.post-single main article .meta .meta-group {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.8em;
  color: #ababab;
}
#blog_page.post-single main article .body {
  line-height: 2.3;
  text-align: justify;
}
#blog_page.post-single main article .body p {
  margin-bottom: 12px;
  overflow-x: auto;
}
#blog_page.post-single main article .body h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  display: flex;
  line-height: 2;
}
#blog_page.post-single main article .body h2::before {
  content: "";
  width: 15px;
  height: 5px;
  border-radius: 100px;
  background: #73D3A2;
  margin-left: 12px;
  flex-shrink: 0;
  position: relative;
  top: 20px;
}
#blog_page.post-single main article .body h3 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
#blog_page.post-single main article .body h4, #blog_page.post-single main article .body h5, #blog_page.post-single main article .body h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
#blog_page.post-single main article .body a:not(.btn) {
  color: #73D3A2;
  border-bottom: #73D3A2 dashed 1px;
  transition: 0.2s;
  padding-bottom: 2px;
}
#blog_page.post-single main article .body a:not(.btn):hover {
  filter: brightness(0.8);
  border-bottom-style: solid;
  border-width: 2px;
  padding-bottom: 4px;
  border-color: #73D3A2;
}
#blog_page.post-single main article .body img {
  max-width: 100%;
  margin: 50px auto;
  display: block;
  height: auto;
}
#blog_page.post-single main article .body ul {
  list-style: disc;
}
#blog_page.post-single main article .body .btn {
  white-space: normal;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 15px 0;
}
#blog_page.post-single main article .body .point-wrapper {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  padding: 35px 25px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 2.3;
  box-shadow: 0 5px 14px -8px #d0d0d0;
}
#blog_page.post-single main article .body .point-wrapper.theme-green {
  background: #ecf6f1;
  border: #d7e7df 1px solid;
  color: #63ae86;
}
#blog_page.post-single main article .body .point-wrapper.theme-green-outline {
  background: transparent;
  border: 1px solid #73D3A2;
  color: #73D3A2;
  box-shadow: none;
}
#blog_page.post-single main article .body .point-wrapper.theme-red {
  background: #f6eded;
  border: #e7d8d8 1px solid;
  color: #c06d6d;
}
#blog_page.post-single main article .body .point-wrapper.theme-red-outline {
  background: transparent;
  border: #f39383 1px solid;
  color: #f39383;
}
#blog_page.post-single main article .body .point-wrapper.theme-grey {
  background: #f1f1f1;
  border: #f5f5f5 1px solid;
  color: #7e9494;
}
#blog_page.post-single main article .body .point-wrapper.theme-grey-outline {
  background: transparent;
  border: #7e9494 1px solid;
  color: #7e9494;
}
#blog_page.post-single main .read-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#blog_page.post-single main .read-more-wrapper .post-link {
  display: block;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 500;
  transition: all ease 0.2s;
}
#blog_page.post-single main .read-more-wrapper .post-link:hover {
  box-shadow: 0 0 40px rgba(27, 26, 26, 0.1);
  color: #73D3A2;
}
#blog_page.post-single main .read-more-wrapper .post-link:hover.next .icon {
  right: -8px;
}
#blog_page.post-single main .read-more-wrapper .post-link:hover.prev .icon {
  right: 8px;
}
#blog_page.post-single main .read-more-wrapper .post-link .icon {
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: 0;
  transition: all ease 0.3s;
}
#blog_page.post-single main .comments-wrapper {
  margin-top: 60px;
}
#blog_page.post-single main .comments-wrapper .main-title {
  color: #797979;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#blog_page.post-single main .comments-wrapper .main-title .icon {
  color: #fbd8d8;
  margin-left: 20px;
}
#blog_page.post-single main .comments-wrapper .form-wrapper {
  padding: 40px 50px;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .form-group {
  margin-bottom: 15px;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  font-weight: 500;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  max-width: 500px;
  transition: all ease 0.2s;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .form-group .theme-input:focus {
  background: #f5f7f6;
  box-shadow: 0 0 0 4px #ecf3ef;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: 300;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .form-group textarea.theme-input {
  line-height: 2;
  padding: 25px;
  max-width: unset;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .buttons-wrapper {
  text-align: left;
}
#blog_page.post-single main .comments-wrapper .form-wrapper .buttons-wrapper button {
  font-size: 1.1rem;
}
#blog_page.post-single main .comments-wrapper .comment-group {
  padding: 40px 50px;
  margin: 25px 0;
}
#blog_page.post-single main .comments-wrapper .comment-group .head {
  margin-bottom: 8px;
  font-size: 0.9rem;
}
#blog_page.post-single main .comments-wrapper .comment-group .head .name {
  font-weight: bold;
  color: #73D3A2;
}
#blog_page.post-single main .comments-wrapper .comment-group .head .date {
  color: silver;
  font-weight: 300;
  font-size: 0.8rem;
}
#blog_page.post-single main .comments-wrapper .comment-group .body {
  line-height: 2.2;
  color: #456C8E;
  font-weight: 500;
}
#blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply {
  margin-top: 25px;
  margin-right: 40px;
  line-height: 2.2;
  background: #f7f7f7;
  color: #73d3a2;
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #f1f0f0;
  box-shadow: 0 11px 15px #edf1ef;
}
#blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply .title {
  font-size: 0.9rem;
  color: #bcbcbc;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply .title::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/logo.png?v=2) no-repeat center/contain;
  margin-left: 12px;
}
#blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply .reply-text {
  font-weight: 500;
}

@media all and (max-width: 992px) {
  #blog_page aside .side-box {
    padding: 25px 15px;
  }
  #blog_page aside .side-box .box-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  #blog_page aside .side-box .box-title::before {
    width: 20px;
    height: 6px;
    margin-left: 10px;
  }
  #blog_page aside .side-box#suggestions .post-group .meta {
    display: block;
    text-align: center;
  }
  #blog_page aside .side-box#suggestions .post-group .meta .category {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 17px;
  }
  #blog_page aside .side-box#suggestions .post-group .main {
    display: block;
  }
  #blog_page aside .side-box#suggestions .post-group .main .main-image-wrapper {
    margin: 0 0 15px;
  }
  #blog_page aside .side-box#suggestions .post-group .main .title {
    font-size: 0.75rem;
    max-height: 60px;
  }
  #blog_page main {
    flex: 0 0 70%;
  }
  #blog_page.post-list main .post-group {
    flex-direction: column;
    height: auto;
  }
  #blog_page.post-list main .post-group .text-wrapper {
    padding: 25px 25px;
  }
  #blog_page.post-list main .post-group .text-wrapper .meta {
    margin-top: 20px;
  }
  #blog_page.post-single main .read-more-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #blog_page.post-single main .read-more-wrapper .post-link {
    width: 90%;
    margin: 0 auto 15px;
  }
}
@media all and (max-width: 768px) {
  #blog_page {
    margin-top: 0;
    padding: 0 15px;
  }
  #blog_page .flex-wrapper {
    flex-direction: column;
  }
  #blog_page aside {
    order: 2;
    flex: 1 1 100%;
  }
  #blog_page aside .side-box {
    padding: 25px;
  }
  #blog_page aside .side-box .box-title {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  #blog_page aside .side-box#suggestions .post-group {
    padding: 20px 15px;
  }
  #blog_page aside .side-box#suggestions .post-group .meta {
    display: flex;
  }
  #blog_page aside .side-box#suggestions .post-group .main .title {
    font-size: 0.85rem;
    font-weight: bold;
  }
  #blog_page main {
    order: 1;
    flex: 1 1 100%;
  }
  #blog_page.post-list main .post-group .text-wrapper {
    padding: 25px 25px;
  }
  #blog_page.post-list main .post-group .text-wrapper .title-body .title {
    font-size: 1.1rem;
  }
  #blog_page.post-list main .post-group .text-wrapper .title-body .title::before {
    margin-left: 10px;
    width: 20px;
    height: 6px;
  }
  #blog_page.post-list main .post-group .text-wrapper .title-body .body {
    font-size: 0.85rem;
  }
  #blog_page.post-list main .post-group .text-wrapper .meta {
    margin-top: 20px;
  }
  #blog_page.post-single main article {
    padding: 15px 15px 50px;
  }
  #blog_page.post-single main article h1 {
    font-size: 1.1rem;
  }
  #blog_page.post-single main article h1::before {
    width: 20px;
  }
  #blog_page.post-single main article .meta {
    margin-bottom: 15px;
  }
  #blog_page.post-single main article .body {
    padding: 0 8px;
    font-size: 0.85rem;
    text-align: right;
  }
  #blog_page.post-single main article .body h2 {
    text-align: right;
    font-size: 1.1rem;
  }
  #blog_page.post-single main article .body h3, #blog_page.post-single main article .body h4 {
    font-size: 1rem;
  }
  #blog_page.post-single main .read-more-wrapper .post-link {
    font-size: 0.9rem;
    height: 70px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #blog_page.post-single main .comments-wrapper {
    margin-top: 40px;
  }
  #blog_page.post-single main .comments-wrapper .main-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  #blog_page.post-single main .comments-wrapper .form-wrapper {
    padding: 25px 20px;
  }
  #blog_page.post-single main .comments-wrapper .form-wrapper .form-group {
    margin-bottom: 13px;
  }
  #blog_page.post-single main .comments-wrapper .form-wrapper .form-group .theme-input {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  #blog_page.post-single main .comments-wrapper .form-wrapper .form-group textarea.theme-input {
    padding: 15px 20px;
  }
  #blog_page.post-single main .comments-wrapper .form-wrapper .buttons-wrapper button {
    width: 100%;
    font-size: 0.95rem;
    padding: 10px 0;
  }
  #blog_page.post-single main .comments-wrapper .comment-group {
    padding: 25px;
    margin: 20px 0;
  }
  #blog_page.post-single main .comments-wrapper .comment-group .body {
    font-size: 0.9rem;
    line-height: 2.1;
  }
  #blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply {
    margin-right: 10px;
    line-height: 1.8;
    padding: 20px;
  }
  #blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply .title {
    font-size: 0.85rem;
    margin-bottom: 10px;
  }
  #blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply .title::before {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  #blog_page.post-single main .comments-wrapper .comment-group .irannevesht-reply .reply-text {
    font-size: 0.9rem;
  }
}
.theme-festival h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 80px;
}
.theme-festival h2::before, .theme-festival h2::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
.theme-festival .hr-divider {
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  margin: 40px auto;
}
.theme-festival .flex-wrapper {
  display: flex;
}
.theme-festival .cta-btn {
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 10px 95px;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  margin-top: 30px;
}
.theme-festival .cta-btn:hover {
  background: #6AC697;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.28);
}
.theme-festival .special-store .flex-wrapper {
  gap: 50px;
  align-items: flex-start;
}
.theme-festival .special-store .text-wrapper {
  flex: 1 1 50%;
  padding: 45px;
}
.theme-festival .special-store .text-wrapper .title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #515754;
}
.theme-festival .special-store .text-wrapper .description {
  text-align: justify;
  line-height: 2;
}
.theme-festival .special-store .text-wrapper .cta-btn {
  float: left;
}
.theme-festival .special-store .banner-wrapper {
  flex: 1 1 50%;
  padding-top: 30px;
}
.theme-festival .special-store .banner-wrapper img {
  transition: all ease 0.35s;
  border-radius: 15px;
  box-shadow: 0 0 28px #afe8ec;
}
.theme-festival .special-store .banner-wrapper img:hover {
  transform: scale(1.03);
  opacity: 0.8;
  box-shadow: 0 0 28px #8CDFE5;
}
.theme-festival #retail {
  margin: 80px 0;
}
.theme-festival #local_stores {
  background: #f9f9f9;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.theme-festival #local_stores::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.02;
  width: 100%;
  height: 100%;
  background: url(../images/store-icon.png);
  z-index: 0;
}
.theme-festival #local_stores h2 {
  margin-bottom: 25px !important;
}
.theme-festival #local_stores .text-wrapper {
  text-align: center;
  line-height: 2;
  max-width: 650px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.theme-festival #local_stores .text-wrapper a {
  color: #73D3A2;
  font-weight: bold;
}
.theme-festival #local_stores .text-wrapper a:hover {
  border-bottom: 1px solid #73D3A2;
}
.theme-festival #local_stores .banner-wrapper {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.theme-festival #local_stores .banner-wrapper img {
  transition: all ease 0.35s;
  filter: drop-shadow(0 0 40px #b1f5f2);
}
.theme-festival #local_stores .banner-wrapper img:hover {
  transform: scale(1.03);
}
.theme-festival #wholesale {
  margin: 80px 0;
}
.theme-festival #physical {
  margin-bottom: 40px;
}
.theme-festival #vip_stores {
  background: #e16a5f;
  padding: 70px 0;
  position: relative;
}
.theme-festival #vip_stores::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url(../images/store-icon.png);
  z-index: 0;
}
.theme-festival #vip_stores .container {
  z-index: 2;
  position: relative;
}
.theme-festival #vip_stores h2 {
  color: #FFF !important;
  margin-bottom: 10px;
}
.theme-festival #vip_stores h2::before, .theme-festival #vip_stores h2::after {
  background: #a5200b !important;
}
.theme-festival #vip_stores .text-wrapper {
  text-align: center;
  line-height: 2;
  max-width: 650px;
  margin: 0 auto 45px;
  z-index: 2;
  color: #ffd5ce;
  font-weight: 300;
}
.theme-festival #vip_stores .stores-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
}
.theme-festival #vip_stores .stores-list .store-group {
  flex: 0 0 20%;
  margin: 24px 2%;
  height: 310px;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.theme-festival #vip_stores .stores-list .store-group .image-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.theme-festival #vip_stores .stores-list .store-group .image-wrapper:hover::before {
  opacity: 0;
}
.theme-festival #vip_stores .stores-list .store-group .image-wrapper:hover img {
  transform: scale(1.05);
}
.theme-festival #vip_stores .stores-list .store-group .image-wrapper::before {
  content: "";
  background: #73D3A2;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all ease 0.25s;
}
.theme-festival #vip_stores .stores-list .store-group .image-wrapper img {
  display: block;
  transition: all ease 0.4s;
}
.theme-festival #vip_stores .stores-list .store-group .title {
  font-weight: bold;
}
.theme-festival #vip_stores .stores-list .store-group .location {
  font-weight: 300;
  font-size: 0.9rem;
}
.theme-festival #vip_stores .stores-list .store-group .more-btn {
  display: block;
  width: 60%;
  border: 1px solid #73D3A2;
  color: #73D3A2;
  border-radius: 5px;
  transition: all ease 0.2s;
  margin: 20px auto;
  font-size: 0.8rem;
  font-weight: bold;
}
.theme-festival #vip_stores .stores-list .store-group .more-btn:hover {
  background: #73D3A2;
  color: #FFF;
}
.theme-festival #contact_us {
  margin: 80px 0;
}
.theme-festival #contact_us .form-wrapper {
  max-width: 800px;
  margin: -20px auto 0;
}
.theme-festival #contact_us .form-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
}
.theme-festival #contact_us .form-wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  transition: all ease 0.3s;
  font-weight: bold;
}
.theme-festival #contact_us .form-wrapper .form-group .theme-input:focus {
  background: #F3F3F3;
}
.theme-festival #contact_us .form-wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
.theme-festival #contact_us .form-wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
.theme-festival #contact_us .form-wrapper .form-group.message-wrapper {
  grid-column: span 2;
}
.theme-festival #contact_us .form-wrapper .form-group.message-wrapper textarea {
  line-height: 2;
  padding: 25px;
}
.theme-festival #contact_us .form-wrapper #submit_btn {
  display: block;
  margin: 30px auto;
}
.theme-festival #contact_us .form-wrapper #submit_btn .icon {
  margin-left: 10px;
  opacity: 0.7;
}

#festival99 #introduction {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #60c3ad;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#festival99 #introduction #header {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  position: relative;
  z-index: 10;
}
#festival99 #introduction #header .logo-wrapper {
  display: block;
  margin-left: 20px;
  width: 110px;
  transition: all ease 0.3s;
}
#festival99 #introduction #header .logo-wrapper:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
#festival99 #introduction #header #main_nav_list {
  display: flex;
  align-items: center;
}
#festival99 #introduction #header #main_nav_list li {
  margin: 0 4px;
}
#festival99 #introduction #header #main_nav_list li a {
  padding: 6px 12px;
  display: inline-block;
  position: relative;
  color: #d9e8ef;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all ease 0.2s;
}
#festival99 #introduction #header #main_nav_list li a:hover {
  color: #d6d6d6;
}
#festival99 #introduction #header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #83c3a2;
  color: #83c3a2;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: auto;
  display: none;
}
#festival99 #introduction #header .hamburger-menu-btn:hover, #festival99 #introduction #header .hamburger-menu-btn:active {
  background: #83c3a2;
  color: #FFF;
}
#festival99 #introduction .text {
  background-image: url(../images/text.png);
  width: 40%;
  height: 38vh;
  right: 80px;
  top: 50%;
  transform: translateY(-60%);
}
#festival99 #introduction .characters {
  background-image: url(../images/characters.png?v=2);
  width: 40%;
  height: 60vh;
  left: 80px;
  top: 50%;
  transform: translateY(-60%);
}
#festival99 #introduction .bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#festival99 #updating {
  text-align: center;
  padding-block: 90px 70px;
  background: #ecfff6;
  color: #1a764d;
  font-weight: 600;
  line-height: 2.3;
  font-size: 1.1rem;
  position: relative;
}
#festival99 #updating::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.03;
  width: 100%;
  height: 100%;
  background: url(../images/store-icon.png);
  z-index: 0;
}
#festival99 #updating .content {
  position: relative;
  z-index: 1;
}
#festival99 #updating .btn {
  margin: 15px 0 0;
  font-size: 1rem;
  background: #cb252a;
}

@media all and (max-width: 992px) {
  .theme-festival h2 {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .theme-festival h2::before, .theme-festival h2::after {
    margin: 0 25px;
    width: 30px;
    height: 7px;
  }
  .theme-festival .cta-btn {
    padding: 10px;
    width: 200px;
    max-width: 200px;
    text-align: center;
  }
  .theme-festival .special-store {
    margin: 50px 0;
  }
  .theme-festival .special-store .text-wrapper {
    padding: 0;
  }
  .theme-festival .special-store .banner-wrapper {
    display: flex;
    align-items: center;
  }
  .theme-festival #vip_stores {
    padding: 50px 0;
  }
  .theme-festival #vip_stores .text-wrapper {
    margin-bottom: 15px;
  }
  .theme-festival #vip_stores .stores-list .store-group {
    flex: 0 0 29%;
    margin: 24px 13px;
    height: 280px;
  }
  .theme-festival #contact_us {
    margin: 60px 0 40px;
  }
}
@media all and (max-width: 768px) {
  .theme-festival {
    padding-top: 0;
  }
  .theme-festival h2 {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .theme-festival h2::before, .theme-festival h2::after {
    margin: 0 24px;
  }
  .theme-festival .special-store.reverse .text-wrapper {
    margin: 0;
  }
  .theme-festival .special-store .flex-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .theme-festival .special-store .text-wrapper {
    margin-left: 0;
    order: 2;
  }
  .theme-festival .special-store .text-wrapper .cta-btn {
    margin: 20px auto;
    float: none;
    display: block;
    max-width: 90%;
    width: 90%;
  }
  .theme-festival .special-store .banner-wrapper {
    order: 1;
    margin-bottom: 40px;
    padding-top: 0;
  }
  .theme-festival #vip_stores {
    padding: 35px 0;
  }
  .theme-festival #vip_stores .text-wrapper {
    margin-bottom: 15px;
  }
  .theme-festival #vip_stores .stores-list {
    justify-content: space-between;
  }
  .theme-festival #vip_stores .stores-list .store-group {
    flex: 0 0 47%;
    margin: 14px 0;
    height: auto;
  }
  .theme-festival #vip_stores .stores-list .store-group .image-wrapper {
    margin-bottom: 13px;
  }
  .theme-festival #vip_stores .stores-list .store-group .title {
    font-size: 0.85rem;
    overflow: hidden;
  }
  .theme-festival #vip_stores .stores-list .store-group .location {
    font-size: 0.7rem;
  }
  .theme-festival #vip_stores .stores-list .store-group .more-btn {
    width: 80%;
    margin: 12px auto;
    font-size: 0.6rem;
  }
  .theme-festival #contact_us .form-wrapper .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .theme-festival #contact_us .form-wrapper .form-group.message-wrapper {
    grid-column: unset;
  }
  #festival99 #introduction {
    height: 100vh;
  }
  #festival99 #introduction #header {
    display: flex;
    padding: 12px 40px;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #1f8055;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #festival99 #introduction #header::before {
    display: none;
  }
  #festival99 #introduction #header .logo-wrapper {
    margin-left: 0;
    width: 80px;
  }
  #festival99 #introduction #header #main_nav_list {
    background: #ededed;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  #festival99 #introduction #header #main_nav_list li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #festival99 #introduction #header #main_nav_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }
  #festival99 #introduction #header #main_nav_list li a {
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    color: #737373;
    font-size: 0.9rem;
  }
  #festival99 #introduction #header #main_nav_list li a.active::after {
    display: none;
  }
  #festival99 #introduction #header .hamburger-menu-btn {
    display: flex;
  }
  #festival99 #introduction .text {
    width: 80%;
    height: 33vh;
    right: auto;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
  }
  #festival99 #introduction .characters {
    width: 80%;
    height: 43vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
  }
}
#festival1402 #poster #titles #subtitle {
  background-image: url(../images/subtitle-1402.png);
}
#festival1402 #poster #characters {
  animation: bounceUpDown 6s ease-in-out 0s infinite normal none;
  aspect-ratio: 1.6/2;
  background: url(../images/characters1402.png) no-repeat 0 100%/contain;
  bottom: 3%;
  left: 5%;
  max-height: 90%;
  position: absolute;
  width: 30vw;
}
#festival1402 #participants picture {
  filter: grayscale(0.85) opacity(0.8);
  transition: all ease 0.25s;
}
#festival1402 #participants picture:hover {
  filter: none;
}
#festival1402 #provinces .banners-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
#festival1402 #provinces .banners-wrapper .banner-group {
  overflow: hidden;
  border-radius: 10px;
}
#festival1402 #provinces .banners-wrapper .banner-group:hover img {
  transform: scale(1.25);
  transform-origin: left center;
}
#festival1402 #provinces .banners-wrapper .banner-group img {
  transition: all ease 0.4s;
}

@media all and (max-width: 992px) {
  #festival1402 #provinces .banners-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media all and (max-width: 768px) {
  #festival1402 #poster #characters {
    left: 21%;
    width: 60vw;
    bottom: 0;
  }
}
#festival1403 #poster #titles #subtitle {
  background-image: url(../images/subtitle-1403.png);
}
#festival1403 #poster #elements {
  animation: 6s ease-in-out 0s normal none infinite bounceRightLeft;
  background: url(../images/characters1403-elements-v2.png) no-repeat 0 100%/contain;
  bottom: 5%;
  left: 2%;
  position: absolute;
  width: 42vw;
  aspect-ratio: 700/549;
}
#festival1403 #poster #particles {
  background: url(../images/characters1403-particles.png?v=2) no-repeat 0 100%/contain;
  animation: festival1403_particles_falling 4s ease-in infinite;
  aspect-ratio: 800/270;
  bottom: 48%;
  left: 2%;
  position: absolute;
  width: 40vw;
}
#festival1403 #poster #ground {
  background: url(../images/characters1403-ground-trimed-v2.png) no-repeat left top/cover;
  aspect-ratio: 850/141;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 65vw;
}
#festival1403 #poster #logos {
  background-image: url(../images/logos-v4.png);
  width: 30%;
  max-width: 360px;
}
#festival1403 #participants img {
  border-radius: 10px;
}
#festival1403 #map img {
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
#festival1403 #provinces .banners-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
#festival1403 #provinces .banners-wrapper .banner-group {
  overflow: hidden;
  border-radius: 10px;
}
#festival1403 #provinces .banners-wrapper .banner-group:hover img {
  transform: scale(1.2);
  transform-origin: right center;
}
#festival1403 #provinces .banners-wrapper .banner-group img {
  transition: all ease 0.4s;
}

@media all and (max-width: 992px) {
  #festival1403 #provinces .banners-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media all and (max-width: 768px) {
  #festival1403 #poster #ground {
    width: 150vw;
  }
  #festival1403 #poster #particles {
    width: 85%;
    bottom: 20%;
    left: 5%;
    z-index: 3;
  }
  #festival1403 #poster #elements {
    left: 3%;
    max-width: unset;
    width: 88%;
    bottom: 43px;
    z-index: 3;
  }
  #festival1403 #poster #logos {
    width: 75%;
    top: 54%;
  }
  #festival1403 #participants h2 {
    margin-bottom: 25px;
  }
  #festival1403 #map h2 {
    margin-bottom: 25px;
  }
}
@keyframes bounceRightLeft {
  0% {
    transform: translate3d(-10px, -10px, 0);
  }
  50% {
    transform: translate3d(30px, 30px, 0);
  }
  100% {
    transform: translate3d(-10px, -10px, 0);
  }
}
.festival-theme {
  position: relative;
  z-index: 1;
}
.festival-theme h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 40px;
}
.festival-theme h2::before, .festival-theme h2::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
.festival-theme #poster {
  width: 100%;
  height: 100vh;
  background: #7880bd url(../images/bg-cloud-purple.jpg) no-repeat bottom center/cover;
  position: relative;
  overflow: hidden;
}
.festival-theme #poster #header {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  position: relative;
  z-index: 4;
}
.festival-theme #poster #header .logo-wrapper {
  display: block;
  margin-left: 20px;
  width: 110px;
  transition: all ease 0.3s;
}
.festival-theme #poster #header .logo-wrapper:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
.festival-theme #poster #header #main_nav_list {
  display: flex;
  align-items: center;
}
.festival-theme #poster #header #main_nav_list li {
  margin: 0 4px;
}
.festival-theme #poster #header #main_nav_list li a {
  padding: 6px 12px;
  display: inline-block;
  position: relative;
  color: #FFF;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all ease 0.2s;
  opacity: 0.8;
}
.festival-theme #poster #header #main_nav_list li a:hover {
  opacity: 1;
}
.festival-theme #poster #header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #A7B1BC;
  color: #A7B1BC;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: auto;
  display: none;
}
.festival-theme #poster #header .hamburger-menu-btn:hover, .festival-theme #poster #header .hamburger-menu-btn:active {
  background: rgba(255, 255, 255, 0.6784313725);
  color: #FFF;
}
.festival-theme #poster .graphic-el {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.festival-theme #poster #characters {
  width: 60%;
  max-width: 1150px;
  aspect-ratio: 1.5;
  bottom: 0;
  left: 0;
  background-image: url(../images/characters.png);
}
.festival-theme #poster #titles {
  position: absolute;
  aspect-ratio: 2/1.25;
  right: 6%;
  top: 50%;
  width: 45%;
  transform: translateY(-50%);
  max-width: 800px;
}
.festival-theme #poster #titles #title_main {
  width: 60%;
  max-width: 600px;
  aspect-ratio: 1.2;
  background-image: url(../images/title-main.png);
}
.festival-theme #poster #titles #subtitle {
  width: 55%;
  aspect-ratio: 3.6;
  top: 60%;
  left: 0;
  background-image: url(../images/subtitle.png?v=2);
}
.festival-theme #poster #logos {
  width: 23%;
  max-width: 380px;
  aspect-ratio: 4.9;
  bottom: 30px;
  right: 7%;
  background-image: url(../images/logos-v2.png);
}
.festival-theme #poster {
  /*#dolphin_boy{
      width: 20%;
      aspect-ratio: 1.2;
      bottom: 0;
      right: 3%;
      background-image: url(../images/dolphin-boy.png);
  }

  #dolphin_boy_announcement{
      width: 26%;
      aspect-ratio: 3.5;
      bottom: 21%;
      right: 19%;
      background-image: url(../images/dolphin-boy-announcement-with-rope.png);
      filter: drop-shadow(2px 10px 16px #491E5B);
      transform-origin: center top;
      animation: 5s ease-in-out 0s normal none infinite festival_sign_swing;
  }*/
}
.festival-theme #info {
  text-align: center;
  padding-block: 50px;
  background: #fff4f8;
  width: 100%;
  position: relative;
}
.festival-theme #info::before {
  display: block;
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/moshabak-pattern.png) repeat;
  background-size: 50px;
}
.festival-theme #info h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #e1142d;
}
.festival-theme #info .info-group {
  font-size: 1.4rem;
  margin-block: 20px;
  font-weight: bold;
  color: #683368;
}
.festival-theme #info .info-group .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  opacity: 0.7;
}
.festival-theme #info .info-group .text {
  display: inline-block;
}
.festival-theme #info .info-group .separator {
  display: inline-flex;
}
.festival-theme #info .info-group .separator::before {
  content: "؛";
  display: inline-block;
  width: 20px;
}
.festival-theme #info .info-group .hl {
  display: inline-block;
  background-color: #b79400;
  color: white;
  padding: 2px 7px;
  border-radius: 3px;
  font-weight: bold;
}
.festival-theme #about {
  margin: 90px 0;
}
.festival-theme #about .cols {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  grid-gap: 85px;
}
.festival-theme #about .cols .col1 p {
  line-height: 2.2;
  margin-bottom: 10px;
  text-align: justify;
}
.festival-theme #about .cols .image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content;
  grid-gap: 7px;
  align-self: center;
}
.festival-theme #about .cols .image-gallery img {
  border-radius: 4px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.festival-theme #about .cols .image-gallery img:hover {
  opacity: 0.8;
  transform: scale(1.03);
}
.festival-theme #malmal {
  margin: 90px 0;
}
.festival-theme #malmal .cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 85px;
  align-items: center;
}
.festival-theme #malmal .cols .col1 {
  text-align: center;
}
.festival-theme #malmal .cols .col1 .live-icon {
  width: 120px;
  margin: 0 auto 10px;
}
.festival-theme #malmal .cols .col1 .title {
  font-weight: bold;
  font-size: 1.7rem;
  color: #f43837;
}
.festival-theme #malmal .cols .col1 .subtitle {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 10px 0 40px;
  color: #ababab;
}
.festival-theme #malmal .cols .col1 .time {
  background-color: #6de8a5;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  padding: 7px 29px;
  border-radius: 2px;
  box-shadow: 0 4px 15px -6px #28bd6c;
}
.festival-theme #malmal .cols .col1 .time .icon {
  margin-left: 10px;
  opacity: 0.7;
}
.festival-theme #malmal .cols .col2 .video-frame-wrapper {
  width: 100%;
  position: relative;
  margin: 50px auto 60px;
}
.festival-theme #malmal .cols .col2 .video-frame-wrapper .frame-inner {
  background-image: linear-gradient(to left, #f2eaea, #cee5d9);
  overflow: hidden;
  border: 3px solid #f63536;
  border-radius: 25px;
  aspect-ratio: 16/9;
  box-shadow: 0 0 45px #e781a5;
}
.festival-theme #dolphin_boy {
  background: url(../images/dolphin-boy-bg.jpg) no-repeat center/cover;
  height: 590px;
  position: relative;
  overflow: hidden;
}
.festival-theme #dolphin_boy .yellow-text {
  position: absolute;
  z-index: 2;
  color: #f5d238;
  font-weight: bold;
  text-shadow: 0 0 6px #957d17;
}
.festival-theme #dolphin_boy .yellow-text em {
  background: white;
  padding: 1px 7px;
  color: black;
  display: inline-block;
  border-radius: 4px;
  font-style: normal;
  filter: drop-shadow(0px 4px 5px black);
}
.festival-theme #dolphin_boy #title_text {
  line-height: 1.7;
  top: 70px;
  right: 48px;
  font-size: 2rem;
  padding: 5px 20px;
}
.festival-theme #dolphin_boy #sessions_text {
  top: 70px;
  left: 48px;
  font-size: 1.6rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 17px;
}
.festival-theme #dolphin_boy #sessions_text > div {
  background: rgba(8, 10, 11, 0.8509803922);
  padding: 0 10px;
  border-radius: 4px;
}
.festival-theme #dolphin_boy #dolphins {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/dolphins.png) no-repeat center/cover;
}
.festival-theme #dolphin_boy #character {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 340px;
  aspect-ratio: 1.3/2;
}
.festival-theme #dolphin_boy #character::after {
  content: "";
  display: block;
  background: url(../images/dolphin-boy-character.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  animation: 6s ease-in-out 0s normal none infinite bounceUpDown;
}
.festival-theme #dolphin_boy #title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 235px;
  aspect-ratio: 1.4/1;
  background: url(../images/dolphin-boy-title.png) no-repeat center/contain;
}
.festival-theme #participants {
  margin: 90px 0;
}
.festival-theme #participants .participants-swiper {
  height: 530px;
}
.festival-theme #participants .participants-swiper .swiper-slide {
  border: 4px solid #73d3a2;
  border-radius: 15px;
  padding: 20px;
  height: 220px;
}
.festival-theme #participants .participants-swiper .swiper-slide img {
  width: 100%;
  transition: all ease 0.25s;
}
.festival-theme #participants .participants-swiper .swiper-slide img:hover {
  opacity: 0.85;
  transform: scale(1.07);
}
.festival-theme #participants .participants-swiper .swiper-slide .title {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin: 10px auto 0;
  font-size: 0.9rem;
}
.festival-theme #participants .participants-swiper .swiper-pagination-bullet-active {
  background-color: #73d3a2 !important;
}
.festival-theme #news {
  margin: 50px 0 40px;
}
.festival-theme #news .news-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.festival-theme #news .news-wrapper .news-group {
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  border: 3px solid #f7f7f7;
  box-shadow: 0 0 0 10px white, 0 0 50px rgba(27, 26, 26, 0.1);
  overflow: hidden;
  background: #FFF;
  padding: 12px;
}
.festival-theme #news .news-wrapper .news-group.video .poster-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6de8a5;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.festival-theme #news .news-wrapper .news-group.video .poster-wrapper .icon {
  width: 12%;
  transition: all ease 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%) sepia(19%) saturate(5692%) hue-rotate(69deg) brightness(93%) contrast(86%);
}
.festival-theme #news .news-wrapper .news-group.video .type span {
  background: #d34162;
}
.festival-theme #news .news-wrapper .news-group.post .type span {
  background: #4f97a7;
}
.festival-theme #news .news-wrapper .news-group:hover .poster {
  transform: scale(1.05);
  opacity: 0.7;
}
.festival-theme #news .news-wrapper .news-group .poster-wrapper {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
}
.festival-theme #news .news-wrapper .news-group .poster-wrapper .poster {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.festival-theme #news .news-wrapper .news-group .type {
  margin-block: 15px;
  text-align: center;
}
.festival-theme #news .news-wrapper .news-group .type span {
  background: #BDBDBD;
  color: white;
  border-radius: 100px;
  padding: 1px 14px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.festival-theme #news .news-wrapper .news-group .text {
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  color: #676767;
  line-height: 1.8;
  height: 53px;
  font-size: 0.9rem;
  overflow: hidden;
}
.festival-theme #contact_location {
  margin: 80px 0;
}
.festival-theme #contact_location .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.festival-theme #contact_location .form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.festival-theme #contact_location .form-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
}
.festival-theme #contact_location .form-wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  transition: all ease 0.3s;
  font-weight: bold;
}
.festival-theme #contact_location .form-wrapper .form-group .theme-input:focus {
  background: #F3F3F3;
}
.festival-theme #contact_location .form-wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
.festival-theme #contact_location .form-wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
.festival-theme #contact_location .form-wrapper .form-group.message-wrapper {
  grid-column: span 2;
}
.festival-theme #contact_location .form-wrapper .form-group.message-wrapper textarea {
  line-height: 2;
  padding: 25px;
}
.festival-theme #contact_location .form-wrapper #submit_btn {
  display: block;
  margin: 30px auto;
  padding: 10px 95px;
  border-radius: 100px;
}
.festival-theme #contact_location .form-wrapper #submit_btn .icon {
  margin-left: 10px;
  opacity: 0.7;
}
.festival-theme #contact_location .map-wrapper {
  aspect-ratio: 1.5/1;
  flex: 1 1 50%;
  border-radius: 15px;
  border: 5px solid #73D3A2;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.festival-theme #contact_location .map-wrapper img.red-marker {
  filter: hue-rotate(500deg);
}
.festival-theme #contact_location .map-wrapper .leaflet-container .leaflet-control-attribution {
  display: none !important;
}
.festival-theme #contact_location .map-wrapper a[href^="https://neshan.org"],
.festival-theme #contact_location .map-wrapper a[href^="https://maps.neshan.org"],
.festival-theme #contact_location .map-wrapper a[href^="https://openstreetmap.org"] {
  display: none !important;
  pointer-events: none !important;
}
.festival-theme .video-frames-wrapper {
  width: 100%;
  position: relative;
  margin: 50px auto 60px;
  display: flex;
  gap: 30px;
  text-align: center;
}
.festival-theme .video-frames-wrapper .video-group {
  flex: 1 1;
  max-width: 75%;
  margin-inline: auto;
}
.festival-theme .video-frames-wrapper .video-group .title {
  background: #bf1b9d;
  color: white;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px 5px 0 0;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.festival-theme .video-frames-wrapper .video-group .frame-inner {
  background-image: linear-gradient(to left, #f2eaea, #cee5d9);
  overflow: hidden;
  border: 6px solid #bf1b9d;
  border-radius: 25px;
  box-shadow: 0 0 45px #e781d2;
  width: 100%;
  aspect-ratio: 16/9;
}

@media all and (max-width: 992px) {
  .festival-theme #about {
    margin: 60px 0;
  }
  .festival-theme #about .cols {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .festival-theme #about .cols .col1 {
    order: 2;
  }
  .festival-theme #about .cols .image-gallery {
    order: 1;
    grid-gap: 8px;
  }
  .festival-theme #about .cols .image-gallery img {
    border-radius: 8px;
  }
  .festival-theme #malmal {
    margin: 60px 0;
  }
  .festival-theme #malmal .cols {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .festival-theme #participants {
    margin: 60px 0;
  }
  .festival-theme #participants .participants-swiper {
    height: 480px;
  }
  .festival-theme #participants .participants-swiper .swiper-slide {
    height: 200px;
  }
  .festival-theme #news {
    margin: 30px 0;
  }
  .festival-theme #news .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .festival-theme #contact_location {
    margin: 40px 0;
  }
  .festival-theme #contact_location .cols {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .festival-theme .video-frames-wrapper {
    margin: 60px auto 25px;
    flex-direction: column;
    gap: 50px;
  }
  .festival-theme .video-frames-wrapper .video-group {
    max-width: unset;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .festival-theme {
    padding-top: 0;
  }
  .festival-theme h2 {
    font-size: 1.5rem;
  }
  .festival-theme h2::before, .festival-theme h2::after {
    margin: 0 20px;
    width: 20px;
    height: 6px;
  }
  .festival-theme #poster #header {
    padding: 12px 40px;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #1f5fa5;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  .festival-theme #poster #header::before {
    display: none;
  }
  .festival-theme #poster #header .logo-wrapper {
    margin-left: 0;
    width: 80px;
  }
  .festival-theme #poster #header #main_nav_list {
    background: #ededed;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .festival-theme #poster #header #main_nav_list li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .festival-theme #poster #header #main_nav_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }
  .festival-theme #poster #header #main_nav_list li a {
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    color: #737373;
    font-size: 0.9rem;
  }
  .festival-theme #poster #header #main_nav_list li a.active::after {
    display: none;
  }
  .festival-theme #poster #header .hamburger-menu-btn {
    display: flex;
  }
  .festival-theme #poster #titles {
    right: 0;
    top: 30%;
    width: 100%;
    aspect-ratio: 1/0.8;
  }
  .festival-theme #poster #titles #title_main {
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
  .festival-theme #poster #titles #subtitle {
    width: 70%;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .festival-theme #poster #logos {
    bottom: unset;
    left: 50%;
    right: unset;
    top: 52%;
    transform: translateX(-50%);
    width: 58%;
    opacity: 0.8;
    z-index: 1;
  }
  .festival-theme #poster #characters {
    width: 120%;
    aspect-ratio: 1.5;
    bottom: 0;
    left: 0;
    background-position: bottom left;
    z-index: 2;
  }
  .festival-theme #info {
    padding-block: 50px 20px;
  }
  .festival-theme #info h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .festival-theme #info .info-group {
    font-size: 1.3rem;
    margin-block: 35px;
  }
  .festival-theme #info .info-group .icon {
    display: block;
    font-size: 2.1rem;
    margin-bottom: 14px;
    opacity: 0.5;
  }
  .festival-theme #info .info-group .separator {
    display: block;
    margin-bottom: 5px;
  }
  .festival-theme #info .info-group .separator::before {
    content: "";
  }
  .festival-theme #about {
    margin: 40px 0;
  }
  .festival-theme #about .cols {
    grid-gap: 30px;
  }
  .festival-theme #about .cols .col1 p {
    font-size: 1.1rem;
  }
  .festival-theme #about .cols .image-gallery {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .festival-theme #malmal {
    margin: 40px 0;
  }
  .festival-theme #malmal .cols .col1 .time {
    display: block;
    padding: 13px 0;
  }
  .festival-theme #malmal .cols .col2 .video-frame-wrapper {
    margin: 40px auto;
  }
  .festival-theme #malmal .cols .col2 .video-frame-wrapper .frame-inner {
    border: 4px solid #f63536;
    border-radius: 15px;
    box-shadow: 0 0 30px #e781a5;
  }
  .festival-theme #dolphin_boy {
    height: auto;
    padding-block: 40px 20px;
  }
  .festival-theme #dolphin_boy .yellow-text {
    position: relative;
    text-align: center;
    inset: unset !important;
    font-size: 1.9rem !important;
  }
  .festival-theme #dolphin_boy #title_text {
    margin-bottom: 20px;
  }
  .festival-theme #dolphin_boy #sessions_text {
    align-items: center;
    text-align: center;
  }
  .festival-theme #dolphin_boy #sessions_text > div {
    font-size: 1.25rem;
  }
  .festival-theme #dolphin_boy #character {
    position: relative;
    width: 85%;
    margin: -70px auto -60px;
    inset: 0;
    transform: none;
  }
  .festival-theme #dolphin_boy #title {
    position: relative;
    left: unset;
    transform: none;
    width: 60%;
    margin: 0 auto;
  }
  .festival-theme #news .news-wrapper {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .festival-theme #news .news-wrapper .news-group {
    border: 2px solid #f7f7f7;
    box-shadow: 0 0 0 4px white, 0 0 50px rgba(27, 26, 26, 0.1);
    padding: 5px;
  }
  .festival-theme #news .news-wrapper .news-group .text {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .festival-theme #news .news-wrapper .news-group .type {
    margin-block: 5px 10px;
  }
  .festival-theme #news .news-wrapper .news-group .type span {
    font-size: 0.55rem;
    padding: 1px 10px;
  }
  .festival-theme #contact_location .cols {
    grid-gap: 0;
  }
  .festival-theme #contact_location .cols .col1 {
    order: 2;
  }
  .festival-theme #contact_location .cols .col2 {
    order: 1;
  }
  .festival-theme #contact_location .form-wrapper .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .festival-theme #contact_location .form-wrapper .form-group.message-wrapper {
    grid-column: unset;
  }
  .festival-theme .video-frames-wrapper {
    margin: 50px auto 40px;
  }
  .festival-theme .video-frames-wrapper .video-group .title {
    font-size: 0.82rem;
  }
  .festival-theme .video-frames-wrapper .video-group .frame-inner {
    border-width: 4px;
    border-radius: 15px;
    box-shadow: 0 0 30px #e781d2;
  }
}
@keyframes festival_sign_swing {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes bounceUpDown {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes moveUp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -10000px;
  }
}
.medium-zoom-overlay,
.medium-zoom-image {
  z-index: 1;
}

#access #introduction {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  background: #34459d;
  background-image: radial-gradient(ellipse at 20% 43%, #a6d7f6 0%, #5695c1 62%, #34459d 100%);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#access #introduction .bg-pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.03;
  background: url(../images/bg-pattern.svg) repeat center/cover;
  mix-blend-mode: overlay;
}
#access #introduction #header {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  position: relative;
  z-index: 10;
}
#access #introduction #header .logo-wrapper {
  display: block;
  margin-left: 20px;
  width: 110px;
  transition: all ease 0.3s;
}
#access #introduction #header .logo-wrapper:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
#access #introduction #header #main_nav_list {
  display: flex;
  align-items: center;
}
#access #introduction #header #main_nav_list li {
  margin: 0 4px;
}
#access #introduction #header #main_nav_list li a {
  padding: 6px 12px;
  display: inline-block;
  position: relative;
  color: #d9e8ef;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all ease 0.2s;
}
#access #introduction #header #main_nav_list li a:hover {
  color: #FFF;
}
#access #introduction #header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5803921569);
  color: rgba(255, 255, 255, 0.6784313725);
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: auto;
  display: none;
}
#access #introduction #header .hamburger-menu-btn:hover, #access #introduction #header .hamburger-menu-btn:active {
  background: #83c3a2;
  color: #FFF;
}
#access #introduction .text {
  font-size: 2.1rem;
  color: #feffff;
  right: 10%;
  top: 50%;
  transform: translateY(-60%);
  font-weight: 500;
}
#access #introduction .text span {
  display: block;
  margin-top: 7px;
  font-size: 3.2rem;
  color: #b1103e;
  font-weight: 800;
  text-shadow: 0 2px 0 white;
}
#access #introduction .bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
#access #introduction .rings-wrapper {
  width: 37%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
#access #introduction .rings-wrapper .rings {
  background-image: url(../images/rings.png);
  animation-duration: 100s;
  width: 100%;
  height: 100%;
}
#access #introduction .character-wrapper {
  width: 37%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
#access #introduction .character-wrapper .character {
  width: 100%;
  height: 100%;
  background-image: url(../images/boy-flying.png);
  animation: 4s ease-in-out 0s normal none infinite kidFlyingBounce;
  transform-origin: center;
  filter: drop-shadow(-2px 14px 10px rgba(77, 130, 184, 0.8));
}
#access #introduction .cloud1 {
  background-image: url(../images/cloud1.png);
  width: 12%;
  aspect-ratio: 251/179;
  right: 80px;
  top: 15%;
}
#access #introduction .cloud2 {
  background-image: url(../images/cloud2.png);
  width: 15%;
  aspect-ratio: 240/170;
  left: 50%;
  bottom: 15%;
}
#access #introduction .cloud3 {
  background-image: url(../images/cloud3.png);
  width: 13%;
  aspect-ratio: 279/155;
  left: 45%;
  top: 32%;
}
#access #introduction .cloud4 {
  background-image: url(../images/cloud1.png);
  width: 11%;
  aspect-ratio: 251/179;
  left: 10%;
  bottom: 5%;
}
#access #wholesale {
  margin-inline: auto;
}
#access #wholesale h2 {
  margin-bottom: 0;
}
#access #wholesale h2 .hl {
  background: #ffe3e3;
  margin-inline: 4px;
  padding: 1px 6px;
  border-radius: 5px;
  color: #af3333;
}
#access #wholesale h2 + .subtitle {
  text-align: center;
  margin-block: 15px 80px;
  font-size: 1.1rem;
  color: #b4b4b4;
  font-weight: 450;
}
#access #form h2 {
  margin-bottom: 0;
}
#access #form h2 + .subtitle {
  text-align: center;
  margin-block: 15px 80px;
  font-size: 1.1rem;
  color: #b4b4b4;
  font-weight: 450;
}
#access #form .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  max-width: 900px;
  margin-inline: auto;
}
#access #form .grid-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#access #form .grid-wrapper .form-group.message-wrapper {
  grid-column: -1/1;
}
#access #form .grid-wrapper .form-group .label {
  color: #9a9797;
  font-size: 0.93rem;
  font-weight: 460;
}
#access #form .grid-wrapper .form-group .label .icon {
  vertical-align: middle;
  margin-left: 7px;
  font-size: 1.1rem;
}
#access #form .grid-wrapper .form-group .label em {
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  color: #d0abb5;
}
#access #form .grid-wrapper .form-group .theme-input {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  color: #456c8e;
  font-weight: 600;
  padding: 10px 25px;
  transition: none;
  width: 100%;
}
#access #form .grid-wrapper .form-group .theme-input:focus {
  outline: 2px #b4c1cf solid;
  border-color: transparent;
}
#access #form .buttons-wrapper {
  text-align: left;
  margin: 50px auto 0;
  max-width: 900px;
}
#access #form .buttons-wrapper #submit_btn {
  white-space: nowrap;
  margin-top: 0;
  padding: 14px 40px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: auto;
}

@media all and (max-width: 992px) {
  #access #introduction .text {
    font-size: 1.6rem;
  }
  #access #introduction .text span {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 768px) {
  #access #introduction #header {
    display: flex;
    padding: 12px 40px;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #274b83;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #access #introduction #header::before {
    display: none;
  }
  #access #introduction #header .logo-wrapper {
    margin-left: 0;
    width: 80px;
  }
  #access #introduction #header #main_nav_list {
    background: #ededed;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  #access #introduction #header #main_nav_list li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #access #introduction #header #main_nav_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }
  #access #introduction #header #main_nav_list li a {
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    color: #737373;
    font-size: 0.9rem;
  }
  #access #introduction #header #main_nav_list li a.active::after {
    display: none;
  }
  #access #introduction #header .hamburger-menu-btn {
    display: flex;
  }
  #access #introduction .text {
    top: 130px;
    transform: none;
    right: 0;
    width: 100%;
    text-align: center;
  }
  #access #introduction .rings-wrapper {
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0%;
    transform: none;
  }
  #access #introduction .character-wrapper {
    bottom: 6%;
    left: -40px;
    top: unset;
    transform: none;
    width: 114%;
    z-index: 2;
  }
  #access #introduction .cloud1 {
    width: 120px;
    top: 8%;
    right: -30px;
  }
  #access #introduction .cloud2 {
    width: 100px;
    left: unset;
    right: 5%;
  }
  #access #introduction .cloud3 {
    width: 100px;
    left: 6%;
    top: 36%;
  }
  #access #introduction .cloud4 {
    width: 130px;
    bottom: 3px;
    z-index: 4;
  }
  #access #wholesale h2::before, #access #wholesale h2::after {
    display: none;
  }
  #access #form h2 + .subtitle {
    line-height: 2;
    margin-bottom: 40px;
  }
  #access #form .grid-wrapper {
    grid-template-columns: 1fr;
  }
  #access #form .buttons-wrapper #submit_btn {
    width: 80%;
    max-width: unset;
    justify-content: center;
    margin-inline: auto;
  }
}
#ghahreman h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 80px;
}
#ghahreman h2::before, #ghahreman h2::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
#ghahreman .flex-wrapper {
  display: flex;
}
#ghahreman .cta-btn {
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 10px 95px;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  margin-top: 30px;
}
#ghahreman .cta-btn:hover {
  background: #6AC697;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.28);
}
#ghahreman #introduction {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #64ceec;
  background: radial-gradient(circle, #64ceec 0%, #002d69 100%);
  overflow: hidden;
}
#ghahreman #introduction #header {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  position: relative;
}
#ghahreman #introduction #header .logo-wrapper {
  display: block;
  margin-left: 20px;
  width: 110px;
  transition: all ease 0.3s;
}
#ghahreman #introduction #header .logo-wrapper:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
#ghahreman #introduction #header #main_nav_list {
  display: flex;
  align-items: center;
}
#ghahreman #introduction #header #main_nav_list li {
  margin: 0 4px;
}
#ghahreman #introduction #header #main_nav_list li a {
  padding: 6px 12px;
  display: inline-block;
  position: relative;
  color: #d9e8ef;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all ease 0.2s;
}
#ghahreman #introduction #header #main_nav_list li a:hover {
  color: #d6d6d6;
}
#ghahreman #introduction #header .iransakht-logo {
  margin-right: auto;
  width: 65px;
  position: relative;
  top: 5px;
}
#ghahreman #introduction #header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #83c3a2;
  color: #83c3a2;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: auto;
  display: none;
}
#ghahreman #introduction #header .hamburger-menu-btn:hover, #ghahreman #introduction #header .hamburger-menu-btn:active {
  background: #83c3a2;
  color: #FFF;
}
#ghahreman #introduction .title-text {
  width: 30vw;
  height: 21vh;
  top: 27vh;
  right: 7vw;
  z-index: 2;
  max-width: 500px;
  background-image: url(../images/title-text.png?v=2);
}
#ghahreman #introduction .bag {
  width: 19vw;
  height: 21vw;
  bottom: 8.8vw;
  left: 1%;
  z-index: 1;
  background-image: url(../images/bag2.png);
}
#ghahreman #introduction .t-shirt-haj-ghasem {
  width: 18vw;
  height: 11vw;
  bottom: 0.6vw;
  right: 11vw;
  z-index: 1;
  background-image: url(../images/t-shirt-haj-ghasem.png);
}
#ghahreman #introduction .game-haj-ghasem {
  width: 21.5vw;
  height: 16.1vw;
  bottom: 1.1vw;
  left: 19vw;
  z-index: 1;
  background-image: url(../images/game-haj-ghasem.png);
}
#ghahreman #introduction .book-haj-ghasem {
  width: 14vw;
  height: 9vw;
  bottom: 0.6vw;
  left: 39vw;
  z-index: 1;
  background-image: url(../images/book-haj-ghasem.png);
}
#ghahreman #introduction .shenasnameh-haj-ghasem {
  width: 14vw;
  height: 7vw;
  bottom: 0.6vw;
  right: 27vw;
  z-index: 1;
  background-image: url(../images/shenasnameh-haj-ghasem.png);
}
#ghahreman #introduction .floor-bottom {
  width: 100%;
  height: 19vw;
  bottom: -14vh;
  left: 0;
  z-index: 0;
  background-image: url(../images/floor.png);
  background-size: cover !important;
}
#ghahreman #introduction .haj-ghasem {
  width: 22vw;
  height: 22vw;
  bottom: 21.9vw;
  left: 34%;
  z-index: 1;
  background-image: url(../images/haj-ghasem.png);
}
#ghahreman #introduction .sparks {
  width: 40vw;
  height: 90%;
  top: 0;
  left: -15px;
  z-index: 0;
  background-size: cover !important;
  background-image: url(../images/sparks.png);
}
#ghahreman #introduction .online-order-box {
  width: 15%;
  height: 140px;
  bottom: 6.6vw;
  right: 12%;
  z-index: 2;
  background-image: url(../images/online-order-box.png);
}
#ghahreman #introduction .iran-flag-bottom {
  width: 100%;
  height: 16vw;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/iran-flag-bottom2.png);
}
#ghahreman #introduction .cloud1 {
  width: 8vw;
  height: 5vw;
  bottom: 20vw;
  opacity: 0.3;
  right: 5%;
  z-index: 1;
  background-image: url(../images/cloud-twins.png);
}
#ghahreman #introduction .cloud2 {
  width: 5vw;
  height: 5vw;
  top: 5vw;
  opacity: 0.3;
  right: 38%;
  z-index: 1;
  background-image: url(../images/cloud-white.png);
}
#ghahreman #introduction .cloud3 {
  width: 5vw;
  height: 5vw;
  bottom: 16vw;
  opacity: 0.6;
  right: 27%;
  z-index: 1;
  background-image: url(../images/cloud-blue.png);
}
#ghahreman #introduction .cloud4 {
  width: 5vw;
  height: 5vw;
  bottom: 18vw;
  opacity: 0.2;
  right: 45%;
  z-index: 1;
  background-image: url(../images/cloud-white.png);
}
#ghahreman #introduction .cloud5 {
  width: 5vw;
  height: 5vw;
  top: 5vw;
  opacity: 0.6;
  right: -1%;
  z-index: 1;
  background-image: url(../images/cloud-blue.png);
}
#ghahreman #introduction .stationery {
  width: 3.8vw;
  height: 3.8vw;
  z-index: 2;
  animation: ghahreman-stationery-icons-swing ease-in-out alternate-reverse infinite 2s;
  transition: all ease 0.3s;
}
#ghahreman #introduction .stationery:hover {
  opacity: 0.6;
}
#ghahreman #introduction .book {
  bottom: 76vh;
  left: 20vw;
  background-image: url(../images/stationery-book.png);
}
#ghahreman #introduction .gift {
  bottom: 62vh;
  left: 2vw;
  animation-delay: 0.5s;
  background-image: url(../images/stationery-gift.png);
}
#ghahreman #introduction .shirt {
  bottom: 76vh;
  left: 8vw;
  animation-delay: 0.75s;
  background-image: url(../images/stationery-shirt.png);
}
#ghahreman #introduction .pencil {
  bottom: 75vh;
  left: 2vw;
  animation-delay: 1s;
  background-image: url(../images/stationery-pencil.png);
}
#ghahreman #introduction .pen {
  bottom: 67.7vh;
  left: 13vw;
  animation-delay: 1.25s;
  background-image: url(../images/stationery-pen.png);
}
#ghahreman #introduction .puzzle {
  bottom: 86vh;
  left: 13.8vw;
  animation-delay: 1.5s;
  background-image: url(../images/stationery-puzzle.png);
}
#ghahreman #introduction .game {
  bottom: 61vh;
  left: 22vw;
  animation-delay: 1.75s;
  background-image: url(../images/stationery-game.png);
}
#ghahreman #introduction .bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#ghahreman #campaign_description {
  text-align: center;
  line-height: 2.3;
  margin: 60px 0;
}
#ghahreman #video_introduction {
  max-width: 800px;
  margin: 0 auto;
}
#ghahreman #retail {
  margin: 80px 0;
}
#ghahreman #retail .shop-group:first-of-type {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
}
#ghahreman #retail .shop-group .text-wrapper {
  flex: 1 1 50%;
  margin-left: 100px;
  padding: 45px;
}
#ghahreman #retail .shop-group .text-wrapper .title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
#ghahreman #retail .shop-group .text-wrapper .description {
  text-align: justify;
  line-height: 2;
}
#ghahreman #retail .shop-group .text-wrapper .cta-btn {
  float: left;
}
#ghahreman #retail .shop-group .banner-wrapper {
  flex: 1 1 50%;
}
#ghahreman #retail .shop-group .banner-wrapper img {
  transition: all ease 0.35s;
  border-radius: 15px;
  box-shadow: 0 0 28px rgb(245, 214, 237);
}
#ghahreman #retail .shop-group .banner-wrapper img:hover {
  transform: scale(1.03);
  opacity: 0.8;
  box-shadow: 0 0 28px #ecb8df;
}
#ghahreman #wholesale {
  margin: 80px 0;
}
#ghahreman #wholesale .text-wrapper {
  flex: 1 1 50%;
  margin-left: 100px;
  padding: 45px;
}
#ghahreman #wholesale .text-wrapper .title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
#ghahreman #wholesale .text-wrapper .description {
  text-align: justify;
  line-height: 2;
}
#ghahreman #wholesale .text-wrapper .cta-btn {
  float: left;
}
#ghahreman #wholesale .banner-wrapper {
  flex: 1 1 50%;
}
#ghahreman #wholesale .banner-wrapper img {
  transition: all ease 0.35s;
  border-radius: 15px;
  box-shadow: 0 0 28px #afe8ec;
}
#ghahreman #wholesale .banner-wrapper img:hover {
  transform: scale(1.03);
  opacity: 0.8;
  box-shadow: 0 0 28px #8CDFE5;
}
#ghahreman #vip_stores {
  background: #e16a5f;
  padding: 70px 0;
  position: relative;
}
#ghahreman #vip_stores::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url(../images/store-icon.png);
  z-index: 0;
}
#ghahreman #vip_stores .container {
  z-index: 2;
  position: relative;
}
#ghahreman #vip_stores h2 {
  color: #FFF !important;
  margin-bottom: 10px;
}
#ghahreman #vip_stores h2::before, #ghahreman #vip_stores h2::after {
  background: #a5200b !important;
}
#ghahreman #vip_stores .text-wrapper {
  text-align: center;
  line-height: 2;
  max-width: 650px;
  margin: 0 auto 45px;
  z-index: 2;
  color: #ffd5ce;
  font-weight: 300;
}
#ghahreman #vip_stores .stores-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
}
#ghahreman #vip_stores .stores-list .store-group {
  flex: 0 0 20%;
  margin: 24px 2%;
  height: 310px;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
#ghahreman #vip_stores .stores-list .store-group .image-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#ghahreman #vip_stores .stores-list .store-group .image-wrapper:hover::before {
  opacity: 0;
}
#ghahreman #vip_stores .stores-list .store-group .image-wrapper:hover img {
  transform: scale(1.05);
}
#ghahreman #vip_stores .stores-list .store-group .image-wrapper::before {
  content: "";
  background: #73D3A2;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all ease 0.25s;
}
#ghahreman #vip_stores .stores-list .store-group .image-wrapper img {
  display: block;
  transition: all ease 0.4s;
}
#ghahreman #vip_stores .stores-list .store-group .title {
  font-weight: bold;
}
#ghahreman #vip_stores .stores-list .store-group .location {
  font-weight: 300;
  font-size: 0.9rem;
}
#ghahreman #vip_stores .stores-list .store-group .more-btn {
  display: block;
  width: 60%;
  border: 1px solid #73D3A2;
  color: #73D3A2;
  border-radius: 5px;
  transition: all ease 0.2s;
  margin: 20px auto;
  font-size: 0.8rem;
  font-weight: bold;
}
#ghahreman #vip_stores .stores-list .store-group .more-btn:hover {
  background: #73D3A2;
  color: #FFF;
}
#ghahreman #vip_stores .stores-list-theme2 {
  z-index: 2;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group {
  width: 100%;
  margin-bottom: 50px;
  height: 210px;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper {
  position: relative;
  flex: 0 0 320px;
  height: 100%;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper:hover::before {
  opacity: 0;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper:hover img {
  transform: scale(1.05);
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper::before {
  content: "";
  background: #73D3A2;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all ease 0.25s;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper img {
  width: 100%;
  display: block;
  transition: all ease 0.4s;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper {
  text-align: right;
  padding: 50px;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .description {
  line-height: 2;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .location {
  font-weight: 300;
  font-size: 0.9rem;
  margin-right: 10px;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .buttons-wrapper {
  text-align: left;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .buttons-wrapper .more-btn {
  display: inline-block;
  border: 1px solid #73D3A2;
  color: #73D3A2;
  border-radius: 5px;
  transition: all ease 0.2s;
  margin: 10px auto;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
}
#ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .buttons-wrapper .more-btn:hover {
  background: #73D3A2;
  color: #FFF;
}
#ghahreman #news {
  margin: 50px 0 40px;
}
#ghahreman #news .news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
#ghahreman #news .news-wrapper .news-group {
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  border: 3px solid #f7f7f7;
  box-shadow: 0 0 0 10px white, 0 0 50px rgba(27, 26, 26, 0.1);
  overflow: hidden;
  background: #FFF;
  padding: 30px;
}
#ghahreman #news .news-wrapper .news-group:hover img {
  opacity: 0.7;
}
#ghahreman #news .news-wrapper .news-group img {
  transition: all ease 0.3s;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#ghahreman #news .news-wrapper .news-group .text {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
#ghahreman #contact_us {
  margin: 80px 0;
}
#ghahreman #contact_us .form-wrapper {
  max-width: 800px;
  margin: -20px auto 0;
}
#ghahreman #contact_us .form-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
}
#ghahreman #contact_us .form-wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  transition: all ease 0.3s;
  font-weight: bold;
}
#ghahreman #contact_us .form-wrapper .form-group .theme-input:focus {
  background: #F3F3F3;
}
#ghahreman #contact_us .form-wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
#ghahreman #contact_us .form-wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
#ghahreman #contact_us .form-wrapper .form-group.message-wrapper {
  grid-column: span 2;
}
#ghahreman #contact_us .form-wrapper .form-group.message-wrapper textarea {
  line-height: 2;
  padding: 25px;
}
#ghahreman #contact_us .form-wrapper #submit_btn {
  display: block;
  margin: 30px auto;
}
#ghahreman #contact_us .form-wrapper #submit_btn .icon {
  margin-left: 10px;
  opacity: 0.7;
}

@media all and (max-width: 992px) {
  #ghahreman h2 {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  #ghahreman h2::before, #ghahreman h2::after {
    margin: 0 25px;
    width: 30px;
    height: 7px;
  }
  #ghahreman .cta-btn {
    padding: 10px;
    width: 200px;
    max-width: 200px;
    text-align: center;
  }
  #ghahreman #introduction .title-text {
    width: 36vw;
    height: 24vh;
    top: 27vh;
    right: 4vw;
  }
  #ghahreman #introduction .bag {
    width: 25vw;
    height: 28vw;
    bottom: 12.8vw;
    left: 1vw;
  }
  #ghahreman #introduction .haj-ghasem {
    width: 30vw;
    height: 30vw;
    bottom: 27vw;
    left: 31%;
  }
  #ghahreman #introduction .floor-bottom {
    height: 22vw;
    bottom: -5vh;
  }
  #ghahreman #introduction .stationery {
    width: 5vw;
    height: 5vw;
  }
  #ghahreman #introduction .iran-flag-bottom {
    height: 16.3vw;
  }
  #ghahreman #retail {
    margin: 50px 0;
  }
  #ghahreman #retail .shop-group:nth-of-type(2) .text-wrapper {
    margin: 0 60px 0 0;
  }
  #ghahreman #retail .shop-group .text-wrapper {
    margin-left: 60px;
    padding: 0;
  }
  #ghahreman #retail .shop-group .banner-wrapper {
    display: flex;
    align-items: center;
  }
  #ghahreman #wholesale {
    margin: 50px 0;
  }
  #ghahreman #wholesale .text-wrapper {
    margin-left: 55px;
    padding: 0;
  }
  #ghahreman #wholesale .banner-wrapper {
    display: flex;
    align-items: center;
  }
  #ghahreman #vip_stores {
    padding: 50px 0;
  }
  #ghahreman #vip_stores .text-wrapper {
    margin-bottom: 15px;
  }
  #ghahreman #vip_stores .stores-list .store-group {
    flex: 0 0 29%;
    margin: 24px 13px;
    height: 280px;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group {
    height: auto;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper {
    display: none;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper {
    padding: 25px;
  }
  #ghahreman #news .news-wrapper {
    grid-gap: 40px;
  }
  #ghahreman #news .news-wrapper .news-group {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 7px white, 0 0 50px rgba(27, 26, 26, 0.1);
    padding: 13px;
  }
  #ghahreman #news .news-wrapper .news-group img {
    margin-bottom: 12px;
    height: 100px;
  }
  #ghahreman #news .news-wrapper .news-group .text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  #ghahreman #contact_us {
    margin: 60px 0 40px;
  }
}
@media all and (max-width: 768px) {
  #ghahreman {
    padding-top: 0;
  }
  #ghahreman h2 {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  #ghahreman h2::before, #ghahreman h2::after {
    margin: 0 24px;
  }
  #ghahreman #introduction {
    height: 100vh;
  }
  #ghahreman #introduction #header {
    padding: 12px 40px;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #3871b1;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #ghahreman #introduction #header::before {
    display: none;
  }
  #ghahreman #introduction #header .logo-wrapper {
    margin-left: 0;
    width: 80px;
  }
  #ghahreman #introduction #header .iransakht-logo {
    margin-right: 15px;
    width: 35px;
    position: relative;
    top: 0;
  }
  #ghahreman #introduction #header #main_nav_list {
    background: #ededed;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  #ghahreman #introduction #header #main_nav_list li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #ghahreman #introduction #header #main_nav_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }
  #ghahreman #introduction #header #main_nav_list li a {
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    color: #737373;
    font-size: 0.9rem;
  }
  #ghahreman #introduction #header #main_nav_list li a.active::after {
    display: none;
  }
  #ghahreman #introduction #header .hamburger-menu-btn {
    display: flex;
  }
  #ghahreman #introduction .title-text {
    width: 88%;
    height: 18vh;
    top: 14vh;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  #ghahreman #introduction .bag {
    width: 41vw;
    height: 51vw;
    bottom: 13.8vw;
    left: 17vw;
    transform: translate(-50%, 0);
  }
  #ghahreman #introduction .t-shirt-haj-ghasem {
    width: 28vw;
    height: 20vw;
    bottom: 4.8vw;
    right: 3.5vw;
  }
  #ghahreman #introduction .game-haj-ghasem {
    width: 32.5vw;
    height: 24.1vw;
    bottom: 1.1vw;
    left: 19vw;
  }
  #ghahreman #introduction .book-haj-ghasem {
    width: 18vw;
    height: 12vw;
    bottom: 15.6vw;
    left: 55vw;
  }
  #ghahreman #introduction .shenasnameh-haj-ghasem {
    width: 22vw;
    height: 13vw;
    bottom: 2vw;
    right: 25vw;
  }
  #ghahreman #introduction .floor-bottom {
    height: 35vw;
    bottom: 0;
  }
  #ghahreman #introduction .haj-ghasem {
    width: 60vw;
    height: 60vw;
    bottom: 58vw;
    left: 50%;
    transform: translate(-45%, 0);
  }
  #ghahreman #introduction .stationery {
    width: 11vw;
    height: 11vw;
  }
  #ghahreman #introduction .book {
    bottom: 30vh;
    left: auto;
    right: 10vw;
  }
  #ghahreman #introduction .gift {
    bottom: 37vh;
    left: auto;
    right: 25vw;
  }
  #ghahreman #introduction .shirt {
    bottom: 21vh;
    left: auto;
    right: 4vw;
  }
  #ghahreman #introduction .pencil {
    bottom: 17vh;
    left: 42vw;
  }
  #ghahreman #introduction .pen {
    bottom: 40.7vh;
    left: auto;
    right: 1vw;
  }
  #ghahreman #introduction .puzzle {
    bottom: 26vh;
    left: auto;
    right: 34vw;
  }
  #ghahreman #introduction .game {
    bottom: 17vh;
    left: auto;
    right: 20vw;
  }
  #ghahreman #introduction .sparks {
    width: 120vw;
    height: 90%;
    top: 90px;
    left: -15px;
  }
  #ghahreman #introduction .cloud1 {
    width: 22vw;
    height: 22vw;
    bottom: auto;
    top: 9vh;
    right: 12%;
  }
  #ghahreman #introduction .cloud2 {
    width: 15vw;
    height: 15vw;
    top: 25vw;
    right: 92%;
  }
  #ghahreman #introduction .cloud3 {
    width: 15vw;
    height: 15vw;
    bottom: auto;
    top: 33vh;
  }
  #ghahreman #introduction .cloud4 {
    width: 15vw;
    height: 15vw;
    bottom: 88vw;
    right: 78%;
  }
  #ghahreman #introduction .cloud5 {
    width: 15vw;
    height: 15vw;
    top: 75vw;
    right: 85%;
  }
  #ghahreman #introduction .online-order-box {
    width: 25%;
    height: 70px;
    right: 6%;
  }
  #ghahreman #retail .flex-wrapper {
    flex-direction: column;
  }
  #ghahreman #retail .shop-group:nth-of-type(2) .text-wrapper {
    margin: 0;
  }
  #ghahreman #retail .shop-group .text-wrapper {
    margin-left: 0;
    order: 2;
  }
  #ghahreman #retail .shop-group .text-wrapper .cta-btn {
    margin: 20px auto;
    float: none;
    display: block;
    max-width: 90%;
    width: 90%;
  }
  #ghahreman #retail .shop-group .banner-wrapper {
    order: 1;
    margin-bottom: 40px;
  }
  #ghahreman #wholesale .flex-wrapper {
    flex-direction: column;
  }
  #ghahreman #wholesale .text-wrapper {
    margin-left: 0;
    order: 2;
  }
  #ghahreman #wholesale .text-wrapper .cta-btn {
    margin: 20px auto;
    float: none;
    display: block;
    max-width: 90%;
    width: 90%;
  }
  #ghahreman #wholesale .banner-wrapper {
    order: 1;
    margin-bottom: 40px;
  }
  #ghahreman #vip_stores {
    padding: 35px 0;
  }
  #ghahreman #vip_stores .text-wrapper {
    margin-bottom: 25px;
  }
  #ghahreman #vip_stores .stores-list {
    justify-content: space-between;
  }
  #ghahreman #vip_stores .stores-list .store-group {
    flex: 0 0 47%;
    margin: 14px 0;
    height: auto;
  }
  #ghahreman #vip_stores .stores-list .store-group .image-wrapper {
    margin-bottom: 13px;
  }
  #ghahreman #vip_stores .stores-list .store-group .title {
    font-size: 0.85rem;
    overflow: hidden;
  }
  #ghahreman #vip_stores .stores-list .store-group .location {
    font-size: 0.7rem;
  }
  #ghahreman #vip_stores .stores-list .store-group .more-btn {
    width: 80%;
    margin: 12px auto;
    font-size: 0.6rem;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper {
    height: auto;
    display: block;
    flex: 0 0 170px;
    width: 100%;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .image-wrapper::before {
    content: "";
    background: #73D3A2;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all ease 0.25s;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper {
    padding: 30px;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .title {
    text-align: center;
    margin-bottom: 7px;
    font-size: 1.05rem;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .description {
    font-size: 0.9rem;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .buttons-wrapper {
    margin-top: 15px;
  }
  #ghahreman #vip_stores .stores-list-theme2 .store-group .info-wrapper .buttons-wrapper .more-btn {
    width: 100%;
    margin: 10px auto;
    padding: 7px 10px;
    font-size: 0.9rem;
  }
  #ghahreman #news .news-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #ghahreman #news .news-wrapper .news-group img {
    height: auto;
    margin-bottom: 30px;
  }
  #ghahreman #news .news-wrapper .news-group .text {
    margin-bottom: 15px;
  }
  #ghahreman #contact_us .form-wrapper .grid-wrapper {
    grid-template-columns: 1fr;
  }
  #ghahreman #contact_us .form-wrapper .form-group.message-wrapper {
    grid-column: unset;
  }
}
@keyframes ghahreman-stationery-icons-swing {
  from {
    transform: rotate(-25deg) scale(0.8);
  }
  to {
    transform: rotate(25deg) scale(1.1);
  }
}
#olgoonama .theme-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
#olgoonama .theme-title::before, #olgoonama .theme-title::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
#olgoonama .cta-btn {
  background: #73D3A2;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 10px 95px;
  border-radius: 100px;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.2);
  margin-top: 30px;
}
#olgoonama .cta-btn:hover {
  background: #6AC697;
  box-shadow: 0 0 28px rgba(40, 40, 40, 0.28);
}
#olgoonama #introduction {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #22232C url("../images/background.jpg") no-repeat center/cover;
  overflow: hidden;
}
#olgoonama #introduction #header {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 60px;
  position: relative;
  z-index: 4;
}
#olgoonama #introduction #header .logo-wrapper {
  display: block;
  margin-left: 20px;
  width: 110px;
  transition: all ease 0.3s;
}
#olgoonama #introduction #header .logo-wrapper:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
#olgoonama #introduction #header #main_nav_list {
  display: flex;
  align-items: center;
}
#olgoonama #introduction #header #main_nav_list li {
  margin: 0 4px;
}
#olgoonama #introduction #header #main_nav_list li a {
  padding: 6px 12px;
  display: inline-block;
  position: relative;
  color: #d9e8ef;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all ease 0.2s;
}
#olgoonama #introduction #header #main_nav_list li a:hover {
  color: #d6d6d6;
}
#olgoonama #introduction #header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #A7B1BC;
  color: #A7B1BC;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-right: auto;
  display: none;
}
#olgoonama #introduction #header .hamburger-menu-btn:hover, #olgoonama #introduction #header .hamburger-menu-btn:active {
  background: rgba(255, 255, 255, 0.6784313725);
  color: #FFF;
}
#olgoonama #introduction .bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#olgoonama #introduction .title-text {
  width: 26vw;
  height: 51vh;
  top: 24vh;
  right: 13vw;
  filter: drop-shadow(2px 4px 6px black);
  z-index: 2;
  max-width: 431px;
  background-image: url(../images/title-text.png);
}
#olgoonama #introduction .kid-masks {
  background-position: bottom left;
  width: 33vw;
  height: 93vh;
  bottom: 0;
  left: 10vw;
  z-index: 2;
  max-width: 630px;
  filter: drop-shadow(2px 4px 6px black);
  background-image: url(../images/kid-masks.png);
}
#olgoonama #introduction .gradient-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: hard-light;
  z-index: 3;
  background-image: linear-gradient(135deg, #ad3216 10%, transparent 50%);
}
#olgoonama #introduction .gradient-blue {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  mix-blend-mode: hard-light;
  z-index: 3;
  background-image: linear-gradient(302deg, #0064c1 10%, transparent 50%);
}
#olgoonama #report {
  margin: 0;
  min-height: 70vh;
  padding: 210px 0 45px;
  position: relative;
  width: 100%;
}
#olgoonama #report .text-wrapper {
  position: relative;
  color: #e9cf16;
  text-align: center;
}
#olgoonama #report .text-wrapper h1 {
  font-size: 2.4rem;
  text-shadow: 0 5px 10px #262626;
}
#olgoonama #report .text-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#olgoonama #report .text-wrapper p {
  color: white;
}
#olgoonama #report .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/wall-bg.jpg) no-repeat top center/cover;
  animation: light_flash 4s ease infinite;
}
#olgoonama #report .stand {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/stand.png) repeat-x center/110px;
}
#olgoonama #report .spotlight {
  position: absolute;
  top: 75px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
}
#olgoonama #report .spotlight-center {
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/spotlight-center.png);
}
#olgoonama #report .spotlight-left {
  left: 50px;
  transform: scaleX(-1);
  background-image: url(../images/spotlight-corner.png);
}
#olgoonama #report .spotlight-right {
  right: 50px;
  background-image: url(../images/spotlight-corner.png);
}
#olgoonama #report .frame-wrapper {
  width: 70%;
  position: relative;
  margin: 25px auto 60px;
}
#olgoonama #report .frame-wrapper .frame-inner {
  background-image: linear-gradient(to left, #f2eaea, #cee5d9);
  overflow: hidden;
  border: 4px solid #cdbc24;
  border-radius: 25px;
  min-height: 450px;
  box-shadow: 0 0 55px #d3cb55;
}
#olgoonama #report .frame-wrapper .aparat-video-wrapper {
  width: 100%;
  height: 100%;
}
#olgoonama #summary {
  text-align: center;
  line-height: 2.3;
  margin: 60px 0;
}
#olgoonama #summary h1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
}
#olgoonama #summary h1::before, #olgoonama #summary h1::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
#olgoonama #summary h2 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
#olgoonama #summary .cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 75px;
  align-items: center;
}
#olgoonama #summary .info-group {
  text-align: right;
}
#olgoonama #summary .info-group:not(:last-child) {
  margin-bottom: 30px;
}
#olgoonama #summary .info-group .label {
  color: silver;
  font-weight: 300;
}
#olgoonama #summary .info-group .label .icon {
  color: #c55858;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.4rem;
}
#olgoonama #summary .info-group .value {
  font-weight: 500;
}
#olgoonama #summary .map-wrapper {
  height: 300px;
  flex: 1 1 50%;
  border-radius: 25px;
  border: 8px solid #73D3A2;
  overflow: hidden;
  z-index: 0;
}
#olgoonama #about_festival {
  margin: 90px 0;
}
#olgoonama #about_festival .cols {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  grid-gap: 85px;
}
#olgoonama #about_festival .cols .col1 p {
  line-height: 2.2;
  margin-bottom: 10px;
  text-align: justify;
}
#olgoonama #about_festival .cols .image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content;
  grid-gap: 5px;
  align-self: center;
}
#olgoonama #about_festival .cols .image-gallery img {
  border-radius: 4px;
  cursor: pointer;
  transition: all ease 0.3s;
}
#olgoonama #about_festival .cols .image-gallery img:hover {
  opacity: 0.8;
  transform: scale(1.03);
}
#olgoonama .banner-spiderman img {
  width: 100%;
  margin: 0 auto;
}
#olgoonama #audience {
  margin: 80px 0;
}
#olgoonama #audience ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 750px;
  margin: 0 auto;
}
#olgoonama #audience ul li {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(154deg, #9d4253, #483e76);
  border-radius: 50%;
  margin: 0 9px;
  color: white;
  text-align: center;
  padding: 27px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
#olgoonama #audience ul li img {
  filter: invert(1);
  height: 50px;
  margin: 0 auto 20px;
}
#olgoonama #mehvarha {
  margin: 50px 0;
}
#olgoonama #mehvarha ul {
  text-align: center;
}
#olgoonama #mehvarha ul li {
  margin: 9px 0;
  line-height: 1.8;
}
#olgoonama #mehvarha ul li::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro", serif;
  font-weight: 900;
  content: "\f0a8";
  margin-left: 10px;
  vertical-align: middle;
  color: #9d5555;
}
#olgoonama #news {
  margin: 50px 0 40px;
}
#olgoonama #news .news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
#olgoonama #news .news-wrapper .news-group {
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  border: 3px solid #f7f7f7;
  box-shadow: 0 0 0 10px white, 0 0 50px rgba(27, 26, 26, 0.1);
  overflow: hidden;
  background: #FFF;
  padding: 30px;
}
#olgoonama #news .news-wrapper .news-group:hover img {
  opacity: 0.7;
}
#olgoonama #news .news-wrapper .news-group img {
  transition: all ease 0.3s;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#olgoonama #news .news-wrapper .news-group .text {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
#olgoonama #contact_us {
  margin: 80px 0;
}
#olgoonama #contact_us .form-wrapper {
  max-width: 800px;
  margin: -20px auto 0;
}
#olgoonama #contact_us .form-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
}
#olgoonama #contact_us .form-wrapper .form-group .theme-input {
  border: none;
  background: #fafafa;
  border-radius: 20px;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  transition: all ease 0.3s;
  font-weight: bold;
}
#olgoonama #contact_us .form-wrapper .form-group .theme-input:focus {
  background: #F3F3F3;
}
#olgoonama #contact_us .form-wrapper .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
#olgoonama #contact_us .form-wrapper .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
#olgoonama #contact_us .form-wrapper .form-group.message-wrapper {
  grid-column: span 2;
}
#olgoonama #contact_us .form-wrapper .form-group.message-wrapper textarea {
  line-height: 2;
  padding: 25px;
}
#olgoonama #contact_us .form-wrapper #submit_btn {
  display: block;
  margin: 30px auto;
}
#olgoonama #contact_us .form-wrapper #submit_btn .icon {
  margin-left: 10px;
  opacity: 0.7;
}

@media all and (max-width: 1200px) {
  #olgoonama #report .frame-wrapper {
    width: 80%;
  }
  #olgoonama #report .frame-wrapper .frame-inner {
    min-height: 350px;
  }
}
@media all and (max-width: 992px) {
  #olgoonama .cta-btn {
    padding: 10px;
    width: 200px;
    max-width: 200px;
    text-align: center;
  }
  #olgoonama #introduction .title-text {
    width: 31vw;
    height: 50vh;
    top: 27vh;
    right: 10vw;
  }
  #olgoonama #introduction .kid-masks {
    width: 41vw;
    left: 6vw;
  }
  #olgoonama #summary h1 {
    font-size: 2rem;
  }
  #olgoonama #summary h1::before, #olgoonama #summary h1::after {
    margin: 0 25px;
    width: 30px;
    height: 8px;
  }
  #olgoonama #summary h2 {
    font-size: 1.2rem;
  }
  #olgoonama #about_festival {
    margin: 60px 0;
  }
  #olgoonama #about_festival .cols {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  #olgoonama #about_festival .cols .col1 {
    order: 2;
  }
  #olgoonama #about_festival .cols .image-gallery {
    order: 1;
    grid-gap: 8px;
  }
  #olgoonama #about_festival .cols .image-gallery img {
    border-radius: 8px;
  }
  #olgoonama #report .frame-wrapper {
    width: 100%;
    margin: 85px auto 60px;
  }
  #olgoonama #report .frame-wrapper .frame-inner {
    min-height: 350px;
  }
  #olgoonama #news .news-wrapper {
    grid-gap: 40px;
  }
  #olgoonama #news .news-wrapper .news-group {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 7px white, 0 0 50px rgba(27, 26, 26, 0.1);
    padding: 13px;
  }
  #olgoonama #news .news-wrapper .news-group img {
    margin-bottom: 12px;
    height: 100px;
  }
  #olgoonama #news .news-wrapper .news-group .text {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  #olgoonama #contact_us {
    margin: 60px 0 40px;
  }
}
@media all and (max-width: 768px) {
  #olgoonama {
    padding-top: 0;
  }
  #olgoonama .theme-title {
    font-size: 1.5rem;
  }
  #olgoonama .theme-title::before, #olgoonama .theme-title::after {
    margin: 0 20px;
    width: 20px;
    height: 6px;
  }
  #olgoonama #introduction {
    height: 100vh;
  }
  #olgoonama #introduction #header {
    padding: 12px 40px;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #153354;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  #olgoonama #introduction #header::before {
    display: none;
  }
  #olgoonama #introduction #header .logo-wrapper {
    margin-left: 0;
    width: 80px;
  }
  #olgoonama #introduction #header #main_nav_list {
    background: #ededed;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  #olgoonama #introduction #header #main_nav_list li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #olgoonama #introduction #header #main_nav_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }
  #olgoonama #introduction #header #main_nav_list li a {
    padding: 6px 12px;
    display: inline-block;
    position: relative;
    color: #737373;
    font-size: 0.9rem;
  }
  #olgoonama #introduction #header #main_nav_list li a.active::after {
    display: none;
  }
  #olgoonama #introduction #header .hamburger-menu-btn {
    display: flex;
  }
  #olgoonama #introduction .title-text {
    width: 90vw;
    height: 28vh;
    left: 50%;
    top: 15vh;
    right: auto;
    transform: translateX(-50%);
  }
  #olgoonama #introduction .kid-masks {
    width: 94vw;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    height: 52vh;
    background-position: bottom center;
  }
  #olgoonama #summary {
    margin: 40px 0;
  }
  #olgoonama #summary h1 {
    font-size: 1.5rem;
  }
  #olgoonama #summary h1::before, #olgoonama #summary h1::after {
    margin: 0 20px;
    width: 20px;
    height: 6px;
  }
  #olgoonama #summary h2 {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  #olgoonama #summary .cols {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  #olgoonama #summary .info-group {
    text-align: center;
  }
  #olgoonama #summary .info-group:not(:last-child) {
    margin-bottom: 15px;
  }
  #olgoonama #summary .map-wrapper {
    border-radius: 15px;
    border: 5px solid #73D3A2;
  }
  #olgoonama #report {
    min-height: unset;
    margin: 0;
    padding: 120px 0 5px;
  }
  #olgoonama #report .text-wrapper h1 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  #olgoonama #report .text-wrapper h2 {
    font-size: 1rem;
  }
  #olgoonama #report .text-wrapper p {
    font-size: 0.7rem;
  }
  #olgoonama #report .stand {
    top: -10px;
    background-size: 55px;
  }
  #olgoonama #report .spotlight {
    top: 34px;
    width: 70px;
    height: 85px;
    background-size: 40px;
  }
  #olgoonama #report .spotlight-left {
    left: 10px;
  }
  #olgoonama #report .spotlight-right {
    right: 10px;
  }
  #olgoonama #report .title {
    font-size: 1rem;
    text-shadow: 0 6px 4px #282403;
  }
  #olgoonama #report .frame-wrapper {
    margin: 25px auto 50px;
  }
  #olgoonama #report .frame-wrapper .frame-inner {
    border: 5px solid #cdbc24;
    border-radius: 15px;
    min-height: 150px;
    box-shadow: 0 0 15px #d3cb55;
  }
  #olgoonama #about_festival {
    margin: 50px 0;
  }
  #olgoonama #about_festival .cols {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  #olgoonama #audience {
    margin: 55px 0;
  }
  #olgoonama #audience ul {
    grid-template-columns: 1fr;
  }
  #olgoonama #audience ul li {
    justify-self: center;
    width: 220px;
    height: 220px;
    margin: 14px;
    font-size: 1.3rem;
    padding: 30px 15px;
  }
  #olgoonama #audience ul li img {
    height: 70px;
    margin: 0 auto 20px;
  }
  #olgoonama #mehvarha ul {
    text-align: right;
    padding: 0 20px;
  }
  #olgoonama #mehvarha ul li {
    margin: 12px 0;
  }
  #olgoonama #news .news-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #olgoonama #news .news-wrapper .news-group img {
    height: auto;
    margin-bottom: 30px;
  }
  #olgoonama #news .news-wrapper .news-group .text {
    margin-bottom: 15px;
  }
  #olgoonama #contact_us .form-wrapper .grid-wrapper {
    grid-template-columns: 1fr;
  }
  #olgoonama #contact_us .form-wrapper .form-group.message-wrapper {
    grid-column: unset;
  }
}
@keyframes light_flash {
  50% {
    filter: saturate(0.7);
  }
  55% {
    filter: saturate(1.4);
  }
  70% {
    filter: saturate(0.7);
  }
  100% {
    filter: saturate(0.7);
  }
}
#local_stores_list h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin: 12px 0 20px;
}
#local_stores_list h1::before, #local_stores_list h1::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #73D3A2;
  border-radius: 100px;
}
#local_stores_list .big-icon {
  font-size: 4.5rem;
  color: #EEE1E1;
  text-align: center;
  margin-bottom: 12px;
}
#local_stores_list .province-wrapper p {
  text-align: center;
  width: 60%;
  max-width: 750px;
  line-height: 2.3;
  margin: 0 auto 20px;
  font-weight: 300;
}
#local_stores_list .province-wrapper .provinces-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#local_stores_list .province-wrapper .provinces-list .btn {
  color: #f39383;
  border: 1px solid #f39383;
  border-radius: 5px;
  margin: 9px 8px;
  transition: all ease 0.25s;
  padding: 2px 9px;
  font-size: 0.9rem;
  font-weight: 500;
}
#local_stores_list .province-wrapper .provinces-list .btn:hover, #local_stores_list .province-wrapper .provinces-list .btn.selected {
  background: #f39383;
  color: #FFF;
}
#local_stores_list .updating-wrapper {
  text-align: center;
}
#local_stores_list .updating-wrapper .tag {
  display: inline-block;
  margin-block: 10px 40px;
  padding: 3px 10px;
  border-radius: 5px;
  background: rgb(169, 145, 76);
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}
#local_stores_list .updating-wrapper .tag .icon {
  vertical-align: middle;
  margin-left: 10px;
}
#local_stores_list .horizontal-swipe-wrapper {
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin-bottom: 25px;
  display: none;
}
#local_stores_list .horizontal-swipe-wrapper img {
  opacity: 0.4;
  width: 30px;
  margin-left: 10px;
}
#local_stores_list .stores-wrapper {
  width: 90%;
  margin: 0 auto;
}
#local_stores_list .stores-wrapper table thead tr {
  height: 50px;
}
#local_stores_list .stores-wrapper table thead tr th {
  border-bottom: 6px solid #73D3A2;
  background: #6b6b6b;
  color: white;
}
#local_stores_list .stores-wrapper table tbody tr:hover td {
  background: #ECECEC !important;
}
#local_stores_list .stores-wrapper table tbody tr:nth-child(even) td {
  background: #f3f3f3;
  border: none;
}
#local_stores_list .stores-wrapper table tbody td {
  white-space: nowrap;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  text-align: center;
  transition: all ease 0.25s;
}
#local_stores_list .stores-wrapper table tbody td.title {
  font-weight: 500;
}
#local_stores_list .stores-wrapper table tbody td.address {
  white-space: normal;
  text-align: right;
}

@media all and (max-width: 992px) {
  #local_stores_list .province-wrapper p {
    width: 85%;
  }
  #local_stores_list .horizontal-swipe-wrapper {
    display: flex;
  }
  #local_stores_list .stores-wrapper {
    width: 100%;
  }
  #local_stores_list .stores-wrapper table tbody td {
    white-space: nowrap;
    padding: 1rem 1.25rem;
    font-size: 0.8rem;
  }
  #local_stores_list .stores-wrapper table tbody td.address {
    white-space: nowrap;
  }
}
@media all and (max-width: 768px) {
  #local_stores_list h1 {
    font-size: 1.4rem;
    margin: 10px 0 15px;
  }
  #local_stores_list h1::before, #local_stores_list h1::after {
    margin: 0 12px;
    width: 45px;
  }
  #local_stores_list .updating-wrapper .tag {
    display: block;
    width: 100%;
    padding-block: 10px;
    font-size: 0.85rem;
  }
}
#store_single #introduction {
  margin: 50px 0 200px;
  padding: 50px 80px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
#store_single #introduction::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
}
#store_single #introduction .image-wrapper {
  text-align: center;
}
#store_single #introduction .image-wrapper .main-image-wrapper {
  position: relative;
}
#store_single #introduction .image-wrapper .main-image-wrapper.loading img {
  filter: saturate(0.7) opacity(0.3);
}
#store_single #introduction .image-wrapper .main-image-wrapper.loading .loading-spinner {
  display: block;
}
#store_single #introduction .image-wrapper .main-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all ease 0.4s;
}
#store_single #introduction .image-wrapper .main-image-wrapper img:hover {
  transform: scale(1.04);
  opacity: 0.9;
}
#store_single #introduction .image-wrapper .main-image-wrapper .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #399F6C;
  filter: drop-shadow(0 0 7px #73D3A2);
  display: none;
}
#store_single #introduction .image-wrapper .thumbnails-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  flex-wrap: wrap;
}
#store_single #introduction .image-wrapper .thumbnails-wrapper img {
  width: 100px;
  opacity: 0.65;
  filter: saturate(0.5);
  margin: 0 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease 0.25s;
}
#store_single #introduction .image-wrapper .thumbnails-wrapper img:hover {
  opacity: 1;
  filter: none;
}
#store_single #introduction .text-wrapper h1 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #797979;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#store_single #introduction .text-wrapper h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #f49595;
  border-radius: 10px;
  margin-left: 20px;
}
#store_single #introduction .text-wrapper .brief-info-wrapper {
  margin-bottom: 50px;
}
#store_single #introduction .text-wrapper .brief-info-wrapper .info-group {
  background: #f9f9f9;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 12px 20px;
  position: relative;
  font-size: 0.9rem;
}
#store_single #introduction .text-wrapper .brief-info-wrapper .info-group:hover .value {
  left: 15px;
}
#store_single #introduction .text-wrapper .brief-info-wrapper .info-group .label {
  font-weight: bold;
}
#store_single #introduction .text-wrapper .brief-info-wrapper .info-group .value {
  background: #73D3A2;
  color: white;
  font-weight: bold;
  display: inline-block;
  border-radius: 100px;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.5s;
}
#store_single #introduction .text-wrapper .description-wrapper {
  line-height: 2;
}
#store_single #introduction .text-wrapper .description-wrapper p {
  margin-bottom: 10px;
}
#store_single #introduction .text-wrapper .description-wrapper .location-btn-wrapper {
  text-align: left;
  margin: 20px 0 10px;
}
#store_single #introduction .text-wrapper .description-wrapper .location-btn-wrapper .location-btn {
  color: #f39383;
  border: 1px solid #f39383;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.85rem;
}
#store_single #introduction .text-wrapper .description-wrapper .location-btn-wrapper .location-btn:hover {
  color: white;
  background: #f39383;
}
#store_single #introduction .text-wrapper .description-wrapper .location-btn-wrapper .location-btn .icon {
  opacity: 0.7;
  font-size: 1rem;
  margin-left: 7px;
}

@media all and (max-width: 992px) {
  #store_single #introduction {
    padding: 30px 50px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #store_single #introduction::before {
    width: 80px;
    height: 80px;
    top: -31px;
  }
}
@media all and (max-width: 768px) {
  #store_single #introduction {
    margin: 30px 0 80px;
    padding: 25px;
  }
  #store_single #introduction::before {
    width: 80px;
    height: 80px;
    top: -31px;
  }
  #store_single #introduction .image-wrapper .thumbnails-wrapper {
    margin-top: 25px;
  }
  #store_single #introduction .image-wrapper .thumbnails-wrapper img {
    width: 55px;
    margin: 0 5px 5px;
  }
  #store_single #introduction .text-wrapper h1 {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    position: relative;
  }
  #store_single #introduction .text-wrapper h1::before {
    width: 45px;
    height: 10px;
    margin: 0 auto 20px;
  }
  #store_single #introduction .text-wrapper .brief-info-wrapper {
    margin-bottom: 40px;
  }
  #store_single #introduction .text-wrapper .brief-info-wrapper .info-group {
    padding: 12px 20px;
    position: relative;
    font-size: 0.7rem;
  }
  #store_single #introduction .text-wrapper .brief-info-wrapper .info-group .label {
    font-weight: bold;
  }
  #store_single #introduction .text-wrapper .brief-info-wrapper .info-group .value {
    padding: 12px 15px;
  }
  #store_single #introduction .text-wrapper .description-wrapper {
    font-size: 0.85rem;
  }
  #store_single #introduction .text-wrapper .description-wrapper .location-btn-wrapper {
    text-align: center;
    margin: 30px 0 15px;
  }
  #store_single #introduction .text-wrapper .description-wrapper .location-btn-wrapper .location-btn {
    padding: 5px 15px;
    width: 100%;
    display: block;
  }
}
#products_list .main-content-wrapper {
  margin-top: 40px;
}
#products_list .main-content-wrapper > .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
#products_list aside {
  flex: 0 0 25%;
}
#products_list aside .side-box {
  margin-bottom: 30px;
}
#products_list aside .side-box .box-title {
  color: #797979;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 25px 20px;
}
#products_list aside .side-box .box-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  border-radius: 100px;
  background: #f49595;
  margin-left: 15px;
}
#products_list aside .side-box .box-body .list-wrapper {
  font-size: 0.9rem;
  font-weight: 500;
  max-height: 300px;
  overflow-y: auto;
  padding-bottom: 30px;
}
#products_list aside .side-box .box-body .list-wrapper .list-item a {
  display: block;
  padding: 10px 30px 10px 20px;
}
#products_list aside .side-box .box-body .list-wrapper .list-item a .icon {
  vertical-align: middle;
  margin-left: 10px;
  color: silver;
  font-size: 0.7rem;
}
#products_list aside .side-box .box-body .list-wrapper .list-item a .text-wrapper.selected {
  background: #73D3A2;
  color: white;
  padding: 8px 20px;
  border-radius: 100px;
}
#products_list aside .side-box .box-body .list-wrapper .list-item a .text-wrapper.selected .icon {
  color: #b2e4cb;
}
#products_list aside .side-box .box-body .list-wrapper .list-item .subnav-list {
  margin-right: 20px;
  margin-top: 10px;
  display: none;
}
#products_list aside .side-box .box-body .list-wrapper .list-item .subnav-list.open {
  display: block;
}
#products_list main {
  flex: 0 0 72%;
}
#products_list main .top-box {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  font-weight: 500;
  color: #797979;
  margin-bottom: 15px;
  min-height: 60px;
}
#products_list main .top-box .title {
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  padding-right: 13px;
  font-size: 0.8rem;
  text-align: center;
}
#products_list main .top-box .title .icon {
  margin-left: 8px;
  font-size: 1.1rem;
}
#products_list main .top-box .options-wrapper {
  padding: 10px 10px;
  font-size: 0.75rem;
  margin: 0 5px;
  font-weight: bold;
}
#products_list main .top-box .options-wrapper a {
  padding: 5px 12px;
  margin: 0 4px;
  border-radius: 100px;
  transition: all ease 0.25s;
}
#products_list main .top-box .options-wrapper a:hover {
  background-color: #F5F5F5;
}
#products_list main .top-box .options-wrapper a.selected {
  background-color: #797979;
  color: #FAFAFA;
}
#products_list main .top-box .options-wrapper a.selected:hover {
  background-color: #9D9D9D;
}
#products_list main .products-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

@media all and (max-width: 992px) {
  #products_list .main-content-wrapper {
    margin-top: 30px;
  }
  #products_list .main-content-wrapper > .flex-wrapper {
    flex-direction: column;
  }
  #products_list aside {
    order: 2;
    margin-top: 30px;
  }
  #products_list main {
    order: 1;
  }
  #products_list main .top-box {
    padding: 12px 20px;
  }
  #products_list main .top-box .title {
    padding-right: 13px;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  #products_list main .top-box .title .icon {
    margin-left: 6px;
    font-size: 1rem;
  }
  #products_list main .top-box .options-wrapper {
    padding: 10px 10px;
    font-size: 0.75rem;
  }
  #products_list main .products-wrapper {
    margin-top: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
  #products_list main .products-wrapper .product-group {
    padding: 16px;
    height: 280px;
  }
}
@media all and (max-width: 768px) {
  #products_list .main-content-wrapper {
    margin-top: 0;
  }
  #products_list aside .side-box {
    margin-bottom: 30px;
  }
  #products_list aside .side-box .box-title {
    color: #797979;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 25px 20px;
  }
  #products_list aside .side-box .box-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 7px;
    border-radius: 100px;
    background: #f49595;
    margin-left: 15px;
  }
  #products_list aside .side-box .box-body .list-wrapper {
    font-size: 0.9rem;
    font-weight: 500;
    max-height: 300px;
    overflow-y: auto;
    padding-bottom: 30px;
  }
  #products_list aside .side-box .box-body .list-wrapper .list-item a {
    display: block;
    padding: 10px 30px 10px 20px;
  }
  #products_list aside .side-box .box-body .list-wrapper .list-item a .icon {
    vertical-align: middle;
    margin-left: 10px;
    color: silver;
    font-size: 0.7rem;
  }
  #products_list aside .side-box .box-body .list-wrapper .list-item a .text-wrapper.selected {
    background: #73D3A2;
    color: white;
    padding: 8px 20px;
    border-radius: 100px;
  }
  #products_list aside .side-box .box-body .list-wrapper .list-item a .text-wrapper.selected .icon {
    color: #b2e4cb;
  }
  #products_list aside .side-box .box-body .list-wrapper .list-item .subnav-list {
    margin-right: 20px;
    margin-top: 10px;
    display: none;
  }
  #products_list aside .side-box .box-body .list-wrapper .list-item .subnav-list.open {
    display: block;
  }
  #products_list main .top-box {
    display: block;
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  #products_list main .top-box .title {
    font-size: 0.85rem;
    text-align: right;
  }
  #products_list main .top-box .options-wrapper {
    font-size: 0.85rem;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #products_list main .top-box .options-wrapper a {
    white-space: nowrap;
    margin: 0 10px 10px;
  }
  #products_list main .products-wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
#product_single #introduction {
  margin: 50px 0 70px;
  padding: 50px 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#product_single #introduction::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
  z-index: -1;
}
#product_single #introduction .images-wrapper {
  text-align: center;
  flex: 1 1 35%;
  margin-left: 60px;
}
#product_single #introduction .images-wrapper .main-image-wrapper {
  position: relative;
}
#product_single #introduction .images-wrapper .main-image-wrapper.loading img {
  filter: saturate(0.7) opacity(0.3);
}
#product_single #introduction .images-wrapper .main-image-wrapper.loading .loading-spinner {
  display: block;
}
#product_single #introduction .images-wrapper .main-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 10px;
  transition: all ease 0.4s;
}
#product_single #introduction .images-wrapper .main-image-wrapper img:hover {
  transform: scale(1.04);
  opacity: 0.9;
}
#product_single #introduction .images-wrapper .main-image-wrapper .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #399F6C;
  filter: drop-shadow(0 0 7px #73D3A2);
  display: none;
}
#product_single #introduction .images-wrapper .thumbnails-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}
#product_single #introduction .images-wrapper .thumbnails-wrapper img {
  width: 21%;
  opacity: 0.65;
  filter: saturate(0.5);
  margin: 0 2% 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease 0.25s;
}
#product_single #introduction .images-wrapper .thumbnails-wrapper img:hover {
  opacity: 1;
  filter: none;
}
#product_single #introduction .text-wrapper {
  flex: 1 1 55%;
}
#product_single #introduction .text-wrapper h1 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #797979;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#product_single #introduction .text-wrapper h1::before {
  content: "";
  display: block;
  width: 35px;
  height: 8px;
  background: #f49595;
  border-radius: 10px;
  margin-left: 20px;
}
#product_single #introduction .text-wrapper .brief-info-wrapper {
  margin-bottom: 50px;
}
#product_single #introduction .text-wrapper .brief-info-wrapper .info-group {
  background: #f9f9f9;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 12px 20px;
  position: relative;
  font-size: 0.9rem;
}
#product_single #introduction .text-wrapper .brief-info-wrapper .info-group:hover .value {
  left: 15px;
}
#product_single #introduction .text-wrapper .brief-info-wrapper .info-group .label {
  font-weight: bold;
}
#product_single #introduction .text-wrapper .brief-info-wrapper .info-group .value {
  background: #73D3A2;
  color: white;
  font-weight: bold;
  display: inline-block;
  border-radius: 100px;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.5s;
}
#product_single #introduction .text-wrapper .description-wrapper {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 2;
}
#product_single #introduction .text-wrapper .properties-wrapper .title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #797979;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#product_single #introduction .text-wrapper .properties-wrapper .title::before {
  content: "";
  display: block;
  width: 35px;
  height: 8px;
  background: #f49595;
  border-radius: 10px;
  margin-left: 20px;
}
#product_single #introduction .text-wrapper .properties-wrapper .info-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 500;
}
#product_single #introduction .text-wrapper .properties-wrapper .info-group:not(:last-child) {
  margin-bottom: 15px;
}
#product_single #introduction .text-wrapper .properties-wrapper .info-group .label {
  flex: 0 0 28%;
  margin-left: 2%;
  border-radius: 100px;
  background-color: #f9f9f9;
  padding: 8px 15px;
  font-weight: normal;
}
#product_single #introduction .text-wrapper .properties-wrapper .info-group .value {
  flex: 0 0 70%;
  border-radius: 100px;
  background-color: #f9f9f9;
  padding: 8px 15px;
}
#product_single #suggestion h3.title {
  color: #717171;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
#product_single #suggestion h3.title::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}
#product_single #suggestion .products-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}

@media all and (max-width: 992px) {
  #product_single #introduction {
    padding: 30px 50px;
    display: block;
  }
  #product_single #introduction::before {
    width: 80px;
    height: 80px;
    top: -31px;
  }
  #product_single #introduction .images-wrapper {
    margin: 0 auto 80px;
  }
  #product_single #introduction .images-wrapper .main-image-wrapper img {
    max-width: 400px;
  }
  #product_single #introduction .images-wrapper .thumbnails-wrapper {
    margin-top: 50px;
  }
  #product_single #introduction .images-wrapper .thumbnails-wrapper img {
    width: 80px;
    margin: 0 15px 20px;
  }
  #product_single #suggestion .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}
@media all and (max-width: 768px) {
  #product_single #introduction {
    margin: 30px 0 50px;
    padding: 25px;
  }
  #product_single #introduction::before {
    width: 80px;
    height: 80px;
    top: -31px;
  }
  #product_single #introduction .images-wrapper {
    margin: 0 auto 50px;
  }
  #product_single #introduction .images-wrapper .thumbnails-wrapper {
    margin-top: 25px;
  }
  #product_single #introduction .images-wrapper .thumbnails-wrapper img {
    width: 55px;
    margin: 0 5px 10px;
  }
  #product_single #introduction .text-wrapper h1 {
    font-size: 1.1rem;
    display: block;
    text-align: center;
    position: relative;
  }
  #product_single #introduction .text-wrapper h1::before {
    width: 45px;
    height: 10px;
    margin: 0 auto 20px;
  }
  #product_single #introduction .text-wrapper .brief-info-wrapper {
    margin-bottom: 40px;
  }
  #product_single #introduction .text-wrapper .brief-info-wrapper .info-group {
    font-size: 0.7rem;
  }
  #product_single #introduction .text-wrapper .brief-info-wrapper .info-group .value {
    padding: 12px 15px;
  }
  #product_single #introduction .text-wrapper .description-wrapper {
    font-size: 0.85rem;
  }
  #product_single #introduction .text-wrapper .properties-wrapper .title {
    display: block;
    text-align: center;
  }
  #product_single #introduction .text-wrapper .properties-wrapper .title::before {
    width: 45px;
    height: 10px;
    margin: 0 auto 20px;
  }
  #product_single #introduction .text-wrapper .properties-wrapper .info-group {
    display: block;
  }
  #product_single #introduction .text-wrapper .properties-wrapper .info-group .label {
    margin-bottom: 5px;
    width: 100%;
  }
  #product_single #introduction .text-wrapper .properties-wrapper .info-group .value {
    font-weight: bold;
    width: 100%;
  }
  #product_single #suggestion h3.title {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  #product_single #suggestion h3.title::before {
    margin-left: 15px;
    width: 35px;
    height: 35px;
  }
  #product_single #suggestion .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
#download_hub h1 {
  color: #797979;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 50px 0;
}
#download_hub h1::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}
#download_hub h2.year-title {
  display: block;
  margin-bottom: 30px;
}
#download_hub h2.year-title:not(:first-child) {
  margin-top: 40px;
}
#download_hub h2.year-title .icon {
  color: #DCDCDC;
  margin-left: 10px;
  vertical-align: middle;
}
#download_hub h2.year-title::before {
  content: "";
  width: 27px;
  height: 7px;
  border-radius: 5px;
  background: #73D3A2;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#download_hub .documents-list {
  display: flex;
  flex-direction: column;
}
#download_hub .documents-list .document-group {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  border: 3px solid #f7f7f7;
  box-shadow: 0 0 0 10px white, 0 0 50px rgba(27, 26, 26, 0.1);
  border-radius: 10px;
  padding: 25px 30px;
}
#download_hub .documents-list .document-group:hover .icon-wrapper {
  transform: scale(1.15);
}
#download_hub .documents-list .document-group .thumbnail-wrapper {
  transition: all ease 0.3s;
  margin-left: 40px;
}
#download_hub .documents-list .document-group .thumbnail-wrapper .icon {
  width: 200px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 150px;
  position: relative;
}
#download_hub .documents-list .document-group .thumbnail-wrapper .icon::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(../images/logo-red.svg?v=2);
  background-repeat: no-repeat;
  opacity: 0.07;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#download_hub .documents-list .document-group .thumbnail-wrapper .icon .icon-image {
  width: 65px;
  z-index: 1;
}
#download_hub .documents-list .document-group .thumbnail-wrapper .thumbnail-image {
  border-radius: 10px;
  width: 200px;
}
#download_hub .documents-list .document-group .info-wrapper .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: flex;
}
#download_hub .documents-list .document-group .info-wrapper .title::before {
  content: "";
  width: 27px;
  height: 7px;
  border-radius: 5px;
  background: #f49595;
  display: block;
  margin-left: 20px;
  position: relative;
  top: 10px;
}
#download_hub .documents-list .document-group .info-wrapper .description {
  font-weight: 300;
  color: #b4b4b4;
}
#download_hub .documents-list .document-group .info-wrapper .download-btn {
  margin: 15px 0 0 0;
  font-size: 0.9rem;
}
#download_hub .documents-list .document-group .info-wrapper .download-btn .filesize {
  font-weight: 300;
  font-size: 0.8rem;
  opacity: 0.7;
  margin-right: 5px;
}
#download_hub .no-document {
  text-align: center;
}
#download_hub .no-document img {
  margin: 0 auto;
}
#download_hub .no-document .title {
  font-style: italic;
  font-weight: 500;
  color: silver;
}

@media all and (max-width: 768px) {
  #download_hub h1 {
    font-size: 1.4rem;
    margin: 20px 0 30px;
  }
  #download_hub .documents-list .document-group {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 25px 30px;
  }
  #download_hub .documents-list .document-group .thumbnail-wrapper {
    margin: 0 0 20px;
    width: 100%;
  }
  #download_hub .documents-list .document-group .thumbnail-wrapper .icon,
  #download_hub .documents-list .document-group .thumbnail-wrapper .thumbnail-image {
    width: 100%;
  }
  #download_hub .documents-list .document-group .info-wrapper {
    width: 100%;
  }
  #download_hub .documents-list .document-group .info-wrapper .title {
    text-align: center;
    font-size: 1rem;
    flex-direction: column;
  }
  #download_hub .documents-list .document-group .info-wrapper .title::before {
    display: block;
    margin: 0 auto 20px;
    width: 40px;
  }
  #download_hub .documents-list .document-group .info-wrapper .description {
    font-size: 0.9rem;
  }
  #download_hub .documents-list .document-group .info-wrapper .download-btn {
    width: 100%;
  }
  #download_hub .no-document img {
    width: 60%;
  }
}
#signup h1 {
  color: #797979;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 50px 0;
}
#signup h1::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/logo-red.svg?v=2) no-repeat center/contain;
}
#signup #introduction {
  margin: 50px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
  position: relative;
}
#signup #introduction .logo-wrapper {
  flex: 0 0 30%;
  margin-left: 50px;
  text-align: center;
}
#signup #introduction .logo-wrapper img {
  width: 50%;
  max-width: 160px;
  margin: 0 auto;
}
#signup #introduction .logo-wrapper .main-title {
  color: #6de8a5;
  text-align: center;
  line-height: 2;
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 1.8rem;
  margin: 30px 0 0;
  font-weight: bold;
}
#signup #introduction .logo-wrapper .main-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: #cecfcf;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#signup #introduction .logo-wrapper .subtitle {
  color: #cecfcf;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  margin-top: -5px;
}
#signup #introduction .description-wrapper {
  flex: 1 1;
}
#signup #introduction .description-wrapper p {
  line-height: 2.3;
  text-align: justify;
  font-weight: 500;
}
#signup #introduction .description-wrapper .btn {
  margin: 30px 0 0;
  display: inline-block;
}
#signup {
  /*
  #form_wrapper{
      padding: 40px 50px;

      .head{

          h2{
              color: #797979;
              font-size: 1.3rem;
              margin-bottom: 30px;

              &::before{
                  content: '';
                  display: inline-block;
                  vertical-align: middle;
                  width: 30px;
                  height: 7px;
                  background: #f49595;
                  border-radius: 50px;
                  margin-left: 20px;
              }
          }
      }

      .grid-wrapper{
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 18px;
      }

      .form-group{

          .theme-input{
              border: none;
              background: #fafafa;
              border-radius: 20px;
              font-weight: 500;
              color: $default_input_blue;
              padding: 10px 25px;
              width: 100%;
              transition: all ease .2s;

              &:focus{
                  background: #f5f7f6;
                  box-shadow: 0 0 0 4px #ecf3ef;
              }

              &::placeholder{
                  color: #c4c4c4;
                  font-weight: 300;
              }
          }

          &.message-wrapper{
              grid-column: span 2;

              textarea{
                  line-height: 2;
                  padding: 25px;
              }
          }

          &.form-file-wrapper{
              grid-column: span 2;

              #upload_file_btn{
                  border: none;
              }

              .uploaded-filename{
                  width: 100%;
                  padding: 15px;
                  background-color: #f2fff4;
                  color: #4ec689;
                  font-size: .9rem;
                  font-weight: 500;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  border-radius: 20px;

                  .icon{
                      margin-left: 10px;
                      font-size: 1.1rem;
                      vertical-align: middle;
                  }
              }
          }
      }

      .buttons-wrapper{
          text-align: left;
          margin-top: 50px;

          #submit_btn{
              font-weight: 500;
              padding: 10px 40px;
          }
      }
  }
  */
}

@media all and (max-width: 992px) {
  #signup #introduction {
    flex-direction: column;
    padding: 40px 60px;
  }
  #signup #introduction .logo-wrapper {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  #signup #introduction .logo-wrapper img {
    width: 60%;
    max-width: 150px;
  }
}
@media all and (max-width: 768px) {
  #signup h1 {
    font-size: 1.4rem;
    margin: 20px 0 30px;
  }
  #signup #introduction {
    padding: 50px 25px;
    margin: 0 0 30px;
  }
  #signup #introduction .logo-wrapper {
    flex: 0 0 100%;
  }
  #signup #introduction .logo-wrapper img {
    width: 70%;
  }
  #signup #introduction .logo-wrapper .main-title {
    font-size: 1.5rem;
  }
  #signup #introduction .logo-wrapper .subtitle {
    font-size: 1.1rem;
  }
  #signup #introduction .description-wrapper p {
    font-size: 0.9rem;
    line-height: 2.1;
  }
  #signup #introduction .description-wrapper .buttons-wrapper {
    margin-top: 40px;
  }
  #signup #introduction .description-wrapper .btn {
    margin: 15px auto 0;
    display: block;
    width: 100%;
    padding: 13px 0;
    font-size: 0.9rem;
  }
  #signup {
    /*#form_wrapper{
        padding: 30px 20px;

        .head{

            h2{
                font-size: 1.2rem;
                margin-bottom: 20px;

                &::before{
                    width: 25px;
                }
            }
        }

        .grid-wrapper{
            grid-template-columns: 1fr;
            grid-column-gap: 0;
            margin-top: 35px;
        }

        .form-group{
            grid-column: unset !important;

            &.message-wrapper{
                grid-column: unset;
            }

            &.form-file-wrapper{

                .uploaded-filename{
                    white-space: normal;
                }
            }
        }

        .buttons-wrapper{
            text-align: center;
            margin-top: 30px;

            #submit_btn{
                width: 100%;
                padding: 11px 0;
            }
        }
    }*/
  }
}
#join_us #box_wrapper {
  padding: 50px 50px 0;
  max-width: 1000px;
  margin-inline: auto;
  overflow: hidden;
}
#join_us #box_wrapper h2 {
  text-align: center;
}
#join_us #box_wrapper h2::before, #join_us #box_wrapper h2::after {
  content: "";
  display: inline-block;
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
#join_us #box_wrapper .graphic {
  width: 350px;
  margin: 40px auto;
  display: block;
}
#join_us #box_wrapper .intro {
  line-height: 2;
  margin-block: 20px 40px;
}
#join_us #box_wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
#join_us #box_wrapper form .form-gorup.description {
  grid-column: -1/1;
}
#join_us #box_wrapper form .form-gorup.description .form-control {
  line-height: 2.3;
  padding: 20px 30px;
}
#join_us #box_wrapper form .form-gorup.resume {
  grid-column: -1/1;
}
#join_us #box_wrapper form .form-gorup.resume .upload-btn {
  margin: 10px 0 0;
  font-size: 0.9rem;
}
#join_us #box_wrapper form .form-gorup.resume .uploaded-file {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
}
#join_us #box_wrapper form .form-gorup.resume .uploaded-file .name {
  background: #e4ebf5;
  padding: 4px 20px;
  border-radius: 4px;
  font-weight: 600;
  color: #384e6d;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
#join_us #box_wrapper form .form-gorup.resume .uploaded-file .remove-btn {
  padding: 4px 10px;
  font-size: 0.9rem;
}
#join_us #box_wrapper form label {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 450;
  margin-bottom: 7px;
}
#join_us #box_wrapper form label em {
  color: #972e2e;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 7px;
}
#join_us #box_wrapper form label .icon {
  color: #b9b9b9;
  margin-left: 15px;
}
#join_us #box_wrapper form .form-control {
  background: #f6f8f9;
  border-radius: 20px;
  font-weight: 600;
  color: #456C8E;
  padding: 10px 25px;
  width: 100%;
  transition: all ease 0.2s;
  border: 1px solid #ebedf0;
}
#join_us #box_wrapper form .form-control:focus {
  box-shadow: 0 0 0 3px #d2e7eb;
}
#join_us #box_wrapper .winners-graphic {
  width: 110%;
  fill: #d1d1d1;
  transform: scale(1.15);
  margin: 65px 0 0;
  transform-origin: bottom left;
  display: block;
}
#join_us .buttons-wrapper {
  max-width: 1000px;
  text-align: left;
  margin: 30px auto 0;
}
#join_us .buttons-wrapper .submit-btn {
  font-weight: bold;
  padding: 10px 20px;
}

@media all and (max-width: 768px) {
  #join_us #box_wrapper {
    padding: 30px 20px 0;
  }
  #join_us #box_wrapper h2 {
    font-size: 1.1rem;
  }
  #join_us #box_wrapper h2::before, #join_us #box_wrapper h2::after {
    margin: 0 11px;
    width: 20px;
    height: 6px;
  }
  #join_us #box_wrapper .graphic {
    width: 90%;
  }
  #join_us #box_wrapper .intro {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 2.2;
  }
  #join_us #box_wrapper form {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
  #join_us #box_wrapper form label {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 9px;
  }
  #join_us #box_wrapper form label em {
    font-size: 0.65rem;
  }
  #join_us #box_wrapper form .form-gorup.description .form-control {
    padding: 15px 20px;
  }
  #join_us #box_wrapper form .form-gorup.resume .uploaded-file {
    flex-direction: column;
    align-items: flex-start;
  }
  #join_us #box_wrapper form .form-gorup.resume .uploaded-file .name {
    font-size: 0.9rem;
    padding-inline: 10px;
    max-width: 250px;
  }
  #join_us #box_wrapper form .form-control {
    font-size: 0.9rem;
  }
  #join_us #box_wrapper .winners-graphic {
    width: 230%;
    margin: 40px -110% 0px 0px;
    transform: none;
  }
  #join_us .buttons-wrapper {
    text-align: center;
  }
  #join_us .buttons-wrapper .submit-btn {
    width: 85%;
    margin: 0;
  }
}
