@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Kufam:ital,wght@0,400..900;1,400..900&display=swap");

:root {
  --hue: 223;
  --primary-color: #3c6faf;
  --secondary-color: #ef4444;
  --cyan-dark: #0e7490;
  --cyan-light: #22d3ee;
  --main-gradient: linear-gradient(to right, #14b8a6, #0ea5e9);
  --free-gradient: linear-gradient(to right, #f43f5e, #a855f7);
  --trans-dur: 0.6s;
  --trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  --theme-background: #fff;
  /*--theme-color: #111827;*/
  --theme-color: #080c14;
  --theme-secondary-background: #f3f4f6;
  background-color: var(--theme-background);
  color: var(--theme-color);
  transition: background-color var(--trans-dur), color var(--trans-dur);
  overflow-x: hidden;
  font-family: "Almarai", sans-serif;
  position: relative;
}Ø¨
body.ramadan_design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/public/newFrontend/images/ramadan-pattern.svg');
  background-attachment: fixed;
  background-size: 300px;
  opacity: 0.1;
  z-index: -1; 
}

body[data-theme="dark"] {
  --theme-background: #080c14;
  --theme-color: #fff;
  --theme-secondary-background: #1f2937;

  background-color: var(--theme-background);
  color: var(--theme-color);
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}
input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
hr {
border-color: var(--theme-color);
}

/* Ù„Ø¥Ø®ÙØ§Ø¡ Ø§Ù„Ø£Ø³Ù‡Ù… ÙÙŠ Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.form-control::placeholder,
.form-contro::-ms-input-placeholder {
    color: var(--theme-color) !important;
    opacity: 1;
}

.main_content {
  margin-top: 96px;
  overflow-x: hidden;
}

.modal-content {
    background-color: var(--theme-background) !important;
}
.modal-header {
    justify-content: space-between !important;
    border-bottom-color: var(--theme-secondary-background);
}
.modal-footer {
    border-top-color: var(--theme-secondary-background);
}
.modal-header .btn-close {
    margin: 0 !important;
}
body[data-theme="dark"] .modal-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}
.choices__list--dropdown, .choices__list[aria-expanded] {
    background-color: var(--theme-background) !important ;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: var(--theme-secondary-background) !important ;
}
.choices__inner,
.choices[data-type*=select-one] .choices__input{
    background-color: var(--theme-secondary-background) !important;
    border-color:var(--theme-background) !important ;
}
body[data-theme="dark"] .form-control {
    background-color: var(--theme-secondary-background) !important;
    color: var(--theme-color) !important;
    border-color: var(--theme-secondary-background) !important;
}

.custom-select {
    position: relative;
}

.custom-select::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZmlsbD0iIzExMTgyNyI+PHBhdGggZD0iTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1eiI+PC9wYXRoPjwvc3ZnPg==') no-repeat;
    width: 20px;
    height: 20px;
}

body[data-theme="dark"] .custom-select::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1eiI+PC9wYXRoPjwvc3ZnPg==') no-repeat;
}

.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;    
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: var(--theme-color);
}

.btn-outline {
  display: inline-flex;
  text-decoration: none;
  padding: 10px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: var(--btn-color) !important;
  color: hsla(var(--hue), 10%, 90%) !important;
  border-radius: 5px;
  border: 2px solid transparent;
  text-align: center;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: var(--trans-dur);
}

.btn-outline-red {
    --btn-color: var(--secondary-color)
}

.btn-outline-blue {
    --btn-color: var(--primary-color)
}

.btn-outline-cyan-dark {
    --btn-color: var(--cyan-dark)
}
.btn-outline-cyan-light {
    --btn-color: var(--cyan-light)
}
.btn-outline-yellow {
    --btn-color: #eab308
}

.btn-outline:hover {
  background: transparent !important;
  border: 2px solid var(--btn-color) !important;
  color: var(--btn-color) !important;
}


/* Main Background Animation */
#tsparticles {
  background-color: #f1f5f9;
  position: absolute;
  width: 100vw;
  height: 110vh;
  z-index: -1;
}

body[data-theme="dark"] #tsparticles {
  background: #080c14;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 99;
}

/* Start Header */
.main-header {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Start Navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: var(--trans-dur) var(--trans-timing);
  z-index: 999;
  direction: rtl;
  background-repeat: repeat-x;
  background-size: 175px;
}

nav.scrolling {
  background-color: var(--theme-background);
}

nav .progress-indicator {
  width: 100%;
  height: 5px;
  background: transparent;
  direction: ltr;
  transition: 0.5s;
}

nav.scrolling .progress-indicator {
  background-color: var(--cyan-light);
}

body[data-theme="dark"] nav.scrolling .progress-indicator {
  background-color: var(--cyan-dark);
}

/* The progress bar (scroll indicator) */
nav .progress-indicator .progress-bar {
  height: 5px;
  background: var(--cyan-dark);
  width: 0%;
}

body[data-theme="dark"] nav .progress-indicator .progress-bar {
  background-color: var(--cyan-light);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  display: block;
  width: 170px;
}

.logo.dark {
  display: none;
}

body[data-theme="dark"] .logo.light {
  display: none;
}

body[data-theme="dark"] .logo.dark {
  display: block;
}

/* Start Switch Theme Button */
.switch__button {
  width: 85px;
  height: 40px;
  position: relative;
  display: block;
  background: #0891b2;
  color: #cffafe;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

.switch__button:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 6px;
  background: #fff;
  border-radius: 180px;
  transition: 0.3s;
}

.switch__button svg {
  position: absolute;
  width: 30px;
  top: 8px;
  z-index: 100;
}

.switch__button svg.sun {
  left: 9px;
  transition: 0.3s;
  color: #0891b2;
}

.switch__button svg.moon {
  left: 53px;
  transition: 0.3s;
}

.switch__button[data-theme="dark"] {
  background: #334155;
  color: #334155;
}

.switch__button[data-theme="dark"]:after {
  left: 80px;
  transform: translateX(-100%);
}

.switch__button[data-theme="dark"] svg.sun {
  color: #94a3b8;
}

/* Start Switch Theme Button */
.switch-theme {
  background-color: #0891b2;
  color: #cffafe;
  padding: 0.375rem 0.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
}

.switch-theme span {
  position: absolute;
  top: 50%;
  left: 0.1rem;
  transform: translateY(-50%);
  display: flex;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
}

/* Burger Button */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 75px;
}

