.hamehhazer-theme {
  position: relative;
}
.hamehhazer-theme header {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
  width: 100%;
  transition: all ease 0.3s;
  padding: 10px 40px;
  box-shadow: 0 10px 15px -10px #87a3c5;
}
.hamehhazer-theme header.sticky {
  position: fixed;
  background: white;
  padding: 10px 40px;
  box-shadow: 0 10px 15px -10px #87a3c5;
}
.hamehhazer-theme header .logo-wrapper {
  flex: 0 0 170px;
  display: block;
  transition: all 0.4s ease;
}
.hamehhazer-theme header .logo-wrapper:hover {
  transform: scale(1.04);
  opacity: 0.8;
}
.hamehhazer-theme header nav {
  display: flex;
  gap: 30px;
}
.hamehhazer-theme header nav a {
  font-size: 1rem;
  font-weight: 600;
  transition: all ease 0.3s;
  padding: 10px;
  color: #38446a;
}
.hamehhazer-theme header nav a:hover {
  color: #476DB2;
}
.hamehhazer-theme header .hamburger-menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #2f73ae;
  border-radius: 5px;
  font-size: 1.2rem;
  margin-right: auto;
  display: none;
}
.hamehhazer-theme header .hamburger-menu-btn:hover, .hamehhazer-theme header .hamburger-menu-btn:active {
  background: #2f73ae;
  color: #FFF;
}
.hamehhazer-theme footer {
  background: #cdd9e5;
  position: relative;
  z-index: 2;
  padding-top: 60px;
  color: #546277;
  font-weight: 500;
}
.hamehhazer-theme footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-eslimi.svg) repeat center/380px;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}
.hamehhazer-theme footer .cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
}
.hamehhazer-theme footer .cols .col1 img {
  width: 280px;
  margin-bottom: 10px;
}
.hamehhazer-theme footer .cols .col1 .text {
  font-size: 0.95rem;
}
.hamehhazer-theme footer .cols .col2 {
  text-align: center;
}
.hamehhazer-theme footer .cols .col2 .info-group {
  margin-bottom: 20px;
}
.hamehhazer-theme footer .cols .col2 .info-group .title {
  font-weight: 400;
}
.hamehhazer-theme footer .cols .col2 .info-group .code {
  color: white;
  background: #474979;
  padding: 4px 13px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 5px;
  letter-spacing: 1px;
  direction: ltr;
}
.hamehhazer-theme footer .cols .col3 {
  text-align: center;
}
.hamehhazer-theme footer .cols .col3 .social-networks {
  text-align: center;
  display: flex;
  justify-content: center;
  bottom: 2.5vw;
  margin-top: 20px;
}
.hamehhazer-theme footer .cols .col3 .social-networks a {
  filter: invert(27%) sepia(11%) saturate(2256%) hue-rotate(199deg) brightness(100%) contrast(88%);
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  transition: all ease 0.2s;
  background-repeat: no-repeat;
  background-image: url(../images/social-network-sprites.png?v=2);
}
.hamehhazer-theme footer .cols .col3 .social-networks a:hover {
  opacity: 1;
  filter: none;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.shad {
  background-position: -240px 0;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.shad:hover {
  background-position: -240px -40px;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.bale {
  background-position: 0 0;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.bale:hover {
  background-position: 0 -40px;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.instagram {
  background-position: -160px 0;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.instagram:hover {
  background-position: -160px -40px;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.aparat {
  background-position: -200px 0;
}
.hamehhazer-theme footer .cols .col3 .social-networks a.aparat:hover {
  background-position: -200px -40px;
}
.hamehhazer-theme footer .signature {
  background: #4a627b;
  padding: 10px 0;
  font-size: 0.75rem;
  color: white;
  margin-top: 50px;
  text-align: center;
}
.hamehhazer-theme footer .signature a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
}
.hamehhazer-theme footer .signature a:hover {
  color: #FFF;
}
.hamehhazer-theme footer .signature a:hover .mhy {
  text-shadow: 0 0 6px #450101;
}
.hamehhazer-theme footer .signature a:hover .heart {
  color: #F64880;
}
.hamehhazer-theme footer .signature a .heart {
  color: #e58da9;
  margin-inline: 10px;
}
.hamehhazer-theme .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding-right: 15px;
  padding-left: 15px;
}

html {
  scroll-behavior: smooth;
}

@media all and (max-width: 1200px) {
  .hamehhazer-theme .container {
    max-width: 990px;
  }
  .hamehhazer-theme footer .cols {
    grid-gap: 40px;
  }
}
@media all and (max-width: 992px) {
  .hamehhazer-theme .container {
    max-width: 720px;
  }
  .hamehhazer-theme header .logo-wrapper {
    flex-basis: 180px;
  }
  .hamehhazer-theme header nav {
    gap: 15px;
  }
  .hamehhazer-theme header nav a {
    font-size: 0.9rem;
  }
  .hamehhazer-theme footer .cols {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .hamehhazer-theme header {
    padding: 10px 20px;
  }
  .hamehhazer-theme header.sticky nav {
    top: 60px;
  }
  .hamehhazer-theme header .logo-wrapper {
    flex-basis: 170px;
  }
  .hamehhazer-theme header nav {
    background: #5e99b8;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    transition: all ease 0.3s;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    opacity: 0;
    transform: translateY(-20px);
  }
  .hamehhazer-theme header nav.show {
    pointer-events: unset;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  .hamehhazer-theme header nav a {
    padding: 19px 12px;
    display: block;
    position: relative;
    color: white;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
    width: 100%;
    text-align: center;
  }
  .hamehhazer-theme header nav a:hover, .hamehhazer-theme header nav a:active {
    color: #0a415e;
  }
  .hamehhazer-theme header .hamburger-menu-btn {
    display: flex;
  }
  .hamehhazer-theme footer {
    padding-top: 35px;
  }
  .hamehhazer-theme footer .cols .col1 img {
    margin: 0 auto 20px;
  }
  .hamehhazer-theme footer .cols .col1 .text {
    text-align: center;
    line-height: 1.7;
  }
  .hamehhazer-theme footer .signature {
    font-size: 0.6rem;
  }
  .hamehhazer-theme .container {
    max-width: 540px;
    padding: 0 20px;
  }
}
.hamehhazer-theme#homepage h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 40px;
}
.hamehhazer-theme#homepage h2::before, .hamehhazer-theme#homepage h2::after {
  content: "";
  margin: 0 30px;
  width: 36px;
  height: 10px;
  background: #f49595;
  border-radius: 100px;
}
.hamehhazer-theme#homepage header {
  position: absolute;
  background: transparent;
  padding: 20px 60px;
  box-shadow: none;
}
.hamehhazer-theme#homepage header.sticky {
  position: fixed;
  background: white;
  padding: 10px 40px;
  box-shadow: 0 10px 15px -10px #87a3c5;
}
.hamehhazer-theme#homepage header.sticky .logo-wrapper {
  flex-basis: 170px;
}
.hamehhazer-theme#homepage header .logo-wrapper {
  flex: 0 0 230px;
}
.hamehhazer-theme#homepage #introduction {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hamehhazer-theme#homepage #introduction .el {
  position: absolute;
}
.hamehhazer-theme#homepage #introduction .bg-sky {
  background: url(../images/bg-sky.jpg) no-repeat top/cover;
  width: 100%;
  height: 100%;
}
.hamehhazer-theme#homepage #introduction .sea-wave {
  background: url(../images/sea-wave.png) no-repeat left/cover;
  width: 100%;
  height: 15vw;
  bottom: -2%;
  filter: drop-shadow(0px -6px 26px #0c8cd6);
  animation: 12s ease-in-out 0s normal none infinite wavesBounce;
}
.hamehhazer-theme#homepage #introduction .kids-ship {
  background: url(../images/kids-ship.png) no-repeat left/contain;
  width: 40%;
  max-width: 700px;
  aspect-ratio: 1;
  bottom: 6%;
  right: 4%;
  animation: 8s ease-in-out 0s normal none infinite shipBounce;
}
.hamehhazer-theme#homepage #introduction .info-text {
  background: url(../images/info-text4.png) no-repeat top/contain;
  width: 22%;
  max-width: 400px;
  aspect-ratio: 1.4/2;
  left: 16%;
  bottom: 15%;
}
.hamehhazer-theme#homepage #cta {
  margin-top: 70px;
}
.hamehhazer-theme#homepage #cta .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.hamehhazer-theme#homepage #cta .cols a {
  border-radius: 10px;
  overflow: hidden;
}
.hamehhazer-theme#homepage #cta .cols a img {
  transition: all ease 0.25s;
}
.hamehhazer-theme#homepage #cta .cols a img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}
.hamehhazer-theme#homepage #about {
  padding-block: 120px 100px;
}
.hamehhazer-theme#homepage #about .cols {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  grid-gap: 85px;
}
.hamehhazer-theme#homepage #about .cols .col1 p {
  line-height: 2.2;
  margin-bottom: 10px;
  text-align: justify;
}
.hamehhazer-theme#homepage #about .cols .image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content;
  grid-gap: 7px;
  align-self: center;
}
.hamehhazer-theme#homepage #about .cols .image-gallery img {
  border-radius: 4px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.hamehhazer-theme#homepage #about .cols .image-gallery img:hover {
  opacity: 0.8;
  transform: scale(1.03);
}
.hamehhazer-theme#homepage #video {
  padding-bottom: 100px;
}
.hamehhazer-theme#homepage #video .video-frame-wrapper {
  width: 70%;
  position: relative;
  margin: 0 auto;
}
.hamehhazer-theme#homepage #video .video-frame-wrapper .frame-inner {
  background-image: linear-gradient(to left, #eaf0f2, #cee5dd);
  overflow: hidden;
  border: 6px solid #e91e63;
  border-radius: 25px;
  box-shadow: 0 0 45px #e781ae;
}
.hamehhazer-theme#homepage #celebrities .el-group:hover img {
  opacity: 0.9;
  transform: none;
}
.hamehhazer-theme#homepage #celebrities .el-group img {
  border-radius: 50%;
  border: 4px solid #0d8ad5;
}
.hamehhazer-theme#homepage #organizations, .hamehhazer-theme#homepage #celebrities {
  /*margin-block: 80px;*/
}
.hamehhazer-theme#homepage #organizations .swiper .el-group, .hamehhazer-theme#homepage #celebrities .swiper .el-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 245px;
  text-align: center;
}
.hamehhazer-theme#homepage #organizations .swiper .el-group:hover img, .hamehhazer-theme#homepage #celebrities .swiper .el-group:hover img {
  transform: translateY(-7px);
  filter: drop-shadow(0px 12px 7px rgba(0, 0, 0, 0.15));
}
.hamehhazer-theme#homepage #organizations .swiper .el-group img, .hamehhazer-theme#homepage #celebrities .swiper .el-group img {
  display: block;
  width: 80%;
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 6px;
  transition: all ease 0.3s;
}
.hamehhazer-theme#homepage #organizations .swiper .el-group .title, .hamehhazer-theme#homepage #celebrities .swiper .el-group .title {
  font-weight: 700;
  color: #969696;
  margin-top: 20px;
}
.hamehhazer-theme#homepage #stats {
  padding-block: 60px;
  background: #deeff5 url(../images/stationary-pattern.png);
  background-size: 290px;
  animation: moveUp 1000s linear infinite;
}
.hamehhazer-theme#homepage #stats .cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 50px;
  align-items: center;
}
.hamehhazer-theme#homepage #stats .cols .brief {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hamehhazer-theme#homepage #stats .cols .brief .group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hamehhazer-theme#homepage #stats .cols .brief .group .label {
  font-size: 1.1rem;
  white-space: nowrap;
  margin-bottom: 15px;
  flex: 0 0 100%;
  color: #2c5d81;
  font-weight: 600;
}
.hamehhazer-theme#homepage #stats .cols .brief .group .value {
  padding: 1px 10px;
  background: #b82658;
  color: white;
  border-radius: 5px;
}
.hamehhazer-theme#homepage #stats .cols .brief .group .value .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.7rem;
}
.hamehhazer-theme#homepage #stats .cols .brief .group .value span {
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 900;
}
.hamehhazer-theme#homepage #stats .map .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #2664b8;
}
.hamehhazer-theme#homepage #stats .map #iran_map_container {
  max-height: 70vh;
  height: 650px;
  margin: 30px auto;
}
.hamehhazer-theme#homepage #stats .map #iran_map_container .highcharts-container {
  overflow: visible;
}
.hamehhazer-theme#homepage #news {
  padding: 50px 0;
}
.hamehhazer-theme#homepage #news .news-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.hamehhazer-theme#homepage #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 12px 20px;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group.video .poster-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6dabe8;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.hamehhazer-theme#homepage #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(58%) sepia(37%) saturate(6993%) hue-rotate(165deg) brightness(103%) contrast(98%);
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group.video .type span {
  background: #d34162;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group.image .poster-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #6dabe8;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group.image .poster-wrapper .icon {
  width: 12%;
  transition: all ease 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(58%) sepia(37%) saturate(6993%) hue-rotate(165deg) brightness(103%) contrast(98%);
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group.image .type span {
  background: #c4842f;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group.post .type span {
  background: #4f97a7;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group:hover .poster {
  transform: scale(1.05);
  opacity: 0.7;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group .poster-wrapper {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group .poster-wrapper .poster {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hamehhazer-theme#homepage #news .news-wrapper .news-group .type {
  margin-block: 15px;
  text-align: center;
}
.hamehhazer-theme#homepage #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;
}
.hamehhazer-theme#homepage #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;
}
.hamehhazer-theme#homepage #contact {
  margin: 80px 0;
}
.hamehhazer-theme#homepage #contact p {
  margin-bottom: 25px;
}
.hamehhazer-theme#homepage #contact .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.hamehhazer-theme#homepage #contact .form {
  max-width: 800px;
  margin: 0 auto;
}
.hamehhazer-theme#homepage #contact .form .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 18px;
}
.hamehhazer-theme#homepage #contact .form .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;
}
.hamehhazer-theme#homepage #contact .form .form-group .theme-input:focus {
  background: #F3F3F3;
}
.hamehhazer-theme#homepage #contact .form .form-group .theme-input::-moz-placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
.hamehhazer-theme#homepage #contact .form .form-group .theme-input::placeholder {
  color: #c4c4c4;
  font-weight: normal;
}
.hamehhazer-theme#homepage #contact .form .form-group.message-wrapper {
  grid-column: span 2;
}
.hamehhazer-theme#homepage #contact .form .form-group.message-wrapper textarea {
  line-height: 2;
  padding: 25px;
}
.hamehhazer-theme#homepage #contact .form #submit_btn {
  display: block;
  margin: 30px auto;
  padding: 10px 95px;
  border-radius: 100px;
}
.hamehhazer-theme#homepage #contact .form #submit_btn .icon {
  margin-left: 10px;
  opacity: 0.7;
}
.hamehhazer-theme#homepage #contact .socials {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.hamehhazer-theme#homepage #contact .socials a.bale .icon {
  background-position: 0 -40px;
}
.hamehhazer-theme#homepage #contact .socials a.aparat .icon {
  background-position: -200px -40px;
}
.hamehhazer-theme#homepage #contact .socials a.instagram .icon {
  background-position: -160px -40px;
}
.hamehhazer-theme#homepage #contact .socials a.shad .icon {
  background-position: -240px -40px;
}
.hamehhazer-theme#homepage #contact .socials a .icon {
  background-image: url(../images/social-network-sprites.png?v=2);
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  margin: 0 15px;
  opacity: 0.7;
  transition: all 0.2s ease;
  width: 40px;
}

