body {
  direction: rtl;
  font-family: IRANYekan;
  max-width: 440px;
  margin: 0 auto;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/IRANYekanX-Medium.ttf");
}
@font-face {
  font-family: IRANYekanBold;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/IRANYekanX-Bold.ttf");
}
@font-face {
  font-family: IRANYekanExtraBold;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/IRANYekanX-ExtraBold.ttf");
}
a {
  text-decoration: none;
}
.ltr {
  direction: ltr;
}
header {
  overflow-x: hidden;
}
section {
  padding: 12px 0;
}
footer {
}
.btn1 {
  background: #8827ff;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn1 img {
  margin-left: 10px;
}
.btn1:hover {
  background: #ac69fe;
  color: #fff;
}
.btn1:focus {
  background: #7100fb;
}
.btn2 {
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  color: #250054;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn1:hover {
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}
.swiperBullets1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  opacity: 1;
}
.swiperBullets1 .swiper-pagination-bullet-active {
  background: #250054;
}
.swiper1 {
  width: 150%;
  margin-right: -25%;
  position: absolute;
}
.swiper1SlideBox {
  background-color: rgba(246, 235, 254, 55%);
  padding: 9px 0;
  border-radius: 10px;
  color: #04416e;
  display: flex;
  justify-content: center;
}
.swiper1SlideBox span {
  font-size: 13px;
  margin-right: 5px;
}
.siteHeader {
  position: relative;
}
.oval {
  width: 100%;
  height: 110px;
  background-image: url(images/oval.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  display: flex;
  justify-content: center;
}
.oval h1 {
  font-family: IRANYekanExtraBold;
  font-size: 18px;
  background: linear-gradient(90deg, #c5a7fc 0%, #b9bdfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
}

.oval img {
  height: 70px;
  width: auto;
}

@media (max-width: 500px) {
  .oval img {
    display: none;
  }
}

.btnSticky {
  z-index: 9999999;
  position: fixed;
  bottom: 15px;
  left: 12px;
  right: 12px;
}
.btnSticky a {
  display: flex;
}
.hero {
  overflow: hidden;
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  padding-top: 0;
}
.heroBanner {
  width: 100%;
  height: 707px;
  border-radius: 24px;
  background-image: url(images/heroBanner1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.heroBanner h2 {
  font-family: IranYekanBold;
  font-size: 32px;
  padding-top: 24px;
  text-align: center;
  color: #fff;
}
.heroBanner p {
  font-family: IranYekanBold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
}
.heroBannerSwiper {
  margin-top: 150px;
}
.crown img {
  width: 100%;
}
.areas {
  position: relative;
  margin-bottom: 100px;
}
.areasInner {
  background: #250054;
  padding: 24px;
  border-radius: 24px;
  padding-bottom: 310px;
}
.areasInner .boxTitle {
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  display: block;
  color: #fff;
}
.areasBoxes {
  margin-top: 40px;
}
.areaBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.areaBoxImg {
  max-width: 150px;
  max-height: 150px;
}
.areaBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.areaBox span {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.consultingBox {
  background-image: url(images/consultingBoxBg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  height: 293px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  position: absolute;
  right: 30px;
  bottom: -50px;
  left: 30px;
}
.consultingBoxText {
  font-family: IRANYekanBold;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.consultingBoxText span {
  display: block;
  color: #250054;
}

.examples {
  position: relative;
  padding-bottom: 200px;
  margin-top: 40px;
  z-index: 66;
}
.exampleBox {
  border-radius: 24px;
  overflow: hidden;
  height: 620px;
}
.exampleBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exampleSwiper {
  padding: 0 40px 40px 40px;
  top: 140px;
}
/* .exampleSwiper::before {
    content: "";
    width: 2px;
    height: calc(50% - 20px);
    background: #FFF;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    z-index: 5;
}
.exampleSwiper::after {
    content: "";
    width: 2px;
    height: calc(50% - 20px);
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    z-index: 5;
} */
.examples .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.examples .container {
  position: absolute;
}
.examples .containerInner {
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  height: 680px;
  border-radius: 24px;
  overflow: hidden;
}
.examples .containerInner h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  padding-top: 24px;
}
.exampleSwiperBtns {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  z-index: 1;
  position: absolute;
}
.exampleSwiperBtns .swiper-button-next {
  width: 0;
  height: 0;
  margin-top: 0;
}
.exampleSwiperBtns .swiper-button-prev {
  width: 0;
  height: 0;
  margin-top: 0;
}

.satisfactionVideo {
}
.satisfactionVideoTitle {
  background: #f6f0ff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.satisfactionVideoTitle span {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #250054;
  text-align: center;
  display: block;
}
.satisfactionVideo .swiperBullets1 {
  margin-top: 40px;
}
.satisfactionVideoBox {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 20px;
}
.satisfactionVideoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.satisfactionVideoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whatsapp {
  position: relative;
  padding-top: 150px;
}
.whatsapp .whatsAppBoxImg {
  position: absolute;
  top: 30px;
}
.whatsAppBoxImg img {
  max-width: 100%;
}
.whatsappBox p {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #250054;
}
.whatsappBtns {
  display: flex;
  justify-content: space-between;
}
.whatsappBtn {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
}
.whatsappBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatsappBtns .btn1 {
  width: calc(100% - 71px);
}
.whatsappBox {
  border-radius: 25px;
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  padding: 320px 15px 15px 15px;
}

.drArash {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.drArashPic img {
  width: 100%;
}
.drArashName h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #250054;
  text-align: center;
}
.drArashName p {
  font-size: 16px;
  color: #8827ff;
  text-align: center;
}
.lipolysisContainerInner {
  background: #250054;
  border-radius: 25px;
}
.lipolysisContainerInner h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #fff;
  padding: 20px 15px;
}
.lipolysisContainerInner p {
  font-family: IRANYekanBold;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
}
.lipolysisImg {
  text-align: left;
}

.lipomaticSteps {
}
.titleBox {
  border-radius: 20px;
  overflow: hidden;
  background: #f6f0ff;
  margin-bottom: 15px;
  padding: 15px;
  height: 64px;
  display: flex;
}
.titleBox span {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #250054;
}
.lipomaticStep {
  border-radius: 20px;
  overflow: hidden;
  background: #8827ff;
  margin-bottom: 15px;
  padding: 15px;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lipomaticStep span {
  font-family: IRANYekanBold;
  font-size: 16px;
  color: #fff;
}
.lipomaticStep .stepNum {
  font-family: IRANYekanBold;
  font-size: 32px;
  width: 44px;
  height: 44px;
  background: #fff;
  color: #8827ff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.featureBox {
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  border-radius: 24px;
  position: relative;
  padding: 420px 15px 1px 15px;
  margin-top: 90px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 25%);
}
.featureBoxImg {
  border-radius: 24px;
  overflow: hidden;
  height: 430px;
  margin-top: -480px;
}
.featureBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featureBox h2 {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #250054;
  margin: 15px 0;
}
.featureBox p {
  font-family: IRANYekanBold;
  font-size: 13px;
  text-align: justify;
  color: #250054;
}

.accordion-button {
  font-family: IRANYekan;
  font-size: 13px;
  background: #250054;
  color: #fff;
  height: 64px;
  position: relative;
}
.accordion-button:not(.collapsed) {
  background: #250054;
  color: #fff;
}
.accordion-button::after {
  display: none;
}
.accordion-button.collapsed::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/circlePlus.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  transform: rotate(0deg);
  transition-duration: 0.3s;
}
.accordion-button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/circlePlus.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.accordion-item {
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-collapse {
  color: #250054;
}

.footer {
}
.contacBox {
  padding-bottom: 30px;
}
.contacBoxImg {
  position: absolute;
  bottom: 90px;
}
.contacBoxImg img {
  max-width: 100%;
}
.contacBoxInner {
  background: #250054;
  border-radius: 24px;
  height: 530px;
  padding: 30px 0;
  position: relative;
}
.contacBoxInner h4 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contacBoxInner h2 {
  font-family: IRANYekanExtraBold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.contactBtnsNum {
  position: absolute;
  bottom: -45px;
  right: 20px;
  left: 20px;
}
.contactBtnsNum .btn2 {
  font-family: IRANYekanBold;
  font-size: 32px;
  margin-bottom: 15px;
  height: 72px;
}
.location {
  margin-top: 70px;
  background-image: url(images/footerBg.webp);
  background-color: #250054;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.location h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #250054;
}
.location h4 {
  font-family: IRANYekanBold;
  font-size: 14px;
  color: #8827ff;
}
.map {
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  margin: 20px 0;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.location .btn1 {
}

.socialNetworks {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #250054;
}
.socialNetworks span {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.socialNetworksInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.social {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
}
.copyright {
  background: linear-gradient(
    30deg,
    rgba(229, 200, 251, 1) 0%,
    rgba(199, 164, 252, 1) 38%,
    rgba(185, 191, 253, 1) 65%,
    rgba(210, 235, 255, 1) 99%
  );
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright span {
  font-family: IRANYekanBold;
  font-size: 10px;
}

.twentytwenty-container {
  width: 100%;
  position: relative;
  z-index: 99;
}
.twentytwenty-overlay {
  border-radius: 16px;
}
.twentytwenty-container img {
  width: 100%;
}

.sticky-call-3 {
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  background-color: #3a044005;
  backdrop-filter: blur(15px);
  padding: 16px 12px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex !important;
  gap: 10px !important;
}
/* sticky-button */
.sticky-button {
  background-color: #bded00;
  box-shadow: 0 0 24px 4px #00d5ff15;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  padding: 16px 24px;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sticky-button a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.whatsapp-icon {
  height: 30px ;
}

.sticky-button:hover {
  background-color: rgb(46, 148, 51);
  color: #fff;
}

.sticky-button i {
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 5px;
  animation: shake 2s ease-in-out infinite;
}