.line {
  fill: none;
  stroke: var(--theme-color);
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

/* SignUp & Login Buttons */
.main-header .buttons,
.navbar .buttons {
  display: flex;
  gap: 10px;
}

.main-header .buttons a,
.navbar .buttons > a,
form button {
  display: inline-flex;
  text-decoration: none;
  padding: 10px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: var(--primary-color);
  color: hsla(var(--hue), 10%, 90%);
  width: 160px;
  border-radius: 5px;
  border: 2px solid transparent;
  text-align: center;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: var(--trans-dur);
}

.main-header .buttons a:first-child,
.navbar .buttons > a:first-child {
  background: var(--secondary-color);
}

.main-header .buttons a:first-child:hover,
.navbar .buttons > a:first-child:hover {
  background: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.main-header .buttons a:last-child:hover,
.navbar .buttons > a:last-child:hover {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.navbar .buttons-afterLogin {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row-reverse;
}
.navbar .buttons-afterLogin .cart-button svg {
  font-size: 2rem;
}
.navbar .buttons-afterLogin svg {
  color: var(--primary-color);
}

.navbar .buttons-afterLogin img {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.navbar .buttons-afterLogin .cart-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  justify-content: center;
}
.navbar .buttons-afterLogin .dropdown-menu {
    top: 120%;
    background: var(--theme-secondary-background) !important;
}
.navbar .buttons-afterLogin .dropdown-menu .dropdown-item {
    color: var(--theme-color);
}
.navbar .buttons-afterLogin .dropdown-menu .dropdown-item:focus,
.navbar .buttons-afterLogin .dropdown-menu .dropdown-item:hover{
    background: var(--theme-background) !important;
}
.national_container label {
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden;
    background: var(--theme-secondary-background);
    cursor: pointer;
}
.national_container label span {
    width: 70px;
    background: var(--cyan-dark);
    color: #FFF;
    font-weight: 800;
    text-align: center;
    padding: 1rem;
}
.national_container label p {
    flex-grow: 1;
    padding: 1rem;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.national_container img {
    display: none;
}
.national_container.uploaded img {
    display: block;
    width: 200px;
    aspect-ratio: 1 / 1;
    margin: auto;
}
/* Responsive */
/* Responsive */
@media screen and (max-width: 767.98px) {
  .main-header {
    width: auto;
    height: auto;
  }
  
  .navbar {
      flex-direction: row-reverse;
      flex-wrap: nowrap;
  }
  .navbar.guest {
      flex-wrap: wrap;
  }
  .navbar .brand{
    flex-grow: 1;
    justify-content: space-between;
    gap:0
  }

    .navbar .buttons-afterLogin{
    flex-grow: 1;
        justify-content: flex-start;
        flex-direction: row;
    }
    .navbar .buttons-afterLogin .dropdown-menu {
        left: auto;
        right: 0;
    }
  .logo {
    width: 140px;
  }
    .navbar .buttons-beforeLogin {
        flex-direction: column;
        width: 100%;
        padding: 10px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 10px;
        backdrop-filter: blur(3px);
        transform: scale(0) translateY(-100px);
        opacity: 0;
        transition: var(--trans-dur) var(--trans-timing);
        position: absolute;
      }
    
      .navbar .buttons-beforeLogin.opened {
        transform: scale(1) translateY(0);
        opacity: 1;
        position: relative;
      }
    
      .navbar .buttons-beforeLogin a {
        width: 100%;
      }
}
@media screen and (max-width: 429.98px) {
    .navbar .buttons-afterLogin img {
        width: 2rem;
    height: 2em;
    }
    .navbar .buttons-afterLogin svg {
            width: 20px;
    height: 20px;
    }
    .navbar .buttons-afterLogin .cart-button svg {
        font-size: 1.5rem;
    }
    .navbar .buttons-afterLogin .cart-number {
    position: absolute;
    top: -10px;
    right: -4px;
    width: 15px;
    height: 15px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 0.6rem;
    justify-content: center;
}
.balance-amount {
  font-size: 0.6rem !important}
.theme {
    transform: scale(0.8);
}
  .logo {
    width: 120px;
  }
}

/* Start Main Section */
main {
  width: 100%;
  font-family: "Kufam", sans-serif;
  direction: rtl;
  text-align: right;
}

main .main-image img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.main-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main-content h2 {
  font-size: clamp(2rem, 5vw, 4rem);;
  color: var(--secondary-color);
  font-weight: 900;
}

.main-content h1 {
  font-size: clamp(3rem, 5vw, 4rem);
  color: var(--primary-color);
  font-weight: 600;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  transition: var(--trans-dur);
}

body[data-theme="dark"] .main-content h1 {
  color: white;
}

.main-content h1:not(.wlc):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) skew(10deg);
  width: 80%;
  height: 80%;
  background-color: #1be1d0;
  z-index: -1;
}

.main-content svg {
  fill: none;
  stroke: var(--secondary-color);
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% + 60px);
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: drawn 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  z-index: -1;
}

@keyframes drawn {
  0% {
    stroke-dashoffset: 330;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.main-content p {
  font-size: clamp(1rem, 5vw, 1.4rem);
  color: var(--secondary-color);
  font-weight: 500;
}

.main-content .buttons a {
  font-size: 1rem;
}

.welcome-container {
  font-family: "Almarai", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.welcome-container h2 {
    white-space: nowrap;
}
.welcome-container h1,
.welcome-container h2 {
  font-size: clamp(1.5rem, 7vw, 6rem) !important;
  white-space: nowrap;
  color: var(--theme-color);
  font-weight: 600;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  transition: var(--trans-dur);
}

.welcome-container p {
  color: var(--theme-color) !important;
  font-size: 2.5rem !important;
}

.welcome-container p span {
  color: #1be1d0;
}

.welcome-container h3 {
  font-weight: bold;
  font-size: 2rem;
  color: var(--theme-color);
  opacity: 0.5;
}

.welcome-container .buttons a,
.welcome-container .buttons a:hover {
  font-size: 1.5rem;
  padding: 1rem 8rem;
  background: var(--primary-color) !important;
  color: #fff !important;
}
.welcome-container h4 {
  font-size: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 991.98px) {
  .welcome-container h1,
  .welcome-container h2 {
    font-size: 6rem;
  }
  .welcome-container p {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767.98px) {
  main {
    padding-top: 130px;
  }

  main .main-image {
    text-align: center;
    overflow: hidden;
  }

  main .main-image img {
    max-width: 400px;
    aspect-ratio: auto;
    transform: scale(1.3);
  }

  .main-content {
    align-items: center;
  }
  .welcome-container h1,
  .welcome-container h2 {
    font-size: 4rem;
  }
  .welcome-container p {
    font-size: 1.5rem !important;
  }
}

/* ENd Main Section */

/* End Navbar */

/* Start Pattern Separated */
.separated {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--theme-background);
  position: relative;
}

.pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/features-Pattern.png);
  background-size: contain;
  background-position: center top;
  background-repeat: repeat-x;
  opacity: 0.4;
  transition: var(--trans-dur);
}

@media screen and (max-width: 767.98px) {
  .separated {
    margin-top: 2rem;
  }
}

/* End Pattern Separated */

/* Start Features Section */
.features {
  padding: 4rem 0 10rem;
  position: relative;
  background-color: #155e75;
}

.features .features_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/features-bg.png);
  background-size: contain;
  opacity: 0.5;
  z-index: 1;
}

.features .features_card {
  padding: 10px;
  text-align: center;
}

.features .features_card_icon img {
  width: 100%;
}

.features .features_card_title {
  padding: 1rem;
  border-radius: 0.4rem;
  margin-top: 20px;
  font-weight: bold;
  background-color: var(--theme-background);
  color: white;
  transform: translateY(var(--title-translate-y, -200px))
    rotate(var(--title-rotate, 30deg));
}

