:root {
  --color-navy: #093f66;
  --dark-gold: #e0b56d;
  --light-color: #fff6ec;
}

.color-gradient {
  background-image: linear-gradient(to bottom, #ffe4b5, #c89033);
}

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;
}

img,
video {
  max-width: 100%;
  height: auto;
}

video {
  border-radius: 12px;
}

.consulation-top-btn {
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-gold);
  background: var(--color-navy);
  gap: 1rem;
  border-radius: 16px;
}

.consulation-top-btn:hover {
  color: var(--dark-gold);
}

.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 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: var(--color-navy);
  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: #fff;
  opacity: 1;
  border-radius: 50%;
}
.swiperBullets1 .swiper-pagination-bullet-active {
  background: var(--color-navy);
}
.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: 15px;
}
.btnSticky {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  left: 12px;
  right: 12px;
}
.btnSticky a {
  display: flex;
}

.hero {
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  padding-top: 0;
}
.heroBanner {
  width: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 700px;
}

.heroBanner img.bg {
  height: 600px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 8%);
  bottom: 0;
  z-index: -1;
  object-fit: contain;
}

.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;
  display: block;
  margin: 0 auto 36px;
  width: 80%;
  border-radius: 8px;
  background-color: #ffffffa6;
}
.heroCheckBox {
  background-color: rgba(246, 235, 254, 55%);
  padding: 9px;
  border-radius: 10px;
  color: var(--color-navy);
  display: inline-flex;
  justify-content: center;
  z-index: 1;
  position: absolute;
}
.heroCheckBox1 {
  margin-top: -10px;
  right: 10px;
}
.heroCheckBox2 {
  margin-top: 40px;
  left: 10px;
}
.heroCheckBox3 {
  top: 480px;
  right: 10px;
}
.heroCheckBox4 {
  bottom: 150px;
  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: var(--color-navy);
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 24px 24px 0 0;
}
.faceServiceBoxImg {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 80%;
}
.faceServiceBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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;
  position: relative;
}
.drArash .bg {
  position: absolute;
  top: 5rem;
  border-radius: 12px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 900px;
  background-color: var(--light-color);
  z-index: -1;
}
.drArashPic {
  text-align: center;
  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: 50px 0;
  background: var(--color-navy);
  border-radius: 24px;
  padding: 20px 15px;
  position: relative;
}

.quote .polygon {
  position: absolute;
  top: -30px;
  z-index: -1;
}

.quoteBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  gap: 16px;
}

.quoteBox h2 {
  font-family: IRANYekanBold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.quoteBox p {
  font-family: IRANYekan;
  font-size: 16px;
  line-height: 24px;
}
.quote .btn2 {
  margin-top: 15px;
}

.examplesSliders {
  margin-top: 100px;
  position: relative;
  background-color: var(--dark-gold);
}
.exampleBox {
  overflow: hidden;
}
.exampleBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exampleSwiper {
  padding-bottom: 30px;
  margin-top: 80px;
}

.boxSliderBg {
  width: 90%;
  position: absolute;
  top: -30px;
  border-radius: 24px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, 0);

  background-color: var(--color-navy);
}

.boxSliderBg h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  color: var(--dark-gold);
}

.examplesSliders .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  height: max-content;
  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: 100px;
}

.whatsappBoxBg img {
  width: 100%;
  position: relative;
  z-index: 6;
}
.whatsappBox p {
  font-family: IRANYekanBold;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.whatsappBtns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.whatsappBtn {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
}
.whatsappBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatsappBtns .color-gradient {
  width: calc(100% - 71px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-navy);
  border-radius: 1rem;
}

.whatsappBtns .btn1::before {
  background-image: linear-gradient(to right, #ffe4b5, #c89033) !important;
}

.whatsappBox {
  background-image: url(images/whatsappBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 1rem;
  position: relative;
  z-index: 3;
}

.liftFeatures {
  margin-top: 30px;
}
.liftFeatureBox {
  position: relative;
  margin-top: 100px;
}
.liftFeatureBoxInner {
  padding: 55px 15px;
  border-radius: 0 0 24px 24px;
}
.liftFeatureBoxTitle {
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: -35px;
}

.liftFeatureBoxTitle h2 {
  background-color: var(--color-navy);
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  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: #000;
  margin: 0;
  line-height: 24px;
  text-align: justify;
}
.eyebrowLiftSpecials {
  margin-top: 30px;
  position: relative;
}

.eyebrowLiftSpecials .bg {
  position: absolute;
  top: 0;
  width: 95%;
  border-radius: 24px;
  height: 550px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--light-color);
}

.eyebrowLiftSpecials .container {
  padding: 0 !important;
}

.titleBox {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleBox span {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
}
.eyebrowLiftSpecial {
  overflow: hidden;
  margin-bottom: 15px;
  height: 72px;
  display: flex;
  align-items: center;
}

.eyebrowLiftSpecial.right {
  justify-content: flex-end;
}

.eyebrowLiftSpecial.right .con {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.eyebrowLiftSpecial.left .con {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.eyebrowLiftSpecial .con {
  background: var(--color-navy);
  padding: 15px;
}

.eyebrowLiftSpecial span {
  font-family: IRANYekanBold;
  font-size: 16px;
  color: #fff;
}
.eyebrowLiftSpecial img {
  margin-left: 10px;
  border-radius: 50%;
}

.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;
}

.faqAccordion .titleBox {
  justify-content: flex-start;
}

.accordion-button {
  font-family: IRANYekan;
  font-size: 13px;
  background: var(--color-navy);
  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: var(--color-navy);
  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;
}
.accordion-collapse {
  color: #fff;
  line-height: 30px;
}

.footer {
  margin-top: 40px;
}
.contacBox {
  padding-bottom: 30px;
  margin-top: 10rem;
}
.contacBoxImg {
  position: absolute;
  bottom: 30px;
}
.contacBoxImg img {
  max-width: 100%;
}
.contacBoxInner {
  background: linear-gradient(
    0deg,
    rgba(200, 144, 51, 1) 0%,
    rgb(255, 228, 181) 100%
  );
  border-radius: 24px;
  height: 400px;
  padding: 30px 0;
  position: relative;
}

.half-circle {
  position: absolute;
  height: 200px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background-color: #ffe4b5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  top: -170px;
  z-index: -1;
}

.contacBoxInner h4 {
  margin-top: 5rem;
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.contacBoxInner h2 {
  font-family: IRANYekanExtraBold;
  font-size: 24px;
  color: #000;
  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: var(--color-navy);
  color: var(--dark-gold);
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.location {
  margin-top: 70px;
  background-image: url(images/footerBg.webp);
  background-color: var(--color-navy);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.location h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
}
.location h4 {
  font-family: IRANYekanBold;
  font-size: 14px;
  color: var(--color-navy);
}
.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: var(--color-navy);
}
.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: var(--dark-gold);
  padding: 10px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright span {
  font-family: IRANYekanBold;
  font-size: 10px;
  color: #fff;
}

/* 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 {
  background-color: #3bc141;
  box-shadow: 0 0 24px 4px #00d5ff15;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  padding: 16px 24px;
  width: 100%;
  z-index: 99;
}
.sticky-button a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  color: #fff;
  display: block;
  font-size: 1rem;
}
.sticky-button a.left {
  left: 0;
}
.sticky-button a.right {
  right: 0;
}
.sticky-button:hover {
  background-color: #2e9433;
}
.sticky-button i {
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 5px;
  animation: shake 2s ease-in-out infinite;
}

.compare-image {
  object-fit: cover;
  object-position: center;
}