@keyframes shipBounce {
  0% {
    transform: translateY(-17px) translateX(-10px);
  }
  50% {
    transform: translateY(17px) translateX(16px);
  }
  100% {
    transform: translateY(-17px) translateX(-10px);
  }
}
@keyframes wavesBounce {
  0% {
    transform: scale(1.1) translateX(-10px);
  }
  50% {
    transform: scale(1.1) translateX(16px);
  }
  100% {
    transform: scale(1.1) translateX(-10px);
  }
}
@media all and (max-width: 992px) {
  .hamehhazer-theme#homepage #introduction .kids-ship {
    width: 48%;
  }
  .hamehhazer-theme#homepage #introduction .sea-wave {
    height: 20vw;
  }
  .hamehhazer-theme#homepage #introduction .info-text {
    width: 25%;
  }
  .hamehhazer-theme#homepage #about {
    padding-block: 60px 80px;
  }
  .hamehhazer-theme#homepage #about .cols {
    grid-template-columns: 1fr;
  }
  .hamehhazer-theme#homepage #about .cols .col1 {
    order: 2;
  }
  .hamehhazer-theme#homepage #video .video-frame-wrapper {
    width: 100%;
  }
  .hamehhazer-theme#homepage #celebrities .el-group img {
    border: 3px solid #0d8ad5;
  }
  .hamehhazer-theme#homepage #organizations, .hamehhazer-theme#homepage #celebrities {
    margin-block: 15px;
  }
  .hamehhazer-theme#homepage #organizations .swiper .el-group, .hamehhazer-theme#homepage #celebrities .swiper .el-group {
    height: 175px;
  }
  .hamehhazer-theme#homepage #organizations .swiper .el-group .title, .hamehhazer-theme#homepage #celebrities .swiper .el-group .title {
    font-size: 0.9rem;
  }
  .hamehhazer-theme#homepage #news {
    margin: 30px 0;
  }
  .hamehhazer-theme#homepage #news .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .hamehhazer-theme#homepage #contact .cols {
    grid-template-columns: 1fr;
  }
  .hamehhazer-theme#homepage #contact .form {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .hamehhazer-theme#homepage h2 {
    font-size: 1.5rem;
  }
  .hamehhazer-theme#homepage h2::before, .hamehhazer-theme#homepage h2::after {
    margin: 0 20px;
    width: 20px;
    height: 6px;
  }
  .hamehhazer-theme#homepage header {
    padding: 10px 20px;
  }
  .hamehhazer-theme#homepage header.sticky {
    padding: 10px 20px;
  }
  .hamehhazer-theme#homepage header .logo-wrapper {
    flex: 0 0 170px;
  }
  .hamehhazer-theme#homepage #introduction .sea-wave {
    height: 40vw;
  }
  .hamehhazer-theme#homepage #introduction .kids-ship {
    width: 100%;
    right: 0;
    bottom: 6%;
  }
  .hamehhazer-theme#homepage #introduction .info-text {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 13%;
  }
  .hamehhazer-theme#homepage #cta {
    margin-top: 45px;
  }
  .hamehhazer-theme#homepage #cta .cols {
    grid-template-columns: 1fr;
  }
  .hamehhazer-theme#homepage #cta .cols a:first-of-type {
    order: 2;
  }
  .hamehhazer-theme#homepage #about {
    padding-block: 45px;
  }
  .hamehhazer-theme#homepage #about .cols {
    grid-gap: 45px;
  }
  .hamehhazer-theme#homepage #about .cols .text {
    font-size: 0.9rem;
  }
  .hamehhazer-theme#homepage #about .cols .text h1 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .hamehhazer-theme#homepage #about .cols .image-gallery {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .hamehhazer-theme#homepage #about .cols .image-gallery img {
    border-radius: 8px;
  }
  .hamehhazer-theme#homepage #video {
    padding-bottom: 60px;
  }
  .hamehhazer-theme#homepage #video .video-frame-wrapper .frame-inner {
    border-width: 4px;
    border-radius: 15px;
  }
  .hamehhazer-theme#homepage #celebrities .swiper .el-group img {
    padding: 3px;
    border-width: 2px;
  }
  .hamehhazer-theme#homepage #organizations h2, .hamehhazer-theme#homepage #celebrities h2 {
    font-size: 1.2rem;
  }
  .hamehhazer-theme#homepage #organizations .swiper .el-group, .hamehhazer-theme#homepage #celebrities .swiper .el-group {
    height: 145px;
  }
  .hamehhazer-theme#homepage #organizations .swiper .el-group .title, .hamehhazer-theme#homepage #celebrities .swiper .el-group .title {
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .hamehhazer-theme#homepage #stats {
    padding-block: 45px 0;
  }
  .hamehhazer-theme#homepage #stats .cols {
    grid-template-columns: 1fr;
  }
  .hamehhazer-theme#homepage #stats .cols .brief .group {
    text-align: center;
  }
  .hamehhazer-theme#homepage #stats .cols .brief .group .value {
    margin: 0 auto;
  }
  .hamehhazer-theme#homepage #stats .map .title {
    font-size: 1.1rem;
  }
  .hamehhazer-theme#homepage #stats .map #iran_map_container {
    height: 350px;
  }
  .hamehhazer-theme#homepage #news {
    margin: 0;
    padding: 20px 0;
  }
  .hamehhazer-theme#homepage #news .news-wrapper {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .hamehhazer-theme#homepage #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;
  }
  .hamehhazer-theme#homepage #news .news-wrapper .news-group .text {
    height: auto;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .hamehhazer-theme#homepage #news .news-wrapper .news-group .type {
    margin-block: 5px 10px;
  }
  .hamehhazer-theme#homepage #news .news-wrapper .news-group .type span {
    font-size: 0.55rem;
    padding: 1px 10px;
  }
  .hamehhazer-theme#homepage #contact .form .grid-wrapper {
    grid-template-columns: 1fr;
  }
  .hamehhazer-theme#homepage #contact .form .form-group.message-wrapper {
    grid-column: unset;
  }
  .hamehhazer-theme#homepage #contact .socials a {
    width: 90%;
  }
}
.hamehhazer-theme#hamehhazer_video_single h1 {
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-block: 40px 30px;
}
.hamehhazer-theme#hamehhazer_video_single h1::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: #508fce;
  border-radius: 50%;
}
.hamehhazer-theme#hamehhazer_video_single .frame-wrapper {
  width: 70%;
  aspect-ratio: 16/9;
  margin: 60px auto 60px;
}
.hamehhazer-theme#hamehhazer_video_single .frame-wrapper .frame-inner {
  background-image: linear-gradient(to left, #F2EAEA, #CEDBE5);
  overflow: hidden;
  border: 8px solid #448dd1;
  border-radius: 25px;
  box-shadow: 0 0 55px #a0c9e4;
}
.hamehhazer-theme#hamehhazer_video_single .frame-wrapper .aparat-video-wrapper {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 992px) {
  .hamehhazer-theme#hamehhazer_video_single h1 {
    font-size: 1rem;
    gap: 13px;
    align-items: baseline;
  }
  .hamehhazer-theme#hamehhazer_video_single .frame-wrapper {
    width: 100%;
    margin: 40px auto 40px;
  }
  .hamehhazer-theme#hamehhazer_video_single .frame-wrapper .frame-inner {
    border-width: 6px;
    border-radius: 20px;
  }
}
.hamehhazer-theme#hamehhazer_image_single h1 {
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-block: 40px 30px;
}
.hamehhazer-theme#hamehhazer_image_single h1::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: #508fce;
  border-radius: 50%;
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper {
  width: 90%;
  margin: 60px auto;
  position: relative;
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper.has-more-than-3 .frame-wrapper .image-wrapper:first-child {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
.hamehhazer-theme#hamehhazer_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%;
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper {
  border: 7px solid #448dd1;
  border-radius: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  background: #dbe5ec;
  overflow: hidden;
  padding: 25px;
  position: relative;
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url(../images/geometry1.png) repeat center/250px;
  opacity: 0.6;
  mix-blend-mode: overlay;
  z-index: 0;
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  transition: all ease 0.25s;
  box-shadow: 0 0 40px rgba(27, 26, 26, 0.07);
}
.hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper .image-wrapper img:hover {
  transform: scale(1.06);
  opacity: 0.7;
}

@media all and (max-width: 992px) {
  .hamehhazer-theme#hamehhazer_image_single h1 {
    font-size: 1rem;
    gap: 13px;
    align-items: baseline;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper {
    width: 100%;
    margin: 70px auto 50px;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper.has-more-than-3 .frame-wrapper .image-wrapper:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
  }
  .hamehhazer-theme#hamehhazer_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%;
  }
  .hamehhazer-theme#hamehhazer_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%;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper {
    border: 5px solid #448dd1;
    border-radius: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper .image-wrapper img {
    border-radius: 10px;
  }
}
@media all and (max-width: 768px) {
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper {
    margin: 40px auto 50px;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper .image-wrapper:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper.has-more-than-5 .frame-wrapper .image-wrapper:nth-child(4),
  .hamehhazer-theme#hamehhazer_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%;
  }
  .hamehhazer-theme#hamehhazer_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%;
  }
  .hamehhazer-theme#hamehhazer_image_single .images-wrapper .frame-wrapper {
    border: 4px solid #448dd1;
    border-radius: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px;
    padding: 13px;
  }
}
.hamehhazer-theme#hamehhazer_post_single main {
  padding-block: 40px;
  background: #f6f6f6;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  padding: 35px;
  border-radius: 15px;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper #main_image_wrapper img {
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper h1 {
  margin-block: 30px 10px;
  display: flex;
  line-height: 2;
  font-size: 1.7rem;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper h1::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #577BA1;
  margin-left: 15px;
  flex-shrink: 0;
  position: relative;
  top: 20px;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .meta {
  margin-bottom: 35px;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .meta .meta-group {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.8em;
  color: #ababab;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body {
  line-height: 2.3;
  text-align: justify;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body p {
  margin-bottom: 12px;
  overflow-x: auto;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  display: flex;
  line-height: 2;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body h3 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body h4, .hamehhazer-theme#hamehhazer_post_single .post-wrapper .body h5, .hamehhazer-theme#hamehhazer_post_single .post-wrapper .body h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body a:not(.btn) {
  color: #0C8CD6;
  border-bottom: #0C8CD6 dashed 1px;
  transition: 0.2s;
  padding-bottom: 2px;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body a:not(.btn):hover {
  filter: brightness(0.8);
  border-bottom-style: solid;
  border-width: 2px;
  padding-bottom: 4px;
  border-color: #0C8CD6;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body img {
  max-width: 100%;
  margin: 50px auto;
  display: block;
  height: auto;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body ul {
  list-style: disc;
}
.hamehhazer-theme#hamehhazer_post_single .post-wrapper .body .btn {
  white-space: normal;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 15px 0;
}

@media all and (max-width: 992px) {
  .hamehhazer-theme#hamehhazer_post_single main {
    padding-block: 20px;
  }
  .hamehhazer-theme#hamehhazer_post_single .post-wrapper {
    max-width: 95%;
    padding: 20px 15px;
  }
  .hamehhazer-theme#hamehhazer_post_single .post-wrapper h1 {
    font-size: 1.1rem;
  }
  .hamehhazer-theme#hamehhazer_post_single .post-wrapper h2, .hamehhazer-theme#hamehhazer_post_single .post-wrapper h3, .hamehhazer-theme#hamehhazer_post_single .post-wrapper h4 {
    font-size: 1rem;
  }
  .hamehhazer-theme#hamehhazer_post_single .post-wrapper p {
    font-size: 0.9rem;
  }
  .hamehhazer-theme#hamehhazer_post_single .post-wrapper .meta {
    margin-bottom: 25px;
    font-size: 0.9rem;
  }
}