@media screen and (max-width: 767.98px) {
  .features .features_card_icon img {
    width: 100%;
    max-width: 300px;
  }

  .features .features_card_title {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* End Features Section */

/* Start Wave Separated */
.wave-separated {
  height: 100px;
  width: 100%;
  position: relative;
  bottom: 100px;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: -1;
  display: none;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

body[data-theme="dark"] .wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='hsl(220, 33%, 14%)'/%3E%3C/svg%3E");
}

.wave:nth-of-type(2) {
  bottom: 0px;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767.98px) {
  .wave-separated {
    bottom: 75px;
  }
}

/* End Wave Separated */

/* Start Courses Section */
.section-title {
  position: relative;
  font-weight: bold;
  text-align: right;
  font-size: 3rem;
  z-index: 2;
}

.section-title::after {
  content: attr(data-title);
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 4rem;
  -webkit-text-stroke: 3px var(--theme-color);
  color: transparent;
  opacity: 0.1;
  transform: translateX(var(--title-after-right, -100vw));
}

.custom-section-title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
}
.custom-section-title > span:first-of-type {
  color: var(--theme-color);
  transition: all 0.4s ease;
}
.custom-section-title > span:last-of-type {
  color: var(--secondary-color);
  transition: all 0.4s ease;
}

.custom-section-title-animation:hover > span:first-of-type {
  color: var(--secondary-color);
}
.custom-section-title-animation:hover > span:last-of-type {
  color: var(--theme-color);
}


.custom-section-title .lines span {
  position: absolute;
  background: var(--theme-secondary-background);
  height: 0.25rem;
  border-radius: 0.375rem;
  width: 4rem;
  right: 0;
  transition: all 0.4s ease;
}

.custom-section-title .lines span:first-child {
  top: -20px;
}
.custom-section-title .lines span:nth-child(2) {
  bottom: -15px;
  width: 8rem;
}
.custom-section-title .lines span:last-child {
  bottom: -25px;
}

.custom-section-title-animation:hover .lines span:nth-child(2) {
    right: 160px;
}
.custom-section-title-animation:hover .lines span:first-child,
.custom-section-title-animation:hover .lines span:last-child {
    right: calc(160px + 4rem);
}

.classroom-card,
.course-card {
  position: relative;
}

.classroom-card-header img,
.course-card-header img {
  width: 100%;
  border-radius: 10px;
  transform-style: preserve-3d;
  transition: transform var(--trans-dur);
}

.classroom-card-body,
.course-card-body {
  width: 93%;
  margin: auto;
  margin-top: -30px;
}

.classroom-card-body a,
.course-card-body a {
  color: var(--theme-color);
  text-align: right;
  text-decoration: none;
}

.classroom-card-body a > div,
.course-card-body a > div {
  background-color: var(--theme-background);
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  box-shadow: -5px 5px 20px #0006;
  transition: all var(--trans-dur);
}

body[data-theme="dark"] .classroom-card-body a > div,
body[data-theme="dark"] .course-card-body a > div,
body[data-theme="dark"] .books .book_card {
  border: 1px solid #1e293b;
}

.classroom-card-body h4,
.course-card-body h4 {
  font-weight: 700;
  font-size: 1.25rem;
}

.classroom-card-body hr,
.course-card-body header hr {
  border: 1px solid #2dd4bf;
  opacity: 1;
}

.classroom-card-body p,
.course-card-body p {
  margin: 0;
  margin-bottom: revert;
  color: #6b7280;
}

@media (min-width: 991.98px) and (max-width: 1200px) {
  .classroom-card-body a > div {
    padding: 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-title {
    font-size: 2.2rem;
  }

  .section-title::after {
    font-size: 2.6rem;
  }
  .course-details-row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  
}

/* End Courses Section */

/* Start Books Section */
.books {
  --books-color: #f5e304;
}

.books .swiper {
  width: 100%;
  height: 600px;
  margin-top: 3rem;
  direction:rtl;
}

.books .book_card {
  display: flex;
  flex-direction: column;
  min-height: 550px;
  height: 100%;
  border: 1px solid #cbd5e1;
  background: var(--theme-background);
  border-radius: 1rem;
  box-shadow: 0 0 10px #0004;
  overflow: hidden;
  direction: rtl;
}

body[data-theme="dark"] .books .book_card {
  box-shadow: 0 0 10px #000000d1;
}

.books .book_card .card-body {
  padding: 1rem;
}
.books .book_card .card-body .card-title {
  font-weight: 700;
  font-size: 1.3rem;
  width: 80%;
  margin: 1rem 0;
  color: var(--theme-color);
}

.books .book_card .card-body hr {
  width: 70%;
  margin: 2rem auto;
}
.books .book_card .card-body .card-text {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 1.6;
  color: var(--bs-secondary);
}
.books .book_card .card-body .card-text span {
    display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.books .book_card .card-footer {
  margin-top: auto;
  display: flex;
  align-items: end;
  align-items: stretch;
height: 45px;
}

.books .book_card .card-footer .book-counter {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex: 1;
  align-self: center;
}
.books .book_card .card-footer .book-counter button {
  border: none;
  outline: none;
  background-color: transparent;
}
.books .book_card .card-footer .book-counter svg {
  font-size: 2rem;
  cursor: pointer;
}
.books .book_card .card-footer .book-counter button:disabled svg {
  opacity: 0.3;
  cursor: not-allowed;
}
.books .book_card .card-footer .book-price,
.course-card .course-price {
  flex-basis: 33%;
  text-align: center;
  padding: 0.5rem 1rem;
  background: var(--main-gradient);
  color: white;
  font-size: 0.85rem;
  border-radius: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.books .book_card .card-footer .book-price span:first-child,
.course-card .course-price span:first-child,
.course-card .course-price .offer-content {
  background-color: var(--theme-background);
  color: var(--theme-color);
  padding: 0rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: bold;
}
.course-card.offer .course-price {
  flex-basis: auto;
}
.course-card .course-price .offer-content span {
    color: red;
    background-color: transparent;
    padding: 0;
    font-weight: normal;
    text-decoration: line-through;
    color: var(--bs-danger);
}
.books .swiper .swiper-pagination {
  top: 100%;
}
.books .swiper-button-next,
.books .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: var(--main-gradient);
  color: white;
  border-radius: 50%;
  font-size: 1rem;
}

.books .swiper-button-next:after,
.books .swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: 900;
}
.books .swiper svg path {
  fill: var(--theme-color);
}
.books .swiper-pagination-bullet-active {
  background: var(--main-gradient);
}
@media screen and (max-width: 767.98px) {
  .books .swiper-button-next,
  .books .swiper-button-prev {
    display: none;
  }
}
/* End Books Section */

/*
  ===============================
  === Start Book Details Page ===
  ===============================
*/
.page_title {
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2680%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(241%2c 241%2c 241%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsG2689' transform='translate(0%2c 0)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2689' transform='translate(735%2c 0)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2680'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cg id='SvgjsG2685'%3e%3cpath d='M2.59 7.93C4.44 5.19 12.34 1.71 12.34 1.71s-0.27 8.63-2.12 11.37c-1.26 1.86-3.92 3.11-6.48 1.38-2.57-1.73-2.4-4.67-1.15-6.53z' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2684'%3e%3cpath d='M11.17 10.43a46.75 46.75 0 0 1-0.2-0.63c-0.06-0.18-0.11-0.36-0.17-0.53-0.34-1.06-0.75-2.1-1.55-2.75A2.81 2.81 0 0 0 9.04 6.37c-0.07-0.05-0.15-0.09-0.22-0.13-0.9-0.49-2.01-0.49-3.13-0.41l0.04 0.11c0.04 0.13 0.08 0.26 0.12 0.39C6.96 6.26 7.98 6.27 8.76 6.79c0.77 0.52 1.17 1.46 1.51 2.52a35.1 35.1 0 0 1 0.21 0.64c0.05 0.17 0.11 0.35 0.16 0.52C11.02 11.63 11.47 12.75 12.4 13.38c0.36 0.24 0.77 0.39 1.2 0.48l0.31-0.46c-0.45-0.07-0.86-0.2-1.22-0.44-0.77-0.52-1.17-1.47-1.52-2.53z'%3e%3c/path%3e%3cpath d='M11.24 9.58c0.01 0.04 0.02 0.07 0.04 0.11 0.04 0.13 0.08 0.26 0.12 0.39 0.4-0.03 0.79-0.04 1.17-0.02l-0.77 1.13c0.08 0.19 0.16 0.37 0.26 0.54L13.14 10.12c0.34 0.05 0.66 0.15 0.96 0.3l-1.42 2.1c0.06 0.05 0.12 0.1 0.19 0.15 0.08 0.05 0.16 0.09 0.23 0.14L14.52 10.7c0.26 0.22 0.47 0.49 0.66 0.81L15.49 11.05C15.25 10.68 14.97 10.37 14.61 10.12c-0.94-0.63-2.15-0.63-3.37-0.54z m-6.61-3.16c-0.01-0.04-0.03-0.08-0.04-0.12-0.04-0.13-0.08-0.25-0.12-0.38-1.11 0.07-2.13 0.06-2.9-0.46C1.21 5.22 0.94 4.88 0.72 4.48l-0.31 0.47C0.64 5.32 0.92 5.64 1.28 5.88c0.93 0.63 2.14 0.63 3.35 0.54z'%3e%3c/path%3e%3cpath d='M1.55 5.02c0.06 0.06 0.13 0.11 0.2 0.16 0.07 0.05 0.15 0.09 0.23 0.12L3.4 3.2c0.25 0.21 0.46 0.48 0.64 0.77-0.01 0.01-0.02 0.02-0.03 0.03l-1.06 1.58a5.82 5.82 0 0 0 0.59 0.03L4.3 4.48c0.24 0.52 0.42 1.11 0.62 1.72C5.33 7.53 5.76 8.9 6.84 9.63c0.93 0.63 2.14 0.63 3.34 0.54l-0.04-0.13c-0.04-0.13-0.08-0.25-0.11-0.37-0.39 0.03-0.78 0.04-1.15 0.03L9.64 8.58A5.82 5.82 0 0 0 9.38 8.04l-1.06 1.57c-0.01 0.01-0.01 0.02-0.01 0.03-0.35-0.05-0.67-0.15-0.96-0.3L8.77 7.24a1.97 1.97 0 0 0-0.21-0.17c-0.07-0.05-0.14-0.08-0.21-0.12l-1.42 2.11c-0.25-0.21-0.46-0.48-0.65-0.78 0.01-0.01 0.02-0.02 0.03-0.03L7.37 6.67a5.63 5.63 0 0 0-0.59-0.03l-0.76 1.13c-0.24-0.52-0.43-1.11-0.62-1.72C4.99 4.72 4.55 3.34 3.48 2.62c-0.36-0.24-0.75-0.39-1.17-0.49l-0.31 0.46c0.35 0.06 0.68 0.16 0.98 0.32L1.55 5.02z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2688'%3e%3cpath d='M11.94 3.17a0.89 0.89 0 0 0 1.24-0.24A0.89 0.89 0 0 0 12.94 1.69a0.89 0.89 0 0 0-1 1.48z m-4.01-2.7c-0.41-0.28-0.52-0.84-0.25-1.25C7.96-1.19 8.52-1.3 8.93-1.02c0.41 0.28 0.53 0.84 0.25 1.25s-0.84 0.52-1.25 0.24z'%3e%3c/path%3e%3cpath d='M13.52 7.63a0.62 0.62 0 1 0 1.03 0.7 0.62 0.62 0 1 0-1.03-0.7'%3e%3c/path%3e%3cpath d='M14.26 9.26L12.86 8.32c-0.01 0-0.44-0.36-0.43-0.36l0.79-2.43C13.53 4.54 12.83 4.1 12.83 4.1L10.93 2.83s-0.67-0.49-1.46 0.17l-0.97 0.81 0.39-1.2c0.32-0.98-0.39-1.42-0.38-1.42l-1.47-0.99s-0.67-0.49-1.46 0.17L3.6 2.03c-0.19 0.15-0.18 0.37-0.05 0.54 0.14 0.16 0.36 0.19 0.52 0.06l1.92-1.61 0.28 0.19-3.18 2.9 0.74 0.5-1.66 2.47a0.44 0.44 0 0 0 0.12 0.62 0.45 0.45 0 0 0 0.62-0.12L4.57 5.11l0.31 0.21-1.66 2.47a0.44 0.44 0 0 0 0.12 0.61 0.44 0.44 0 0 0 0.62-0.12L5.62 5.82l0.73 0.49 1.51-4.04 0.28 0.19-0.77 2.37c-0.01 0.04-0.02 0.08-0.02 0.12 0 0.12 0.07 0.23 0.18 0.31 0.11 0.08 0.23 0.1 0.34 0.05a0.33 0.33 0 0 0 0.12-0.07l1.9-1.6 0.26 0.18-3.96 5.87a0.53 0.53 0 0 0 0.14 0.72 0.52 0.52 0 0 0 0.73-0.14l2.25-3.34 0.32 0.22-2.25 3.34a0.52 0.52 0 0 0 0.14 0.72c0.24 0.16 0.57 0.1 0.73-0.14l3.96-5.86 0.28 0.19-0.81 2.37c-0.04 0.12 0 0.24 0.09 0.33 0 0 0 0.01 0 0.02 0.07 0.08 0.4 0.47 0.65 0.75l-2.46 3.64a0.37 0.37 0 0 0 0.61 0.41l1.23-1.82 0.24 0.16-1.23 1.82c-0.11 0.17-0.07 0.4 0.1 0.51s0.4 0.07 0.51-0.1l2.29-3.4 0.24 0.16-0.78 1.15c-0.08 0.13-0.05 0.3 0.07 0.38 0.13 0.08 0.29 0.05 0.38-0.07L14.51 10.39c0.25-0.37 0.13-0.88-0.25-1.13z m-6.45 6.15a46.75 46.75 0 0 1-0.2-0.64c-0.06-0.18-0.11-0.36-0.17-0.53-0.35-1.06-0.75-2.1-1.55-2.74a2.81 2.81 0 0 0-0.2-0.15c-0.07-0.05-0.15-0.09-0.22-0.13-0.9-0.49-2.01-0.49-3.13-0.42l0.03 0.12c0.04 0.13 0.08 0.26 0.13 0.39 1.11-0.07 2.13-0.06 2.9 0.46 0.77 0.52 1.17 1.46 1.52 2.51a35.1 35.1 0 0 1 0.2 0.65c0.05 0.17 0.11 0.35 0.17 0.52C7.66 16.6 8.11 17.72 9.05 18.36c0.36 0.24 0.77 0.39 1.19 0.47l0.31-0.46c-0.45-0.07-0.86-0.2-1.22-0.44-0.77-0.52-1.17-1.47-1.52-2.52z'%3e%3c/path%3e%3cpath d='M7.89 14.55c0.01 0.04 0.02 0.07 0.03 0.11 0.04 0.13 0.08 0.26 0.13 0.4 0.4-0.03 0.79-0.04 1.16-0.03l-0.76 1.14c0.08 0.19 0.16 0.37 0.25 0.53L9.79 15.09c0.34 0.05 0.66 0.15 0.95 0.3l-1.41 2.11c0.06 0.05 0.12 0.1 0.18 0.14 0.08 0.05 0.16 0.09 0.24 0.14l1.42-2.1c0.26 0.22 0.47 0.49 0.66 0.8l0.31-0.46c-0.24-0.36-0.53-0.68-0.89-0.92-0.94-0.63-2.15-0.63-3.36-0.55z m-6.61-3.15c-0.01-0.04-0.03-0.08-0.04-0.13-0.04-0.13-0.08-0.25-0.12-0.37-1.11 0.07-2.13 0.06-2.9-0.47C-2.14 10.19-2.41 9.86-2.63 9.46l-0.32 0.46C-2.71 10.29-2.43 10.61-2.07 10.86c0.93 0.63 2.14 0.63 3.35 0.54z'%3e%3c/path%3e%3cpath d='M-1.8 9.99c0.06 0.06 0.13 0.11 0.2 0.16 0.07 0.05 0.15 0.09 0.22 0.13L0.04 8.17c0.25 0.21 0.46 0.48 0.64 0.78-0.01 0.01-0.02 0.02-0.02 0.02l-1.07 1.58a5.82 5.82 0 0 0 0.6 0.04L0.95 9.46c0.24 0.52 0.42 1.11 0.61 1.71C1.98 12.5 2.41 13.88 3.48 14.6c0.93 0.63 2.14 0.63 3.35 0.55l-0.04-0.13c-0.04-0.13-0.08-0.25-0.12-0.37-0.39 0.03-0.78 0.04-1.14 0.02l0.75-1.12a5.82 5.82 0 0 0-0.25-0.53l-1.06 1.57c-0.01 0.01-0.01 0.02-0.01 0.02-0.35-0.05-0.67-0.15-0.97-0.3L5.41 12.21a1.97 1.97 0 0 0-0.21-0.17c-0.07-0.05-0.14-0.08-0.21-0.12L3.57 14.03c-0.25-0.21-0.47-0.48-0.65-0.78 0.01-0.01 0.02-0.02 0.03-0.03l1.07-1.58a5.55 5.55 0 0 0-0.59-0.03l-0.77 1.13c-0.24-0.52-0.43-1.11-0.62-1.72-0.42-1.33-0.85-2.7-1.92-3.43-0.36-0.24-0.75-0.39-1.17-0.48l-0.31 0.45c0.35 0.06 0.68 0.16 0.98 0.32l-1.42 2.11z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2682'%3e%3cpath d='M2.94 7.11l2.01 4.12-0.7 0.35L2.24 7.46 2.94 7.11z'%3e%3c/path%3e%3cpath d='M6.88 14.93c1.56-0.26 3.01-1.11 3.96-2.52 1.17-1.74 1.32-3.91 0.49-5.75l3.44-1.68-0.15-0.31L15.47 4.25 14.84 2.97 13.99 3.38l-0.16-0.33-8.46 4.13 0.2 0.43-1.04 0.51 0.52 1.07 1.05-0.51 0.21 0.43 3.56-1.74c0.57 1.32 0.46 2.88-0.38 4.13-1.33 1.97-4.01 2.49-5.98 1.16L0.64 10.72-0.28 12.07l8.1 5.46L8.73 16.18 6.88 14.93z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2683'%3e%3cpath d='M5.13 8.59l2.01 4.12-0.7 0.34L4.43 8.93z'%3e%3c/path%3e%3cpath d='M9.07 16.4c1.56-0.26 3.01-1.11 3.96-2.52 1.17-1.74 1.32-3.91 0.49-5.75l3.44-1.67-0.15-0.32L17.66 5.73 17.03 4.44 16.18 4.86l-0.16-0.33-8.46 4.13 0.2 0.42-1.05 0.51 0.53 1.08 1.05-0.51 0.2 0.42 3.56-1.73c0.57 1.32 0.46 2.88-0.37 4.12-1.33 1.97-4.01 2.49-5.98 1.16L2.82 12.19 1.91 13.54l8.1 5.46L10.92 17.65 9.07 16.4zM8.89 1.17L9.61 0.09l0.13 0.09 0.18-0.26-1.21-0.81-0.17 0.26 0.14 0.1-0.72 1.07L7.06-0.07 7.78-1.14l0.14 0.09 0.17-0.26L6.88-2.12l-0.17 0.26 0.14 0.1-0.72 1.07L4.81-1.58l-3.62 5.37 5.38 3.63L10.19 2.05l-1.3-0.88z m-2.47 5.49L1.95 3.64 4.96-0.82l0.86 0.58-2.31 3.44c-0.18 0.26-0.11 0.61 0.15 0.78 0.26 0.17 0.6 0.1 0.78-0.16L6.75 0.39l0.9 0.6-2.31 3.44c-0.18 0.26-0.11 0.61 0.15 0.79 0.26 0.17 0.6 0.1 0.78-0.17L8.58 1.62l0.85 0.58-3.01 4.46z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2687'%3e%3cpath d='M1.99 4.63l1.18 0.8c0.09 0.06 0.14 0.16 0.14 0.27 0 0 0 0.49 0 0.98 0.87-1.02 3.9-4.58 3.9-4.59a0.32 0.32 0 0 1 0.41-0.06c0.13 0.08 0.19 0.24 0.13 0.38 0 0-1.03 2.75-1.52 4.05l1.03-0.76a0.32 0.32 0 0 1 0.37-0.01c0.11 0.07 0.17 0.21 0.14 0.34 0 0-0.44 1.78-0.53 2.14l1.02 0.69c0.09 0.06 0.14 0.16 0.15 0.27 0 0 0 0.49-0.01 0.98 0.87-1.02 3.9-4.58 3.9-4.58a0.32 0.32 0 0 1 0.55 0.32s-1.03 2.75-1.52 4.05c0.51-0.38 1.03-0.76 1.03-0.77a0.32 0.32 0 0 1 0.5 0.34s-0.44 1.78-0.53 2.14l1.05 0.7 0.12-0.07c1.1-0.53 2.56-1.9 3.36-3.08C17.88 7.66 18.01 5.1 15.87 3.66c-3.05-2.06-5.37 0.54-5.37 0.54S12.04 1.1 9-0.96C6.94-2.35 4.65-1.34 3.6 0.22c-0.91 1.34-1.44 3.4-1.6 4.29l-0.01 0.12z'%3e%3c/path%3e%3cpath d='M11.79 12.02a0.32 0.32 0 0 1-0.13-0.35S11.85 10.87 12.02 10.18c-0.56 0.41-1.19 0.88-1.19 0.88a0.32 0.32 0 0 1-0.38 0 0.32 0.32 0 0 1-0.11-0.37L11.6 7.34l-3.28 3.86a0.32 0.32 0 0 1-0.36 0.09 0.32 0.32 0 0 1-0.21-0.3s0.01-1.41 0.01-1.69L6.69 8.58c-0.11-0.07-0.16-0.21-0.13-0.34l0.37-1.49-1.19 0.88A0.32 0.32 0 0 1 5.36 7.62a0.32 0.32 0 0 1-0.11-0.36s0.69-1.85 1.26-3.35c-1.28 1.5-3.28 3.86-3.29 3.85a0.32 0.32 0 0 1-0.56-0.21s0.01-1.41 0.01-1.68L1.92 5.36c-0.38 4.67 1.57 9.24 1.57 9.24S8.51 14.74 12.74 12.66l-0.95-0.64z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2681'%3e%3cpath d='M3.04 14.29C4.48 12.29 3.89 10.77 2.88 9.34c-1.63 1.44-1.37 3.74 0.16 4.95m6.47-8.92c2.11-1.27 2.17-2.9 1.8-4.62-2.06 0.69-2.73 2.9-1.8 4.62m-2.99 5.48c1.32-2.08 2.95-2.11 4.65-1.7-0.73 2.05-2.95 2.67-4.65 1.7m-2.13 3.15c1.32-2.08 2.95-2.11 4.65-1.7-0.73 2.05-2.95 2.67-4.65 1.7m4.25-6.3c1.32-2.08 2.95-2.11 4.65-1.7-0.73 2.05-2.95 2.67-4.65 1.7M5.17 11.14C6.61 9.14 6.02 7.61 5 6.19c-1.63 1.44-1.37 3.74 0.17 4.95m2.12-3.15C8.73 5.99 8.14 4.46 7.13 3.04c-1.63 1.45-1.37 3.74 0.16 4.95' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2686'%3e%3cpath d='M4.28 13.52l8.19-1.6c2.55-0.5 4.02-2.73 3.57-5.04A4.27 4.27 0 0 0 11.03 3.51a4.26 4.26 0 0 0-4.99-3.39C3.72 0.58 2.19 2.78 2.69 5.32L4.28 13.52z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2689'%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(0%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(0%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(0%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(0%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(0%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(0%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(0%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2685' transform='translate(0%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(73.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(73.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(73.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(73.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(73.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(73.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(73.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(73.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(147%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(147%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(147%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(147%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(147%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(147%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(147%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(147%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(220.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(220.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(220.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(220.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(220.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(220.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(220.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(220.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(294%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(294%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(294%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(294%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(367.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(367.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(367.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(367.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(441%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(441%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(441%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(441%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(514.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(514.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(514.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(514.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(514.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(514.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(514.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(514.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2685' transform='translate(588%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(588%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(588%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(588%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(588%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(588%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2685' transform='translate(588%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(588%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(661.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(661.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(661.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(661.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(661.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(661.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(661.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(661.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3c/g%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body[data-theme="dark"] .page_title {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2680%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(15%2c 23%2c 42%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsG2689' transform='translate(0%2c 0)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2689' transform='translate(735%2c 0)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2680'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cg id='SvgjsG2685'%3e%3cpath d='M2.59 7.93C4.44 5.19 12.34 1.71 12.34 1.71s-0.27 8.63-2.12 11.37c-1.26 1.86-3.92 3.11-6.48 1.38-2.57-1.73-2.4-4.67-1.15-6.53z' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2684'%3e%3cpath d='M11.17 10.43a46.75 46.75 0 0 1-0.2-0.63c-0.06-0.18-0.11-0.36-0.17-0.53-0.34-1.06-0.75-2.1-1.55-2.75A2.81 2.81 0 0 0 9.04 6.37c-0.07-0.05-0.15-0.09-0.22-0.13-0.9-0.49-2.01-0.49-3.13-0.41l0.04 0.11c0.04 0.13 0.08 0.26 0.12 0.39C6.96 6.26 7.98 6.27 8.76 6.79c0.77 0.52 1.17 1.46 1.51 2.52a35.1 35.1 0 0 1 0.21 0.64c0.05 0.17 0.11 0.35 0.16 0.52C11.02 11.63 11.47 12.75 12.4 13.38c0.36 0.24 0.77 0.39 1.2 0.48l0.31-0.46c-0.45-0.07-0.86-0.2-1.22-0.44-0.77-0.52-1.17-1.47-1.52-2.53z'%3e%3c/path%3e%3cpath d='M11.24 9.58c0.01 0.04 0.02 0.07 0.04 0.11 0.04 0.13 0.08 0.26 0.12 0.39 0.4-0.03 0.79-0.04 1.17-0.02l-0.77 1.13c0.08 0.19 0.16 0.37 0.26 0.54L13.14 10.12c0.34 0.05 0.66 0.15 0.96 0.3l-1.42 2.1c0.06 0.05 0.12 0.1 0.19 0.15 0.08 0.05 0.16 0.09 0.23 0.14L14.52 10.7c0.26 0.22 0.47 0.49 0.66 0.81L15.49 11.05C15.25 10.68 14.97 10.37 14.61 10.12c-0.94-0.63-2.15-0.63-3.37-0.54z m-6.61-3.16c-0.01-0.04-0.03-0.08-0.04-0.12-0.04-0.13-0.08-0.25-0.12-0.38-1.11 0.07-2.13 0.06-2.9-0.46C1.21 5.22 0.94 4.88 0.72 4.48l-0.31 0.47C0.64 5.32 0.92 5.64 1.28 5.88c0.93 0.63 2.14 0.63 3.35 0.54z'%3e%3c/path%3e%3cpath d='M1.55 5.02c0.06 0.06 0.13 0.11 0.2 0.16 0.07 0.05 0.15 0.09 0.23 0.12L3.4 3.2c0.25 0.21 0.46 0.48 0.64 0.77-0.01 0.01-0.02 0.02-0.03 0.03l-1.06 1.58a5.82 5.82 0 0 0 0.59 0.03L4.3 4.48c0.24 0.52 0.42 1.11 0.62 1.72C5.33 7.53 5.76 8.9 6.84 9.63c0.93 0.63 2.14 0.63 3.34 0.54l-0.04-0.13c-0.04-0.13-0.08-0.25-0.11-0.37-0.39 0.03-0.78 0.04-1.15 0.03L9.64 8.58A5.82 5.82 0 0 0 9.38 8.04l-1.06 1.57c-0.01 0.01-0.01 0.02-0.01 0.03-0.35-0.05-0.67-0.15-0.96-0.3L8.77 7.24a1.97 1.97 0 0 0-0.21-0.17c-0.07-0.05-0.14-0.08-0.21-0.12l-1.42 2.11c-0.25-0.21-0.46-0.48-0.65-0.78 0.01-0.01 0.02-0.02 0.03-0.03L7.37 6.67a5.63 5.63 0 0 0-0.59-0.03l-0.76 1.13c-0.24-0.52-0.43-1.11-0.62-1.72C4.99 4.72 4.55 3.34 3.48 2.62c-0.36-0.24-0.75-0.39-1.17-0.49l-0.31 0.46c0.35 0.06 0.68 0.16 0.98 0.32L1.55 5.02z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2688'%3e%3cpath d='M11.94 3.17a0.89 0.89 0 0 0 1.24-0.24A0.89 0.89 0 0 0 12.94 1.69a0.89 0.89 0 0 0-1 1.48z m-4.01-2.7c-0.41-0.28-0.52-0.84-0.25-1.25C7.96-1.19 8.52-1.3 8.93-1.02c0.41 0.28 0.53 0.84 0.25 1.25s-0.84 0.52-1.25 0.24z'%3e%3c/path%3e%3cpath d='M13.52 7.63a0.62 0.62 0 1 0 1.03 0.7 0.62 0.62 0 1 0-1.03-0.7'%3e%3c/path%3e%3cpath d='M14.26 9.26L12.86 8.32c-0.01 0-0.44-0.36-0.43-0.36l0.79-2.43C13.53 4.54 12.83 4.1 12.83 4.1L10.93 2.83s-0.67-0.49-1.46 0.17l-0.97 0.81 0.39-1.2c0.32-0.98-0.39-1.42-0.38-1.42l-1.47-0.99s-0.67-0.49-1.46 0.17L3.6 2.03c-0.19 0.15-0.18 0.37-0.05 0.54 0.14 0.16 0.36 0.19 0.52 0.06l1.92-1.61 0.28 0.19-3.18 2.9 0.74 0.5-1.66 2.47a0.44 0.44 0 0 0 0.12 0.62 0.45 0.45 0 0 0 0.62-0.12L4.57 5.11l0.31 0.21-1.66 2.47a0.44 0.44 0 0 0 0.12 0.61 0.44 0.44 0 0 0 0.62-0.12L5.62 5.82l0.73 0.49 1.51-4.04 0.28 0.19-0.77 2.37c-0.01 0.04-0.02 0.08-0.02 0.12 0 0.12 0.07 0.23 0.18 0.31 0.11 0.08 0.23 0.1 0.34 0.05a0.33 0.33 0 0 0 0.12-0.07l1.9-1.6 0.26 0.18-3.96 5.87a0.53 0.53 0 0 0 0.14 0.72 0.52 0.52 0 0 0 0.73-0.14l2.25-3.34 0.32 0.22-2.25 3.34a0.52 0.52 0 0 0 0.14 0.72c0.24 0.16 0.57 0.1 0.73-0.14l3.96-5.86 0.28 0.19-0.81 2.37c-0.04 0.12 0 0.24 0.09 0.33 0 0 0 0.01 0 0.02 0.07 0.08 0.4 0.47 0.65 0.75l-2.46 3.64a0.37 0.37 0 0 0 0.61 0.41l1.23-1.82 0.24 0.16-1.23 1.82c-0.11 0.17-0.07 0.4 0.1 0.51s0.4 0.07 0.51-0.1l2.29-3.4 0.24 0.16-0.78 1.15c-0.08 0.13-0.05 0.3 0.07 0.38 0.13 0.08 0.29 0.05 0.38-0.07L14.51 10.39c0.25-0.37 0.13-0.88-0.25-1.13z m-6.45 6.15a46.75 46.75 0 0 1-0.2-0.64c-0.06-0.18-0.11-0.36-0.17-0.53-0.35-1.06-0.75-2.1-1.55-2.74a2.81 2.81 0 0 0-0.2-0.15c-0.07-0.05-0.15-0.09-0.22-0.13-0.9-0.49-2.01-0.49-3.13-0.42l0.03 0.12c0.04 0.13 0.08 0.26 0.13 0.39 1.11-0.07 2.13-0.06 2.9 0.46 0.77 0.52 1.17 1.46 1.52 2.51a35.1 35.1 0 0 1 0.2 0.65c0.05 0.17 0.11 0.35 0.17 0.52C7.66 16.6 8.11 17.72 9.05 18.36c0.36 0.24 0.77 0.39 1.19 0.47l0.31-0.46c-0.45-0.07-0.86-0.2-1.22-0.44-0.77-0.52-1.17-1.47-1.52-2.52z'%3e%3c/path%3e%3cpath d='M7.89 14.55c0.01 0.04 0.02 0.07 0.03 0.11 0.04 0.13 0.08 0.26 0.13 0.4 0.4-0.03 0.79-0.04 1.16-0.03l-0.76 1.14c0.08 0.19 0.16 0.37 0.25 0.53L9.79 15.09c0.34 0.05 0.66 0.15 0.95 0.3l-1.41 2.11c0.06 0.05 0.12 0.1 0.18 0.14 0.08 0.05 0.16 0.09 0.24 0.14l1.42-2.1c0.26 0.22 0.47 0.49 0.66 0.8l0.31-0.46c-0.24-0.36-0.53-0.68-0.89-0.92-0.94-0.63-2.15-0.63-3.36-0.55z m-6.61-3.15c-0.01-0.04-0.03-0.08-0.04-0.13-0.04-0.13-0.08-0.25-0.12-0.37-1.11 0.07-2.13 0.06-2.9-0.47C-2.14 10.19-2.41 9.86-2.63 9.46l-0.32 0.46C-2.71 10.29-2.43 10.61-2.07 10.86c0.93 0.63 2.14 0.63 3.35 0.54z'%3e%3c/path%3e%3cpath d='M-1.8 9.99c0.06 0.06 0.13 0.11 0.2 0.16 0.07 0.05 0.15 0.09 0.22 0.13L0.04 8.17c0.25 0.21 0.46 0.48 0.64 0.78-0.01 0.01-0.02 0.02-0.02 0.02l-1.07 1.58a5.82 5.82 0 0 0 0.6 0.04L0.95 9.46c0.24 0.52 0.42 1.11 0.61 1.71C1.98 12.5 2.41 13.88 3.48 14.6c0.93 0.63 2.14 0.63 3.35 0.55l-0.04-0.13c-0.04-0.13-0.08-0.25-0.12-0.37-0.39 0.03-0.78 0.04-1.14 0.02l0.75-1.12a5.82 5.82 0 0 0-0.25-0.53l-1.06 1.57c-0.01 0.01-0.01 0.02-0.01 0.02-0.35-0.05-0.67-0.15-0.97-0.3L5.41 12.21a1.97 1.97 0 0 0-0.21-0.17c-0.07-0.05-0.14-0.08-0.21-0.12L3.57 14.03c-0.25-0.21-0.47-0.48-0.65-0.78 0.01-0.01 0.02-0.02 0.03-0.03l1.07-1.58a5.55 5.55 0 0 0-0.59-0.03l-0.77 1.13c-0.24-0.52-0.43-1.11-0.62-1.72-0.42-1.33-0.85-2.7-1.92-3.43-0.36-0.24-0.75-0.39-1.17-0.48l-0.31 0.45c0.35 0.06 0.68 0.16 0.98 0.32l-1.42 2.11z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2682'%3e%3cpath d='M2.94 7.11l2.01 4.12-0.7 0.35L2.24 7.46 2.94 7.11z'%3e%3c/path%3e%3cpath d='M6.88 14.93c1.56-0.26 3.01-1.11 3.96-2.52 1.17-1.74 1.32-3.91 0.49-5.75l3.44-1.68-0.15-0.31L15.47 4.25 14.84 2.97 13.99 3.38l-0.16-0.33-8.46 4.13 0.2 0.43-1.04 0.51 0.52 1.07 1.05-0.51 0.21 0.43 3.56-1.74c0.57 1.32 0.46 2.88-0.38 4.13-1.33 1.97-4.01 2.49-5.98 1.16L0.64 10.72-0.28 12.07l8.1 5.46L8.73 16.18 6.88 14.93z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2683'%3e%3cpath d='M5.13 8.59l2.01 4.12-0.7 0.34L4.43 8.93z'%3e%3c/path%3e%3cpath d='M9.07 16.4c1.56-0.26 3.01-1.11 3.96-2.52 1.17-1.74 1.32-3.91 0.49-5.75l3.44-1.67-0.15-0.32L17.66 5.73 17.03 4.44 16.18 4.86l-0.16-0.33-8.46 4.13 0.2 0.42-1.05 0.51 0.53 1.08 1.05-0.51 0.2 0.42 3.56-1.73c0.57 1.32 0.46 2.88-0.37 4.12-1.33 1.97-4.01 2.49-5.98 1.16L2.82 12.19 1.91 13.54l8.1 5.46L10.92 17.65 9.07 16.4zM8.89 1.17L9.61 0.09l0.13 0.09 0.18-0.26-1.21-0.81-0.17 0.26 0.14 0.1-0.72 1.07L7.06-0.07 7.78-1.14l0.14 0.09 0.17-0.26L6.88-2.12l-0.17 0.26 0.14 0.1-0.72 1.07L4.81-1.58l-3.62 5.37 5.38 3.63L10.19 2.05l-1.3-0.88z m-2.47 5.49L1.95 3.64 4.96-0.82l0.86 0.58-2.31 3.44c-0.18 0.26-0.11 0.61 0.15 0.78 0.26 0.17 0.6 0.1 0.78-0.16L6.75 0.39l0.9 0.6-2.31 3.44c-0.18 0.26-0.11 0.61 0.15 0.79 0.26 0.17 0.6 0.1 0.78-0.17L8.58 1.62l0.85 0.58-3.01 4.46z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2687'%3e%3cpath d='M1.99 4.63l1.18 0.8c0.09 0.06 0.14 0.16 0.14 0.27 0 0 0 0.49 0 0.98 0.87-1.02 3.9-4.58 3.9-4.59a0.32 0.32 0 0 1 0.41-0.06c0.13 0.08 0.19 0.24 0.13 0.38 0 0-1.03 2.75-1.52 4.05l1.03-0.76a0.32 0.32 0 0 1 0.37-0.01c0.11 0.07 0.17 0.21 0.14 0.34 0 0-0.44 1.78-0.53 2.14l1.02 0.69c0.09 0.06 0.14 0.16 0.15 0.27 0 0 0 0.49-0.01 0.98 0.87-1.02 3.9-4.58 3.9-4.58a0.32 0.32 0 0 1 0.55 0.32s-1.03 2.75-1.52 4.05c0.51-0.38 1.03-0.76 1.03-0.77a0.32 0.32 0 0 1 0.5 0.34s-0.44 1.78-0.53 2.14l1.05 0.7 0.12-0.07c1.1-0.53 2.56-1.9 3.36-3.08C17.88 7.66 18.01 5.1 15.87 3.66c-3.05-2.06-5.37 0.54-5.37 0.54S12.04 1.1 9-0.96C6.94-2.35 4.65-1.34 3.6 0.22c-0.91 1.34-1.44 3.4-1.6 4.29l-0.01 0.12z'%3e%3c/path%3e%3cpath d='M11.79 12.02a0.32 0.32 0 0 1-0.13-0.35S11.85 10.87 12.02 10.18c-0.56 0.41-1.19 0.88-1.19 0.88a0.32 0.32 0 0 1-0.38 0 0.32 0.32 0 0 1-0.11-0.37L11.6 7.34l-3.28 3.86a0.32 0.32 0 0 1-0.36 0.09 0.32 0.32 0 0 1-0.21-0.3s0.01-1.41 0.01-1.69L6.69 8.58c-0.11-0.07-0.16-0.21-0.13-0.34l0.37-1.49-1.19 0.88A0.32 0.32 0 0 1 5.36 7.62a0.32 0.32 0 0 1-0.11-0.36s0.69-1.85 1.26-3.35c-1.28 1.5-3.28 3.86-3.29 3.85a0.32 0.32 0 0 1-0.56-0.21s0.01-1.41 0.01-1.68L1.92 5.36c-0.38 4.67 1.57 9.24 1.57 9.24S8.51 14.74 12.74 12.66l-0.95-0.64z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2681'%3e%3cpath d='M3.04 14.29C4.48 12.29 3.89 10.77 2.88 9.34c-1.63 1.44-1.37 3.74 0.16 4.95m6.47-8.92c2.11-1.27 2.17-2.9 1.8-4.62-2.06 0.69-2.73 2.9-1.8 4.62m-2.99 5.48c1.32-2.08 2.95-2.11 4.65-1.7-0.73 2.05-2.95 2.67-4.65 1.7m-2.13 3.15c1.32-2.08 2.95-2.11 4.65-1.7-0.73 2.05-2.95 2.67-4.65 1.7m4.25-6.3c1.32-2.08 2.95-2.11 4.65-1.7-0.73 2.05-2.95 2.67-4.65 1.7M5.17 11.14C6.61 9.14 6.02 7.61 5 6.19c-1.63 1.44-1.37 3.74 0.17 4.95m2.12-3.15C8.73 5.99 8.14 4.46 7.13 3.04c-1.63 1.45-1.37 3.74 0.16 4.95' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2686'%3e%3cpath d='M4.28 13.52l8.19-1.6c2.55-0.5 4.02-2.73 3.57-5.04A4.27 4.27 0 0 0 11.03 3.51a4.26 4.26 0 0 0-4.99-3.39C3.72 0.58 2.19 2.78 2.69 5.32L4.28 13.52z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG2689'%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(0%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(0%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(0%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(0%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(0%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(0%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(0%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2685' transform='translate(0%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(73.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(73.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(73.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(73.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(73.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(73.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(73.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(73.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(147%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(147%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(147%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(147%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(147%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(147%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(147%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(147%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(220.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(220.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(220.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(220.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(220.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(220.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(220.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(220.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(294%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(294%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(294%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(294%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(294%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(367.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(367.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(367.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(367.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(367.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(441%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(441%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(441%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(441%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(441%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(514.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(514.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2684' transform='translate(514.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(514.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2682' transform='translate(514.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(514.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(514.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(514.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2685' transform='translate(588%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(588%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(588%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(588%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(588%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(588%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2685' transform='translate(588%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(588%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(661.5%2c 0) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(661.5%2c 73.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(661.5%2c 147) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2683' transform='translate(661.5%2c 220.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2688' transform='translate(661.5%2c 294) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2687' transform='translate(661.5%2c 367.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2681' transform='translate(661.5%2c 441) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG2686' transform='translate(661.5%2c 514.5) scale(2.1)' fill='rgba(132%2c 161%2c 191%2c 0.2)'%3e%3c/use%3e%3c/g%3e%3c/defs%3e%3c/svg%3e");
}

.book_image {
  border-radius: 1rem;
  overflow: hidden;
}
.sub_title > p {
  color: var(--theme-color);
  opacity: 0.7;
}
.book_notAvailable {
  background-color: var(--secondary-color);
  opacity: 0.9;
  color: #fff;
  padding: 0.5rem 3rem;
  border-radius: 1rem;
  width: fit-content;
  margin: auto;
}
.book_notAvailable p {
  margin-bottom: 0;
}
.book_details {
  text-align: right;
  direction: rtl;
}
.book_details_title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-color);
  text-align: right;
  line-height: 2;
}
.book_details hr {
  border: 2px solid var(--primary-color);
  opacity: 1;
  margin-bottom: 3rem;
}
.book_details hr.thin {
  border: 0.05rem solid var(--primary-color);
  opacity: 0.5;
  margin-top: 3rem;
  margin-bottom: 0;
}
.book_details_description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.1rem;
  color: gray;
  font-weight: bold;
}
.book_details_price {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  padding: 0.3rem 3rem;
  border-radius: 1rem;
  width: fit-content;
  margin-left: auto;
  margin-top: 2rem;
}
.book_buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.book_buttons button,
.book_buttons a,
.invoice-information .information-box a {
  padding: 0.75rem;
  border: none;
  border-radius: 10px;
  transition: all 0.4s;
  font-size: 1.3rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.book_buttons .add_to_cart {
  background: var(--primary-color);
}
.book_buttons .go_to_cart,
.invoice-information .information-box a {
  background: var(--cyan-dark);
}
.book_buttons .book_notAvailable {
  width: 100%;
  text-align: center;
}
.book_buttons button:hover,
.book_buttons a:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991.98px) {
  .book_details_title h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .book_details_title h2 {
    margin-top: 2rem;
  }
}

/*
  =============================
  === End Book Details Page ===
  =============================
*/

/*
  =======================
  === Start Cart Page ===
  =======================
*/
.cart_total_price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--cyan-light);
  border-radius: 2rem;
  margin: auto;
}



.cart_total_price span {
  width: 60px;
  border-radius: 2rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.cart_total_price span:first-child {
  width: 100px;
  font-weight: bold;
  color: white;
  background: var(--primary-color);
  font-size: 1.2rem;
}

.cart_total_price span:last-child {
  color: #232323;
  font-size: 0.9rem;
  font-weight: 300;
  padding-left: 1rem;
}

.cart_title_section {
  margin-bottom: 2rem;
  font-weight: bold;
}

.course-card-header {
  overflow: hidden;
  border-radius: 10px;
}

.course-card img {
  transition: var(--trans-dur) var(--trans-timing);
}
.course-card:hover img {
  filter: saturate(3);
  transform: scale(1.2);
}

.course-card-body {
    position: relative;
  background-color: var(--theme-background);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: -5px 5px 20px #0006;
  transition: var(--trans-dur) var(--trans-timing);
  overflow: hidden;
}

.course-card:hover .course-card-body {
  transform: scale(1.05);
}

.course-card-body header,
.course-card-body footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.course-card-body-title {
  flex-grow: 1;
  
}

.course-card-body-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  gap: 10px;
  /* flex-basis: 120px; */
}

.course-card button:not(.trash) {
  border-radius: 1rem;
  border: 2px solid transparent;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
}

.course-card .course-subscribed p {
  border: 1px solid #14b8a6;
  background: rgb(6 182 212 / 0.1);
  padding: 1rem 0.5rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  width: 120px;
}

.button-outline,
.button-fill:hover{
  background: transparent;
  border-color: #14b8a6 !important;
  color: var(--theme-color);
}
.button-fill,
.button-outline:hover {
  background: var(--main-gradient);
  color: white;
  border: 2px solid transparent !important;
}

.course-card .separated-line {
  width: 85%;
  margin: 2rem auto 1rem;
}

.course-card .course-price {
  border-radius: 1rem !important;
}
.course-card .course-date {
  font-size: 0.813rem;
}

.course-card .trash,
.book_card .trash {
  border: none;
  text-align: center;
  background: var(--secondary-color);
  color: white;
  font-size: 2rem;
  width: calc(100% + 2rem);
  transform: translate(1rem, 1rem);
  cursor: pointer;
}
.book_card .book-price {
  border-radius: 0 1rem 1rem 0 !important;
}
.book_card .trash {
  width: 100%;
  margin-top: 1rem;
  transform: translate(0, 0);
}

.go_to_invoice {
  transition: var(--trans-dur) var(--trans-timing);
}
.go_to_invoice:hover {
  transform: scale(1.1);
}

.go_to_invoice div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--main-gradient);
  color: white;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -50px;
  position: relative;
}
.go_to_invoice p {
  height: 50px;
  padding: 0 4rem;
  border-radius: 2rem;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  line-height: 50px;
  background: var(--primary-color);
}

@media screen and (max-width: 767.98px) {
  .go_to_invoice p {
    padding: 0 4rem 0 2rem;
  }
}
@media screen and (max-width: 640.98px) {
    .course-card-body header, .course-card-body footer {
        flex-direction: column;
    }
}

/*
  =====================
  === End Cart Page ===
  =====================
*/

/*
  ==========================
  === Start Invoice Page ===
  ==========================
*/
.invoice-description {
  margin-top: 1rem;
  text-align: center;
}
.invoice-description p,
.invoice-description span {
  color: var(--bs-secondary);
  font-size: 1.3rem;
  font-weight: 500;
}

.invoice-information .information-box {
  background: var(--theme-secondary-background);
}

.invoice-information h2 {
  color: var(--secondary-color);
}

.invoice-information hr {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.invoice-table thead tr th {
  background-color: var(--primary-color);
  color: white;
}
.invoice-table tbody tr td,
.invoice-table tfoot tr.table td,
.invoice-table tfoot tr:nth-last-child(2) td {
    background-color: var(--theme-secondary-background);
    color: var(--theme-color);
}
.invoice-table tfoot tr:last-child td {
  background-color: var(--cyan-light);
}

/*
  ==========================
  === End Invoice Page ===
  ==========================
*/
/*
  ============================
  === Start MyProfile Page ===
  ============================
*/
.myProfile-content {
  margin-top: -2rem;
  padding: 3rem 1.5rem;
  background: var(--theme-background);
  position: relative;
}
.myProfile-content .content-header > div {
  border-radius: 2rem;
  background: var(--theme-background);
  overflow: hidden;
  width: fit-content;
  padding-left: 2rem;
  gap: 2rem;
  border: 2px solid rgb(100 116 139 / 0.1);
}
.myProfile-content .content-header > div span:first-child {
  background-color: var(--primary-color);
  color: white;
  padding: 0rem 1.5rem;
  border-radius: 2rem;
  font-size: 2rem;
}
.myProfile-content .content-header > div span:last-child {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--theme-color);
}
.nav-pills {
  --bs-nav-pills-link-active-bg: var(--primary-color);
  width: 200px;
  gap: 1rem;
  flex-shrink: 0;
}
.myProfile-tabs .nav-link {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 2px solid rgb(100 116 139 / 0.1);
  color: var(--theme-color);
  background: var(--theme-background);
  text-align: right;
}

.myProfile-tabs table * {
  text-wrap: nowrap;
}
.myProfile-tabs table tr th,
.myProfile-tabs table tr td{
  background: var(--theme-secondary-background);
  color: var(--theme-color);
  font-size: 0.8rem;
  padding: 1.5rem 1rem;
  text-align: center;
  align-content: center;
}





.csv-btn {
  display: block;
  width: fit-content;
  border: none;
  outline: none;
  background-color: var(--cyan-dark);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .myProfile-tabs {
    flex-direction: column;
  }
  .myProfile-tabs .nav-pills{
    width: 100%;
  }
}

/*
  ==========================
  === End MyProfile Page ===
  ==========================
*/


/*
  ========================
  === Start Login Page ===
  ========================
*/
.login-form-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 1rem;
}
.login-form-header-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.login-form-header-title span:first-child {
  color: var(--theme-color);
}
.login .login-form-header-title span:last-child {
  color: var(--secondary-color);
}
.register .login-form-header-title span:last-child {
  color: var(--primary-color);
}
.login-form-header-image {
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
.login-form-header-image img {
  width: 2rem;
}
.login-form-header-body {
  color: #6b7280;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.custom_input {
  position: relative;
}
.custom_input::after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-bottom: 1px solid #06b6d4;
  transition: all 0.4s ease;
}

.custom_input .bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  z-index: -1;
}

.custom_input .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 0;
  background: #06b6d480;
  border-bottom: 1px solid #06b6d4;
  z-index: -1;
  transition: all 0.4s ease;
}

.custom_input.focused .bg::before {
  animation: slide 0.5s ease-in-out alternate;
}

@keyframes slide {
  0% {
    width: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

.custom_input.focused::after {
  width: 100%;
}
.custom_input input {
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #6b7280;
  color: var(--theme-color);
  display: block;
  font-size: 18px;
  padding: 0.625em 0.625em 0.625em 0.3125em;
  width: 100%;
  transition: all 0.4s ease;
}
.custom_input label {
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  right: 0.3125em;
  top: 0.625em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -webkit-transition: all 0.27s ease;
  z-index: 10;
}
.custom_input svg {
  color: #06b6d4;
}
.custom_input.focused label {
  color: #06b6d4;
  font-size: 14px;
  left: 0;
  top: -20px;
}
.custom_input_message {
  color: #777;
  font-size: 0.8rem;
  margin-top: 2px;
  word-spacing: 2px;
}
form button {
  margin-top: 2rem;
  width: auto;
  font-size: 1.2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.check_method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.check_method input {
  transform: scale(2);
  cursor: pointer;
}
/*
  ======================
  === End Login Page ===
  ======================
*/

/*
  ===================================
  === Start Home Page After Login ===
  ===================================
*/
.news_courses {
  background: var(--cyan-dark);
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.news_courses::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.news_courses_head .news_courses_title {
  font-size: 2rem;
  font-weight: 600;
  color: #1f2937;
}
.news_courses_head .head_image {
  width: 15rem;
  margin: auto;
}
.news_courses_circle {
  -webkit-animation: toSpin 40s linear infinite;
  animation: toSpin 40s linear infinite;
  border: 2px dashed #1f2937;
  border-radius: 100%;
  height: calc(17rem * 2);
  width: calc(17rem * 2);
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@keyframes toSpin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(1turn);
    transform: translateX(-50%) rotate(1turn);
  }
}

.news_courses_content {
  background-color: var(--theme-background);
  padding: 3rem .5rem;
  border-radius: 1rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .news_courses .container-fluid {
    padding: 0 !important;
  }
}
/*
  =================================
  === End Home Page After Login ===
  =================================
*/

/*
  ================================
  === Start Course Page Design ===
  ================================
*/
.course-header,
.myProfile-header {
  padding: 6rem 2rem 14rem;
  background-image: url("../images/courseBg.png");
  background-size: cover;
  background-position: left;
  background-color: #0891b2;
  border-radius: 1rem;
  position: relative;
  margin: 0 1rem;
}
.course-header::after,
.myProfile-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0000, #0891b2, #0891b2);
  border-radius: 1rem;
}
.course-details-number,
.course-details-text {
  display: flex;
  align-items: center;
  background: #1e3a8a;
  color: white;
  padding: 0.1rem 1rem;
  border-radius: 3rem;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
.course-details-number svg {
  color: #fde047;
}
.course-details-text {
  padding-right: 2rem;
  margin-right: -1.5rem;
  z-index: 1;
}
.course-details > div:first-of-type .course-details-text,
.course-details > div:nth-of-type(4) .course-details-text {
  background: var(--cyan-light);
  color: #000;
}
.course-details > div:nth-of-type(2) .course-details-text,
.course-details > div:last-of-type .course-details-text {
  background: var(--secondary-color);
}
.course-details > div:nth-of-type(3) .course-details-text {
  background: var(--primary-color);
}
.course-dates {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.813rem;
}
.course-banner img {
  width: 100%;
  border-radius: 1rem;
}

.course-small-banner {
  padding: 1rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  margin-top: -12rem;
  box-shadow: 0 0 20px #0006;
}
.course-small-banner img {
  width: 100%;
  height: 200px;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.course-accordion .accordion-item {
  background-color: var(--theme-background);
}
.course-accordion .accordion-item .accordion-header .accordion-button {
  background-color: var(--theme-background);
}
.course-accordion > .accordion-item > .accordion-header .accordion-button {
  background-color: var(--theme-secondary-background);
  border-radius: 0.35rem;
}
.course-accordion .accordion-item .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
body[data-theme="dark"] .course-accordion .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}
.course-accordion > .accordion-button:not(.collapsed) {
  box-shadow: none;
  border: none;
  background: #ffe4e6;
}
.course-accordion .accordion-button:focus {
  box-shadow: none;
}
.course-accordion > .accordion-item > .accordion-header .accordion-button svg {
  color: var(--secondary-color);
  font-size: 3rem;
  flex-shrink: 0;
}
.course-accordion .accordion-item .accordion-header button div {
  color: var(--theme-color);
  text-align: right;
  direction: ltr;
  font-size: clamp(1rem, 3vw, 2rem) !important;
}
.course-accordion .accordion-item .accordion-body {
  background-color: var(--theme-secondary-background);
  padding: 1.25rem;
  margin-top: 1rem;
  border-radius: 0.375rem;
}
.course-children-accordion .accordion-item .accordion-body {
  background-color: var(--theme-background);
}
.course-accordion .accordion-button svg.video_icon,
.course-accordion .accordion-button svg.book_icon,
.course-accordion .accordion-button svg.quiz_icon,
.course-accordion .accordion-button svg.homework_icon{
  color: #eab308;
  font-size: 2rem;
  flex-shrink: 0;
}
.course-accordion .accordion-button svg.book_icon {
  color: var(--primary-color);
}
.course-accordion .accordion-button svg.quiz_icon,
.course-accordion .accordion-button svg.description_icon {
  color: var(--secondary-color);
}
.course-accordion svg.description_icon {
  color: var(--secondary-color);
}
.course-accordion svg.details_icon {
  color: #eab308;
}
.course-accordion .accordion-button svg.homework_icon{
    color: #2dd4bf;
}
.quize-image {
    margin: auto;
    display: block;
    height: 400px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}
.quize-list {
    list-style: none;
    margin-top: 0.5rem;
}
.quize-list li.single-list-quize {
    font-weight: bold;
    padding: 3px;
    font-size: 1.1rem;
}
.single-list-quize label {
    border: 1px solid hsla(var(--hue), 0%, 90%);
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    margin: 0.1rem 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
body[data-theme="dark"] .single-list-quize label {
    border: 1px solid hsla(var(--hue), 0%, 15%);
}
.single-list-quize input:checked ~ label {
    background: var(--primary-color);
    color: #FFF;
}
.waterMarkImage {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0.3;
    z-index: 0;
    width: 400px;
    transform: rotate(-25deg) translateX(-50%);
}
@media screen and (max-width: 767.98px) {
    .quize-image {
        height: auto;
        width: 100%;
    }
    .course-accordion .accordion-button svg.video_icon,
    .course-accordion .accordion-button svg.book_icon,
    .course-accordion .accordion-button svg.quiz_icon,
    .course-accordion .accordion-button svg.homework_icon {
        font-size: 1.5rem;
    }
}
/*
  ==============================
  === End Course Page Design ===
  ==============================
*/

/* Start Footer */
.arrows {
    bottom: 0px;
    cursor: pointer;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}
.arrows span {
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
    border-bottom: 3px solid #f43f5e;
    border-image-slice: 1;
    border-left-width: 0;
    border-radius: 10%;
    border-right: 3px solid #f43f5e;
    border-top-width: 0;
    display: block;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}
.arrows span:nth-child(2) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}
.arrows span:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}
@keyframes animate {
    0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(20px, 20px);
        transform: rotate(45deg) translate(20px, 20px);
    }
}
.main-footer {
  background: #334155;
  padding: 4rem 20px;
  margin-top: 6rem;
  background-repeat: repeat-x;
  background-size: 100px;
  background-blend-mode: soft-light;
}

.ramadan {
  position: fixed;
  top: 79px;
  left: 25px;
  z-index: 9;
  width: 200px;
  animation: moveUpDown 1s infinite linear alternate;
  transform-origin: top center;
}

@keyframes moveUpDown {
  0% { transform:  rotate(10deg);}
  50% { transform:  rotate(0deg); }
  100% { transform: rotate(-10deg);}
}

.main-footer .social-media img {
  width: 50px;
  height: 50px;
  transition: var(--trans-dur);
}

.main-footer .social-media img:hover {
  transform: scale(1.2);
}

.main-footer hr {
  border: 0.2rem solid #1e293b;
  opacity: 1;
  border-radius: 0.2rem;
  margin: 2rem 0;
}

.main-footer span.heart {
  font-size: 1.5rem;
}
.hot-line {
    width: fit-content;
    margin: 2rem auto;
    padding: 1rem;
    background: #FFF;
    border-radius: 0.5rem;
}
.hot-line a { 
    color: #FFF;
    background: #a6dbe4;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.5s ease-in-out;
}
.hot-line a:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.hot-line a svg {
        font-size: 2rem;
    color: #000;
}
.hot-line a h4 {
    direction: ltr;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 900;
    color: #000;
    white-space: nowrap;
} 
.hot-line h6 {
    white-space: nowrap;
}
#video-container h4#video-title {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translatex(-50%);
    color: var(--theme-color);
    font-weight: bold;
    z-index: 100;
    font-size: clamp(0.7rem, 3vw, 1.3rem);
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .main-footer .social-media img {
    width: 35px;
    height: 35px;
  }
}

/* End Footer */