@font-face {
  font-family: "graphik";
  src: url("../fonts/graphik/GRAPHIK_ARABIC_SEMIBOLD.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "graphik";
  src: url("../fonts/graphik/GRAPHIK_ARABIC.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "graphik";
  src: url("../fonts/graphik/GRAPHIK_ARABIC_BOLD.woff2");
  font-weight: 900;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "graphik", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: #417259;
  color: #fff;
}
*::selection {
  background-color: #417259;
  color: #fff;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #ccc;
}
*::-webkit-scrollbar-thumb {
  background: #417259;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #88BDC3;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.overflowNone {
  overflow: hidden;
}

button {
  border: 0px;
}
button[type=submit] {
  border: 0px;
}

.swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 33px;
  height: 3px;
  background-color: rgba(25, 158, 189, 0.2);
  border-radius: 2px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: var(--primary-color);
}

.swiper-button-next, .swiper-button-prev {
  top: unset;
  transform: translateY(0px);
  width: 50px;
  height: 50px;
  bottom: 10px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0.5px;
  left: 0.5px;
  z-index: 9;
  color: transparent;
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  height: 100%;
}

.swiper-button-prev {
  right: calc(50% - 55px) !important;
}

.swiper-button-next {
  left: calc(50% - 55px) !important;
}
.swiper-button-next::after {
  transform: scaleX(-1);
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(65, 114, 89, 0), 0 0 0 20px rgba(65, 114, 89, 0.2);
  }
}
@keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(65, 114, 89, 0), 0 0 0 20px rgba(65, 114, 89, 0.2);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/*dropdown animation*/
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@-webkit-keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@-webkit-keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@-webkit-keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
:root {
  --primary-color: #417259;
  --secondary-color: #88BDC3;
  --light-color: #fff;
  --dark-color: #000;
  --gray-color: #B5B5B5;
  --primary-filter: invert(35%) sepia(39%) saturate(429%) hue-rotate(97deg) brightness(99%) contrast(84%);
  --secondary-filter: invert(100%) sepia(20%) saturate(6614%) hue-rotate(162deg) brightness(80%) contrast(91%);
  --light-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(208deg) brightness(108%) contrast(101%);
  --gray-filter: invert(82%) sepia(2%) saturate(4%) hue-rotate(61deg) brightness(93%) contrast(80%);
}

.general-section {
  width: 100%;
  padding: 80px 0px;
  position: relative;
  z-index: 99;
}

