:root {
  --color-purple: #a35cfb;
  --color-dark-blue: #1a2963;
}

.purple-gradient {
  background-image: linear-gradient(to bottom, #b579ff, #1a2963);
}

.white-gradient {
  background-image: linear-gradient(to right, #fff, #a9a9a9, #fff);
}

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;
}

.btn1 {
  background: var(--color-purple);
  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;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}
.swiperBullets1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-image: linear-gradient(to bottom, #fff, #a9a9a9, #fff);
  opacity: 1;
}
.swiperBullets1 .swiper-pagination-bullet-active {
  background: var(--color-dark-blue);
}
.swiper1 {
  width: 210%;
  margin-right: -55%;
  margin-bottom: 3rem;
}

.swiper1SlideBox {
  background-color: rgba(246, 235, 254, 55%);
  padding: 9px 0;
  border-radius: 10px;
  color: #fff;
  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;
  color: #fff;
  margin-top: 15px;
}
.btnSticky {
  z-index: 9999999;
  position: fixed;
  bottom: 15px;
  left: 12px;
  right: 12px;
}
.btnSticky a {
  display: flex;
}
.hero {
  overflow: hidden;
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  padding-top: 0;
}
.heroBanner {
  width: 100%;
  height: 690px;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
}

.heroBanner .heroBanner1 {
  position: absolute;
  right: -121px;
  top: 0;
}

.heroBanner h2 {
  z-index: 1;
  font-family: IranYekanBold;
  font-size: 32px;
  padding-top: 24px;
  text-align: center;
  color: #fff;
}
.heroBanner p {
  z-index: 1;
  font-family: IranYekanBold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
}
.crown img {
  width: 100%;
}

.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 {
  width: 94%;
  padding: 40px;
  top: 100px;
  position: relative;
}

.exampleSwiper .bg {
  position: absolute;
  width: 100%;
  height: 500px;
  border-radius: 24px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background-color: var(--color-purple);
}

.examples .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.examples .container {
  position: absolute;
}
.examples .containerInner {
  height: 680px;
  overflow: hidden;
}
.examples .containerInner h2 {
  border-radius: 24px;
  background-color: #f2f0ff;
  font-family: IRANYekanBold;
  font-size: 24px;
  color: var(--color-dark-blue);
  text-align: center;
  padding: 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;
}

.satisfactionVideoTitle {
  background: #f6f0ff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.satisfactionVideoTitle span {
  font-family: IRANYekanBold;
  font-size: 18px;
  color: #000;
  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;
}
.whatsapp .whatsAppBoxImg {
  position: absolute;
}
.whatsAppBoxImg img {
  max-width: 100%;
}
.whatsappBox p {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #fff;
}
.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-color: var(--color-dark-blue);
  padding: 15px;
}

.drArash {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #fff, #a9a9a9, #fff);
}

.swiper1 {
  margin-top: 1.5rem;
  width: 150%;
  margin-right: -25%;
}
.swiper1SlideBox {
  background-color: #fff;
  padding: 9px;
  border-radius: 18px;
  color: #000;
  display: flex;
  justify-content: center;
}
.swiper1SlideBox span {
  font-size: 12px;
  margin-right: 5px;
}

.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 {
  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 {
  margin-top: 25px;
}
.lipolysisImg img {
  width: 100%;
}
.titleBox {
  border-radius: 20px;
  overflow: hidden;
  background: #f6f0ff;
  margin-bottom: 15px;
  padding: 15px;
  height: 64px;
  display: flex;
  align-items: center;
}

.featuresBoxes {
  margin-top: 4rem;
}

.featuresBoxeTitle p {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-dark-blue);
}

.titleBox span {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #250054;
}
.lipomaticStep {
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-dark-blue);
  margin-bottom: 15px;
  padding: 15px;
  height: 75px;
  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: 58px;
  height: 44px;
  color: var(--color-dark-blue);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

section.consultation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.consultation .box {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-dark-blue);
  background-position: center;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/consultation.webp);
  height: 263px;
  position: relative;
}

section.consultation .box .content {
  border-radius: 24px;
  width: 100%;
  padding: 12px;
  height: 100%;
  background-color: #1a296396;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.consultation .box .content .text {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #fff;
}

section.consultation .box .content .text h3 {
  font-weight: bold;
}

p {
  margin: 0 !important;
}

section.consultation .box .content .text .purple {
  color: var(--color-purple) !important;
}

.featuresBoxes .container .content-box {
  margin-top: 20px;
}

.featureBox {
  background-color: var(--color-purple);
  border-radius: 24px;
  position: relative;
  padding: 430px 15px 15px 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;
  margin-bottom: 20px;
}
.featureBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featureBox p {
  font-family: IRANYekanBold;
  margin-top: 2rem;
  font-size: 13px;
  text-align: justify;
  color: #fff;
}

.accordion-button {
  font-family: IRANYekan;
  font-size: 13px;
  background: var(--color-dark-blue);
  color: #fff;
  height: 64px;
  position: relative;
}
.accordion-button:not(.collapsed) {
  background: var(--color-dark-blue);
  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: #5498c9;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 10px;
  color: #fff;
}

.contacBox {
  padding-bottom: 30px;
}
.contacBoxImg {
  position: absolute;
  bottom: 90px;
}
.contacBoxImg img {
  max-width: 100%;
}
.contacBoxInner {
  background: var(--color-dark-blue);
  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%;
}

.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: -10px;
  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-call-3 {
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: -10px;
  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: #3bc141;
  box-shadow: 0 0 24px 4px #00d5ff15;
  color: #fff;
  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;
  position: relative;
}

.sticky-button:hover {
  color: #fff;
}

.sticky-button i {
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 5px;
  animation: shake 2s ease-in-out infinite;
}

.btn2.contact-btn {
  color: var(--color-dark-blue);
  background-image: linear-gradient(to right, #fff, #a9a9a9, #fff);
}

.compare-image1-after , .compare-image2-after , .compare-image3-after {
  height: 500px;
  object-fit: cover;
}

.lipomaticStep {
  padding: 10px;
}
