@charset "UTF-8";
.hide-swiper,
.scroll-down {
  z-index: 10;
}

.index-main-title {
  text-align: left;
}
[dir=rtl] .index-main-title {
  text-align: right;
}

.content {
  padding-bottom: 40px;
}

main {
  padding-bottom: 100px;
}

.scroll-cls-1 {
  opacity: 0.9;
}

.scroll-cls-1, .scroll-cls-2, .scroll-cls-3 {
  fill: #6b627d;
}

.scroll-cls-3 {
  opacity: 0.6;
}

.scroll-cls-2 {
  opacity: 0.3;
}

.hip-ul-text li {
  margin: 10px 0px;
}

.img-container {
  position: relative;
}
.img-container .icon-search {
  background-color: rgba(241, 241, 241, 0.91);
  padding: 5px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  bottom: auto !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.img-container .icon-search:hover {
  background-color: white;
}

.img-container.small img {
  border: 3px solid #6b627d;
  border-radius: 25px;
}

.img-container.tall img {
  border: 3.5px solid #6b627d;
  border-radius: 38px;
}

.exercise-info {
  width: 60%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.exercise-info.only-two {
  grid-template-columns: 1fr 1fr;
  width: 50%;
}
@media screen and (max-width: 920px) {
  .exercise-info {
    width: 80%;
  }
  .exercise-info.only-two {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .exercise-info {
    width: 90%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 60px;
    margin: 40px auto;
  }
  .exercise-info.only-two {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    gap: 80px;
  }
  .exercise-info.only-two .icon-box {
    bottom: 60px !important;
  }
  .exercise-info.only-two .txt-small {
    bottom: 40px !important;
  }
}
.exercise-info-box {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  transition: all 0.4s ease-in-out;
}
.exercise-info-box:hover {
  transform: translateY(-8px);
}
.exercise-info-box p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .exercise-info-box p {
    width: 80%;
  }
}
.exercise-info-box .icon-box,
.exercise-info-box .info-box {
  border-radius: 10px;
  text-align: center;
  padding-bottom: 10px;
  height: 150px;
  min-height: 100px;
}
.exercise-info-box .icon-box {
  width: 90%;
  position: absolute;
  background-color: white;
  border: 3px solid #6b627d;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 1s ease-in-out;
}
.exercise-info-box .icon-box p {
  margin-top: 10px;
}
.exercise-info-box .icon-box img {
  width: 50%;
  height: 60px;
}
.exercise-info-box .info-box {
  width: 100%;
  background-color: #6b627d;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 60px;
}

.exercise-info-box:hover .icon-box.first svg {
  transition: all 1.5s ease;
  transform: rotate(360deg);
}
.exercise-info-box:hover .icon-box.second svg {
  animation: clock-animate 1.5s ease-in-out;
}
.exercise-info-box:hover .icon-box.third svg {
  animation: session-animate 1.5s ease-in-out;
}

@keyframes clock-animate {
  30% {
    transform: rotateZ(20deg);
  }
  60% {
    transform: rotateZ(-20deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes session-animate {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.small-to-big {
  width: 125%;
  margin-top: -10px;
}

@media screen and (min-width: 1200px) {
  .set-img-m30 {
    margin-top: -35px;
  }
  .set-img-m40 {
    margin-top: -45px;
  }
}
@media screen and (min-width: 991px) {
  .set-mb {
    margin-right: 30px;
  }
  [dir=rtl] .set-mb {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .index-main-title {
    text-align: center;
  }
  [dir=rtl] .index-main-title {
    text-align: center;
  }
  .set-mb {
    margin-bottom: 40px;
  }
  .set-img-m30 {
    margin-top: -40px;
  }
  .set-img-m40 {
    margin-top: -50px;
  }
  .hip-ul-text {
    list-style: none;
    padding-left: 0px;
  }
  .hip-ul-text li {
    margin: 20px 0px;
  }
  .row {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .table-box {
    width: 100%;
    grid-template-rows: 1fr 1.2fr;
  }
  .table-box .t-box {
    padding: 2px;
  }
  .icon-search {
    scale: 0.65 !important;
    top: 55% !important;
    left: 45% !important;
  }
  .big-container .icon-search {
    scale: 0.7 !important;
  }
  .last-page-scroll {
    right: 5px !important;
  }
  [dir=rtl] .last-page-scroll {
    right: auto !important;
    left: 5px !important;
  }
}
/* SCSS */
/* SCSS */
/* SCSS */
@font-face {
  font-family: "poppinsRG";
  src: url("../../assets/fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: "poppinsBold";
  src: url("../../assets/fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: "shamelNormal";
  src: url("../../assets/fonts/FFShamelFamily-NormalSans.otf");
}
@font-face {
  font-family: "shamelBold";
  src: url("../../assets/fonts/FFShamelFamily-BoldSans.otf");
}
@font-face {
  font-family: "shamelMedium";
  src: url("../../assets/fonts/FFShamelFamily-MediumSans.otf");
}
@font-face {
  font-family: "almaraiLight";
  src: url("../../assets/fonts/Almarai-Light.ttf");
}
@font-face {
  font-family: "almaraiRegular";
  src: url("../../assets/fonts/Almarai-Regular.ttf");
}
@font-face {
  font-family: "almaraiBold";
  src: url("../../assets/fonts/Almarai-Bold.ttf");
}
@font-face {
  font-family: "almaraiExBold";
  src: url("../../assets/fonts/Almarai-ExtraBold.ttf");
}
body {
  font-weight: normal;
  font-family: "poppinsRG", sans-serif;
}
[dir=rtl] body {
  font-family: "almaraiRegular", sans-serif;
}

.text-bold,
.main-title {
  font-family: "poppinsBold", sans-serif;
}
[dir=rtl] .text-bold,
[dir=rtl] .main-title {
  font-family: "shamelBold", sans-serif;
}

.continue-btn,
.next-swiper,
.prev-swiper {
  font-family: "poppinsBold", sans-serif;
}
[dir=rtl] .continue-btn,
[dir=rtl] .next-swiper,
[dir=rtl] .prev-swiper {
  font-family: "shamelMedium";
}

.links .link .title,
.disclaimer-container .disclaimer-footer .producted-by .title {
  font-family: "poppinsBold", sans-serif;
}
[dir=rtl] .links .link .title,
[dir=rtl] .disclaimer-container .disclaimer-footer .producted-by .title {
  font-family: "shamelNormal", sans-serif;
}

*,
*::before,
*::after {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
}

* {
  scrollbar-color: rgb(209, 214, 214) #707070;
  scrollbar-width: thin;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

/* style scrollbar */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  scroll-margin: 1em 0.5em 1em 1em;
  margin: 0 1rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: 0 0 5px rgba(231, 229, 229, 0.212);
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6b627d;
  background-clip: padding-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media print {
  html,
  body {
    /* Hide the whole page */
    display: none;
  }
}
.img-container {
  position: relative;
  z-index: 10;
}

.img-zoom-lens {
  position: absolute;
  width: 100px;
  height: 100px;
  visibility: hidden;
}
@media screen and (max-width: 920px) {
  .img-zoom-lens {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 570px) {
  .img-zoom-lens {
    width: 80px;
    height: 80px;
  }
}

.img-zoom-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2705882353);
  z-index: 1;
  visibility: hidden;
}
.img-zoom-overlay.start-zoom {
  visibility: visible;
}

.zoom-result {
  border-radius: 20px;
  width: 400px;
  height: 400px;
  position: fixed;
  z-index: 1200;
  visibility: hidden;
}
.zoom-result.start-zoom {
  visibility: visible;
  z-index: 1200;
}
@media screen and (max-width: 920px) {
  .zoom-result {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 570px) {
  .zoom-result {
    width: 200px;
    height: 200px;
  }
}

.main-header .subtitle {
  color: rgb(209, 214, 214);
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize;
}
.main-header .title {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 400px) {
  .main-header .subtitle {
    font-size: 1.5rem;
  }
  .main-header .title {
    font-size: 2.7rem;
  }
  .main-header .text {
    font-size: 1.2rem;
  }
}

.img-absolute {
  position: absolute;
  left: -20px;
  top: 0%;
  width: 200px;
  z-index: -1;
}

.cl-primary {
  color: rgb(209, 214, 214);
}

hr {
  background-color: #6b627d;
}

.logo-text {
  color: white;
  line-height: 1.2;
  font-weight: bold;
  margin: 5px;
  margin-bottom: -10px;
  text-align: left;
}
[dir=rtl] .logo-text {
  text-align: right;
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
  .logo-text {
    font-size: 14px;
    margin: 0px 10px;
    margin-bottom: -8px;
  }
  .house-text-logo a {
    width: 50px !important;
  }
  .house-text-logo a img {
    width: 100%;
  }
}
.modal.large .modal-dialog {
  min-width: 100%;
}
.modal.large .modal-dialog .modal-content {
  background-color: transparent;
  color: white;
  font-size: 24px;
}
.modal.large .modal-dialog .modal-content .close-icon.close-modal {
  pointer-events: all;
  cursor: pointer;
  transform: none;
  position: fixed;
  top: 40px;
  right: 2.5rem;
}
@media screen and (max-width: 500px) {
  .modal.large .modal-dialog .modal-content .close-icon.close-modal {
    right: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .modal.large .modal-dialog .modal-content {
    padding-top: 50px;
    font-size: 1.1rem;
    text-align: center;
  }
}

.swiper-modal img {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-pagination {
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
  transition: all 0.4s ease;
}

.close-icon.close-modal {
  pointer-events: all;
  cursor: pointer;
  transform: none;
  position: absolute;
  top: -18%;
  right: -40%;
}

.full-screen_btn,
.full-screen_close {
  position: fixed;
  inset: auto 1rem 1rem auto;
  border: none;
  font-size: 0.7rem;
  padding: 0.2rem;
  border-radius: 4px;
  color: rgb(209, 214, 214);
  display: none;
}

.full-screen_close {
  display: none;
}

@media all and (display-mode: fullscreen) {
  .full-screen_btn {
    display: none;
  }
  .full-screen_close {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-view {
    justify-content: space-between;
  }
  .hide-swiper {
    display: none !important;
  }
  .pr-for-mobile {
    padding-right: 55px !important;
  }
  [dir=rtl] .pr-for-mobile {
    padding-left: 55px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 920px) {
  .hide-swiper {
    display: none !important;
  }
  .make-center {
    justify-content: center !important;
  }
  .mobile-view {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .logo-text {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 9px;
  }
  .closeMenu {
    width: 50px !important;
    height: 50px !important;
    margin-right: -20px !important;
    margin-top: 10px;
  }
  .navContainer {
    height: auto !important;
    padding: 10px;
  }
  .navContainer .logo img {
    width: 40px;
  }
  .navContainer .disclaimer-icon img {
    width: 35px;
  }
  .navContainer .menuBtn {
    width: 30px;
    height: 30px;
  }
  .navContainer .menuBtn .btnLine {
    width: 10px;
    height: 10px;
  }
  .navContainer .house-text-logo a img {
    width: 35px;
  }
  .navContainer .house-text-logo .logo-text {
    width: 120px;
    text-align: left;
  }
  [dir=rtl] .navContainer .house-text-logo .logo-text {
    text-align: right;
  }
  .navContent .linksContainer {
    padding-top: 3rem !important;
    /* swiper points */
  }
  .navContent .linksContainer .index-icon .menuBtn {
    width: 60px;
    height: 60px;
  }
  .navContent .linksContainer .index-icon h1 {
    font-size: 1.8;
  }
  .navContent .linksContainer .links li div {
    width: 80px;
    height: 80px;
  }
  .navContent .linksContainer .links li::after {
    height: 70px;
  }
  .navContent .linksContainer .links li:nth-of-type(even)::after {
    display: none;
    right: -10px;
  }
  .content {
    text-align: center;
  }
  .mobile-view {
    justify-content: center;
    margin: 0px;
  }
  .border-search-hide {
    display: none !important;
  }
  .disclaimer-container .index-icon {
    margin-bottom: 1rem;
  }
  .disclaimer-container .index-icon img {
    width: 50px;
  }
  .disclaimer-container .text {
    font-size: 12px;
    text-align: center;
  }
}
.canvas {
  background: none;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1170;
}
@media screen and (max-width: 1280px) {
  .canvas {
    position: fixed;
  }
}

.canvas-controls .icon {
  position: fixed;
  bottom: 80px;
  left: 25px;
  width: 40px;
  height: 40px;
  background: #6b627d;
  padding: 5px;
  border-radius: 50%;
  z-index: 1180;
  transition: all 0.5s ease;
  border: 1px solid white;
  cursor: pointer;
}
[dir=rtl] .canvas-controls .icon {
  left: auto;
  right: 25px;
}
.canvas-controls .icon img {
  width: 100%;
  height: 100%;
}
.canvas-controls .icon-main {
  width: 50px;
  height: 50px;
  left: 20px;
}
[dir=rtl] .canvas-controls .icon-main {
  left: auto;
  right: 20px;
}
.canvas-controls .icon-main .tools-txt {
  width: 70px;
  text-align: center;
  background: #6b627d;
  border-radius: 10px;
  color: white;
  font-size: 14px !important;
  padding: 5px 8px;
  text-align: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -85px;
  transform: translateY(-50%);
  animation: toolsAnime 3s linear 0s infinite;
}
[dir=rtl] .canvas-controls .icon-main .tools-txt {
  right: auto;
  left: -85px;
  animation: toolsAnimeAr 3s linear 0s infinite;
}
.canvas-controls .icon-main .tools-txt::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #6b627d;
  transform: rotate(45deg);
  border-radius: 2px;
  left: -4px;
  top: calc(50% - 6px);
}
[dir=rtl] .canvas-controls .icon-main .tools-txt::after {
  left: auto;
  right: -4px;
}
.canvas-controls .icon-draw, .canvas-controls .icon-eraser, .canvas-controls .icon-clear, .canvas-controls .icon-zoom, .canvas-controls .icon-font, .canvas-controls .icon-plus, .canvas-controls .icon-minus {
  bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .canvas-controls .icon {
    left: 65px;
  }
  .canvas-controls .icon-main {
    left: 60px;
  }
  [dir=rtl] .canvas-controls .icon {
    left: auto;
    right: 65px;
  }
  [dir=rtl] .canvas-controls .icon-main {
    left: auto;
    right: 60px;
  }
}
.canvas-controls.shown .icon {
  transition: all 0.3s ease;
}
.canvas-controls.shown .icon-main {
  bottom: 80px;
}
.canvas-controls.shown .icon-draw::after, .canvas-controls.shown .icon-eraser::after, .canvas-controls.shown .icon-clear::after, .canvas-controls.shown .icon-zoom::after, .canvas-controls.shown .icon-font::after {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(0, -50%);
  background: #6b627d;
  color: white;
  padding: 5px 8px;
  border-radius: 10px;
  font-size: 14px;
}
[dir=rtl] .canvas-controls.shown .icon-draw::after, [dir=rtl] .canvas-controls.shown .icon-eraser::after, [dir=rtl] .canvas-controls.shown .icon-clear::after, [dir=rtl] .canvas-controls.shown .icon-zoom::after, [dir=rtl] .canvas-controls.shown .icon-font::after {
  left: auto;
  right: 45px;
}
.canvas-controls.shown .icon-zoom {
  bottom: 390px;
}
.canvas-controls.shown .icon-zoom::after {
  content: "Zoom";
}
.canvas-controls.shown .icon-draw {
  bottom: 330px;
}
.canvas-controls.shown .icon-draw::after {
  content: "Draw";
}
.canvas-controls.shown .icon-eraser {
  bottom: 270px;
}
.canvas-controls.shown .icon-eraser::after {
  content: "Eraser";
}
.canvas-controls.shown .icon-clear {
  bottom: 210px;
}
.canvas-controls.shown .icon-clear::after {
  content: "Clear";
}
.canvas-controls.shown .icon-font {
  bottom: 150px;
}
.canvas-controls.shown .icon-font.font-hide-pseudo::after {
  width: 0;
  display: none;
}
.canvas-controls.shown .icon-font::after {
  content: "Font";
}
.canvas-controls.shown .icon-plus, .canvas-controls.shown .icon-minus {
  bottom: 150px;
  transition: all 0.3s ease;
}
.canvas-controls.shown .icon-plus.font-icons-show {
  left: 80px;
}
.canvas-controls.shown .icon-minus.font-icons-show {
  left: 140px;
}
@media screen and (max-width: 1024px) {
  .canvas-controls.shown .icon-plus.font-icons-show {
    left: 120px;
  }
  .canvas-controls.shown .icon-minus.font-icons-show {
    left: 180px;
  }
}
[dir=rtl] .canvas-controls.shown .icon-zoom::after {
  content: "عدسه";
}
[dir=rtl] .canvas-controls.shown .icon-draw::after {
  content: "رسم";
}
[dir=rtl] .canvas-controls.shown .icon-eraser::after {
  content: "ممحاه";
}
[dir=rtl] .canvas-controls.shown .icon-clear::after {
  content: "مسح";
}
[dir=rtl] .canvas-controls.shown .icon-font::after {
  content: "الخط";
}
[dir=rtl] .canvas-controls.shown .icon-plus.font-icons-show {
  left: auto;
  right: 80px;
}
[dir=rtl] .canvas-controls.shown .icon-minus.font-icons-show {
  left: auto;
  right: 140px;
}
@media screen and (max-width: 1024px) {
  [dir=rtl] .canvas-controls.shown .icon {
    left: auto;
    right: 65px;
  }
  [dir=rtl] .canvas-controls.shown .icon-main {
    left: auto;
    right: 60px;
  }
  [dir=rtl] .canvas-controls.shown .icon-plus.font-icons-show {
    right: 120px;
  }
  [dir=rtl] .canvas-controls.shown .icon-minus.font-icons-show {
    right: 180px;
  }
}

/* change right to left in arabic */
@keyframes toolsAnime {
  20% {
    right: -85px;
  }
  50% {
    right: -95px;
  }
  80% {
    right: -85px;
  }
}
@keyframes toolsAnimeAr {
  20% {
    left: -85px;
  }
  50% {
    left: -95px;
  }
  80% {
    left: -85px;
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.scroll-down {
  position: fixed;
  bottom: 30px;
  right: 70px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
[dir=rtl] .scroll-down {
  right: auto;
  left: 80px;
}
.scroll-down-img {
  background: rgb(209, 214, 214);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.scroll-down-txt {
  background: #6b627d;
  border-radius: 14px;
  color: white;
  font-size: 14px !important;
  padding: 5px 8px;
  text-align: center;
  justify-content: center;
  position: relative;
  animation: scrollDown 3s ease-in-out 0s infinite;
}
.scroll-down .scroll-down-txt::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #6b627d;
  transform: rotate(45deg);
  border-radius: 2px;
  bottom: -4px;
  right: calc(50% - 6px);
}

@keyframes scrollDown {
  20% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0px);
  }
}
.audio-container {
  display: none !important;
}

.video-element,
.image-element {
  width: 100%;
  border: 5px solid #6b627d;
  border-radius: 20px;
}

.every-page-bg-img {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 70%;
  min-height: 150px;
  z-index: 0;
  opacity: 0.8;
}

.useless-img {
  position: fixed;
  top: 30%;
  right: 0px;
  width: 300px;
}

.make-bottom {
  top: auto !important;
  bottom: 0px !important;
  width: 450px !important;
}

@media screen and (min-width: 600px) {
  .p7-close-icon {
    top: 30px !important;
  }
}

.speech-text {
  display: none;
}

.speaker-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.speech-page-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
}
@media screen and (max-width: 920px) {
  .speech-page-header {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .speech-page-header {
    flex-direction: column;
  }
  .speech-page-header .speaker-container {
    margin: 10px auto;
  }
}

.single-img-box {
  width: 50%;
}
.single-img-box > div {
  width: 50%;
}
.single-img-box .small-img {
  width: 75%;
}

.center-center-img {
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto;
}
.center-center-img .img-search {
  width: 100%;
  position: relative;
}
.center-center-img .img-search .img-container {
  width: 600px !important;
  height: auto;
}
.center-center-img .img-search .img-container img {
  width: 100%;
}
.center-center-img .img-search .text {
  position: absolute;
  top: -40px;
  right: 20px;
}
.center-center-img .img-search .text::after {
  top: auto !important;
  bottom: -4px !important;
  left: auto !important;
  right: calc(50% - 5px) !important;
}
.center-center-img img {
  width: 100%;
}

.modal {
  background: rgba(107, 98, 125, 0.9);
}

.txt-before-img {
  width: 80%;
}

.img-search .img-container img {
  height: 100%;
}

.img-search-big-w {
  width: 300px !important;
}

.single-img-box .icon-search {
  position: absolute;
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.829);
  transition: all 0.4s ease;
  cursor: pointer;
  bottom: -10px;
  right: -25px;
  scale: 0.8;
}
.single-img-box .icon-search:hover {
  background-color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.single-img-box .icon-search svg {
  width: 45px;
  height: auto;
}

.img-search .icon-search,
.img-container .icon-search {
  position: absolute;
  right: -10px;
  bottom: 0px;
  scale: 0.8;
}
.img-search .icon-search svg,
.img-container .icon-search svg {
  width: 45px;
  height: auto;
}

.icon-search .tooltiptext {
  visibility: visible;
  width: -moz-max-content;
  width: max-content;
  background-color: #6b627d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -42px;
  transition: opacity 0.3s;
  animation: scrollDown 3s ease-in-out 0s infinite;
}

.icon-search .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #6b627d transparent transparent transparent;
}

/* Disclaimer icons */
.cls-1-container-clip {
  width: 80px;
}

.cls-1-container {
  width: 200px;
  margin: 10px auto;
}

.cls-1,
.cls-1-little-icons,
.cls-1-closeMenu,
.cls-1-search {
  fill: #6b627d;
}

.cls-1-play {
  fill: white;
}

.cls-1-click {
  stroke: #6b627d;
}

.links .link .title::after {
  background-color: #6b627d;
  height: 30px;
}

.first-title::after {
  inset: auto -2% -10px !important;
}

.speech-btn {
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: #6b627d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px 0px 20px;
}
.speech-btn span {
  margin-left: 2px;
  width: 30px;
  height: 30px;
}
.speech-btn .voice-play-icon {
  fill: white;
}

.speech-btn > span:last-child {
  display: none !important;
}

.speaking > span:first-child {
  display: none !important;
}

.speaking > span:last-child {
  display: flex !important;
}

@media screen and (min-width: 500px) {
  .desktop-small-width {
    width: 50% !important;
  }
}
@media screen and (min-width: 1350px) {
  .desktop-small-width {
    width: 40% !important;
  }
}

/* Desktop View */
@media screen and (min-width: 1200px) {
  .img-search-text-row,
  .img-search-custom-big-row {
    width: 370px !important;
    flex-direction: row !important;
    min-width: 300px;
    margin-bottom: 30px;
  }
  .img-search-text-row .text,
  .img-search-custom-big-row .text {
    width: 40%;
    margin-left: 15px;
  }
  .img-search-text-row .text::after,
  .img-search-custom-big-row .text::after {
    top: calc(50% - 5px) !important;
    right: auto !important;
    left: -4px !important;
  }
  .img-search-custom-big-row {
    width: 70% !important;
  }
  .ltcontent {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
  }
  .p7-modal-content .img-search {
    width: 300px !important;
  }
  .p7-modal-content .img-search .text {
    width: 60%;
  }
}
/* Large Desktop View */
@media screen and (min-width: 1400px) {
  .p7-modal-content .img-search {
    width: 350px !important;
  }
}
@media screen and (min-width: 921px) and (max-width: 1200px) {
  .img-container {
    max-width: 400px !important;
  }
}
/* Tablet View */
@media screen and (max-width: 920px) {
  .img-search-custom-big-row {
    width: 70% !important;
  }
  .img-search-custom-big-row .text {
    margin-top: 20px;
  }
  .useless-img {
    display: none;
  }
  .single-img-box {
    width: 70%;
    display: flex;
    justify-content: center;
  }
  body {
    text-align: center;
  }
  .center-center-img .img-search {
    margin: 40px auto;
  }
  .center-center-img .img-search .img-container {
    width: 100% !important;
    height: auto;
  }
  .center-center-img .img-search .text {
    top: -60px;
  }
  .p6-ul-row {
    justify-content: center;
  }
  .p6-ul-class {
    list-style: none;
  }
  .p7-modal-content .row {
    align-items: flex-start;
  }
  .hide-element-mobile {
    display: none !important;
  }
  .video-element {
    width: 75%;
    margin-top: 40px;
  }
}
/* Mobile view */
@media screen and (max-width: 500px) {
  .navContent .linksContainer .links li {
    width: 150px;
    margin: 10px 20px;
  }
  .navContent .linksContainer .links li h3 {
    font-size: 0.8rem;
  }
  .first-title::after {
    inset: auto -2% 5px !important;
  }
  .arabic-first-title::after {
    inset: auto -2% -10px !important;
  }
  .video-swiper {
    width: 80vw;
    margin: 0px 10px;
    padding: 0px 20px;
  }
  .txt-before-img {
    margin: 10px auto;
  }
  .video-element,
  .image-element {
    width: 100% !important;
    margin-top: 20px;
  }
  .speech-home-page {
    flex-direction: row;
    align-items: center;
  }
  .speech-home-page .speaker-container {
    scale: 0.8;
  }
  .speech-home-page p {
    font-size: 14px;
  }
  .speech-btn {
    margin: 0px 10px;
  }
  .single-img-box {
    width: 65%;
    margin: 20px auto;
  }
  .single-img-box > div {
    width: 100%;
  }
  .center-center-img {
    width: 100%;
    margin: 60px auto;
  }
  .center-center-img .img-search {
    width: 100%;
  }
  .center-center-img .img-search .img-container {
    width: 100% !important;
    height: auto;
  }
  .center-center-img .img-search .text {
    top: -75px;
    right: 10px;
  }
  .column-view {
    flex-direction: column;
  }
  .column-view .mobile-img {
    width: 100% !important;
    margin-top: 20px;
  }
  .every-page-bg-img {
    top: 40px;
    right: 55px;
  }
  .p6-ul-class {
    list-style: none;
    padding: 0px 10px;
  }
  .p6-ul-class li {
    margin: 15px 0px;
  }
  .scroll-down {
    right: 45px;
  }
  [dir=rtl] .scroll-down {
    right: auto;
    left: 45px;
  }
  /* End of Mobile Style */
}
/* Fixed Clasess */
.hide-element {
  display: none !important;
}

.p6-img-hover:hover {
  transform: scale(1.02);
  transition: all 0.2s ease;
}

.modal-txt-align {
  text-align: left;
}

body {
  position: relative;
}

.home-page {
  position: relative;
}
.home-page .home-bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/home-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
[dir=rtl] .home-page .home-bg-img {
  transform: scaleX(-1);
}
@media screen and (max-width: 1200px) {
  .home-page .home-bg-img {
    background-position: 90%;
  }
}
@media screen and (max-width: 920px) {
  .home-page .home-bg-img {
    background-position: 89%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .home-bg-img {
    background-position: 79%;
  }
}
.home-page .content {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.home-page .content .title {
  font-size: 5.5rem;
  color: white;
  line-height: 1.5;
  cursor: default;
  text-shadow: 2px 2px 5px #6b627d;
}
@media screen and (min-width: 150px) and (max-width: 768px) {
  .home-page .content .title {
    font-size: 10vw;
  }
}
.home-page .bg-contain-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.home-page .bg-contain-box img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-page .bg-contain-box {
    width: 45%;
  }
}
@media screen and (min-width: 1500px) {
  .home-page .bg-contain-box {
    width: 35%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bullets-container {
  background-color: white;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
  height: auto;
  width: 26px;
  border-radius: 24px;
  padding: 20px 0px;
}
.bullets-container .bullet-content {
  height: 18px;
  width: 18px;
  position: relative;
}
.bullets-container .bullet-content .bullet-link {
  width: 18px;
  height: 18px;
  background-color: rgb(209, 214, 214);
  box-shadow: inset 0 3px 6px hsla(0, 0%, 0%, 0.16);
}
.bullets-container .bullet-content .bullet-link:hover + .text {
  transform: translateX(0%);
  visibility: visible;
  z-index: 22;
}
.bullets-container .bullet-content .text {
  position: absolute;
  background-color: #6b627d;
  color: white;
  min-width: -moz-max-content;
  min-width: max-content;
  right: 2.1rem;
  top: -9px;
  border-radius: 10px;
  min-height: 35px;
  transform: translateX(8px);
  visibility: hidden;
  transition: all 0.4s ease;
  transform-origin: right;
  font-size: 14px !important;
  z-index: -1;
}
[dir=rtl] .bullets-container .bullet-content .text {
  left: 2.1rem;
  right: auto;
}
.bullets-container .bullet-content .text.big {
  top: -100%;
}
.bullets-container .bullet-content .text::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 10px;
  height: 10px;
  background-color: #6b627d;
  transform: rotate(45deg);
  border-radius: 2px;
}
[dir=rtl] .bullets-container .bullet-content .text::after {
  left: -4px;
  right: auto;
}
.bullets-container .bullet-content:hover .bullet-link {
  background-color: rgb(209, 214, 214);
}
.bullets-container .bullet-content.active .bullet-link {
  pointer-events: none;
  background-color: #6b627d;
}
.bullets-container .bullet-content.active .text {
  transform: translateX(0%);
  visibility: visible;
  z-index: 22;
}
.bullets-container .bullet-content.active {
  pointer-events: none;
}

.continue-btn {
  position: fixed;
  bottom: 40px;
  background: linear-gradient(to top, #524965, #6b627d);
  border-radius: 38px;
  border: 3px solid rgb(255, 255, 255);
  font-size: 22px;
  color: white;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px !important;
  box-shadow: 3px 3px 10px rgba(98, 83, 132, 0.4);
  transition: color 0.5s ease, border-color 0.5s ease;
}
@media screen and (min-width: 920px) {
  .continue-btn {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 500px) {
  .continue-btn {
    bottom: 120px;
  }
}
.continue-btn .icon,
.continue-btn svg path {
  transition: all 0.4s ease;
}
[dir=rtl] .continue-btn svg {
  transform: scale(-1);
}
.continue-btn:hover {
  background: white;
  color: #524965;
  border-color: #524965;
}
.continue-btn:hover .icon {
  transform: translateX(4px);
}
[dir=rtl] .continue-btn:hover .icon {
  transform: translateX(-4px);
}
.continue-btn:hover svg path {
  fill: #524965;
}

.what-is_page .img-container .play-icon,
.cause-of-PCOS_page .img-container .play-icon {
  top: calc(50% - 28px);
  left: -50px;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .what-is_page .img-container .play-icon,
  .cause-of-PCOS_page .img-container .play-icon {
    left: -25px;
  }
}
.what-is_page .img-container .play-icon img,
.cause-of-PCOS_page .img-container .play-icon img {
  cursor: pointer;
}
.what-is_page .img-container .play-icon .text,
.cause-of-PCOS_page .img-container .play-icon .text {
  top: 0;
  right: -0.95rem;
  top: -35px;
  height: 25px;
  font-size: 1.2rem;
}
.what-is_page .img-container .play-icon .text:after,
.cause-of-PCOS_page .img-container .play-icon .text:after {
  bottom: -4px;
  right: calc(50% - 5px);
}
@media screen and (max-width: 500px) {
  .what-is_page .img-container .play-icon,
  .cause-of-PCOS_page .img-container .play-icon {
    left: -25px !important;
  }
}

.what-is_page .img-container,
.cysts_page .img-container,
.polycystic_page .img-container,
.cause-of-PCOS_page .img-container {
  position: relative;
}
.what-is_page .img-container .play-icon,
.cysts_page .img-container .play-icon,
.polycystic_page .img-container .play-icon,
.cause-of-PCOS_page .img-container .play-icon {
  position: absolute;
}
.what-is_page .img-container .text,
.what-is_page .play-icon .text,
.cysts_page .img-container .text,
.cysts_page .play-icon .text,
.polycystic_page .img-container .text,
.polycystic_page .play-icon .text,
.cause-of-PCOS_page .img-container .text,
.cause-of-PCOS_page .play-icon .text {
  position: absolute;
  font-size: 12px !important;
  top: 0;
  background-color: #6b627d;
  color: white;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 10px;
}
.what-is_page .img-container .text::after,
.what-is_page .play-icon .text::after,
.cysts_page .img-container .text::after,
.cysts_page .play-icon .text::after,
.polycystic_page .img-container .text::after,
.polycystic_page .play-icon .text::after,
.cause-of-PCOS_page .img-container .text::after,
.cause-of-PCOS_page .play-icon .text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #6b627d;
  transform: rotate(45deg);
  border-radius: 2px;
}

.single-page {
  position: relative;
  min-height: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0px;
}
.single-page .content-section {
  margin: 40px 0px;
  padding: 0px 10px;
}
.single-page .content-section .main-title {
  font-size: 1.4rem;
}
.single-page .img-section {
  width: 70%;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .single-page {
    flex-direction: row;
    width: 80%;
    margin: 50px 0px;
    padding: 0px;
    align-items: center;
  }
  .single-page .content-section,
  .single-page .img-section {
    margin: 0px;
  }
  .single-page .content-section {
    margin-right: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .hide-swiper {
    width: -moz-max-content;
    width: max-content;
    position: fixed;
    top: 50%;
    transform: translateY(-40%);
    right: 30px;
  }
  [dir=rtl] .hide-swiper {
    left: 40px;
    right: auto;
  }
}
.next-swiper,
.prev-swiper {
  width: 52px;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(107, 98, 125, 0.9);
  color: white;
  padding: 0px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: border-color 0.4s linear;
}
.next-swiper a,
.prev-swiper a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  height: 100%;
}
.next-swiper svg path,
.prev-swiper svg path {
  transition: all 0.4s linear;
}

.next-swiper {
  right: 0px;
}
[dir=rtl] .next-swiper {
  left: 0;
  right: auto;
}
.next-swiper a {
  flex-direction: column-reverse;
}
[dir=rtl] .next-swiper .next-icon svg {
  transform: rotate(180deg);
}

.prev-swiper {
  left: 0px;
}
[dir=rtl] .prev-swiper {
  right: 0;
  left: auto;
}
.prev-swiper .prev-icon svg {
  transform: rotate(180deg);
}
[dir=rtl] .prev-swiper .prev-icon svg {
  transform: rotate(0deg);
}

@media screen and (min-width: 1200px) {
  .next-swiper,
  .prev-swiper {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 40px;
    background: linear-gradient(to top, #524965, #6b627d);
    border-radius: 20px;
    display: block;
    opacity: 1;
    border: 3px solid rgb(255, 255, 255);
    padding: 0px !important;
    box-shadow: 3px 3px 10px rgba(98, 83, 132, 0.4);
  }
  .next-swiper a,
  .prev-swiper a {
    display: block;
    color: rgb(241, 241, 241);
    padding: 3px 20px !important;
  }
  .next-swiper:hover,
  .prev-swiper:hover {
    background: white;
    border-color: #524965;
  }
  .next-swiper:hover a,
  .prev-swiper:hover a {
    color: #524965;
  }
  .next-swiper:hover svg path,
  .prev-swiper:hover svg path {
    fill: #524965;
  }
  .next-swiper {
    right: 41.8%;
    left: auto;
  }
  [dir=rtl] .next-swiper {
    right: 51%;
  }
  [dir=rtl] .next-swiper a {
    padding: 3px 25px !important;
  }
  .prev-swiper {
    left: 41.8%;
    right: auto;
  }
  [dir=rtl] .prev-swiper {
    left: 51%;
    right: auto;
  }
  .last-page-swiper {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
  }
}
.language-btn {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  color: white;
  background: linear-gradient(to top, #524965, #6b627d);
  border-radius: 20px;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: 3px 3px 10px rgba(98, 83, 132, 0.4);
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 25px;
  padding: 0px;
  z-index: 100;
  transition: border-color 0.4s ease-in-out;
  font-family: "almaraiRegular", sans-serif;
}
.language-btn:hover {
  background: white;
  border-color: #524965;
  color: #524965;
}
[dir=rtl] .language-btn {
  left: auto;
  right: 25px;
  font-family: "poppinsRG", sans-serif;
}
.language-btn a {
  display: block;
  color: white;
  width: 100%;
  padding: 5px 20px;
}
.language-btn a,
.language-btn svg path {
  transition: all 0.2s linear;
}
.language-btn:hover a {
  color: #524965;
}
.language-btn:hover svg path {
  fill: #524965;
}
.language-btn.language-btn-home {
  left: 70px;
  bottom: 45px;
}
[dir=rtl] .language-btn.language-btn-home {
  left: auto;
  right: 70px;
}
@media screen and (max-width: 1024px) {
  .language-btn {
    left: 60px;
  }
  [dir=rtl] .language-btn {
    left: auto;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .language-btn {
    left: 60px;
  }
  [dir=rtl] .language-btn {
    left: auto;
    right: 60px;
  }
  .language-btn.language-btn-home {
    left: 20px;
    bottom: 20px;
  }
  [dir=rtl] .language-btn.language-btn-home {
    left: auto;
    right: 20px;
  }
}

.cysts_page .img-container .text {
  top: 0;
  right: -6.5rem;
  top: 130px;
  height: 60px;
  font-size: 1.2rem !important;
  font-weight: 500;
  border-radius: 40px;
}
.cysts_page .img-container .text::after {
  left: 13%;
  top: -5%;
}
@media screen and (max-width: 500px) {
  .cysts_page .img-container .text {
    right: -3.5rem;
    top: 165px;
  }
}
@media screen and (max-width: 1100px) {
  .cysts_page .img-container .text {
    right: -3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .cysts_page .content .main-title,
  .cysts_page .content .text {
    text-align: center;
  }
}

.cysts_page .img-container, .polycystic_page .img-container {
  position: relative;
}
.cysts_page .img-container .play-icon, .polycystic_page .img-container .play-icon {
  position: absolute;
  width: 96px;
  height: 96px;
  background-color: rgba(128, 96, 104, 0.6039215686);
  cursor: pointer;
  transition: all 0.4s ease;
}
.cysts_page .img-container .play-icon:hover, .polycystic_page .img-container .play-icon:hover {
  background-color: rgba(128, 96, 104, 0.7882352941);
}

.polycystic_page .img-container .play-icon {
  bottom: 2.8rem;
  left: 5.8rem;
}
.polycystic_page .img-container .text {
  height: 60px;
  border-radius: 20px;
  top: -75px;
  right: -2px;
  font-size: 1.2rem !important;
}
.polycystic_page .img-container .text::after {
  bottom: -4px;
  right: calc(50% - 5px);
}

.problems_page .text {
  font-size: 1rem;
}

.img-search {
  width: 170px;
}
.img-search .img-container {
  position: relative;
  height: 140px;
}
.img-search .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-search .img-container .icon-search {
  position: absolute;
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.829);
  transition: all 0.4s ease;
  cursor: pointer;
}
.img-search .img-container .icon-search:hover {
  background-color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.img-search .text, .img-search .img-search-last-text {
  background-color: #6b627d;
  border-radius: 16px;
  min-height: 40px;
  color: white;
  font-size: 16px;
  position: relative;
  max-width: 90%;
  padding: 10px 15px;
  text-align: center;
  justify-content: center;
}
.img-search .text::after, .img-search .img-search-last-text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #6b627d;
  transform: rotate(45deg);
  border-radius: 2px;
  top: -4px;
  right: calc(50% - 5px);
}
.img-search.large .text::after {
  top: calc(50% - 5px);
  right: auto;
  left: -4px;
}
[dir=rtl] .img-search.large .text {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
[dir=rtl] .img-search.large .text::after {
  left: auto;
  right: -4px;
}

.border-search {
  background-color: #A3405D;
  width: 1px;
  height: 140px;
}

@media screen and (max-width: 920px) {
  main .title {
    text-align: center;
  }
  .boxes-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .boxes-container .text {
    margin: 10px auto;
    text-align: center;
  }
  .boxes-container .img-search {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 500px) {
  .content .problem-text {
    font-size: 16px !important;
  }
  .boxes-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .boxes-container .border-search {
    display: none;
  }
  .img-search {
    width: 90%;
    margin: 10px auto !important;
  }
  .img-search.large .text::after {
    left: auto;
    top: -4px !important;
    right: calc(50% - 5px) !important;
  }
  .img-search.large-mobile-view {
    flex-direction: column;
  }
  .img-search.large-mobile-view .problem-text {
    margin: 10px auto !important;
  }
  .border-search {
    display: none;
  }
  .change-width {
    width: 450px;
  }
}
.problem-last-box .last-box-img {
  width: 46%;
}
@media screen and (min-width: 768px) {
  .problem-last-box > div {
    width: 270px;
  }
}

@media screen and (max-width: 500px) {
  .problem-last-text {
    margin-top: -30px !important;
  }
}
.pcos-middle-img {
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pcos-middle-img {
    width: 90%;
    margin: 50px auto;
  }
}
@media screen and (max-width: 500px) {
  .pcos-middle-img {
    width: 100%;
    margin: 30px auto;
  }
}
.header-for-grid {
  margin: 80px auto;
}

.grid-boxes-container {
  width: 80%;
  margin: 0px auto;
}
.grid-boxes-container .make-grid-boxes {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin: 40px 0px;
}
.grid-boxes-container .make-grid-boxes .grid-box {
  margin: 0px auto;
}
.grid-boxes-container .make-grid-boxes .grid-box .img-search {
  width: 150px;
}
.grid-boxes-container .make-grid-boxes .grid-box .img-search .img-container {
  width: 100%;
  height: auto;
}
.grid-boxes-container .make-grid-boxes .grid-box .img-search .img-container img {
  width: 100%;
}
.grid-boxes-container .make-grid-boxes .grid-box .img-search .img-container .icon-search {
  width: 80px;
  height: 80px;
}
.grid-boxes-container .make-grid-boxes .grid-box .img-search .img-container .icon-search svg {
  width: 100%;
  height: 50%;
}

@media screen and (min-width: 1200px) {
  .header-for-grid {
    margin: 40px 0px;
  }
  .grid-boxes-container {
    margin: 0px;
  }
  .grid-boxes-container .make-grid-boxes {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.home-page,
.what-is_page,
.cysts_page,
.polycystic_page,
.problems_page,
.cause-of-PCOS_page {
  min-height: -moz-max-content;
  min-height: max-content;
  padding-top: 100px;
  min-height: 100vh;
}

.problems_page {
  padding-top: 160px;
}

.p1,
.p2, .p3, .p4, .p5, .p6 {
  background-image: url(../../assets/images/section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #6b627d;
}
.p1 .main-title,
.p2 .main-title, .p3 .main-title, .p4 .main-title, .p5 .main-title, .p6 .main-title {
  font-size: 2.5rem;
}

.p2 .img-search .text, .p2 .img-search .text::after, .p3 .img-search .text, .p3 .img-search .text::after, .p6 .img-search .text, .p6 .img-search .text::after, .p7 .img-search .text, .p7 .img-search .text::after, .p8 .img-search .text, .p8 .img-search .text::after {
  background: white;
  color: #6b627d;
}

.title-text {
  text-align: center;
  margin: 10px 0px;
}
@media screen and (min-width: 1200px) {
  .title-text {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .home-page {
    padding-top: 0px;
  }
}
.main-btn {
  background-color: transparent;
  display: inline-block;
  color: white !important;
  justify-content: center;
  min-height: 50px;
  min-width: 120px;
  line-height: 24.43px;
  border-radius: 6px;
  font-weight: 600;
  position: relative;
  border: none;
  letter-spacing: 0.08rem;
  z-index: 5;
  overflow: hidden;
  transition: all 0.4s ease;
}
.main-btn::after, .main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(209, 214, 214);
  z-index: -1;
  transition: all 0.4s ease;
  transform: rotate(45deg);
}
.main-btn:after {
  transform-origin: left;
}
.main-btn::before {
  transform-origin: right;
}
.main-btn svg, .main-btn img {
  transition: all 0.4s ease;
}
.main-btn.primary-btn {
  border: 2px solid rgb(209, 214, 214);
}
.main-btn.primary-btn:after {
  transform: translateX(49%);
}
.main-btn.primary-btn::before {
  transform: translateX(-49%);
}
.main-btn.primary-btn:hover {
  color: rgb(209, 214, 214) !important;
}
.main-btn.primary-btn:hover svg {
  fill: rgb(209, 214, 214);
}
.main-btn.primary-btn:hover img {
  filter: invert(1);
}
.main-btn.primary-btn:hover:after {
  transform: translateX(-45%) rotate(45deg);
}
.main-btn.primary-btn:hover::before {
  transform: translateX(45%) rotate(45deg);
}
.main-btn.secondary-btn {
  color: #000 !important;
  border: 2px solid #000;
}
.main-btn.secondary-btn:after, .main-btn.secondary-btn::before {
  background-color: #000;
}
.main-btn.secondary-btn:after {
  transform: translateX(-45%) rotate(45deg);
}
.main-btn.secondary-btn::before {
  transform: translateX(45%) rotate(45deg);
}
.main-btn.secondary-btn:hover {
  color: white !important;
}
.main-btn.secondary-btn:hover:after, .main-btn.secondary-btn:hover::before {
  transform: translateX(0) rotate(0);
}
.dark-mode .main-btn.secondary-btn {
  color: #fff !important;
  border: 2px solid #fff;
}
.dark-mode .main-btn.secondary-btn:after, .dark-mode .main-btn.secondary-btn::before {
  background-color: #fff;
}
.dark-mode .main-btn.secondary-btn:hover {
  color: #000 !important;
}

.navContainer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  transition: all 0.4s ease;
  height: 130px;
}
.navContainer.gradient {
  background: linear-gradient(to top, #524965, #6b627d);
}

.navScroll {
  background: linear-gradient(to top, #524965, #6b627d);
  padding-top: 0 !important;
}

.navContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linksContainer {
  transform: translateX(200%) rotate(105deg);
  transform-origin: top right;
  background: rgba(107, 98, 125, 0.9);
}
.linksContainer.open {
  transform: translateX(0%) rotate(0);
  color: white;
}

.linksContainer,
.disclaimer-container {
  width: 100%;
  flex-direction: column;
  padding-left: 0;
  min-height: 100vh;
  height: 100vh;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 8;
  transition: all 0.4s ease;
  padding-top: 5rem;
}
.linksContainer.open .index-icon .menuBtn,
.disclaimer-container.open .index-icon .menuBtn {
  pointer-events: none;
  width: 55px;
  height: 55px;
}
.linksContainer.open .index-icon .menuBtn .btnLine,
.disclaimer-container.open .index-icon .menuBtn .btnLine {
  width: 23px;
  height: 23px;
}
.linksContainer.open .index-icon .menuBtn img,
.disclaimer-container.open .index-icon .menuBtn img {
  width: 100% !important;
}
.linksContainer.open .index-icon .title,
.disclaimer-container.open .index-icon .title {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 400px) {
  .linksContainer,
  .disclaimer-container {
    padding-top: 4rem;
  }
  .linksContainer.open .index-icon .menuBtn,
  .disclaimer-container.open .index-icon .menuBtn {
    width: 70px;
    height: 70px;
  }
  .linksContainer.open .index-icon .menuBtn .btnLine,
  .disclaimer-container.open .index-icon .menuBtn .btnLine {
    width: 18px;
    height: 18px;
  }
  .linksContainer.open .index-icon .title,
  .disclaimer-container.open .index-icon .title {
    font-size: 2rem;
  }
}

.disclaimer-container {
  transform: translateY(-500%) rotate(55deg);
  transform-origin: top left;
  background-color: rgba(255, 255, 255, 0.88);
  overflow: auto;
}
.disclaimer-container.open {
  transform: translateY(0%) rotate(0);
  transform-origin: top left;
  color: #6b627d;
}
.disclaimer-container.open .text {
  line-height: 1.7;
}
.disclaimer-container.open .text strong {
  font-size: 1.1rem;
}
.disclaimer-container.open .disclaimer-footer .producted-by a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.disclaimer-container.open .disclaimer-footer .content {
  margin-top: 2.5rem;
  position: relative;
  font-size: 1.2rem;
}
.disclaimer-container.open .disclaimer-footer .content a {
  color: #6b627d;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0px auto;
}
.disclaimer-container.open .disclaimer-footer .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6b627d;
  top: -1.5rem;
  left: 0;
}
.disclaimer-container.open .disclaimer-footer .content .copyrights {
  border-top: 1px solid #6b627d;
  padding-block: 1rem;
}
.disclaimer-container.open .disclaimer-footer .disclaimer-qr-code {
  border-top: 1px solid #6b627d;
  margin: 15px;
  padding: 15px;
}
.disclaimer-container.open .disclaimer-footer .disclaimer-qr-code .qr-code-img {
  width: 40%;
}
.disclaimer-container.open .disclaimer-footer .disclaimer-qr-code .qr-code-img img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 991px) {
  .disclaimer-container.open .disclaimer-footer .producted-by {
    width: 22%;
  }
  .disclaimer-container.open .disclaimer-footer .content {
    width: 68%;
    padding-inline-start: 1rem;
    margin-inline-start: 1rem;
  }
  [dir=rtl] .disclaimer-container.open .disclaimer-footer .content {
    border-right: 1px solid #6b627d;
    border-left: 0;
  }
  .disclaimer-container.open .disclaimer-footer .content .list-unstyled li > a {
    margin: 0px;
  }
  .disclaimer-container.open .disclaimer-footer .content .copyrights {
    padding-inline-start: 1rem;
    margin-inline-start: 1rem;
    border-left: 1px solid #6b627d;
    border-top: none;
    padding-block: 0;
  }
  [dir=rtl] .disclaimer-container.open .disclaimer-footer .content .copyrights {
    border-right: 1px solid #6b627d;
    border-left: 0;
  }
  .disclaimer-container.open .disclaimer-footer .disclaimer-qr-code {
    width: 30%;
    border-top: none;
    border-left: 1px solid #6b627d;
    margin: 0 15px;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .disclaimer-container.open .disclaimer-footer .disclaimer-qr-code .qr-code-img {
    width: 40%;
  }
  .disclaimer-container.open .disclaimer-footer .disclaimer-qr-code .qr-code-img img {
    width: 100px;
    height: 100px;
  }
  [dir=rtl] .disclaimer-container.open .disclaimer-footer .disclaimer-qr-code {
    border-right: 1px solid #6b627d;
    border-left: none;
  }
}
@media screen and (min-width: 500px) {
  .disclaimer-container.open .text {
    font-size: 1.25rem;
  }
  .disclaimer-container.open .text strong {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 920px) and (max-width: 1200px) {
  .disclaimer-container.open .text {
    font-size: 1rem;
  }
  .disclaimer-container.open .text strong {
    font-size: 1.2rem;
  }
}

.links {
  overflow: auto;
  height: -moz-max-content;
  height: max-content;
}
.links li {
  width: 250px;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 1rem;
  padding-inline-end: 2rem;
  margin-inline-end: 2rem;
}
@media screen and (max-width: 400px) {
  .links li {
    width: 140px;
    padding-inline-end: 1rem;
    margin-inline-end: 1rem;
  }
  .links li .link .icon {
    width: 90px;
    height: 90px;
  }
  .links li .link .title {
    font-size: 1.4rem;
  }
  .links li .link .title::after {
    width: 102%;
    inset: auto -1% 5px;
  }
}
.links li:not(:last-child) {
  position: relative;
}
.links li:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 1px;
  height: 100px;
  right: 0;
  bottom: 50px;
}
[dir=rtl] .links li:not(:last-child)::after {
  right: auto;
  left: 0;
}
.links .link .icon {
  width: 128px;
  height: 128px;
  transition: all 0.4s ease;
}
.links .link .title {
  font-size: 1rem;
  color: white;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
}
.links .link .title::after {
  content: "";
  position: absolute;
  width: 100%;
  inset: auto -2% 9px;
  z-index: -1;
  transform: skew(150deg, 0deg);
  transition: all 0.4s ease;
}
.links .link:hover .icon {
  transform: translateY(-8px);
}
.links .link:hover .title {
  transform: translateY(-5px);
}
.links .link:hover .title::after {
  transform: skew(150deg, 0deg) translateY(5px);
  opacity: 0.75;
}

.logo {
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .logo img {
    width: 55px;
  }
}

.menuBtn {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease;
}
@media screen and (max-width: 500px) {
  .menuBtn {
    width: 48px;
    height: 48px;
  }
  .menuBtn img {
    width: 100% !important;
  }
  .menuBtn .btnLine {
    width: 13px;
    height: 13px;
  }
}
.menuBtn.closeMenu {
  z-index: 999;
  margin-right: 10px;
}

.disclaimer-icon {
  margin-inline-end: 2.5rem;
  cursor: pointer;
  height: 40px;
}
.disclaimer-icon img {
  transition: all 0.4s ease;
}
.disclaimer-icon.close-disclaimer {
  z-index: 99;
}
.disclaimer-icon.close-disclaimer img {
  transform: translate(300px, -150px) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .disclaimer-icon {
    margin-inline-end: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .disclaimer-icon {
    margin-inline-end: 0.1rem;
    height: 32px;
  }
  .disclaimer-icon img {
    width: 60px;
  }
}

.closeMenu img {
  opacity: 0.5;
  transform: scale(0);
  pointer-events: none;
}

.btnLine {
  width: 16px;
  height: 16px;
  margin: 0 0 0.4rem 0;
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 50%;
}

.close-icon {
  width: 48px;
  height: 48px;
  background-color: white;
  pointer-events: none;
  transition: all 0.4s ease;
  transform: translateY(-550px) translateX(200px) scale(0) rotate(50deg);
}
.close-icon svg {
  border: 2px solid #6b627d;
  width: 35px;
  height: 35px;
  padding: 0.4rem;
  border-radius: 50%;
}
.close-icon svg,
.close-icon svg path {
  transition: all 0.4s ease;
}
.closeMenu .close-icon {
  transition-delay: 0.3s;
  pointer-events: all;
  transform: translateY(-50px) translateX(0) scale(1) rotate(0);
}
.close-disclaimer .close-icon {
  transition-delay: 0.3s;
  pointer-events: all;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateY(-50px) translateX(20px) scale(1) rotate(0);
}
@media screen and (max-width: 920px) {
  .close-disclaimer .close-icon {
    transform: translateY(-25px) translateX(20px) scale(1) rotate(0);
  }
}
@media screen and (max-width: 500px) {
  .close-disclaimer .close-icon {
    transform: translateY(-25px) translateX(65px) scale(1) rotate(0);
  }
  [dir=rtl] .close-disclaimer .close-icon {
    transform: translateY(-25px) translateX(-65px) scale(1) rotate(0);
  }
}
.close-icon:hover svg {
  transform: scale(1.5) rotate(90deg);
  background-color: #6b627d;
}
.close-icon:hover svg path {
  fill: white;
}

@media screen and (max-width: 920px) {
  .navContent .linksContainer {
    padding-top: 3rem !important;
  }
  .navContent .linksContainer .index-icon .menuBtn {
    width: 60px;
    height: 60px;
  }
  .navContent .linksContainer .index-icon h1 {
    font-size: 1.8;
  }
  .disclaimer-qr-code {
    width: 100%;
    border: none;
    border-top: 1px solid black;
    margin-top: 15px;
    padding-top: 15px;
  }
  .disclaimer-qr-code .qr-code-img {
    width: 40%;
  }
  .disclaimer-qr-code .qr-code-img img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1200px) {
  .navContainer {
    height: auto;
    padding: 10px 0px;
  }
  .navContainer .logo img {
    width: 60px;
  }
  .disclaimer-icon {
    height: 40px;
  }
  .disclaimer-icon img {
    width: 100%;
    height: 100%;
  }
  .menuBtn {
    width: 48px;
    height: 48px;
  }
}
footer {
  border-top: 0.5px solid #d7d9dc;
  padding: 5rem 0 0.8rem;
  margin-top: 1rem;
}
footer .logo-footer {
  width: 155px;
}
footer a {
  transition: all 0.4s ease;
}
footer .footer-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
}
footer .footer-content a {
  color: #2B2B2B;
  font-size: 17px;
}
.dark-mode footer .footer-content a {
  color: #fff;
}
footer .footer-content a:hover {
  border-left: 1px solid rgb(209, 214, 214);
  padding-inline-start: 0.5rem;
  color: rgb(209, 214, 214);
}
[dir=rtl] footer .footer-content a:hover {
  border-right: 1px solid rgb(209, 214, 214);
  border-left: 0;
}
footer form {
  position: relative;
  height: 55px;
}
footer form input {
  border: 2px solid #000;
  border-radius: 6px;
}
.dark-mode footer form input {
  border-color: #fff;
}
footer form input:focus {
  outline: none;
  border-color: rgb(209, 214, 214);
}
footer form button {
  position: absolute !important;
  right: 0;
}
footer form button:hover img {
  transform: translate(10px, -5px);
}
[dir=rtl] footer form button {
  left: 0;
  right: auto;
}
footer .social svg,
footer .social path,
footer .social li {
  transition: all 0.4s ease;
}
footer .social li:hover {
  transform: translateY(-5px);
}
footer .social li:hover svg path {
  fill: rgb(209, 214, 214);
}
footer .social li:hover svg.youtube path:last-child {
  fill: white;
}
footer .footer-bottom {
  border-top: 0.5px solid #d7d9dc;
  margin-top: 4rem;
}
footer .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
}
.dark-mode footer .logo-footer {
  filter: invert(1);
}
.dark-mode footer .social li svg path {
  fill: white;
}
.dark-mode footer .social li svg.youtube path:last-child {
  fill: #000;
}
.dark-mode footer .social li:hover {
  transform: translateY(-5px);
}
.dark-mode footer .social li:hover svg path {
  fill: rgb(209, 214, 214);
}
.dark-mode footer .social li:hover svg.youtube path:last-child {
  fill: #000;
}

a.mail,
a.phone {
  transition: all 0.4s ease;
  color: #000;
}
.dark-mode a.mail,
.dark-mode a.phone {
  color: #fff;
}
a.mail:hover,
a.phone:hover {
  letter-spacing: 0.05rem;
  -webkit-text-decoration: overline 1px solid;
          text-decoration: overline 1px solid;
  color: rgb(209, 214, 214);
}/*# sourceMappingURL=style.css.map */