@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;
    --green-color: #2dd4bf;
    --cyan-dark: #0e7490;
    --cyan-light: #22d3ee;
    --main-gradient: linear-gradient(
        to right,
        #14b8a6 0%,
        #0ea5e9 51%,
        #0ea5e9 100%
    );
    --free-gradient: linear-gradient(
        to right,
        #f43f5e 0%,
        #a855f7,
        51%,
        #a855f7 100%
    );
    --trans-dur: 0.6s;
    --trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
    --box-shadow: rgba(100, 100, 111, 0.2) 12px 11px 34px 11px;
    --box-shadow-2: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

* {
    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-secondary-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;
}

ul {
    list-style: 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;
}

/* لإخفاء الأسهم في 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;
}

.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-green {
    --btn-color: var(--green-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: 100vh;
    z-index: -1;
}

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

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

.eBtn {
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
.gradient {
    background-image: var(--main-gradient);
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
}
.gradient:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.form-label {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0rem;
    font-weight: 700;
    color: var(--theme-color);
}

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

/* Start Navbar */
nav#main__navbar {
    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;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

nav#main__navbar.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#main__navbar .progress-indicator .progress-bar {
    height: 5px;
    background: var(--cyan-dark);
    width: 0%;
}

body[data-theme="dark"] nav#main__navbar .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: -3px;
    right: -7px;
    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;
}
.balance-container {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: var(--theme-background);
    padding-left: 5px;
    box-shadow: -2px -1px 9px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 25px;
    position: relative;
    height: 40px;
    min-width: 70px;
}
.balance-container .wallet-icon {
    color: #ffffff;
    padding: 5px;
    background: var(--main-gradient);
    border-radius: 50%;
}
.balance-container .balance-amount {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--theme-color);
}
.navbar .buttons-afterLogin .dropdown-menu {
    top: 95%;
    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: transparent !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 */

/* User Profile */
.Userprofile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.us-btn {
    position: relative;
    background-color: transparent;
}

.us-btn:after {
    display: none;
}
.Userprofile .btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}
.Userprofile .dropmenu-end a {
    padding: 0;
    font-size: 15px !important;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.Userprofile .dropmenu-end a:hover svg path,
.Userprofile .dropmenu-end a:hover {
    color: var(--main-color);
    fill: var(--main-color);
}
.Userprofile .dropmenu-end {
    border: none;
    border-radius: 1px 1px 12px 12px;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 230px;
    margin-top: 2px !important;
    padding: 15px;
}
.Userprofile .dropdown-item.active,
.Userprofile .dropdown-item:active {
    background-color: transparent;
    color: var(--primary-color);
}

.Userprofile .dropmenu-end a.bootcamp-menu-icon svg {
    margin-right: 10px !important;
}

.Userprofile .dropmenu-end a.bootcamp-menu-icon:hover svg path {
    stroke: var(--main-color);
    fill: none;
}

.figure_user {
    gap: 10px;
    margin-bottom: 21px;
}
.figure_user h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}
.figure_text {
    text-align: right;
    color: var(--theme-color);
}
.figure_text p {
    font-size: 13px;
    color: var(--text-color);
}
.figure_user img {
    height: 44px;
    width: 44px;
}
/* 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 .brand {
        justify-content: flex-end;
        gap: 0.25rem;
    }
    .navbar .buttons-afterLogin {
        justify-content: space-between;
        gap: 0;
    }
    .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.8rem !important;
    }
    .navbar .balance-container dotlottie-player {
        width: 25px !important;
        height: 25px !important;
    }
    .currency {
        display: none;
    }
    .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(2rem, 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: 60px;
    }

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

    main .main-image img {
        max-width: 400px;
        aspect-ratio: auto;
    }

    .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 {
    margin-top: 3rem;
    direction: rtl;
}

.books .book_card {
    height: 100%;
    display: flex;
    border: 1px solid #cbd5e1;
    background: var(--theme-background);
    border-radius: 0.25rem;
    padding: 1rem;
    padding-right: 1.5rem;
}

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

.books .book_card .card-img-top {
    width: 140px;
    max-height: 220px;
    aspect-ratio: 2 / 3;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    margin-top: -3rem;
    border-radius: 0.25rem;
}
.books .book_card .card-body {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.books .book_card .card-body .card-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0.5rem 0;
    color: var(--theme-color);
}
.books .book_card .card-body .card-text {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    line-height: 1.6;
    color: var(--bs-secondary);
}
.books .book_card .card-body .card-text span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.book-counter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex: 1;
    align-self: center;
}
.book-counter button {
    border: none;
    outline: none;
    background-color: transparent;
}
.book-counter svg {
    font-size: 2rem;
    cursor: pointer;
}
.book-counter button:disabled svg {
    opacity: 0.3;
    cursor: not-allowed;
}
.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;
}
.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;
}
.book-counter 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;
}
.myCourses .course-card-body header,
.myCourses .course-card-body footer {
    flex-direction: column;
}
.myCourses .single-progress {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
}
.myCourses .single-progress p {
    font-weight: 800;
    font-size: 0.8rem;
    margin-bottom: 0;
}
.myCourses .course-card-body .course_progress {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme-secondary-background);
    position: relative;
    flex-grow: 1;
}
.myCourses .course-card-body .course_progress-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #14b8a6;
}

.myCourses .course-card-body-title {
    width: 100%;
}

.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;
}

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

.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 Dashboard Pages ===
  =============================
*/
.profile-banner-area {
    background: var(--main-gradient);
    width: 100%;
    height: 310px;
    position: relative;
    z-index: -1;
}