.heading {
  width: 100%;
  text-align: center;
  margin-bottom: 75px;
}
.heading h1 {
  font-size: 45px;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.heading p {
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

.course-box {
  width: 100%;
  position: relative;
  z-index: 9;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s linear;
  border: 1px solid rgba(65, 114, 89, 0.06);
}
.course-box.certifacte-box {
  padding: 24px;
}
.course-box.certifacte-box .image-content {
  border-radius: 40px !important;
  overflow: hidden;
  height: 220px !important;
}
.course-box.certifacte-box .image-content img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: top;
     object-position: top;
}
.course-box.certifacte-box .image-content::after {
  display: none;
}
.course-box.certifacte-box .contain {
  padding: 20px 0px 0px !important;
}
.course-box .fav-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 50%;
  justify-content: center;
  background-color: var(--secondary-color);
  z-index: 9;
}
.course-box .fav-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--light-filter);
}
.course-box .fav-icon .fill-icon {
  display: none;
  transform: scale(0);
  transition: all 0.3s linear;
}
.course-box .fav-icon.active .fill-icon {
  display: block;
  transform: scale(1);
}
.course-box .fav-icon.active .border-icon {
  display: none;
}
.course-box .fav-icon:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.course-box .flex-price {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.course-box .flex-price p {
  margin: 0px;
  font-size: 25px;
  font-weight: 900 !important;
}
.course-box .flex-price p.after {
  color: var(--secondary-color) !important;
  -webkit-margin-end: 20px !important;
          margin-inline-end: 20px !important;
}
.course-box .flex-price p.before {
  color: var(--gray-color) !important;
  text-decoration: line-through;
}
.course-box .flex-price p span {
  font-size: 15px;
  font-weight: 700;
}
.course-box .course-details {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.course-box .rate {
  display: flex;
  align-items: center;
  align-content: center;
}
.course-box .rate li {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.course-box .rate li:last-child {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.course-box .rate li a {
  width: 20px;
  height: 20px;
  display: flex;
}
.course-box .rate li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-box .rate li a.active img, .course-box .rate li a:hover img {
  filter: invert(74%) sepia(24%) saturate(1344%) hue-rotate(40deg) brightness(102%) contrast(85%) !important;
}
.course-box .rate li span {
  font-size: 15px;
  font-weight: 500;
}
.course-box .course-info {
  display: flex;
  align-content: center;
  align-items: center;
}
.course-box .course-info li {
  -webkit-margin-end: 31px;
          margin-inline-end: 31px;
}
.course-box .course-info li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.course-box .course-info li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.course-box .course-info li a img {
  filter: var(--gray-filter);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.course-box .course-info li a span {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
}
.course-box .front-box {
  width: 100%;
  position: relative;
  background-color: var(--light-color);
}
.course-box .front-box .image-content {
  width: 100%;
  height: 295px;
  position: relative;
  border-radius: 50px;
  z-index: 9;
}
.course-box .front-box .image-content .course-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.course-box .front-box .image-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #111111, transparent);
  top: 0;
  left: 0;
  z-index: 8;
}
.course-box .front-box .image-content .fav-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}
.course-box .front-box .image-content .type {
  display: flex;
  align-items: center;
  align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 21px;
  border: 1px solid var(--light-color);
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 25px;
  z-index: 9;
}
.course-box .front-box .image-content .type span {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
}
.course-box .front-box .contain {
  width: 100%;
  padding: 32px 30px 40px;
}
.course-box .front-box .contain .course-details {
  color: var(--dark-color);
}
.course-box .front-box .contain .rate {
  margin-bottom: 18px;
}
.course-box .front-box .contain .rate img {
  filter: invert(98%) sepia(2%) saturate(3879%) hue-rotate(183deg) brightness(118%) contrast(82%);
}
.course-box .front-box .contain .rate span {
  color: var(--dark-color);
}
.course-box .front-box .contain .course-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(65, 114, 89, 0.06);
}
.course-box .front-box .contain .action-button {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.course-box .front-box .contain .action-button .action-btn {
  width: 157px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
}
.course-box .front-box .contain .action-button .action-btn span {
  font-size: 16px;
  font-weight: 900;
}
.course-box .front-box .contain .action-button .action-btn.bk-btn {
  background: linear-gradient(90deg, #417259, #88BDC3);
  -webkit-margin-end: 17px;
          margin-inline-end: 17px;
}
.course-box .front-box .contain .action-button .action-btn.bk-btn span {
  color: var(--light-color);
}
.course-box .front-box .contain .action-button .action-btn.border-btn {
  border: 1px solid var(--primary-color);
}
.course-box .front-box .contain .action-button .action-btn.border-btn span {
  color: var(--primary-color);
}
.course-box .front-box .contain .action-button .action-btn:hover span {
  -webkit-animation: translateX 1s linear infinite;
          animation: translateX 1s linear infinite;
}
.course-box .front-box .contain .course-progress {
  width: 100%;
  height: 15px;
  background-color: #F9F9F9;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.course-box .front-box .contain .course-progress .progress-course-bar {
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 50px;
  left: 0;
  z-index: -1;
  background-color: var(--secondary-color);
}
.course-box .front-box .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.course-box .front-box .contain .continue-btn {
  width: 100%;
  margin-top: 25px;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 25px;
  background: linear-gradient(90deg, #417259, #88BDC3);
}
.course-box .front-box .contain .continue-btn span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.course-box .front-box .contain .continue-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #88BDC3, #417259);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.course-box .front-box .contain .continue-btn:hover::after {
  width: 100%;
}
.course-box .back-front {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 99;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.course-box .back-front .course-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}
.course-box .back-front::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
  top: 0;
  left: 0;
  z-index: -1;
}
.course-box .back-front .data-contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
.course-box .back-front .data-contain .course-details {
  color: var(--light-color) !important;
}
.course-box .back-front .data-contain .rate img {
  filter: var(--light-filter);
  opacity: 0.2;
}
.course-box .back-front .data-contain .rate span {
  color: rgba(255, 255, 255, 0.7);
}
.course-box .back-front .data-contain .rate a:hover img, .course-box .back-front .data-contain .rate a.active img {
  opacity: 1 !important;
}
.course-box .back-front .data-contain .type {
  display: flex;
  align-items: center;
  align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 21px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9;
  margin: 24px 0px 20px;
  border-radius: 25px;
}
.course-box .back-front .data-contain .type span {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
}
.course-box .back-front .data-contain .button-contain {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.course-box .back-front .data-contain .button-contain .fav-icon {
  width: 50px !important;
  height: 50px !important;
}
.course-box .back-front .data-contain .button-contain .add-to-cart {
  width: calc(100% - 65px);
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 25px;
  background: linear-gradient(90deg, #417259, #88BDC3);
}
.course-box .back-front .data-contain .button-contain .add-to-cart span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.course-box .back-front .data-contain .button-contain .add-to-cart::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #88BDC3, #417259);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.course-box .back-front .data-contain .button-contain .add-to-cart:hover::after {
  width: 100%;
}
.course-box:hover {
  transform: translateY(-10px);
}
.course-box:hover .back-front {
  left: 0px !important;
}

.event-box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: 1px solid rgba(65, 114, 89, 0.06);
  background-color: var(--light-color);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.event-box .image-content {
  width: 227px;
  height: 290px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.event-box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-box .image-content .type {
  padding: 3px 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--primary-color);
  border-radius: 30px;
}
.event-box .image-content .type span {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.event-box .contain {
  width: calc(100% - 227px);
  padding: 20px 15px;
}
.event-box .contain .price {
  font-size: 25px;
  font-weight: 900 !important;
  color: var(--secondary-color) !important;
}
.event-box .contain .price span {
  font-size: 15px;
  font-weight: 700;
}
.event-box .contain h2 {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark-color);
  margin: 10px 0px 20px;
}
.event-box .contain .course-info {
  display: flex;
  align-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(65, 114, 89, 0.06);
}
.event-box .contain .course-info li {
  -webkit-margin-end: 31px;
          margin-inline-end: 31px;
}
.event-box .contain .course-info li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.event-box .contain .course-info li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.event-box .contain .course-info li a img {
  filter: var(--gray-filter);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.event-box .contain .course-info li a span {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
}
.event-box .contain .desc {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.event-box:hover {
  transform: translateY(-10px);
}
.event-box:hover h2 {
  color: var(--primary-color);
}

.from-contain {
  width: 100%;
}
.from-contain .form-group {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.from-contain .form-group label {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 15px;
  display: block;
}
.from-contain .form-group .form-data {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 9;
}
.from-contain .form-group .form-data img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
  z-index: 9;
  pointer-events: none;
  filter: var(--primary-filter);
}
.from-contain .form-group .form-data .form-control {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 25px;
  border: 1px solid rgba(65, 114, 89, 0.06);
  -webkit-padding-start: 54px;
          padding-inline-start: 54px;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.from-contain .form-group .form-data .form-control::-moz-placeholder {
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
}
.from-contain .form-group .form-data .form-control:-ms-input-placeholder {
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
}
.from-contain .form-group .form-data .form-control::placeholder {
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
}
.from-contain .form-group .form-data .show-pass {
  width: 24px;
  height: 24px;
  display: flex !important;
  align-items: center;
  align-content: center !important;
  justify-content: center;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px !important;
  z-index: 9;
  cursor: pointer;
}
.from-contain .form-group .form-data .show-pass img {
  width: 100%;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--primary-filter);
}
.from-contain .form-group .form-data .show-pass img.slash-icon {
  display: none;
  transform: scale(0);
  transition: all 0.3s linear;
}
.from-contain .form-group .form-data .show-pass.active .slash-icon {
  display: block;
  transform: scale(1);
}
.from-contain .form-group .form-data .show-pass.active .icon {
  display: none;
}
.from-contain .form-group .form-data .show-pass:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.from-contain .form-group .form-data.no-padding .form-control {
  -webkit-padding-start: 20px !important;
          padding-inline-start: 20px !important;
}
.from-contain .form-group .form-data.select-option::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icons/down_arrow.svg") center/contain no-repeat;
  top: calc(50% - 10px);
  right: 20px;
  z-index: 9;
  pointer-events: none;
  filter: var(--primary-filter);
  transition: all 0.3s linear;
}
.from-contain .form-group .form-data.select-option:hover::after {
  transform: rotate(180deg);
}
.from-contain .form-group .form-data.select-option .form-control {
  color: var(--gray-color) !important;
}
.from-contain .form-group .form-data:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.from-contain .form-group .form-data:hover .form-control {
  border-color: rgba(65, 114, 89, 0.5);
}
.from-contain .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  position: relative;
}
.from-contain .wrapper .radio-check {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid var(--secondary-color) !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.from-contain .wrapper .radio-check.radio-circle {
  border-radius: 50%;
}
.from-contain .wrapper .radio-check::after, .from-contain .wrapper .radio-check::before {
  content: "";
  position: absolute;
  transition: all 0.2s linear;
}
.from-contain .wrapper .radio-check::after {
  width: 100%;
  height: 0px;
  background-color: var(--secondary-color);
  z-index: -2;
  top: 0;
  left: 0;
}
.from-contain .wrapper .radio-check::before {
  background: url("../images/icons/check.svg") center/contain no-repeat;
  width: 15px;
  height: 15px;
  transform: scale(0);
  z-index: -1;
  top: calc(50% - 7.5px);
  left: calc(50% - 7.5px);
}
.from-contain .wrapper .radio-check:checked::after {
  height: 100%;
}
.from-contain .wrapper .radio-check:checked::before {
  transform: scale(1);
}
.from-contain .wrapper .radio-title {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  cursor: pointer;
  margin-bottom: 0px !important;
}
.from-contain .wrapper .radio-title.span-data {
  font-size: 13px;
  font-weight: 700;
}
.from-contain .wrapper .radio-title.small-title {
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.from-contain .wrapper .radio-title span {
  font-weight: 900;
  color: var(--secondary-color);
  font-size: 16px;
}
.from-contain .profile-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}
.from-contain .profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}
.from-contain .profile-avatar button {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid var(--light-color);
  position: absolute;
  right: 2px;
  bottom: 0px;
}
.from-contain .profile-avatar button img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar {
  width: 100%;
  padding: 18px 0px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s linear;
}
.navbar.scrolled {
  padding-top: 0px;
  background-color: var(--light-color);
  box-shadow: 0px 0px 10px rgba(65, 114, 89, 0.1);
}
.navbar.scrolled .top-nav {
  display: none;
}
.navbar.scrolled .brand-name img {
  width: 120px;
  height: 50px !important;
}
.navbar.scrolled .brand-name img.scroll-logo {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  display: block !important;
  opacity: 1 !important;
}
.navbar.scrolled .brand-name img.fixed-logo {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%) !important;
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%) !important;
  opacity: 0 !important;
  display: none;
}
.navbar.scrolled .nav-link {
  color: var(--dark-color) !important;
}
.navbar.scrolled .nav-link::after {
  background-color: var(--dark-color) !important;
}
.navbar .top-nav {
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .top-nav .socail-data {
  display: flex;
  align-content: center;
  align-items: center;
}
.navbar .top-nav .socail-data li {
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
.navbar .top-nav .socail-data li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.navbar .top-nav .socail-data li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.navbar .top-nav .socail-data li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  filter: var(--primary-filter);
}
.navbar .top-nav .socail-data li a span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.navbar .top-nav .socail-data li a:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.navbar .top-nav .socail-data li a:hover span {
  opacity: 1;
}
.navbar .top-nav .drop-lang {
  display: flex;
  align-content: center;
  align-items: center;
}
.navbar .top-nav .drop-lang .lang {
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
  position: relative;
  z-index: 9;
}
.navbar .top-nav .drop-lang .lang img {
  width: 30px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .top-nav .drop-lang .lang span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.navbar .top-nav .drop-lang .lang::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icons/down_arrow.svg") center/contain no-repeat;
  top: calc(50% - 10px);
  left: 0px;
  z-index: -1;
  transition: all 0.3s linear;
  filter: var(--primary-filter);
}
.navbar .top-nav .drop-lang .lang:hover span {
  opacity: 1;
}
.navbar .top-nav .drop-lang .lang:hover::after {
  -webkit-animation: translateY 2s linear infinite;
          animation: translateY 2s linear infinite;
}
.navbar .center-nav {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.navbar .center-nav .hamburger {
  display: none;
}
.navbar .center-nav .hamburger .line {
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #417259, #689EA4);
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.navbar .center-nav .hamburger.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.navbar .center-nav .hamburger.active .line:nth-child(2) {
  width: 0px;
}
.navbar .center-nav .hamburger.active .line:nth-child(1), .navbar .center-nav .hamburger.active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.navbar .center-nav .hamburger.active .line:nth-child(1) {
  transform: translateY(6.5px);
}
.navbar .center-nav .hamburger.active .line:nth-child(3) {
  transform: translateY(-15px) rotate(90deg);
}
.navbar .center-nav .brand-name img {
  width: 130px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.navbar .center-nav .brand-name img.scroll-logo {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  display: none;
}
.navbar .center-nav .navbar-nav {
  flex-direction: row;
}
.navbar .center-nav .navbar-nav .nav-item {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}
.navbar .center-nav .navbar-nav .nav-item:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.navbar .center-nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--light-color);
  position: relative;
}
.navbar .center-nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--light-color);
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.navbar .center-nav .navbar-nav .nav-item .nav-link:hover::after, .navbar .center-nav .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
.navbar .center-nav .button-contain {
  display: flex;
  align-content: center;
  align-items: center;
}
.navbar .center-nav .button-contain .cart {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  position: relative;
  border-radius: 50%;
  z-index: 9;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.navbar .center-nav .button-contain .cart img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--light-filter);
}
.navbar .center-nav .button-contain .cart:hover img {
  -webkit-animation: fadeInLeft 0.3s linear;
          animation: fadeInLeft 0.3s linear;
}
.navbar .center-nav .button-contain .login-btn {
  width: 155px;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(90deg, #417259, #88BDC3);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.navbar .center-nav .button-contain .login-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--light-filter);
  display: none;
}
.navbar .center-nav .button-contain .login-btn span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.navbar .center-nav .button-contain .login-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #88BDC3, #417259);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.navbar .center-nav .button-contain .login-btn:hover::after {
  width: 100%;
}
.navbar .center-nav .button-contain .profile-popup {
  position: relative;
  z-index: 9;
}
.navbar .center-nav .button-contain .profile-popup .login-btn span {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.navbar .center-nav .button-contain .profile-popup .login-btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icons/down_arrow.svg") center/contain no-repeat;
  top: calc(50% - 12px);
  right: 20px;
  z-index: 0;
  filter: var(--light-filter);
  transition: all 0.3s linear;
}
.navbar .center-nav .button-contain .profile-popup .profile-list {
  width: 216px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light-color);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 110%;
  right: 0px;
  z-index: 999;
  transition: all 0.3s linear;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .profile {
  width: 100%;
  padding: 20px 15px 10px;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .profile img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .profile .profile-name h2 {
  font-size: 15px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .profile .profile-name p {
  color: var(--gray-color);
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .profile:hover h2 {
  color: var(--primary-color);
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list {
  width: 100%;
  padding: 0px 20px;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li {
  padding: 20px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(136, 189, 195, 0.15);
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li:last-child {
  border-bottom: 0px !important;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li a {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  filter: var(--secondary-filter);
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li a span {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li a:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .list li a:hover span {
  color: var(--secondary-color);
}
.navbar .center-nav .button-contain .profile-popup .profile-list .logout {
  width: 100%;
  padding: 16px 0px;
  background-color: #AF2E2E;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .logout span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
}
.navbar .center-nav .button-contain .profile-popup .profile-list .logout:hover span {
  -webkit-animation: translateX 1s linear 2;
          animation: translateX 1s linear 2;
}
.navbar .center-nav .button-contain .profile-popup:hover .login-btn::before {
  transform: rotate(180deg);
}
.navbar .center-nav .button-contain .profile-popup:hover .profile-list {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

header {
  width: 100%;
  padding: 262px 0px 248px;
  position: relative;
  z-index: 9;
  background: var(--dark-color) url("../images/intro/intro.webp") center/cover no-repeat;
}
header .contain {
  width: 100%;
  text-align: center;
}
header .contain h1 {
  font-size: 45px;
  font-weight: 900;
  color: var(--light-color);
  margin-bottom: 20px;
}
header .contain p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

.sub-header {
  width: 100%;
  padding: 235px 0px 55px;
  background: var(--dark-color) url("../images/intro/sub_header.webp") center/cover no-repeat;
  position: relative;
  z-index: 9;
}
.sub-header .contain {
  width: 100%;
  text-align: center;
}
.sub-header .contain h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--light-color);
  margin-bottom: 20px;
}
.sub-header .contain .sub-list {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.sub-header .contain .sub-list li {
  padding: 0px 22px;
  position: relative;
  z-index: 9;
}
.sub-header .contain .sub-list li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icons/right_arrow_circle.svg") center/contain no-repeat;
  top: calc(50% - 12px);
  right: -10px;
  z-index: -1;
  filter: var(--light-filter);
}
.sub-header .contain .sub-list li:first-child {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}
.sub-header .contain .sub-list li:last-child {
  -webkit-padding-end: 0px !important;
          padding-inline-end: 0px !important;
}
.sub-header .contain .sub-list li:last-child::after {
  display: none;
}
.sub-header .contain .sub-list li a, .sub-header .contain .sub-list li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--light-color);
}
.sub-header .contain .sub-list li a {
  opacity: 0.7;
}
.sub-header .contain .sub-list li a:hover {
  opacity: 1;
}

.search-course {
  width: 100%;
  position: relative;
  z-index: 91;
  background: transparent;
  margin-top: -147px;
}
.search-course .contain {
  width: 100%;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
}
.search-course .contain .filter-contain {
  width: 100%;
  padding: 40px 60px 15px;
  background-color: #F9F9F9;
  position: relative;
  z-index: 9;
}
.search-course .contain .filter-contain .from-contain .form-group label {
  font-weight: 500;
}
.search-course .contain .filter-contain .from-contain .form-group .form-data {
  height: 70px;
}
.search-course .contain .filter-contain .from-contain .form-group .form-data img {
  filter: var(--secondary-filter) !important;
}
.search-course .contain .filter-contain .from-contain .form-group .form-data .form-control {
  border-radius: 20px;
}
.search-course .contain .filter-contain .drop-filer {
  width: 100%;
}
.search-course .contain .filter-contain .drop-filer label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.search-course .contain .filter-contain .drop-filer .search-btn {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 9;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  justify-content: center;
  -webkit-padding-end: 73px;
          padding-inline-end: 73px;
  background-color: var(--secondary-color);
}
.search-course .contain .filter-contain .drop-filer .search-btn span {
  color: var(--light-color);
  font-size: 20px;
  font-weight: 500;
}
.search-course .contain .filter-contain .drop-filer .search-btn::after, .search-course .contain .filter-contain .drop-filer .search-btn::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
}
.search-course .contain .filter-contain .drop-filer .search-btn::after {
  background-color: #689EA4;
  z-index: -2;
  transition: all 0.3s linear;
}
.search-course .contain .filter-contain .drop-filer .search-btn::before {
  background: url("../images/icons/down_arrow.svg") center/20px 20px no-repeat;
  filter: var(--light-filter);
}
.search-course .contain .filter-contain .drop-filer .search-btn:hover::after {
  width: 100%;
}
.search-course .contain .filter-contain .drop-filer .search-btn:hover::before {
  -webkit-animation: translateY 2s linear infinite;
          animation: translateY 2s linear infinite;
}
.search-course .contain .filter-data {
  width: 100%;
  padding: 30px 60px 40px;
  background-color: var(--light-color);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid rgba(136, 189, 195, 0.1);
}
.search-course .contain .filter-data p {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  -webkit-margin-end: 26px;
          margin-inline-end: 26px;
}
.search-course .contain .filter-data p.small-text {
  font-size: 15px !important;
}
.search-course .contain .filter-data .filter-list {
  width: 80%;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.search-course .contain .filter-data .filter-list::-webkit-scrollbar, .search-course .contain .filter-data .filter-list::-webkit-scrollbar-thumb, .search-course .contain .filter-data .filter-list::-webkit-scrollbar-track {
  height: 5px !important;
}
.search-course .contain .filter-data .filter-list::-webkit-scrollbar-track {
  background-color: var(--light-color);
}
.search-course .contain .filter-data .filter-list li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.search-course .contain .filter-data .filter-list li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.search-course .contain .filter-data .filter-list li a {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.search-course .contain .filter-data .filter-list li a::after, .search-course .contain .filter-data .filter-list li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.search-course .contain .filter-data .filter-list li a::after {
  border: 1px solid var(--primary-color);
  border-radius: 25px;
}
.search-course .contain .filter-data .filter-list li a::before {
  background-color: #F9D95E;
  height: 0px;
}
.search-course .contain .filter-data .filter-list li a span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.search-course .contain .filter-data .filter-list li a:hover::before {
  height: 100%;
}
.search-course .contain .filter-data .filter-list li a:hover::after {
  border-color: #F9D95E;
}

.courses .button-contain {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.courses .button-contain::after, .courses .button-contain::before {
  content: "";
  position: absolute;
  width: calc(50% - 214px);
  height: 1px;
  background: rgba(65, 114, 89, 0.1);
  top: calc(50% - 0.5px);
  z-index: -1;
}
.courses .button-contain::after {
  left: 0;
}
.courses .button-contain::before {
  right: 0px !important;
}
.courses .button-contain .custom-btn {
  width: 387px;
  height: 50px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 25px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.courses .button-contain .custom-btn span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.courses .button-contain .custom-btn::after, .courses .button-contain .custom-btn::before {
  content: "";
  position: absolute;
  width: 0px;
  background-color: var(--primary-color);
  top: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
}
.courses .button-contain .custom-btn::after {
  left: 0;
}
.courses .button-contain .custom-btn::before {
  right: 0;
}
.courses .button-contain .custom-btn:hover::after, .courses .button-contain .custom-btn:hover::before {
  width: 55%;
}

.login .login-contain {
  width: 100%;
  padding: 60px;
  background-color: var(--light-color);
  border-radius: 40px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04);
}
.login .login-contain .nav {
  width: 100%;
  height: 50px;
  background-color: rgba(136, 189, 195, 0.06);
  border-radius: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0px;
  margin-bottom: 40px;
}
.login .login-contain .nav li {
  width: 50% !important;
  height: 100% !important;
}
.login .login-contain .nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  border: 0px;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.login .login-contain .nav li a::after, .login .login-contain .nav li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  background-color: var(--secondary-color);
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.login .login-contain .nav li a::after {
  left: 0;
}
.login .login-contain .nav li a::before {
  right: 0;
}
.login .login-contain .nav li a:hover, .login .login-contain .nav li a.active {
  border: 0px;
  background-color: transparent;
  color: var(--light-color);
}
.login .login-contain .nav li a:hover::after, .login .login-contain .nav li a:hover::before, .login .login-contain .nav li a.active::after, .login .login-contain .nav li a.active::before {
  width: 50% !important;
}
.login .login-contain .flex-data {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px 38px;
}
.login .login-contain .flex-data.data-contain-form {
  justify-content: flex-start !important;
  margin: 0px !important;
}
.login .login-contain .flex-data.data-contain-form .wrapper {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}
.login .login-contain .flex-data.data-contain-form .wrapper:last-child {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
.login .login-contain .flex-data .link {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
}
.login .login-contain .flex-data .link span {
  color: var(--secondary-color);
  font-weight: 700;
}
.login .login-contain .submit-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 25px;
  background: linear-gradient(90deg, #417259, #88BDC3);
}
.login .login-contain .submit-btn span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.login .login-contain .submit-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #88BDC3, #417259);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.login .login-contain .submit-btn:hover::after {
  width: 100%;
}

.about .nav {
  width: 100%;
  padding: 20px 30px;
  background-color: rgba(136, 189, 195, 0.08);
  border-radius: 30px;
  display: block;
}
.about .nav li {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(136, 189, 195, 0.15);
}
.about .nav li:last-child {
  border-bottom: 0px;
}
.about .nav li a {
  width: 100%;
  position: relative;
  z-index: 9;
  border: 0px;
  background-color: transparent;
  -webkit-padding-start: 34px;
          padding-inline-start: 34px;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
}
.about .nav li a::after, .about .nav li a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.about .nav li a::after {
  background: url("../images/icons/right_arrow_border_circle.svg") center/contain no-repeat;
}
.about .nav li a::before {
  background: url("../images/icons/fill_right_arrow_border_circle.svg") center/contain no-repeat;
  transform: scale(0);
}
.about .nav li a:hover, .about .nav li a.active {
  border: 0px;
  background-color: transparent;
  color: var(--secondary-color);
  font-weight: 900;
}
.about .nav li a:hover::after, .about .nav li a.active::after {
  transform: scale(0);
}
.about .nav li a:hover::before, .about .nav li a.active::before {
  transform: scale(1);
}
.about .contain {
  width: 100%;
  -webkit-padding-start: 100px;
          padding-inline-start: 100px;
  transform: translateX(-20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.about .contain p {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.about .contain p.bold-desc {
  font-weight: 700;
}
.about .tab-pane.fade.show.active .contain {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.cart .cart-contain {
  width: 100%;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
}
.cart .head {
  font-size: 25px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 50px;
}
.cart .head span {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 900;
}
.cart .cart-box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid rgba(65, 114, 89, 0.06);
  border-radius: 50px;
  transition: all 0.3s linear;
}
.cart .cart-box .image-content {
  width: 200px;
  height: 210px;
  border-radius: 50px;
  overflow: hidden;
}
.cart .cart-box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart .cart-box .contain {
  width: calc(100% - 230px);
}
.cart .cart-box .contain .flex-price {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.cart .cart-box .contain .flex-price p {
  margin: 0px;
  font-size: 25px;
  font-weight: 900 !important;
}
.cart .cart-box .contain .flex-price p.after {
  color: var(--secondary-color) !important;
  -webkit-margin-end: 20px !important;
          margin-inline-end: 20px !important;
}
.cart .cart-box .contain .flex-price p.before {
  color: var(--gray-color) !important;
  text-decoration: line-through;
}
.cart .cart-box .contain .flex-price p span {
  font-size: 15px;
  font-weight: 700;
}
.cart .cart-box .contain .course-details {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  color: var(--dark-color);
}
.cart .cart-box .contain .rate {
  display: flex;
  align-items: center;
  align-content: center;
}
.cart .cart-box .contain .rate li {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.cart .cart-box .contain .rate li:last-child {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.cart .cart-box .contain .rate li a {
  width: 20px;
  height: 20px;
  display: flex;
}
.cart .cart-box .contain .rate li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(98%) sepia(2%) saturate(3879%) hue-rotate(183deg) brightness(118%) contrast(82%);
}
.cart .cart-box .contain .rate li a.active img, .cart .cart-box .contain .rate li a:hover img {
  filter: invert(74%) sepia(24%) saturate(1344%) hue-rotate(40deg) brightness(102%) contrast(85%) !important;
}
.cart .cart-box .contain .rate li span {
  font-size: 15px;
  font-weight: 500;
}
.cart .cart-box .contain .course-info {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 16px 0px;
}
.cart .cart-box .contain .course-info li {
  -webkit-margin-end: 31px;
          margin-inline-end: 31px;
}
.cart .cart-box .contain .course-info li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.cart .cart-box .contain .course-info li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.cart .cart-box .contain .course-info li a img {
  filter: var(--gray-filter);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.cart .cart-box .contain .course-info li a span {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
}
.cart .cart-box .contain .flex-button {
  padding-top: 20px;
  border-top: 1px solid rgba(136, 189, 195, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.cart .cart-box .contain .flex-button .delete-btn {
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.cart .cart-box .contain .flex-button .delete-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.cart .cart-box .contain .flex-button .delete-btn span {
  color: #EC1414;
  font-size: 15px;
  font-weight: 700;
}
.cart .cart-box .contain .flex-button .delete-btn:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.cart .cart-box .contain .flex-button .fav-icon {
  display: flex;
  align-items: center;
  align-content: center;
  z-index: 9;
}
.cart .cart-box .contain .flex-button .fav-icon span {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 700;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.cart .cart-box .contain .flex-button .fav-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--secondary-filter);
}
.cart .cart-box .contain .flex-button .fav-icon .fill-icon {
  display: none;
  transform: scale(0);
  transition: all 0.3s linear;
}
.cart .cart-box .contain .flex-button .fav-icon.active .fill-icon {
  display: block;
  transform: scale(1);
}
.cart .cart-box .contain .flex-button .fav-icon.active .border-icon {
  display: none;
}
.cart .cart-box .contain .flex-button .fav-icon:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.cart .cart-box:hover {
  transform: translateY(-10px);
}
.cart .cart-box:hover .course-details {
  color: var(--primary-color);
}
.cart .cart-details {
  width: 100%;
}
.cart .cart-details .form-group .add-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.cart .cart-details .form-group .add-btn span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.cart .cart-details .form-group .add-btn:hover {
  background-color: var(--secondary-color);
}
.cart .cart-details .form-group .form-control {
  -webkit-padding-end: 90px;
          padding-inline-end: 90px;
}
.cart .cart-details .details {
  width: 100%;
  padding: 20px 30px;
  background-color: rgba(136, 189, 195, 0.06);
  border-radius: 30px;
  margin-bottom: 30px;
}
.cart .cart-details .details li {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.cart .cart-details .details li .name {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-color);
}
.cart .cart-details .details li .count {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
}
.cart .cart-details .details li.total {
  border-top: 1px solid rgba(136, 189, 195, 0.15);
}
.cart .cart-details .details li.total .name {
  font-weight: 900;
  color: var(--primary-color);
}
.cart .cart-details .details li.total .count {
  color: var(--primary-color);
}
.cart .cart-details .pay-now {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(90deg, #417259, #88BDC3);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.cart .cart-details .pay-now img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--light-filter);
  display: none;
}
.cart .cart-details .pay-now span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.cart .cart-details .pay-now::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #88BDC3, #417259);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.cart .cart-details .pay-now:hover::after {
  width: 100%;
}

.profile .profile-list {
  width: 100%;
  padding: 20px 30px;
  background-color: rgba(136, 189, 195, 0.06);
  border-radius: 30px;
}
.profile .profile-list li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(136, 189, 195, 0.15);
}
.profile .profile-list li:last-child {
  border-bottom: 0px;
}
.profile .profile-list li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.profile .profile-list li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  filter: var(--secondary-filter);
}
.profile .profile-list li a span {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
}
.profile .profile-list li a:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.profile .profile-list li a:hover span {
  color: var(--secondary-color);
}
.profile .profile-list li a.active span {
  color: var(--secondary-color);
  font-weight: 900;
}
.profile .profile-contain {
  width: 100%;
  -webkit-padding-start: 100px;
          padding-inline-start: 100px;
}
.profile .profile-contain .head {
  font-size: 25px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 50px;
}
.profile .profile-contain .head span {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 900;
}
.profile .profile-contain .nav {
  width: 100%;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(136, 189, 195, 0.15);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.profile .profile-contain .nav li {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.profile .profile-contain .nav li a {
  padding: 0px 20px 20px;
  color: var(--gray-color);
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  border-radius: 0px;
  border: 0px;
}
.profile .profile-contain .nav li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s linear;
  z-index: -1;
}
.profile .profile-contain .nav li a:hover, .profile .profile-contain .nav li a.active {
  border-radius: 0px;
  border: 0px;
  color: var(--secondary-color);
}
.profile .profile-contain .nav li a:hover::after, .profile .profile-contain .nav li a.active::after {
  transform: scaleX(1);
}
.profile .profile-contain .profile-image {
  width: 100%;
  padding: 40px 0px;
  background-color: var(--light-color);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid rgba(65, 114, 89, 0.06);
  border-radius: 40px;
}
.profile .profile-contain .flex-data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 50px 0px;
}
.profile .profile-contain .flex-data.data-contain-form {
  margin: 24px 0px 0px !important;
  justify-content: flex-start !important;
}
.profile .profile-contain .flex-data.data-contain-form .wrapper {
  -webkit-margin-end: 25px !important;
          margin-inline-end: 25px !important;
}
.profile .profile-contain .flex-data .head {
  margin: 0px !important;
}
.profile .profile-contain .flex-data .save-btn {
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(90deg, #417259, #88BDC3);
}
.profile .profile-contain .flex-data .save-btn span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.profile .profile-contain .flex-data .save-btn:hover span {
  -webkit-animation: translateX 1s linear infinite;
          animation: translateX 1s linear infinite;
}
.profile .profile-contain .personal-information {
  width: 100%;
  padding: 60px;
  background-color: var(--light-color);
  border: 1px solid rgba(65, 114, 89, 0.06);
  border-radius: 40px;
  position: relative;
}

.course-details-header {
  width: 100%;
  padding: 330px 0px 100px;
  background-color: var(--dark-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 9;
}
.course-details-header .contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-details-header .contain h1 {
  font-size: 45px;
  font-weight: 900;
  color: var(--light-color);
  margin-bottom: 20px;
}
.course-details-header .contain .rate {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.course-details-header .contain .rate li {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.course-details-header .contain .rate li:last-child {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.course-details-header .contain .rate li a {
  width: 20px;
  height: 20px;
  display: flex;
}
.course-details-header .contain .rate li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--light-filter);
  opacity: 0.2;
}
.course-details-header .contain .rate li a.active img, .course-details-header .contain .rate li a:hover img {
  filter: invert(74%) sepia(24%) saturate(1344%) hue-rotate(40deg) brightness(102%) contrast(85%) !important;
  opacity: 1 !important;
}
.course-details-header .contain .rate li span {
  font-size: 15px;
  font-weight: 500;
}
.course-details-header .contain .course-info {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.course-details-header .contain .course-info li {
  -webkit-margin-end: 31px;
          margin-inline-end: 31px;
}
.course-details-header .contain .course-info li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.course-details-header .contain .course-info li a {
  display: flex;
  align-items: center;
  align-content: center;
}
.course-details-header .contain .course-info li a img {
  filter: var(--primary-filter);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.course-details-header .contain .course-info li a span {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
}
.course-details-header .contain p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.course-details-header .image-content {
  width: 100%;
  height: 260px;
  border-radius: 30px;
  border: 1px solid var(--light-color);
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.course-details-header .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.course-details-header .image-content .video-play {
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: pulse-shadow 1s linear infinite alternate;
          animation: pulse-shadow 1s linear infinite alternate;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 99;
}
.course-details-header .image-content .video-play img {
  width: 40px !important;
  height: 40px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.course-details-header .image-content .video-play:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}

.course-details-info .contain {
  width: 100%;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
}
.course-details-info .contain .head {
  font-size: 25px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 50px;
}
.course-details-info .contain .head span {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 900;
}
.course-details-info .contain .data-contain {
  width: 100%;
  padding: 50px;
  background-color: var(--light-color);
  border: 1px solid rgba(65, 114, 89, 0.06);
  border-radius: 40px;
  margin-bottom: 50px;
}
.course-details-info .contain .data-contain p {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 26px;
}
.course-details-info .contain .data-contain p.bold-desc {
  font-weight: 700;
}
.course-details-info .contain .data-contain .see-more {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 900;
}
.course-details-info .contain .data-contain .see-more:hover {
  color: var(--primary-color);
}
.course-details-info .course-statistic {
  width: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background-color: rgba(136, 189, 195, 0.06);
}
.course-details-info .course-statistic .flex-price {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 25px 30px;
  background-color: var(--secondary-color);
}
.course-details-info .course-statistic .flex-price p {
  margin: 0px;
  font-size: 25px;
  font-weight: 900 !important;
}
.course-details-info .course-statistic .flex-price p.after {
  color: var(--light-color) !important;
  -webkit-margin-end: 20px !important;
          margin-inline-end: 20px !important;
}
.course-details-info .course-statistic .flex-price p.before {
  color: var(--light-color) !important;
  opacity: 0.7;
  text-decoration: line-through;
}
.course-details-info .course-statistic .flex-price p span {
  font-size: 15px;
  font-weight: 700;
}
.course-details-info .course-statistic .list {
  width: 100%;
  padding: 20px 30px;
}
.course-details-info .course-statistic .list li {
  width: 100%;
  padding: 20px 0px;
}
.course-details-info .course-statistic .list li a {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.course-details-info .course-statistic .list li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  filter: var(--primary-color);
}
.course-details-info .course-statistic .list li a span {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
}
.course-details-info .course-statistic .list li a:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.course-details-info .button-contain {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.course-details-info .button-contain .fav-icon {
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  z-index: 9;
}
.course-details-info .button-contain .fav-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--secondary-filter);
}
.course-details-info .button-contain .fav-icon .fill-icon {
  display: none;
  transform: scale(0);
  transition: all 0.3s linear;
}
.course-details-info .button-contain .fav-icon.active .fill-icon {
  display: block;
  transform: scale(1);
}
.course-details-info .button-contain .fav-icon.active .border-icon {
  display: none;
}
.course-details-info .button-contain .fav-icon:hover img {
  -webkit-animation: tada 0.3s linear;
          animation: tada 0.3s linear;
}
.course-details-info .button-contain .add-to-cart {
  width: calc(100% - 65px);
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 25px;
  background: linear-gradient(90deg, #417259, #88BDC3);
}
.course-details-info .button-contain .add-to-cart span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
.course-details-info .button-contain .add-to-cart::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #88BDC3, #417259);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.course-details-info .button-contain .add-to-cart:hover::after {
  width: 100%;
}
.course-details-info .card {
  padding: 0px !important;
  border: 1px solid rgba(65, 114, 89, 0.06) !important;
  border-radius: 25px !important;
  margin-bottom: 20px;
}
.course-details-info .card .card-header {
  width: 100%;
  padding: 30px 40px !important;
  background-color: transparent !important;
  border: 0px !important;
}
.course-details-info .card .card-header .btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  padding: 0px !important;
}
.course-details-info .card .card-header .btn::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icons/down_arrow.svg") center/contain no-repeat;
  filter: var(--primary-filter);
  top: 0px;
  right: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.course-details-info .card .card-header .btn h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.course-details-info .card .card-header .btn p {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 700;
  margin: 0px;
}
.course-details-info .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.course-details-info .card .card-body {
  width: 100%;
  border: 0px !important;
  padding: 0px !important;
}
.course-details-info .card .card-body .course-list {
  width: 100%;
  padding: 0px 40px 20px;
}
.course-details-info .card .card-body .course-list li {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(136, 189, 195, 0.15);
}
.course-details-info .card .card-body .course-list li:first-child {
  padding-top: 40px;
  border-top: 1px solid rgba(136, 189, 195, 0.15) !important;
}
.course-details-info .card .card-body .course-list li .data {
  display: flex;
  align-content: center;
  align-items: center;
}
.course-details-info .card .card-body .course-list li .data img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.course-details-info .card .card-body .course-list li .data .data-name .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.course-details-info .card .card-body .course-list li .data .data-name .time {
  color: var(--gray-color);
  font-size: 14px;
  font-weight: 500;
}
.course-details-info .card .card-body .course-list li .play {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
.course-details-info .card .card-body .course-list li .play:hover {
  color: var(--secondary-color);
}
.course-details-info .card .card-body .course-list li:hover .title {
  color: var(--secondary-color);
}
.course-details-info .card .card-body .course-list li:last-child {
  border-bottom: 0px;
}

footer {
  width: 100%;
  padding: 80px 0px 20px;
  background-color: #2A303E;
  position: relative;
  z-index: 9;
}
footer .contain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
footer .contain .brand-name {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer .contain .brand-name .brand-logo {
  width: 161px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1) !important;
          border-inline-end: 1px solid rgba(255, 255, 255, 0.1) !important;
}
footer .contain .brand-name .hostiptal-logo {
  width: 220px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contain .footer-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 41px 0px 18px;
}
footer .contain .footer-links li {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
  margin-bottom: 24px;
}
footer .contain .footer-links li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
footer .contain .footer-links li a {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 700;
}
footer .contain .footer-links li a:hover {
  color: var(--secondary-color);
}
footer .contain .socail-media {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0px 56px;
  position: relative;
  z-index: 9;
}
footer .contain .socail-media::after, footer .contain .socail-media::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background-color: var(--secondary-color);
  top: calc(50% - 0.5px);
  z-index: -1;
}
footer .contain .socail-media::after {
  left: 0;
}
footer .contain .socail-media::before {
  right: 0;
}
footer .contain .socail-media li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
footer .contain .socail-media li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
footer .contain .socail-media li a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
footer .contain .socail-media li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contain .socail-media li a:hover {
  background-color: var(--primary-color);
}
footer .contain .socail-media li a:hover img {
  -webkit-animation: fadeInLeft 0.3s linear;
          animation: fadeInLeft 0.3s linear;
}
footer .copyrights {
  width: 100%;
  padding: 20px 0px 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .copyrights p {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
footer .copyrights p span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 900;
}
footer .copyrights .repotic {
  display: flex;
  align-items: center;
  align-content: center;
}
footer .copyrights .repotic span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
footer .copyrights .repotic img {
  width: 70px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 999px) {
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-0 {
    order: 0 !important;
  }
  .navbar .top-nav .socail-data li span,
.navbar .top-nav .drop-lang .lang span,
.navbar .top-nav .drop-lang .lang::after {
    display: none;
  }
  .navbar .top-nav .socail-data li img {
    margin: 0px !important;
  }
  .navbar.scrolled .navbar-nav {
    top: 90px !important;
  }
  .navbar .center-nav .hamburger {
    display: block !important;
  }
  .navbar .center-nav .navbar-nav {
    width: 100% !important;
    height: 100vh;
    position: absolute;
    top: 180px;
    left: -100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
    padding: 10px 10px;
    background-color: var(--light-color);
    overflow-y: scroll !important;
    z-index: 999;
    transition: all 0.3s linear;
  }
  .navbar .center-nav .navbar-nav::-webkit-scrollbar-track {
    background: transparent !important;
  }
  .navbar .center-nav .navbar-nav .nav-item {
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(65, 114, 89, 0.1);
    margin-bottom: 0px !important;
  }
  .navbar .center-nav .navbar-nav .nav-item .nav-link {
    width: 100%;
    color: var(--dark-color) !important;
  }
  .navbar .center-nav .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .navbar .center-nav .navbar-nav .nav-item .nav-link.active, .navbar .center-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color) !important;
  }
  .navbar .center-nav .navbar-nav.active-nav {
    left: 0px !important;
  }
  .navbar .center-nav .brand-name img {
    width: 100px !important;
  }
  .navbar .center-nav .login-btn {
    width: 50px !important;
    height: 50px;
  }
  .navbar .center-nav .login-btn::before {
    display: none;
  }
  .navbar .center-nav .login-btn img {
    display: block !important;
  }
  .navbar .center-nav .login-btn span {
    display: none;
  }
  .search-course .contain .filter-contain {
    padding: 20px 15px 0px !important;
  }
  .search-course .contain .filter-contain .form-data {
    height: 50px !important;
  }
  .search-course .contain .filter-contain .form-data .form-control {
    border-radius: 30px !important;
  }
  .search-course .contain .filter-data {
    padding: 20px 15px;
    flex-direction: column;
  }
  .search-course .contain .filter-data p {
    margin-bottom: 20px;
  }
  .search-course .contain .filter-data .filter-list {
    width: 100% !important;
  }
  .general-section {
    padding: 50px 0px;
  }
  .heading {
    margin-bottom: 50px;
  }
  footer {
    padding-top: 40px;
  }
  footer .copyrights {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
  }
  footer .copyrights p {
    margin-bottom: 20px !important;
    font-size: 14px !important;
  }
  footer .copyrights p span {
    font-size: 14px !important;
  }
  footer .socail-media {
    margin-bottom: 40px !important;
  }
  .login .login-contain {
    padding: 30px 15px;
  }
  .login .login-contain .flex-data {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .login .login-contain .flex-data .wrapper {
    margin-bottom: 10px !important;
  }
  .login .login-contain .flex-data.data-contain-form {
    flex-direction: row !important;
  }
  .about .contain {
    -webkit-padding-start: 0px !important;
            padding-inline-start: 0px !important;
  }
  .event-box {
    flex-direction: column !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start !important;
  }
  .event-box .image-content, .event-box .contain {
    width: 100% !important;
  }
  .cart .cart-contain {
    padding: 0px !important;
  }
  .cart .cart-box {
    padding: 20px 10px;
    flex-direction: column !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start !important;
  }
  .cart .cart-box .image-content, .cart .cart-box .contain {
    width: 100% !important;
  }
  .cart .cart-box .image-content {
    margin-bottom: 20px;
  }
  .cart .cart-box .flex-button {
    justify-content: center;
  }
  .profile .profile-contain {
    padding: 0px !important;
  }
  .profile .profile-contain .head {
    margin-bottom: 25px;
  }
  .profile .profile-contain .profile-image {
    padding: 20px 0px;
    border-radius: 15px;
  }
  .profile .profile-contain .flex-data {
    margin: 25px 0px;
  }
  .profile .profile-contain .personal-information {
    padding: 20px 15px;
    border-radius: 15px;
  }
  .course-details-header {
    padding: 240px 0px 50px;
  }
  .course-details-info .contain {
    padding: 0px !important;
  }
  .course-details-info .contain .head {
    margin-bottom: 20px;
  }
  .course-details-info .contain .data-contain {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .course-details-info .contain .card-header {
    padding: 20px 10px !important;
  }
  .course-details-info .contain .course-list {
    padding: 0px 10px 10px !important;
  }
  .course-details-info .contain .course-list li {
    padding: 15px 0px;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }
  .course-details-info .contain .course-list li:first-child {
    padding-top: 20px !important;
  }
}
@media (max-width: 374px) {
  footer .contain .brand-name {
    flex-direction: column !important;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  footer .contain .brand-name .brand-logo {
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-margin-end: 0px !important;
            margin-inline-end: 0px !important;
    -webkit-padding-end: 0px !important;
            padding-inline-end: 0px !important;
    -webkit-border-end: 0px !important;
            border-inline-end: 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  footer .contain .socail-media::after, footer .contain .socail-media::before {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */