@charset "UTF-8";
.index-main-title {
  text-align: left;
  text-transform: uppercase;
}
[dir=rtl] .index-main-title {
  text-align: right;
}

.rads-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 20px 0px;
}
.rads-row .rads-text {
  display: inline-block;
  background: #6c518b;
  padding: 3px 5px;
  border-radius: 15px;
  margin: 5px;
  min-width: 80px;
}

.learn-more {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.learn-more:hover {
  color: #681526;
  text-decoration: none;
}

.hide-swiper,
.scroll-down {
  z-index: 10;
}

.set-pb-0 {
  padding-bottom: 0px !important;
}

.eff-1 {
  filter: contrast(1) saturate(130%);
}

.eff-2 {
  filter: contrast(1) saturate(150%);
}

.eff-3 {
  filter: contrast(1.5) saturate(130%);
}

.eff-4 {
  filter: contrast(1.5) saturate(150%);
}

th, td {
  padding: 5px 10px;
}
@media screen and (max-width: 570px) {
  th, td {
    padding: 5px;
    font-size: 14px;
  }
}

table {
  border: 3px solid #6c518b;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}

th {
  background-color: rgb(215, 208, 223);
}

th,
td:first-child {
  font-weight: 800;
}

td, th {
  border-bottom: 3px solid #6c518b;
  border-right: 3px solid #6c518b;
}

td input {
  width: 150px;
  padding: 5px 10px;
  outline: none;
  border: 1px solid gray;
  border-radius: 7px;
}

.full-page-img1 {
  width: 100%;
  height: 88vh;
  background: url("../../assets/images/svg/p8-5.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 65%;
  background-position-x: center;
}
@media screen and (max-width: 1200px) {
  .full-page-img1 {
    height: 50vh;
    background-position-y: bottom;
  }
}
@media screen and (max-width: 920px) {
  .full-page-img1 {
    height: 44vh;
    background-position-y: bottom;
  }
}
@media screen and (max-width: 500px) {
  .full-page-img1 {
    height: 30vh;
    background-position-y: bottom;
  }
}

.full-page-img2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .full-page-img2 {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .full-page-img2 {
    width: 100%;
  }
}

.w50-w100 {
  width: 50%;
  top: 15%;
  right: 10%;
}
[dir=rtl] .w50-w100 {
  right: auto;
  left: 10%;
}
@media screen and (max-width: 500px) {
  .w50-w100 {
    width: 100%;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  [dir=rtl] .w50-w100 {
    left: auto;
  }
}

.w70-w100 {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
[dir=rtl] .w70-w100 {
  text-align: right;
}
@media screen and (max-width: 920px) {
  .w70-w100 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  [dir=rtl] .w70-w100 {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .w70-w100 {
    width: 100%;
    text-align: center;
  }
  [dir=rtl] .w70-w100 {
    text-align: center;
  }
}

.p-mob-desk {
  padding-bottom: 200px;
}
@media screen and (max-width: 500px) {
  .p-mob-desk {
    padding-bottom: 0px;
  }
}

.set-bottom {
  width: 45%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0px;
  margin: 0;
  padding: 0;
}
[dir=rtl] .set-bottom {
  left: auto;
  right: 0px;
}
@media screen and (max-width: 920px) {
  .set-bottom {
    width: 65%;
    left: 50px;
  }
  [dir=rtl] .set-bottom {
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .set-bottom {
    width: 60%;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    left: auto;
  }
  [dir=rtl] .set-bottom {
    right: auto;
  }
  .set-bottom p {
    padding-bottom: 150px;
  }
}

.content {
  padding-bottom: 40px;
}

main {
  padding-bottom: 100px;
}

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

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

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

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

.hip-ul-text li {
  margin: 10px 0px;
}
@media (min-width: 1200px) {
  .hip-ul-text {
    padding-left: 30px;
  }
  [dir=rtl] .hip-ul-text {
    padding-left: 0px;
    padding-right: 30px;
  }
}

.p-align-center .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
[dir=rtl] .p-align-center .text {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .p-align-center .text {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p-align-center .text {
    text-align: center;
  }
  [dir=rtl] .p-align-center .text {
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  .p-align-center .tablet-mt {
    margin-top: -20px;
  }
  .p-align-center .tablet-mt-small {
    margin-top: -10px;
  }
  .p-align-center p {
    justify-content: center;
    text-align: center;
  }
  [dir=rtl] .p-align-center p {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p-align-center p,
  .p-align-center .text {
    justify-content: center;
    margin-top: 10px !important;
    text-align: center;
  }
  .p-align-center img {
    margin-top: 20px;
  }
  .p-align-center .first-img {
    margin-top: 20px;
  }
}

.img-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-search.text-is-top {
  flex-direction: column-reverse;
}
.img-search.text-is-top .text {
  margin-bottom: 10px;
}
.img-search.text-is-top .text::after {
  top: auto !important;
  bottom: -4px;
}

.img-container {
  position: relative;
}
.img-container .icon-search {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.exercise-info {
  width: 60%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 920px) {
  .exercise-info {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .exercise-info {
    width: 90%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 60px;
  }
}
.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;
}
.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 #6c518b;
  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: #6c518b;
  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);
  }
}
@media screen and (min-width: 991px) {
  .set-mb {
    margin-right: 30px;
  }
  [dir=rtl] .set-mb {
    margin-left: 30px;
    margin-right: 0;
  }
  .desk-align-center {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 920px) {
  .index-main-title {
    text-align: center;
  }
  [dir=rtl] .index-main-title {
    text-align: center;
  }
  .set-mb {
    margin-bottom: 48px;
  }
  .hip-ul-text {
    list-style: none;
    padding-left: 0px;
  }
  .hip-ul-text li {
    margin: 20px 0px;
  }
  .row {
    justify-content: center;
  }
  .img-container .icon-search {
    top: 60%;
  }
}
@media screen and (max-width: 500px) {
  .table-box {
    width: 100%;
    grid-template-rows: 1fr 1.2fr;
  }
  .table-box .t-box {
    padding: 2px;
  }
  .img-search .icon-search {
    top: 65%;
  }
  .img-container .icon-search {
    top: 55%;
  }
  .last-page-scroll {
    right: 5px !important;
  }
  [dir=rtl] .last-page-scroll {
    right: auto !important;
    left: 5px !important;
  }
  .gyn-01-p3 {
    width: 115%;
    margin: 15px -15px;
  }
}
/* 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;
  color: #6c518b;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/* 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: #4a3365;
  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;
  }
}
.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.skip-link:focus {
  top: 0;
}

.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: #6c518b;
}

.logo-text {
  color: white;
  line-height: 1.2;
  font-weight: bold;
  margin: 5px;
  margin-bottom: -10px;
  text-align: left;
  text-transform: uppercase;
}
[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;
}
.modal.large .modal-dialog .modal-content .close-icon.close-modal {
  pointer-events: all;
  cursor: pointer;
  transform: none;
  position: fixed;
  top: 40px;
  right: 2.5rem;
  z-index: 105;
}
[dir=rtl] .modal.large .modal-dialog .modal-content .close-icon.close-modal {
  right: auto;
  left: 2.5rem;
}
@media screen and (max-width: 500px) {
  .modal.large .modal-dialog .modal-content .close-icon.close-modal {
    right: 1.8rem;
  }
  [dir=rtl] .modal.large .modal-dialog .modal-content .close-icon.close-modal {
    right: auto;
    left: 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%;
}
[dir=rtl] .close-icon.close-modal {
  right: auto;
  left: -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: 110px;
    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: #6c518b;
  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: #6c518b;
  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: #6c518b;
  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: #6c518b;
  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: -92px;
  }
  80% {
    right: -85px;
  }
}
@keyframes toolsAnimeAr {
  20% {
    left: -85px;
  }
  50% {
    left: -92px;
  }
  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: #6c518b;
  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: #6c518b;
  transform: rotate(45deg);
  border-radius: 2px;
  bottom: -4px;
  right: calc(50% - 6px);
}

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

.video-element,
.image-element {
  width: 100%;
  border: 5px solid #6c518b;
  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;
    flex-direction: column;
    gap: 10px;
  }
  .speech-page-header.speech-home-page {
    flex-direction: row;
  }
}

.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(108, 81, 139, 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;
  width: 35px;
  height: 35px;
  padding: 5px;
  background-color: rgba(241, 241, 241, 0.91);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.img-search .icon-search:hover,
.img-container .icon-search:hover {
  background-color: white;
}
.img-search .icon-search.for-big-box,
.img-container .icon-search.for-big-box {
  scale: 0.8;
}
.img-search .icon-search svg,
.img-container .icon-search svg {
  width: 30px;
  height: auto;
}

.icon-search .tooltiptext {
  visibility: visible;
  width: -moz-max-content;
  width: max-content;
  background-color: #6c518b;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -34px;
  font-size: 10px;
  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: #6c518b 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: #6c518b;
}

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

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

.links .link .title::after {
  background-color: #6c518b;
  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: #6c518b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px 0px 10px;
  transition: opacity 0.3s linear;
}
.speech-btn:hover {
  opacity: 0.9;
}
.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.gyn-01-p2,
  .img-search-custom-big-row.gyn-01-p2 {
    width: 400px !important;
  }
  .img-search-text-row .text,
  .img-search-custom-big-row .text {
    width: 45%;
    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;
  }
  [dir=rtl] .img-search-text-row .text,
  [dir=rtl] .img-search-custom-big-row .text {
    margin-left: 0;
    margin-right: 15px;
  }
  [dir=rtl] .img-search-text-row .text::after,
  [dir=rtl] .img-search-custom-big-row .text::after {
    left: auto !important;
    right: -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%;
  }
  .title.too-big::after {
    inset: auto -2% 28px !important;
  }
}
/* 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;
  }
  .too-big-for-mobile::after {
    inset: auto -2% 25px !important;
  }
  .after-test {
    inset: 0px -2% auto;
  }
  .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;
}

.book-12-style {
  width: 100% !important;
}
.book-12-style .text-1 {
  margin-left: 0px;
  margin-right: 15px;
}
@media screen and (max-width: 920px) {
  .book-12-style .text-1 {
    margin-bottom: 15px;
  }
}
.book-12-style .text-1::after {
  left: auto !important;
  right: -4px !important;
}
@media screen and (max-width: 920px) {
  .book-12-style .text-1::after {
    top: auto !important;
    bottom: -4px !important;
    right: calc(50% - 5px) !important;
  }
}

.normal-btn {
  background-color: #6c518b;
  color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgb(200, 200, 200);
}
.normal-btn:hover {
  background-color: #4a3365;
}

.change-dir {
  direction: ltr;
  text-align: right;
}
@media (max-width: 767px) {
  .change-dir {
    text-align: center;
  }
}

.questionMarkTable {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.small-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.small-modal .modal-container {
  position: relative;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
}
.small-modal .modal-container .close-small-modal {
  width: 30px;
  height: 30px;
  padding: 3px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.small-modal .modal-container .close-small-modal svg {
  border-width: 2px;
}
.small-modal-content {
  position: relative;
  width: 45vw;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px;
  background-color: white;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .small-modal-content {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .small-modal-content {
    width: 80vw;
  }
}
.small-modal-content p.text {
  margin: 0px;
  font-size: 20px;
}
@media (max-width: 500px) {
  .small-modal {
    right: calc(31% - 80px);
  }
  [dir=rtl] .small-modal {
    right: calc(31% - 80px);
  }
}

.close-small-modal {
  position: absolute;
  background: #6c518b;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.close-small-modal svg {
  width: 100%;
  height: 100%;
  border: 3px solid white;
  padding: 5px;
  border-radius: 50%;
  fill: white;
  transition: all 0.3s ease-in-out;
}
.close-small-modal:hover {
  background-color: white;
  box-shadow: 0px 0px 10px rgb(210, 210, 210);
}
.close-small-modal:hover svg {
  transform: scale(1.4) rotate(90deg);
  background-color: white;
  fill: #6c518b;
}

.small-modal-btn {
  cursor: pointer;
  text-decoration: underline;
}
.small-modal-btn.no-underline {
  text-decoration: none;
}

.popup-alert {
  display: none;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 5px #4b4b4b;
  z-index: 1000;
  animation: topDown 1s ease-out;
  /* fixed name + smoother speed */
}

@keyframes topDown {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.voice-and-text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .voice-and-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .voice-and-text.home {
    gap: 10px;
  }
}

.header-book-text-only {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-book-text-only.home {
    scale: 0.8;
  }
}
.header-book-text-only #text-of-text-only {
  color: #6c518b;
  font-weight: bold;
  margin: 0px;
}
.header-book-text-only .header-book-icon {
  background: #6c518b;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  margin-inline-start: 10px;
  transition: all 0.3s linear;
}
.header-book-text-only .header-book-icon:hover {
  opacity: 0.9;
}
.header-book-text-only .header-book-icon svg {
  width: 30px;
  height: 30px;
  fill: white;
}

#snippet_modal_main {
  background-image: url("../../assets/images/section-bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#snippet_modal_main #inner-container {
  color: #6c518b !important;
}

.collapse-item {
  margin-bottom: 20px;
}

.collapse-header {
  position: relative;
  background-color: #f1f1f1;
  padding: 15px 20px;
  padding-inline-end: 30px;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: initial;
  font-weight: bold;
  font-size: 22px;
}
.collapse-header::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #6c518b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 50%;
}
[dir=rtl] .collapse-header::after {
  right: auto;
  left: 25px;
}
.collapse-header.active::after {
  transform: rotate(45deg) translateY(-50%) scale(-1);
}
@media screen and (max-width: 767px) {
  .collapse-header {
    padding: 10px;
    padding-inline-end: 30px;
  }
  .collapse-header::after {
    right: 15px;
  }
  [dir=rtl] .collapse-header::after {
    right: auto;
    left: 15px;
  }
}

.collapse-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fafafa;
  text-align: start;
}
.collapse-content p {
  margin: 10px 0px;
  font-weight: 600;
}
.collapse-content h5 {
  margin-top: 20px;
  font-weight: 600;
}
.collapse-content ul {
  margin: 0px;
  padding: 0px 10px;
  list-style-type: "-";
}
.collapse-content ul li {
  padding: 0px 5px;
  margin: 5px 0px;
}

/* Here is the style of the ROME symptom checker */
.question-container,
.question-result {
  width: 60%;
  background: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5098039216);
  color: #393939;
  margin: 40px auto;
  min-height: 300px;
}
@media screen and (max-width: 1200px) {
  .question-container,
  .question-result {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .question-container,
  .question-result {
    width: 100%;
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.question-container .questions-header,
.question-result .questions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.question-container .yes-no-questions,
.question-result .yes-no-questions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0px;
}
.question-container .yes-no-questions button,
.question-result .yes-no-questions button {
  text-align: left;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 20px;
  transition: all 0.3 linear;
}
[dir=rtl] .question-container .yes-no-questions button,
[dir=rtl] .question-result .yes-no-questions button {
  text-align: right;
}
.question-container .yes-no-questions button:focus,
.question-result .yes-no-questions button:focus {
  background-color: #d6d6d6;
  border-color: #c5c5c5;
}
.question-container .next-prev-questions,
.question-result .next-prev-questions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
}
.question-container .next-prev-questions button,
.question-result .next-prev-questions button {
  min-width: 120px;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 0px;
  border: 2px solid transparent;
}
.question-container .next-prev-questions button#nextBtn,
.question-result .next-prev-questions button#nextBtn {
  background: #00adf5;
}
.question-container .next-prev-questions button#prevBtn,
.question-result .next-prev-questions button#prevBtn {
  background: #dcdcdc;
}
.question-container .next-prev-questions button:hover,
.question-result .next-prev-questions button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .question-container .next-prev-questions button,
  .question-result .next-prev-questions button {
    min-width: 110px;
  }
}
.question-container #getResultBtn,
.question-container #tryAgainBtn,
.question-result #getResultBtn,
.question-result #tryAgainBtn {
  width: 100%;
  padding: 10px 0px;
  border-radius: 5px;
  background: #393939;
  color: white;
  border: 1px solid transparent;
  font-size: 20px;
  display: none;
}
.question-container #getResultBtn:hover,
.question-container #tryAgainBtn:hover,
.question-result #getResultBtn:hover,
.question-result #tryAgainBtn:hover {
  opacity: 0.9;
}