.profile-banner-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 94%) 0%,
        rgb(255 255 255 / 35%) 70%
    );
    z-index: 0;
}
.profile-banner-area-container {
    margin-top: -280px;
}
.gradient-border {
    background: var(--main-gradient);
    border-radius: 12px;
    padding: 2px;
    width: 100%;
}
.course-sideBar {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--theme-background);
    box-shadow: var(--box-shadow-2);
}
.profile-info {
    position: relative;
}

.profile-info img.photo {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    object-fit: cover;
}

.profile-info .name,
.profile-info .email {
    text-align: center;
    font-size: 15px;
}

.profile-info .name {
    margin: 16px 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
}

.profile-info .upload-new {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.profile-info .upload-new:hover a {
    display: flex;
}

.profile-info .upload-new > a {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #0000007a;
    color: #fff;
    border-radius: 50%;
}
.course-sideBar p {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    color: #a1a7b4;
}
.couses-tab-list li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--theme-secondary-background);
}
.couses-tab-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.couses-tab-list li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color);
    display: flex;
    gap: 1rem;
    align-items: center;
}
.couses-tab-list li svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}
.couses-tab-list li.active a {
    color: var(--primary-color);
    font-weight: bold;
}
.couses-tab-list li.active a svg path {
    fill: var(--primary-color);
}
.couses-tab-list li a:hover svg path,
.couses-tab-list li a:hover {
    color: var(--primary-color);
    fill: var(--primary-color);
}
.g-title {
    font-size: 24px;
    font-weight: 800;
    color: #111;
}
/*
  ===========================
  === End Dashboard Pages ===
  ===========================
*/
/*
  ==========================
  === 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 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: #080c14;
    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: toSpinn 40s linear infinite;
    animation: toSpinn 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 toSpinn {
    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 0.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;
}
.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;
}
.course-accordion .accordion-item .accordion-header button div {
    color: var(--theme-color);
    text-align: right;
}
.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 {
    font-size: 2rem;
}
svg.video_icon,
svg.details_icon {
    color: #eab308;
}
svg.book_icon {
    color: var(--primary-color);
}
svg.quiz_icon,
svg.description_icon {
    color: var(--secondary-color);
}
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%;
    }
}
/*
  ==============================
  === End Course Page Design ===
  ==============================
*/

/*
  =========================
  === Start Quiz Design ===
  =========================
*/
.question-title {
    padding: 0.5rem;
    border-radius: 0.5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.serial {
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: var(--cyan-light);
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question-title div {
    flex-grow: 1;
    font-weight: bold;
}
.answer-container input {
    display: none !important;
}
.answer-container label {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    background: var(--theme-secondary-background);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.answer-container input:checked ~ label {
    background: var(--main-gradient);
    color: #fff;
}
.answer-wrong input:checked ~ label {
    background: var(--bs-danger) !important;
}
/*
  =======================
  === End Quiz Design ===
  =======================
*/

/*=============================
bootcamp style end
==============================*/
.my-panel {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: var(--theme-background);
    box-shadow: var(--box-shadow-2);
    padding-bottom: 42px;
}
.message-panel {
    padding: 20px 23px;
}
.bootcamp-grid-card .info li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bootcamp-grid-card .btns {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.bootcamp-grid-card .btns a {
    flex-basis: 50%;
    font-weight: 500 !important;
    font-size: 12px !important;
    padding: 12px 16px !important;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.bootcamp-grid-card .btns a:nth-child(2) {
    background: transparent;
    color: var(--color-2);
    border: 1px solid var(--color-2) !important;
}

.bootcamp-grid-card .btns a:nth-child(2):hover {
    background: var(--color-2) !important;
    color: var(--color-white);
}

.my-bootcamps .bootcamp-thumbnail {
    width: 140px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.my-bootcamps .bootcamp-title span {
    width: 630px;
}

.my-bootcamps .bootcamp-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

ul.my-bootcamps li {
    margin-bottom: 20px;
    padding: 1rem;
    background: var(--theme-secondary-background);
    border-radius: 1rem;
}

ul.my-bootcamps li:nth-last-child(1) {
    margin-bottom: 0;
    border: none;
}

.bootcamp {
    color: var(--color-2) !important;
    transition: 0.4s ease;
}

.bootcamp:hover .bootcamp-title {
    color: var(--color-1);
}
.bootcamp-details {
    flex-grow: 1;
}

.bootcamp .bootcamp-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    transition: 0.3s;
}

.bootcamp-title i {
    display: inline-flex;
}
.bootcamp-title ~ p,
.module-details {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color);
}
.module-details.no-data {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    text-align: center;
    padding: 16px 0;
}
.my-bootcamp-details .bootcamp-thumbnail {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
}

.my-bootcamp-details .bootcamp-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.my-bootcamp-details .bootcamp-title {
    color: var(--color-2);
    display: block;
    line-height: 22px;
    max-width: 550px;
}

.modules {
    margin-top: 30px;
}
.modules:empty {
    display: none;
}
.modules .accordion-button {
    padding-left: 30px;
    position: relative;
}

.modules .accordion-button::after {
    background: url(../image/arrow-down.svg) no-repeat scroll center center /
        cover;
    transition: var(--bs-accordion-btn-icon-transition);
    margin: 0px !important;
    position: absolute;
    left: 0;
    top: 18px;
    background-size: 12px;
    width: 15px;
    height: 15px;
}

.modules .module-title {
    font-weight: 500 !important;
}

.modules .live-classes {
    padding-left: 30px;
}
.modules .live-classes li {
    font-size: 15px;
    font-weight: 500;
    margin: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.class-date {
    font-size: 13px;
    color: var(--text-color);
}

.class-status span {
    font-weight: 500;
    font-size: 10px;
}

.class-btns .join-now {
    background: #1d2939;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    min-width: 80px;
    text-align: center;
    display: inline-block;
}

.class-btns .join-now.disable {
    background: var(--border-clr);
    pointer-events: none;
    cursor: not-allowed;
}

.modules .accordion-button {
    border-bottom: 0px !important;
    margin-bottom: 0;
    height: 60px;
    padding-top: 0 !important;
}
.modules .accordion-button:not(.collapsed) {
    color: var(--color-2) !important;
}

.modules .accordion-collapse.collapse {
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

.modules .accordion-button:not(.collapsed) {
    padding-bottom: 0 !important;
}

.accordion-collapse.collapse.show {
    border-top: 1px solid var(--border-clr) !important;
    border-bottom: 1px solid var(--border-clr) !important;
}

.couses-tab-list li a.bootcamp-sidebar-icon svg,
.couses-tab-list li.active a.bootcamp-sidebar-icon svg {
    margin-right: 12px !important;
}

.couses-tab-list li.active a.bootcamp-sidebar-icon svg path,
.couses-tab-list li a.bootcamp-sidebar-icon:hover svg path {
    stroke: var(--primary-color) !important;
    fill: none !important;
}

.Userprofile .dropmenu-end a.bootcamp-menu-icon svg {
    margin-right: 10px !important;
}

.Userprofile .dropmenu-end a.bootcamp-menu-icon:hover svg path {
    stroke: var(--main-color);
    fill: none;
}
.bootcamp-grid-card .entry-title h3 {
    height: 60px !important;
}

.bootcamp-grid-card .bootcamp-purchased {
    background: var(--color-2) !important;
    color: var(--color-white) !important;
}

.resource-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-2);
    text-align: center;
    position: relative;
    z-index: 1;
}

.resource-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--border-clr);
    z-index: -2;
}

.resource-title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 10px;
    background: #fff;
    z-index: -1;
}

.modules .badge {
    width: 67px;
}

@media screen and (max-width: 676.98px) {
    .my-bootcamps .bootcamp-title span {
        width: 100%;
    }
}

/*=============================
bootcamp style end
==============================*/
/********  Purchase  History   Area   Start
***************************************************************/
.purchase-history-panel .eTable {
    margin-top: 24px;
}

/* .eTable > :not(caption) > * > :first-child {
    color: var(--primary-color);
} */

.eTable {
    --bs-table-bg: var(--theme-background);
}
.eTable > :not(caption) > * > * {
    border-bottom: 1px dashed #d2d2d2;
    padding: 15px 20px !important;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    color: var(--theme-color);
}

.eTable thead tr th:nth-child(1) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.eTable thead tr th:nth-last-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.eTable thead tr th {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    border-bottom: 1px solid var(--theme-background);
    background-color: var(--theme-secondary-background);
}

/******** modal css starts
***************************************************************/
/********  Message    Area   Start
***************************************************************/
.empty-inbox-msg {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    cursor: default;
}

.empty-inbox-icon svg {
    scale: 1.5;
}

.message-panel {
    padding: 20px 23px;
}
.message-intro .g-title {
    margin-bottom: 23px;
}
.Esearch_entry {
    padding-right: 12px;
    position: relative;
}
.Esearch_entry .form-control {
    height: 40px;
    border-radius: 8px;
    padding-right: 28px;
}
.Esearch_entry button {
    position: absolute;
    right: 21px;
    top: 9px;
    border: none;
    background: none;
    height: 20px;
    width: 20px;
    color: #6b7385;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
.Esearch_entry .form-control::placeholder {
    color: #979fb2;
    font-weight: 500;
    font-size: 15px;
}
.message-intro .Esearch_entry .form-control {
    height: auto;
    padding: 10px 10px 10px 40px;
    margin-bottom: 16px;
    background-color: #f4f7fd;
    border-color: #f4f7fd;
    color: var(--color-2);
}
.message-intro .form-control:focus {
    color: var(--color-2) !important;
}
.message-intro .Esearch_entry button {
    right: auto;
    top: 11px;
    left: 10px;
}
.message-left .nav-pills .nav-link.active,
.message-left .nav-pills .show > .nav-link {
    color: transparent;
    background-color: transparent;
}

#msg-search-list {
    width: 260px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 10px #0003;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1111;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#msg-search-list.active {
    top: 110%;
    visibility: visible;
    opacity: 1;
}

.msg-sidebar .contacts {
    height: 590px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    padding-right: 8px;
}
.message-left .contact {
    transition: 0.2s;
    border-radius: 8px !important;
    padding: 8px;
    cursor: pointer;
}
.message-left .contact:hover,
.message-left .contact.active {
    background: #f4f7fd !important;
}
.ins-left {
    display: flex;
    gap: 12px;
    align-items: center;
}
.ins-nav .ins-left img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.active-image {
    position: relative;
}
.active-image::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #5dbd93;
    bottom: 3px;
    right: 4.5px;
}
.active-image::before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #fff;
    right: 3px;
    bottom: 1px;
}
.active-image.no-status::after,
.active-image.no-status::before {
    display: none;
}
.ins-nav {
    display: flex;
    justify-content: space-between;
}
.ins-figure {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.ins-figure h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--theme-color);
}
.ins-figure small {
    font-size: 12px;
    color: var(--theme-color);
}
.ins-figure .typing {
    color: #5dbd93;
}
.ins-figure p {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}
.ins-rights .time {
    font-size: 12px;
    font-weight: 500;
    color: #747579;
    display: inline-block;
    margin-bottom: 4px;
}
.ins-rights p {
    height: 16px;
    width: 16px;
    background-color: #e92175;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    margin: auto;
    margin-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-image img {
    height: 44px !important;
    width: 44px !important;
}
.elips-dots {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: #edf0f7;
    border-radius: 50%;
    color: #6b7385;
    font-size: 17px;
    cursor: pointer;
}
/* Message */
.custome-height {
    height: 575px;
    overflow-y: auto;
    background-color: #f4f7fd;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scrollbar-gutter: stable;
}
.message-send-option {
    background: #f4f7fd;
    padding: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.message-text {
    flex: 0 0 calc(100% - 116px);
}
.pb-17 {
    padding-bottom: 17px;
}
.g-14 {
    gap: 20px;
}

.fz-13-m-grayish {
    font-size: 12px;
    font-weight: 500;
    color: #747579;
    margin: 0 6px;
}
.message-list li {
    max-width: 100%;
    margin-bottom: 10px;
}
.message-list li:last-child {
    margin-bottom: 0;
}
.message-list li p {
    display: inline-block;
    background-color: var(--bg-white);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-2);
    padding: 10px;
    line-height: 20px;
}
.message-list li p:last-child {
    border-radius: 0rem 1.25rem 1.25rem;
}
.message-for-me .message-list li {
    text-align: right;
}
.message-for-me .message-list li p {
    background-color: var(--color-1);
    color: var(--color-white);
    border-radius: 10px 10px 0 10px;
}
.message-for-me .message-list li p:last-child {
    border-radius: 10px 10px 0 10px;
}

.message-input {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px 12px;
}
.message-input .form-control {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-2);
    width: 100%;
    padding: 0 !important;
    resize: none;
    height: 30px;
}
.message-input .form-control::placeholder {
    color: #a2a3a8;
}
.message-input .ic-control label {
    cursor: pointer;
}
.send_message_btn {
    background-color: var(--color-1);
    padding: 8px;
    border: none;
    outline: none;
    border-radius: 10px;
}
.message-input .form-control:focus {
    color: var(--color-2) !important;
}
.g-12 {
    gap: 12px;
}
.ic-control {
    gap: 10px;
}
.message-header .ins-figure h4 {
    font-size: 16px;
    font-weight: 600;
}
.message-header {
    margin-bottom: 8px;
}

