/*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;
}
a{
	text-decoration: none;
}
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 {
  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 img {
  width: calc(100% - 20px);
  max-width: 300px;
  margin: 50px auto;
}
.header .container-man {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .title-holder {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.header 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: linear-gradient(
    284.04deg,
    #ffde31 10%,
    #ffe03d 48.52%,
    #ffe978 71.09%,
    #ffde2f 95%
  );
  box-shadow: inset 0px 0px 9px rgba(0, 0, 0, 0.25);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 5px;
  color: #242326;
}
.title-part {
  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: 2px;
  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;
  position: relative;
 z-index: 999;
}
.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%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.map{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
}
.map iframe{
  width: 100%;
  height: 100%;
}