.question-result {
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}
.question-result hr {
  height: 2px;
  margin-top: 0px;
}
.question-result #tryAgainBtn {
  display: block;
}

/* Start of the Question Page style */
.question-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.question-title .question-icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
[dir=rtl] .question-title .question-icon {
  margin-right: 0px;
  margin-left: 10px;
}
.question-title .question-icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .question-btns {
    display: flex;
  }
}
.question-btns .true-false-btn {
  width: 100px;
  height: auto;
  border-radius: 20px;
  box-shadow: 1px 1px 5px rgba(98, 83, 132, 0.4);
  border: 3px solid #6c518b;
  color: #6c518b;
  background: white;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.question-btns .true-false-btn.true-btn {
  margin-right: 20px;
}
[dir=rtl] .question-btns .true-false-btn.true-btn {
  margin-right: 0px;
  margin-left: 20px;
}
.question-btns .true-false-btn:hover, .question-btns .true-false-btn:focus {
  color: white;
  background: linear-gradient(to bottom, #4a3365, #6c518b);
}

.lottie-animation-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  background: rgba(255, 255, 255, 0.9);
}

.congratulations-lottie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  scale: 1.5;
}

.true-lottie,
.false-lottie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  filter: invert(39%) sepia(67%) saturate(464%) hue-rotate(293deg) brightness(92%) contrast(85%);
}