.count-files {
    position: absolute;
    bottom: 90px;
    background: #fff;
    padding: 8px;
    right: 16px;
    border-radius: 8px;
    color: var(--color-2);
    font-weight: 500;
    box-shadow: 1px 1px 20px #0000001a;
}

.count-files i:hover {
    color: var(--color-1);
}

.ins-figure p {
    width: 135px;
}

.message-input form {
    display: flex;
}

.message-input form div {
    flex-grow: 1;
}

.welcome-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 100%;
}

.welcome-msg p {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-2);
}

.contacts::-webkit-scrollbar-track,
.custome-height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.contacts::-webkit-scrollbar,
.custome-height::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.contacts::-webkit-scrollbar-thumb,
.custome-height::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-1);
}
/********  Message    Area   End
***************************************************************/

/******** Cart Page Design
***************************************************************/
.entry_panel {
    background-color: var(--theme-background);
    box-shadow: var(--box-shadow-2);
    padding: 30px;
    border-radius: 10px;
}
.entry-details {
    margin-top: 10px;
}
.entry-title {
    display: flex;
    justify-content: space-between;
}
.entry-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 12px;
    line-height: 25px;
}

.cart-item {
    background-color: var(--theme-background);
    margin: 0.5rem 0;
    border-radius: 0.5rem;
}
.cart-items thead th {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color);
}

