@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');


body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Almarai", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #191619;
  direction: rtl;
}
body .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  flex: 1;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .wellbeing-tabs-section .tab-content .tab-pane .tab-content-section .tc-right-img {
    position: relative;
    padding-left: 0px !important;
}
  .show-in-desktop {
    display: none;
  }
}

.hide-in-desktop {
  display: none;
}
@media screen and (max-width: 960px) {
  .hide-in-desktop {
    display: block;
  }
}
a{
  font-family: "Almarai", sans-serif !important;
}
.button-download {
  border-radius: 4px;
  background: #ffffff;
  font-family: "Almarai", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  padding: 14px;
  display: flex;
  color: #191619;
  width: 230px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  column-gap: 5px;
}
@media screen and (max-width: 960px) {
  .button-download {
    width: auto;
  }
}
.button-download:hover img {
  animation: animate-arrow-left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes animate-arrow-right {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(-10px, 0) scale(1.3, 1);
    transform: translate3d(10px, 0, 0) scale(1.3, 1);
    opacity: 0;
  }
  51% {
    transform: translate(10px, 0) scale(1.3, 1);
    transform: translate3d(-10px, 0, 0) scale(1.3, 1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}
@keyframes animate-arrow-left {
  0% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(10px, 0) scale(2, 1);
    transform: translate3d(-10px, 0, 0) scale(2, 1);
    opacity: 0;
  }
  51% {
    transform: translate(-10px, 0) scale(2, 1);
    transform: translate3d(10px, 0, 0) scale(2, 1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}
.wellbeing-tabs-section .tab-content .tab-pane .tab-content-section .tc-right-img {

  position: relative;
  padding-left: 110px;
}
.filter{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 960px) {
  .tc-right-img .hide-in-desktop {
      width: 100vw;
  }
}

.w-video{
  width: 70%;
}