/*theme name: beautyPlatform */
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Black.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-DemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "IranSansNum";
  src: url("fonts/IRANSansX-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "IranSansNum";
  src: url("fonts/IRANSansXFaNum-Medium.ttf") format("woff2");
  font-weight: 500;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: rtl;
  background-color: #fff;
  color: #2b2b2d;
  font-size: 10pt;
  font-family: "IranSans";
  font-weight: 500;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
h1 {
  font-family: "IranSans";
  font-weight: 800;
}
p {
  font-weight: 400;
  line-height: 22pt;
  margin: 0;
}
.bg-light {
  background: #f3f6f9 !important;
}
.text-main {
  color: #a83875;
}
.bg-main {
  background-color: #a83875;
}
.number-text {
  font-family: "IranSansNum";
}
.container-main {
  width: calc(100% - 140px);
  margin: 0 auto;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding: 0;
}
.header {
  background-image: url(./images/header_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}
.menu-holder {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.menu-holder img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-left: 10px;
}
.header-img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.header-info h1 {
  font-size: 30pt;
}
.header-info h3 {
  margin-right: 130px;
  margin-top: 15px;
  font-style: italic;
  font-size: 16pt;
  font-weight: 800;
  color: #484550;
}
.btn-bg {
  display: inline-block;
  padding: 8px;
  border-radius: 36px;
  background: linear-gradient(
    227deg,
    rgba(54, 54, 54, 0.15) 0%,
    rgba(255, 0, 214, 0.15) 25.31%
  );
}
.btn-main {
  border-radius: 36px;
  background: #a83875;
  width: 210px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
}
.btn-icon {
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
}
.header-img-holder {
  margin-top: 30px;
}
.title-holder {
  margin-bottom: 30px;
}
.title-line {
  background-color: #a83875;
  height: 2px;
  width: 100px;
}
.title-part {
  font-size: 16pt;
  font-weight: 700;
  margin-bottom: 15px;
}
.card-icon {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.card-info {
  display: inline-block;
  width: calc(100% - 60px);
}
.view-card {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  transition: 0.7s all;
}
.view-card p {
  text-align: start !important;
}
.view-card:hover,
.bg-active {
  background-color: #dde8f4;
}
.card-title {
  font-size: 12pt;
  font-weight: 700;
}
.bg-circle {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.img-preview {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 340px;
}
.banner-card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 50px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-card p {
  font-size: 20pt;
  font-weight: 800;
  line-height: 32pt;
}
.card-price {
  background-color: #a83875;
  border-radius: 20px;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  max-width: 300px;
  box-shadow: 0px 4px 100px -30px rgba(56, 60, 77, 0.25);
  margin: 15px 0;
}
.card-price .price-title {
  color: #fff;
  font-weight: 800;
  font-size: 14pt;
  margin-bottom: 20px;
}
.card-price-body {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
.price-row {
  margin: 5px 0;
  font-size: 11pt;
  display: flex;
  align-items: center;
}
.text-green {
  color: #49c310;
}
.card-price-body ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.price {
  font-size: 16pt;
  font-weight: 800;
  margin: 10px 0;
}

.icon-row {
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-price {
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  display: block;
  margin-top: 10px;
  transition: 0.7s all;
}
.btn-price:hover {
  color: #fff;
  background-color: #9a326b;
}
.card-why {
  border-radius: 19px;
  border-bottom: 2px solid #a83875;
  background: #fff;
  box-shadow: 0px 4px 22px -10px rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 270px;
  text-align: center;
}
.card-why img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.card-why h3 {
  font-size: 13pt;
  font-weight: 700;
}
.card-blog {
  border-radius: 5px;
  width: 100%;
  height: 300px;
  max-width: 380px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: block;
}
.card-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-blog .cover-blog {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  background-color: #00000099;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cover-blog i {
  font-size: 35px;
  cursor: pointer;
  transition: 0.7s all;
  margin-right: 5px;
}
.cover-blog i:hover {
  color: #a83875;
}
footer {
  background: #383342;
  color: #fff;
}
.top-footer h2 {
  font-size: 11pt;
  font-weight: 800;
  margin-right: 10px;
  line-height: 22pt;
}
.top-footer img {
  width: 70px;
}
.footer-contact i {
  transform: rotate(255deg);
  background-color: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 70px;
}
.footer-link {
  font-size: 14pt;
  font-weight: 700;
  margin-bottom: 20px;
}
.buttom-end-footer {
  border-top: solid 1px #a83875;
  margin-top: 15px;
}
.social-icon {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
}
.res-on {
  display: none;
}
.res-off {
  display: block;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #a83875;
  font-size: 18px;
}
.cover {
  background-color: #00000099;
  width: 0;
  height: 100vh;
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
}

.bar {
  display: none;
}
.side-menu {
  width: 280px;
  position: fixed;
  z-index: 999;
  left: -280px;
  height: 100vh;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #a83875;
  transition: 1s;
}
.side-menu ul {
  padding: 20px;
}
.side-menu ul li {
  margin: 15px 0;
}
.side-menu ul li a {
  color: #fff;
  transition: 1s;
}
.side-menu ul li a:hover {
  color: #a83875;
}
.side-menu-header {
  padding: 20px 30px 30px 30px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.logo-side {
  width: 70px;
  margin-top: 20px;
}
.menu-holder ul {
  display: flex;
  align-items: center;
}
.menu-holder ul li {
  padding: 0 15px;
}
.header .menu-holder ul li a:hover {
  color: #a83875;
}
.single-img {
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.comment-list {
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 15px 20px;
}
img.avatar.avatar-32.photo {
  border-radius: 10px;
  size: 50px;
  margin-left: 10px;
}
.comment-list .comment {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.comment-list .comment:last-child {
  border-bottom: none;
}
.comment-author.vcard {
  margin-bottom: 10px;
}
.reply {
  display: none;
}
.comment-form-comment textarea {
  width: 100%;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px 0;
  border-radius: 10px;
  padding: 15px 20px;
}
.form-submit .submit {
  border: none;
  background: #a83875;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
}
#single {
  margin-top: 80px;
}
#single h1 {
  font-size: 16pt;
  line-height: 30pt;
}
#single h2 {
  font-size: 14pt;
  line-height: 26pt;
}
footer .menu-item {
  padding: 10px 0;
}
footer .menu-item a {
  color: #fff;
}
.btn-download{
  display: flex;
  background: #fff;
  border: solid 2px #a83875;
  padding: 10px;
  width: 200px;
  justify-content: center;
  border-radius: 60px;
  height: 55px;
  align-items: center;
  color: #a83875;
  margin-right: 10px;
  font-weight: 900;
  transition: 0.7s all;
}
.btn-download i{
  font-size: 22px;
}
.btn-download:hover{
  color: #fff;
  background: #a83875;
}
@media screen and (max-width: 990px) {
  .bg-circle {
    margin: 50px auto;
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 900px) {
  .header-img-holder {
    margin-top: 60px;
  }
  .container-main {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .container-main {
    width: calc(100% - 40px);
  }
  .header-info h3 {
    margin-right: 97px;
    font-size: 12pt;
  }
  .header-info h1 {
    font-size: 22pt;
  }
  #single {
    margin-top: 50px;
  }
  .bg-circle {
    margin: 50px auto;
    margin-bottom: 70px !important;
  }
  .card{
    padding: 20px!important;
  }
  .btn-download{
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .header-info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .header-info {
    margin-top: 100px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  header .menu {
    display: none !important;
  }
  .view-card {
    max-width: 380px;
    margin: 0 auto;
  }
  .img-preview {
    max-width: 310px;
  }
  .banner-card {
    padding: 30px;
    text-align: center;
  }
  .single-img {
    height: 250px;
  }
  p {
    text-align: center;
  }
  #single p{
      text-align: start!important;
  }
  .card-why,
  .card-blog {
    margin: 10px auto;
  }
  .footer-contact i {
    margin-right: 0;
  }
  .res-on {
    display: block;
  }
  .res-off {
    display: none;
  }
  .bar {
    display: block;
    font-size: 30px;
    cursor: pointer;
    margin-top: 10px;
  }
  .menu-holder {
    display: flex;
    justify-content: space-between;
  }
  #single h1 {
    font-size: 14pt;
    line-height: 26pt;
  }
  #single h2 {
    font-size: 12pt;
    line-height: 22pt;
  }
  .footer-link {
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .banner-card p {
    font-size: 12pt;
    line-height: 22pt;
  }
  .header-img-holder {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .img-preview {
    max-width: 280px;
  }
}
/***********************/

/*theme name: beautySallonLanding */
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Regular.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "IranSansNum";
  src: url("fonts/IRANSansXFaNum-Bold.ttf") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "IranSansNum";
  src: url("fonts/IRANSansXFaNum-Medium.ttf") format("woff2");
  font-weight: 500;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: rtl;
  background-color: #fff;
  color: #333;
  font-size: 9pt;
  font-family: "IranSans";
  font-weight: 500;
}
.number-text {
  font-family: "IranSansNum";
}
.mobile-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.container-man {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.header-gh{
  background-image: url(./images/header-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 20px;
}
.header-gh img {
  width: calc(100% - 20px);
  max-width: 300px;
  margin: 50px auto;
}
.header-gh .container-man {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-gh .title-holder {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.header-gh h1 {
  background: linear-gradient(
    268.97deg,
    #ffffff -4.27%,
    #fff3b6 20.76%,
    #d3b105 49.96%,
    #fff2b0 95.84%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

  text-shadow: 0px 4px 22px rgba(255, 255, 255, 0.25);
  font-size: 18pt;
  font-weight: 700;
  flex: 0 0 auto;
  margin: 0 10px;
}
.title-holder .line {
  background: #f0d230;
  height: 2px;
  flex: 1 1 auto;
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.social-icons .icon {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25) inset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 5px;
  color: #fff;
}
.title-part-gh{
  font-size: 12pt;
  font-weight: 700;
  padding: 5px;
  border-bottom: solid 2px #f0d230;
  display: inline-block;
  margin-bottom: 25px;
}
.card-feature {
  width: 100%;
  min-width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: 10px 0;
}
.card-feature img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  height: 100%;
}
.card-feature .cover {
  background-color: #00000099;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video {
  background: #2b2b2c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-video {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title-video h2 {
  font-size: 12pt;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: center;
}
.title-video .line {
  width: 150px;
  margin-bottom: 20px;
  height: 2px;
  background: #f0d230;
}
.video-holder {
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.25));
}
.video p {
  font-size: 9pt;
  line-height: 18pt;
}
.card-person {
  background: #ffffff;
  box-shadow: 0px 4px 24px -7px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
  width: 100%;
}
.card-person-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-person-title .right {
  display: flex;
  align-items: center;
}
.card-person-title .right img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 15px;
}
.card-person-title .right span {
  font-weight: 700;
  font-size: 11pt;
}
.label {
  background: #fafae1;
  border-radius: 4px;
  color: #bbb200;
  padding: 5px 8px;
  font-weight: 700;
}
.picture {
  position: relative;
}
.picture .circle {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  top: 58%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.contact-row {
  background: #2a292c;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #e4da15;
  width: 100%;
  margin: 10px 0;
}
.contact-row i {
  font-size: 17px;
  background: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}
.h_iframe-aparat_embed_frame {
  position: relative;
}
.h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-person p {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.cover-popup {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 998;
  background-color: #00000099;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-holder {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 15px;
  z-index: 1999;
}
.btn-exit {
  background-color: rgb(171, 171, 171);
  color: #fff;
  padding: 8px 15px;
  margin: 10px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  border-radius: 10px;
  font-size: 10pt;
}
.popup-title {
  border-bottom: solid 1px rgb(171, 171, 171);
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 11pt;
}

.swiper {
  width: 100%;
  height: 100%;
}
.text-main-gh{
  color: #ECC500;
}
.subtitle-holder {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.subtitle-holder h2 {
  color: #fff;
  margin: 0 10px;
  font-size: 16pt;
}
.subtitle-holder .circle {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.btn-submit {
  border-radius: 5px;
  background: #f4d632;
  box-shadow: 0px 5px 39px 0px #000;
  color: #131314;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12pt;
  margin: 0 0 30px 0;
}
.btn-submit:hover{
  color: #000;
}
.video-box{
  position: relative;
}
.video-box svg{
  position: absolute;
    top: 140px;
    z-index: -1;
    left: -2px;
}
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
  margin: 15px 0;
  font-size: 10pt;
  display: flex;
  align-items: center;
}
li i{
  margin-left: 5px;
  color: #f0d230;
  font-size: 20px;
  margin-top: 5px;
}
.img-dore{
  width: 100%;
}
.icon-circle{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 color: #0E7804;
 background-color: #DAFFDA;
}
li p{
  margin-bottom: 0;
  width: calc(100% - 40px);
  text-align: right;
}

.card-comment {
  background: #ffffff;
  box-shadow: 0px 10px 42px -8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px;
  min-height: 200px;
}
.bi-quote {
  display: flex;
  justify-content: end;
  font-size: 32pt;
  margin-bottom: 10px;
}
.card-comment p {
  text-align: justify;
}
.img-comment {
  border: 2px solid #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 10px;
}
.bg-light{
  background-color: #EFEFEF!important;
}
.input-form span, .input-form input , p{
  width: 100%;
}
.input-form input{
  border: none!important;
  outline: none!important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.wpcf7-submit{
  border-radius: 4px;
background: #ECC500;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
width: 100%;
padding: 5px 10px;
margin-top: 25px;
border: none;
outline: none;
font-weight: bold;
font-size: 11pt;
}