.hr-block hr {
  margin: 40px auto;
  height: 5px;
  background-color: #6c518b;
  opacity: 0.5;
}

.hidden {
  display: none;
}

/* End of the Question Page style */
.quiz-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .quiz-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .quiz-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.quiz-option {
  border: 3px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}
.quiz-option img {
  transition: all 0.1s ease-in-out;
}
.quiz-option:hover img {
  scale: 1.02;
}

.quiz-option img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quiz-option.selected {
  border-color: #007BFF;
}

.quiz-answer {
  text-align: center;
  font-weight: bold;
  margin: 10px 0px;
  visibility: hidden;
}

.quiz-answer.in-view {
  visibility: visible;
}

.quiz-btn {
  width: 100px;
  border-radius: 20px;
  box-shadow: 1px 1px 5px rgba(98, 83, 132, 0.4);
  border: 3px solid #6c518b;
  color: #6c518b;
  background: white;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 20px auto;
}
.quiz-btn:hover, .quiz-btn:focus {
  color: white;
  background: linear-gradient(to bottom, #4a3365, #6c518b);
}

.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: 93%;
  }
}
@media screen and (max-width: 920px) {
  .home-page .home-bg-img {
    background-position: 93%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .home-bg-img {
    background-position: 86%;
  }
}
.home-page .content {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.home-page .content .title {
  font-size: 5rem;
  color: white;
  line-height: 1.5;
  cursor: default;
  text-shadow: 2px 2px 5px #6c518b;
}
@media screen and (min-width: 150px) and (max-width: 767px) {
  .home-page .content .title {
    font-size: 10vw;
    word-wrap: break-word;
  }
}
.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: #6c518b;
  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: #6c518b;
  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: #6c518b;
}
.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, #4a3365, #6c518b);
  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: #4a3365;
  border-color: #4a3365;
}
.continue-btn:hover .icon {
  transform: translateX(4px);
}
[dir=rtl] .continue-btn:hover .icon {
  transform: translateX(-4px);
}
.continue-btn:hover svg path {
  fill: #4a3365;
}

