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: linear-gradient(90deg, #fac800 0%, #eea506 48%, #fac800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #076365;
  z-index: -1;
  transition-duration: 0.3s;
}

.btn1 img {
  margin-left: 10px;
  color: black;
}
.btn1:hover::before {
  transition-duration: 0.3s;
  background: #afd2ce;
}
.btn1:hover {
  background: linear-gradient(90deg, #000 0%, #000 48%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.3s;
}
.btn1:hover img {
  filter: invert(100%) brightness(0%);
}
.btn1:focus::before {
  background: #00878a;
  transition-duration: 0.3s;
}
.btn1:focus img {
  filter: inherit;
}
.btn1:focus {
  background: linear-gradient(90deg, #fac800 0%, #eea506 48%, #fac800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.3s;
}
.btn2 {
  background: linear-gradient(
    0deg,
    rgba(231, 190, 121, 1) 0%,
    rgba(255, 233, 196, 1) 100%
  );
  color: #076365;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn2 img {
  margin-left: 10px;
}

.btn3 {
  background: #bdebff;
  color: #02406d;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn3 img {
  margin-left: 10px;
}
.btn3:hover {
}
.btn3:focus {
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}

.swiperBullets1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #bdebff;
  opacity: 1;
  border-radius: 2px;
}
.swiperBullets1 .swiper-pagination-bullet-active {
  background: #00a9f2;
}
.swiper1 {
  width: 210%;
  margin-right: -55%;
}
.swiper1SlideBox {
  background: linear-gradient(
    0deg,
    rgba(231, 190, 121, 1) 0%,
    rgba(255, 233, 196, 1) 100%
  );
  padding: 9px 0;
  border-radius: 10px;
  color: #000;
  display: flex;
  justify-content: center;
}
.swiper1SlideBox span {
  font-size: 13px;
  margin-right: 5px;
}
.crown img {
  width: 100%;
}
.siteHeader {
  position: relative;
}
.oval {
  width: 100%;
  height: 110px;
  background-image: url(images/oval.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  display: flex;
  justify-content: center;
}
.oval h1 {
  font-family: IRANYekanBold;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.oval img {
  height: 70px;
  width: auto;
}

@media (max-width: 500px) {
  .oval img {
    display: none;
  }
}

.btnSticky {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  left: 12px;
  right: 12px;
}
.btnSticky a {
  display: flex;
}
.boxSliderBg {
  background-color: #076365;
  width: 100%;
  position: absolute;
  padding-top: 20px;
  border-radius: 24px;
}
.boxSliderBg hr {
  width: 80px;
  height: 6px;
  border-radius: 22px;
  background: #e4b809;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: 1;
  box-shadow: 0 2px 4px rgba(255, 213, 34, 24%);
}
.boxSliderBg h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.hero {
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  padding-top: 0;
}
.heroBanner {
  width: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background-image: url(images/heroBg3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 700px;
}
.heroBanner h2 {
  font-family: IranYekanBold;
  font-size: 27px;
  padding-top: 15px;
  text-align: center;
  color: #282828;
  line-height: 36px;
}
.heroBanner p {
  font-size: 12px;
  color: #282828;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
}
.heroCheckBox {
  background-color: rgba(246, 235, 254, 55%);
  padding: 9px;
  border-radius: 10px;
  color: #076365;
  display: inline-flex;
  justify-content: center;
  z-index: 1;
  position: absolute;
}
.heroCheckBox1 {
  margin-top: 30px;
  right: 10px;
}
.heroCheckBox2 {
  margin-top: 100px;
  left: 10px;
}
.heroCheckBox3 {
  bottom: 160px;
  right: 10px;
}
.heroCheckBox4 {
  top: 400px;
  left: 10px;
}
.heroCheckBox span {
  font-size: 13px;
  margin-right: 5px;
}
.heroBanner .heroImg {
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.heroBanner .heroImg .woman {
  width: 100%;
  height: auto;
}

.faceService {
  position: relative;
}
.faceServiceTitle {
  margin-top: 15px;
  margin-bottom: 15px;
}
.faceServiceTitle h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.faceServiceBox {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.faceServiceBox::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background: #076365;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 24px 24px 0 0;
}
.faceServiceBoxImg {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 80%;
}
.faceServiceBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faceServiceBox hr {
  width: 40px;
  height: 4px;
  border-radius: 22px;
  background: #e4b809;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  box-shadow: 0 2px 4px rgba(255, 213, 34, 24%);
}
.faceServiceBoxText {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.faceServiceBg {
  position: absolute;
  bottom: -120px;
  z-index: -1;
}
.faceServiceBg img {
  width: 100%;
}

.drArash {
  overflow: hidden;
}
.drArashPic {
  text-align: center;
  margin: 20px 0;
  padding: 20px;
}
.drArashPic img {
  width: 100%;
}
.drArashName {
  margin-bottom: 30px;
}
.drArashName h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.drArashName p {
  font-size: 16px;
  color: #076365;
  text-align: center;
}

.quote {
  margin-bottom: 50px;
}
.quoteBox {
  background: #afd2ce;
  border-radius: 24px;
  position: relative;
  padding: 40px 15px 15px 15px;
  margin-top: 80px;
}
.quoteIcon {
  position: absolute;
  top: -30px;
  right: 15px;
}
.quoteBox h2 {
  font-family: IRANYekanBold;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 28px;
}
.quoteBox p {
  font-family: IRANYekan;
  font-size: 16px;
  line-height: 24px;
}
.quote .btn2 {
  margin-top: 15px;
}

.examplesSliders {
  position: relative;
}
.examplesSliders .boxSliderBg {
  height: 70%;
}
.exampleBox {
  border-radius: 24px;
  overflow: hidden;
}
.exampleBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exampleSwiper {
  padding-bottom: 30px;
  margin-top: 80px;
}
.examplesSliders .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  padding: 15px;
}
.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;
}

.twentytwenty-container {
  border-radius: 24px;
  overflow: hidden;
}
.twentytwenty-container img {
  width: 100%;
}

.satisfactionSwiper {
  padding: 0 40px 40px 40px;
  margin-top: 110px;
}
.satisfactionVideo {
  position: relative;
}
.satisfactionVideo .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.satisfactionBox {
  border-radius: 24px;
  overflow: hidden;
}
.satisfactionBox img {
  width: 100%;
  height: auto;
}
.satisfactionBox video {
  width: 100%;
  height: auto;
}
.satisfactionVideo .boxSliderBg {
  height: 80%;
}

.whatsapp {
  position: relative;
  padding-top: 210px;
}
.whatsapp .whatsappBoxBg {
  position: absolute;
  top: 30px;
  z-index: 5;
}
.whatsappBoxBg img {
  width: 100%;
  position: relative;
  z-index: 6;
}
.whatsappBox p {
  font-family: IRANYekanBold;
  font-size: 20px;
  line-height: 36px;
  color: #076365;
}
.whatsappBtns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.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(
    0deg,
    rgba(200, 144, 51, 1) 0%,
    rgba(255, 228, 181, 1) 100%
  );
  padding: 280px 15px 15px 15px;
  position: relative;
  z-index: 3;
}

.liftFeatures {
  margin-top: 30px;
}
.liftFeatureBox {
  position: relative;
  margin-top: 30px;
}
.liftFeatureBoxInner {
  background: #076365;
  padding: 15px;
  border-radius: 0 0 24px 24px;
}
.liftFeatureBoxTitle {
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.liftFeatureBoxTitle::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #076365;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  border-radius: 24px 24px 0 0;
  z-index: -1;
}
.liftFeatureBoxTitle h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  color: #000;
  background: #afd2ce;
  border-radius: 24px;
  padding: 18px 30px;
  margin: 0;
}
.liftFeatureBoxImg {
  border-radius: 24px;
  overflow: hidden;
}
.liftFeatureBoxImg img {
  width: 100%;
  height: auto;
}
.liftFeatureBoxText {
  margin-top: 15px;
}
.liftFeatureBoxText p {
  font-family: IRANYekanBold;
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  text-align: justify;
}
.eyebrowLiftSpecials {
  margin-top: 30px;
}
.titleBox {
  border-radius: 20px;
  overflow: hidden;
  background: #afd2ce;
  margin-bottom: 15px;
  padding: 15px;
  height: 64px;
  display: flex;
}
.titleBox span {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
}
.eyebrowLiftSpecial {
  border-radius: 20px;
  overflow: hidden;
  background: #076365;
  margin-bottom: 15px;
  padding: 15px;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.eyebrowLiftSpecial span {
  font-family: IRANYekanBold;
  font-size: 16px;
  color: #fff;
}
.eyebrowLiftSpecial img {
  margin-left: 10px;
}

.bestVersion {
  margin-top: 30px;
}
.bestVersionTitle h4 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #076365;
  text-align: center;
}
.bestVersionTitle h2 {
  font-family: IRANYekanExtraBold;
  font-size: 32px;
  color: #e4b809;
  text-align: center;
}
.bestVersionSlider {
  margin-top: 40px;
}
.bestVersionSwiper {
  margin-top: 10px;
}
.bestVersionSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.bestVersionSliderBox {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.bestVersionSliderBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestVersion .btn1 {
  margin-top: 20px;
}

.accordion-button {
  font-family: IRANYekan;
  font-size: 13px;
  background: #076365;
  height: 64px;
  position: relative;
}
.accordion-button span {
  background: linear-gradient(
    0deg,
    rgba(200, 144, 51, 1) 0%,
    rgba(255, 228, 181, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion-button:not(.collapsed) {
  background: #076365;
  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: #afd2ce;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-collapse {
  color: #250054;
  line-height: 30px;
}

.footer {
  margin-top: 40px;
}
.contacBox {
  padding-bottom: 30px;
}
.contacBoxImg {
  position: absolute;
  bottom: 30px;
}
.contacBoxImg img {
  max-width: 100%;
}
.contacBoxInner {
  background: linear-gradient(
    0deg,
    rgba(200, 144, 51, 1) 0%,
    rgba(255, 228, 181, 1) 100%
  );
  border-radius: 24px;
  height: 550px;
  padding: 30px 0;
  position: relative;
}
.contacBoxInner h4 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.contacBoxInner h2 {
  font-family: IRANYekanExtraBold;
  font-size: 24px;
  color: #076365;
  text-align: center;
  margin-bottom: 40px;
}
.contactBtnsNum {
  position: absolute;
  bottom: -45px;
  right: 20px;
  left: 20px;
}
.contactBtnsNum .btn1 {
  font-family: IRANYekanBold;
  font-size: 32px;
  margin-bottom: 15px;
  height: 72px;
  background: #076365;
  color: #eea506;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.location {
  margin-top: 70px;
  background-image: url(images/footerBg.webp);
  background-color: #076365;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.location h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #076365;
}
.location h4 {
  font-family: IRANYekanBold;
  font-size: 14px;
  color: #076365;
}
.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: #076365;
}
.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: #afd2ce;
  padding: 10px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright span {
  font-family: IRANYekanBold;
  font-size: 10px;
  color: #076365;
}

.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;
}