.cart-items .item-photo {
    width: 200px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
}

.item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cart-item-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-2);
    margin-bottom: 8px;
}

.cart-item-text {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
}

.item-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.item-price del {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--bs-secondary);
    text-decoration: line-through;
}

.item-price-details span {
    color: #777;
    font-size: 0.9rem;
    flex-shrink: 0;
    width: 45px;
    font-weight: 400;
}
.item-price-details ul {
    padding-right: 2rem;
    padding-left: 0;
    margin: 0;
    list-style: disc;
    font-weight: 500;
}

.cart-total-price {
    padding: 20px;
    padding-top: 0;
}
.cart-total-price h2 {
    font-size: 25px;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 14px;
}
.learn-creator {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_type {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.price_type.total {
    color: var(--theme-color);
    font-weight: 600;
}

.price_type.total span:nth-child(2) {
    font-size: 18px;
}

.coupon-group {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.coupon-group button {
    border-radius: 10px 0 0 10px;
}

.coupon-group input {
    border-radius: 0 10px 10px 0;
}

.coupon {
    display: flex;
    align-items: center;
}
.coupon input:nth-child(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.coupon input:nth-child(2) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 120px;
}

.send_gift_check label {
    font-size: 15px;
    font-weight: 500;
}
.form-control {
    padding: 11px 16px;
    font-size: 15px;
    color: var(--theme-color);
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--cyan-light);
}

/******** Cart 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: -0.2s;
    animation-delay: -0.2s;
}
.arrows span:nth-child(3) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.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;
}

@media screen and (max-width: 767.98px) {
    .main-footer .social-media img {
        width: 35px;
        height: 35px;
    }
}

/* End Footer */