.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: #6c518b;
  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: #6c518b;
  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(108, 81, 139, 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,
.next-swiper a,
.prev-swiper svg path,
.prev-swiper a {
  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, #4a3365, #6c518b);
    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: #4a3365;
  }
  .next-swiper:hover a,
  .prev-swiper:hover a {
    color: #4a3365;
  }
  .next-swiper:hover svg path,
  .prev-swiper:hover svg path {
    fill: #4a3365;
  }
  .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, #4a3365, #6c518b);
  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: #4a3365;
  color: #4a3365;
}
[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: #4a3365;
}
.language-btn:hover svg path {
  fill: #4a3365;
}
.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 .img-container {
  position: relative;
  height: 140px;
}
.img-search .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-search .text, .img-search .img-search-last-text {
  background-color: #6c518b;
  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: #6c518b;
  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,
.problems_page {
  background-image: url(../../assets/images/section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #6c518b;
}
.p1 .main-title,
.p2 .main-title, .p3 .main-title, .p4 .main-title, .p5 .main-title, .p6 .main-title,
.problems_page .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: #6c518b;
}

.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, #4a3365, #6c518b);
}

.navScroll {
  background: linear-gradient(to top, #4a3365, #6c518b);
  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(108, 81, 139, 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: #6c518b;
}
.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: #6c518b;
  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: #6c518b;
  top: -1.5rem;
  left: 0;
}
.disclaimer-container.open .disclaimer-footer .content .copyrights {
  border-top: 1px solid #6c518b;
  padding-block: 1rem;
}
.disclaimer-container.open .disclaimer-footer .disclaimer-qr-code {
  border-top: 1px solid #6c518b;
  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 #6c518b;
    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 #6c518b;
    border-top: none;
    padding-block: 0;
  }
  [dir=rtl] .disclaimer-container.open .disclaimer-footer .content .copyrights {
    border-right: 1px solid #6c518b;
    border-left: 0;
  }
  .disclaimer-container.open .disclaimer-footer .disclaimer-qr-code {
    width: 30%;
    border-top: none;
    border-left: 1px solid #6c518b;
    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 #6c518b;
    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: 500px) {
  .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: 0 -2% auto;
  }
  .links li .link .one-line-mob::after {
    inset: 0;
    margin: auto;
  }
}
.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;
  top: 40px;
}
[dir=rtl] .links li:not(:last-child)::after {
  right: auto;
  left: 0;
}
.links li:nth-of-type(8)::after {
  bottom: 30px;
}
.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: 0 -2% auto;
  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 #6c518b;
  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: #6c518b;
}
.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 */