@import "components.css";

@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan/yekan.woff2') format('woff2'), url('../fonts/yekan/yekan.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wght" 300, "DOTS" 1;
    font-display: swap;
}

* {
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.disabled {
    pointer-events: none;
}

body.vh-100.swal2-height-auto {
    height: 100vh !important;
}

html {
    scroll-behavior: smooth;
}

:root,
body,
header,
footer {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

body {
    padding: 0;
    margin: 0;
    direction: rtl;
    text-align: right;
    font-size: 0.9rem;
    font-family: var(--ap-font-name);
    background: white url("../img/bg/bg.jpg") no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

main {
    padding: 60px 0;
}

#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
    background: rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.logo img {
    max-height: 40px;
}

.d-dark {
    display: none;
}

.d-light {
    display: block;
}

.line-24 {
    line-height: 1.5rem;
}

.line-28 {
    line-height: 1.75rem;
}

.line-32 {
    line-height: 2rem;
}

.line-38 {
    line-height: 2.375rem;
}

.line-42 {
    line-height: 2.62rem;
}

.line-48 {
    line-height: 3rem;
}


@media only screen and (min-width: 576px) {
    .text-sm-right {
        text-align: right !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .text-xl-right {
        text-align: right !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .text-xxl-right {
        text-align: right !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}

/*--------start bootstrap--------*/
.offcanvas.offcanvas-top,
.offcanvas.offcanvas-bottom {
    max-height: 80vh;
    height: fit-content;
}

.modal-header,
.offcanvas-header {
    border-bottom: 1px solid var(--ap-light-5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.modal-header .title,
.offcanvas-header .title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: var(--ap-indigo);
    font-variation-settings: var(--ap-fw-500);
}

.modal-header .title i,
.offcanvas-header .title i {
    margin-left: 0.25rem;
    font-size: calc(1.275rem + 0.3vw);
}

.modal-body,
.offcanvas-body {
    position: relative;
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
    background: rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.form-control.is-invalid {
    background: none;
    padding: 0.55rem 0.75rem;
}

.btn-close:focus {
    box-shadow: none;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 41px;
    padding-block: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-variation-settings: var(--ap-fw-400);
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
}

.btn-success:first-child:active, .btn-success:active, .btn-success.active, .btn-success.show {
    color: white;
}

.btn:not(.btn-lg) {
    line-height: 1;
    font-size: 0.9rem;
    height: 41px;
}

.btn-lg {
    font-size: 1rem;
}

.btn-sm {
    font-size: 0.8rem;
    line-height: 1.5;
    min-width: 32px;
    height: 32px;
}

.btn-fix {
    flex-basis: 0;
}

.btn[data-content="true"] {
    min-width: 110px;
}

.btn.active {
    background-color: var(--ap-indigo) !important;
    color: white !important;
    border-color: var(--ap-indigo) !important;
}

.btn-light-2 {
    background-color: var(--ap-light-2) !important;
    border: 1px solid var(--ap-light-4) !important;
    color: var(--ap-light-30);
}

.btn-light-2:hover {
    background-color: var(--ap-light-5) !important;
    border-color: var(--ap-light-7) !important;
    color: var(--ap-grey);
}

.btn-light-2:focus,
.btn-light-2:active {
    background-color: var(--ap-light-7) !important;
    border-color: var(--ap-light-9) !important;
    color: var(--ap-grey);
}

.btn-light-3 {
    background-color: var(--ap-light-4) !important;
    border: 1px solid var(--ap-light-6) !important;
    color: var(--ap-light-30);
}

.btn-light-3:hover {
    background-color: var(--ap-light-7) !important;
    border-color: var(--ap-light-9) !important;
    color: var(--ap-grey);
}

.btn-light-3:focus,
.btn-light-3:active {
    background-color: var(--ap-light-9) !important;
    border-color: var(--ap-light-11) !important;
    color: var(--ap-grey);
}

.btn-light-4 {
    background-color: var(--ap-light-6) !important;
    border: 1px solid var(--ap-light-8) !important;
    color: var(--ap-light-30);
}

.btn-light-4:hover {
    background-color: var(--ap-light-9) !important;
    border-color: var(--ap-light-11) !important;
    color: var(--ap-grey);
}

.btn-light-4:focus,
.btn-light-4:active {
    background-color: var(--ap-light-11) !important;
    border-color: var(--ap-light-13) !important;
    color: var(--ap-grey);
}

.form-control,
.form-select {
    font-size: 0.9rem;
    border-color: var(--ap-light-5);
}

.form-control:not(textarea) {
    height: 41px;
}

.form-control:hover {
    border-color: var(--ap-light-8);
}

.form-control:focus,
.form-select:focus,
.form-control:active {
    border-color: var(--ap-light-15);
    box-shadow: none;
}

.text-overflow-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip {
    font-family: var(--ap-font-name);
    font-size: 0.8rem;
}

.dropdown-menu {
    border: none;
    min-width: 220px;
    border-radius: 0.5rem;
    display: block;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform-origin: center;
    transform: scale(0) !important;
    inset: 100% 0px auto auto !important;
    transition: transform 0.2s ease-in-out;
}

.dropdown-menu-end {
    inset: 100% auto auto 0px !important;
}

.dropdown-toggle:after {
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 7 Pro";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    border: none;
    margin-right: 0.5rem;
    font-size: 0.7rem;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1) !important;
}

.dropdown-item {
    padding: 1rem;
    font-variation-settings: var(--ap-fw-400);
    color: var(--ap-dark);
    font-size: 0.9rem;
}

.dropdown-item i {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: var(--ap-light-3);
}

.dropdown-item:focus {
    background: var(--ap-light-5);
}

@media only screen and (min-width: 576px) {
    .btn-sm-nofix {
        flex-basis: auto;
    }
}

@media only screen and (min-width: 768px) {
    .btn-md-nofix {
        flex-basis: auto;
    }
}

@media only screen and (min-width: 992px) {
    .btn-lg-nofix {
        flex-basis: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-xl-nofix {
        flex-basis: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .btn-xxl-nofix {
        flex-basis: auto;
    }
}

@media only screen and (max-width: 1199.98px) {
    .container {
        max-width: none;
        width: 100%;
        padding: 0 1rem;
    }
}

/*--------end bootstrap--------*/
/*--------start swiper--------*/
.swiper-wrapper {
    padding: 0 0 3rem 0;
}

.swiper-navigation {
    position: absolute;
    height: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-18px);
    right: 0;
    width: 100%;
}

.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
    width: 30px;
    height: 30px;
}

.swiper-navigation .swiper-button-prev {
    transform: translateX(-2rem);
}

.swiper-navigation .swiper-button-next {
    transform: translateX(2rem);
}

.swiper-pagination-horizontal.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--ap-light-10);
    opacity: 1;
    display: inline-block;
    margin: 5px;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    transition: all 0.2s ease-in-out;
    background: var(--ap-indigo);
}

/*--------end swiper--------*/
/*--------start scrollbar--------*/
.scrollbar-track {
    z-index: 0;
}

.scrollbar-track-x.show {
    display: none !important;
}

.scroll-content {
    padding-right: 0.7rem;
}

.scrollbar-track-y {
    display: block !important;
    width: 4px !important;
    background: var(--ap-light-5);
    border-radius: 5px;
}

.scrollbar-track-y .scrollbar-thumb {
    width: 4px;
    background: var(--ap-light-10);
}

/*--------end scrollbar--------*/
/*--------start header--------*/
header {
    margin-top: 1rem;
}

header .header {
    height: 75px;
    background-color: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    padding: 0px 1rem;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03);
}

header .link-header a {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

header .link-header > a:not(.btn) {
    padding: 1.8rem 0.3rem;
    font-size: 1.13rem;
    color: var(--ap-light-30);
}

header .link-header > a:not(.btn):hover {
    opacity: 0.8;
}

header:has(.menu-desktop>li:hover) #body_overlay,
header:has(.menu-desktop-drop:hover) #body_overlay,
header:has(.dropdown-menu.show) #body_overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

header:has(.menu-desktop>li:hover) .header {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

header .dropdownUser .dropdown-menu {
    margin-top: 1.5rem !important;
}

@media only screen and (max-width: 767.98px) {
    header .link-header-mobile {
        transform: translateX(-5px);
    }
}

/*--------end header--------*/
/*--------start menu-desktop--------*/
.menu-desktop,
.menu-desktop li {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}

.menu-desktop > li.nav-item > a {
    padding: 1.7rem 0;
    font-size: 0.9rem;
    font-variation-settings: var(--ap-fw-400);
}

.menu-desktop > li.nav-item > a span {
    margin-right: 3px;
    font-size: 0.7rem;
}

.menu-desktop .megamenu-full {
    background: var(--ap-light-2);
    overflow: hidden;
    padding: 1rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform-origin: top center;
    transform: rotateX(90deg);
    transition: all 0.2s ease;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: max-content;
}

.menu-desktop > li:hover .megamenu-full {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg) translateY(0rem);
}

.menu-desktop > li:has(:hover) > a {
    color: var(--ap-indigo);
}

.menu-desktop .megamenu-full .megamenu-photo {
    background: url("../img/login/man-1.webp");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

/*--------end menu-desktop--------*/
/*--------start menu-desktop-drop--------*/
.menu-desktop-drop {
    position: relative;
    cursor: pointer;
    padding: 2.2rem 1rem;
    display: flex;
    align-items: center;
}

.menu-desktop-drop i {
    font-size: 1.5rem;
    transition: all 0.2s ease-in-out;
}

.menu-desktop-drop:hover i {
    opacity: 0.8;
}

.menu-desktop-drop ul {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.5rem;
    text-align: right;
    margin: 0;
    transform-origin: center;
    padding: 0;
    min-width: 250px;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

.menu-desktop-drop:hover > ul,
.menu-desktop-drop ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.menu-desktop-drop ul li {
    list-style: none;
    padding: 0 0 0 0.4rem;
    position: relative;
    border: none;
    height: 0;
}

.menu-desktop-drop:hover > ul > li,
.menu-desktop-drop ul li:hover > ul > li {
    height: auto;
}

.menu-desktop-drop ul li a {
    color: var(--ap-dark) !important;
    font-size: 0.9rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    font-variation-settings: var(--ap-fw-400);
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    background: white;
    border: none;
}

.menu-desktop-drop ul li:first-child > a {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.menu-desktop-drop ul li:last-child > a {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.menu-desktop-drop ul li > a:hover {
    background: var(--ap-light-3);
    box-shadow: none;
}

.menu-desktop-drop ul li > a:focus {
    background: var(--ap-light-5);
}

.menu-desktop-drop ul li a i {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.menu-desktop-drop ul li a img {
    width: 24px;
    margin-left: 0.5rem;
}

.menu-desktop-drop ul li a span {
    margin-right: auto;
    font-size: 0.7rem;
}

.menu-desktop-drop ul ul {
    right: 100%;
    top: 0;
}

/*--------start menu-desktop-drop--------*/
/*--------start search--------*/
.search-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    height: 100%;
}

.search-widget .search-box {
    position: relative;
}

.search-widget .search-box i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.search-widget .search-box .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.search-widget .search-box .loading svg {
    height: 100%;
}

.search-widget .search-box.loading .loading {
    display: block;
}

.search-widget .search-box input[type='text'] {
    padding-inline: 2.5rem;
}

.search-widget .search-box #clear_search {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 40px;
    cursor: pointer;
    display: none;
}

.search-widget .start-search {
    border: 1px solid var(--ap-light-5);
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
}

.search-widget .start-search i {
    margin-bottom: 1rem;
    font-size: calc(1.325rem + 0.9vw)
}

.search-widget #result_search {
    display: none;
    height: 100%;
}

.search-widget .open-search {
    font-variation-settings: var(--ap-fw-500);
    color: var(--ap-dusk);
}

/*--------end search--------*/
/*--------start cart--------*/
#cartMobile_offcanvas {
    bottom: 76px;
}

.cart-bottom {
    background-color: white;
    overflow: hidden;
}

.cart-fixed-bottom {
    border-top: 1px solid var(--ap-light-6);
    padding: 1rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1045;
    transform: translateY(100%);
    transition: transform 0.2s ease-in-out;
}

.cart-fixed-bottom.show {
    transform: translateY(0);
}

.offcanvas-bottom.show .cart-fixed-bottom.show {
    z-index: 2;
}

.cart-fixed-bottom.ripple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: var(--ap-light-10);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: rippleEffect 0.8s ease-out;
}

@keyframes rippleEffect {
    to {
        transform: translate(-50%, -50%) scale(50);
        opacity: 0;
    }
}

.cart-fixed-bottom__close {
    margin-right: 0.5rem;
}

.cart__notification {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    cursor: pointer;
    background: white;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--ap-light-10);
    z-index: 1;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 1.2rem;
    transform: translateY(5rem);
    transition: all 0.2s ease-in-out;
}

.cart__notification.show {
    transform: translateY(0);
}

.cart__notification:hover {
    background-color: var(--ap-light-3);
}

.count-cart {
    animation: wiggle 2.5s 2s infinite;
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-13deg);
    }

    20% {
        transform: rotateZ(9deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(7deg);
    }

    35% {
        transform: rotateZ(-2deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

.count-cart-float {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--ap-indigo);
    color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    line-height: 0.5rem;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}

.cart-final {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cart-final__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-final__label {
    font-variation-settings: var(--ap-fw-500);
    align-items: center;
    display: flex;
}

.cart-final__value {
    font-variation-settings: var(--ap-fw-400);
}

.cart-final__label i {
    font-size: 1.2rem;
    margin-left: 0.25rem;
    color: var(--ap-indigo);
}

.cart-final__gem {
    align-items: end;
    flex-direction: column;
}

.cart-final__gem p {
    padding: 0.5rem;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 1rem;
    background: black url(../img/bg/get-gem.jpg) no-repeat;
    background-size: cover;
    color: white;
    border-radius: 0.5rem;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.cart-final__gem p:hover {
    transform: translateY(-0.3rem);
}

.cart-final__gem a {
    font-size: 0.8rem;
    color: var(--ap-dusk);
    font-variation-settings: var(--ap-fw-400);
}

.cart-final__gem span {
    font-size: 2rem;
    margin-inline: 0.5rem;
    display: inline-block;
    transform: translateY(5px);
}

/*--------end cart--------*/
.col-box {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--ap-light-5);
}

.col-box__header {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom: 1px solid var(--ap-light-5);
    padding: 1.5rem 2rem;
    background-color: var(--ap-light-3);
}

.col-box__title {
    font-variation-settings: var(--ap-fw-700);
    color: var(--ap-indigo);
    padding: 0;
    font-size: 1rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.col-box__title i {
    margin-left: 0.25rem;
    font-size: 1.3rem;
    font-variation-settings: var(--ap-fw-700);
}

.col-box__body {
    padding: 2rem;
}

.col-box__body .scroll-area {
    height: 475px;
}

.col-box__body .cart-list__item {
    margin-bottom: 2rem;
}

/*--------start footer--------*/
footer {
    background-color: var(--ap-dusk);
}

footer hr {
    border-color: var(--ap-light-30);
}

.menu_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0;
}

.menu_footer span {
    width: 6px;
    height: 6px;
}

.menu_footer a[aria-expanded="true"] span {
    animation: wave 2s infinite ease-in-out;
    flex-shrink: 0;
}

.menu_footer a[aria-expanded="true"] span:nth-child(1) {
    animation-delay: 0s;
}

.menu_footer a[aria-expanded="true"] span:nth-child(2) {
    animation-delay: 0.15s;
}

.menu_footer a[aria-expanded="true"] span:nth-child(3) {
    animation-delay: 0.2s;
}

#menu_footer > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer__line {
    display: none;
    height: 1px;
    flex-grow: 1;
    background-color: var(--ap-light-15);
    opacity: 0.3;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer__links a {
    color: var(--ap-light-15);
    padding: 0.4rem 0.5rem;
    transition: all 0.2s ease;
    display: flex;
    position: relative;
    align-items: center;
}

.footer__links a:hover,
.footer__links a:focus {
    color: white;
}

.footer__namad a {
    width: 110px;
    height: 110px;
    background: #223546;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.footer__namad a:hover img {
    transform: scale(1.1);
}

.footer__namad img {
    transition: all 0.2s ease-in-out;
    max-width: 55px;
    object-fit: cover;
}

.footer_apps img {
    width: 100%;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.footer_apps img:hover {
    opacity: 1;
}

.footer__octopus:after {
    content: '';
    display: block;
    background: url(../img/octupos/octopus.png) no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 10%;
    animation: octopus 6s infinite alternate;
}

.footer__octopus:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    filter: blur(8px);
    display: block;
    border-radius: 100%;
    width: 150px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 10%;
    animation: octopus-shadow 6s infinite alternate;
}

.footer_blobs {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.footer_blob {
    position: absolute;
    bottom: 150px;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #57C785;
    background: radial-gradient(circle, rgba(87, 199, 133, 0) 0%, rgba(47, 78, 107, 0.88) 100%);
    border-radius: 50%;
    animation: blobup linear infinite;
    animation-duration: 10s;
    right: 5rem;
}

.footer_blob:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    opacity: 0.2;
}

.footer_blob:nth-child(1) {
    animation-duration: 8s;
    right: 15%;
}

.footer_blob:nth-child(2) {
    animation-duration: 5s;
    right: 20%;
}

.footer_blob:nth-child(3) {
    animation-duration: 6s;
    right: 25%;
}

.footer_blob:nth-child(4) {
    animation-duration: 2s;
    right: 30%;
}

.footer_blob:nth-child(5) {
    animation-duration: 3s;
    right: 35%;
}

.footer_blob.big {
    width: 20px;
    height: 20px;
}

.footer_blob.small {
    width: 12px;
    height: 12px;
}

.footer-sm {
    padding: 1rem 0;
}

.footer-sm .logo img {
    height: 35px;
}

.footer-lg {
    padding-block: 2rem;
    background: var(--ap-dusk) url(../img/bg/footer-bg.webp) no-repeat;
    background-size: contain;
    background-position: left center;
}

.footer-lg__logo {
    display: flex;
    align-items: center;
    flex: 1 0 0%;
}

.footer-lg__logo img {
    height: 40px;
    margin-left: 0.5rem;
}

.footer-lg__logo:after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: var(--ap-light-30);
    opacity: 0.3;
}

@keyframes octopus {
    0% {
        transform: translateY(0) scale(1);
    }

    40% {
        transform: translateY(-10%) scale(0.9);
    }

    80% {
        transform: translateY(-10%) scale(0.9);
    }

    100% {
        transform: translateY(-10%) scale(0.9);
    }
}

@keyframes octopus-shadow {
    0% {
        transform: scaleX(0.9);
    }

    50% {
        transform: scaleX(1.5);
    }

    100% {
        transform: scaleX(1.5);
    }
}

@keyframes blobup {
    0% {
        opacity: 0;
        transform: translateY(0) translateX(0);
    }

    10% {
        opacity: 1;
        transform: translateY(-20px) translateX(-15px) scale(1);
    }

    30% {
        transform: translateY(-60px) translateX(0) scale(0.6);
    }

    50% {
        transform: translateY(-100px) translateX(-15px) scale(1);
    }

    70% {
        transform: translateY(-140px) translateX(0) scale(0.8);
    }

    90% {
        opacity: 1;
        transform: translateY(-180px) translateX(-15px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-200px) translateX(0) scale(0);
    }
}

@keyframes wave {
    0% {
        transform: translateY(0);
    }

    16% {
        transform: translateY(-8px);
    }

    33% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) {
    .footer__line {
        display: block;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer-lg {
        background: var(--ap-dusk);
    }
}

@media only screen and (max-width: 767.98px) {
    #menu_footer > div {
        padding: 1rem 0 0;
    }

    .footer-sm .footer__links a:after {
        display: block;
        content: '';
        height: 10px;
        width: 1px;
        position: absolute;
        left: 0;
        background-color: var(--ap-light-15);
        opacity: 0.5;
    }

    .footer-sm .footer__links a:last-child:after {
        display: none;
    }
}

/*--------end footer--------*/
/*--------start sidebar--------*/
#sideBar_offcanvas {
    max-width: 320px;
}

#sideBar_offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
}

#sideBar_offcanvas .sideBar-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

#sideBar_offcanvas .sideBar-header a {
    color: var(--ap-dark);
    cursor: pointer;
}

#sideBar_offcanvas .sideBar-header a.theme-toggle:hover {
    opacity: 0.8;
}

#sideBar_offcanvas .offcanvas-body hr {
    opacity: 0.1;
}

#sideBar_offcanvas #sidebar_cats {
    flex-grow: 1;
}

/*--------end sidebar--------*/
/*--------start morphism slide--------*/
.swiper-morphism-slide {
    background-color: rgba(250, 250, 250, 0.15);
    border: 1px solid rgba(250, 250, 250, 0.15);
    padding: 2rem;
    border-radius: 1rem;
}

.swiper-morphism-title {
    text-align: center;
    margin-bottom: 2rem;
    font-variation-settings: var(--ap-fw-500);
    color: white;
    font-size: 1.5rem;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.20);
}

.swiper-morphism-text {
    color: white;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 32px;
    text-align: center;
}

.swiper-morphism-pagination .swiper-pagination-bullet-active {
    background-color: var(--ap-amber);
}

/*--------end morphism slide--------*/
/*--------start features--------*/
.apnoos-features {
    background: url(../img/bg/bg-color.jpg) repeat;
    position: relative;
    padding: 2rem 0;
    height: 500px;
    display: flex;
    align-items: center;
}

.scroll-vertical {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.scroll-vertical__boxes {
    position: relative;
    width: 30%;
    display: flex;
    gap: 0.5rem;
}

.scroll-vertical__boxes:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(244, 246, 250, 0) 10%);
}

.scroll-vertical__box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.scroll-vertical__box:first-child {
    animation: scrollUp 45s linear infinite alternate;
}

.scroll-vertical__box:last-child {
    animation: scrollDown 45s linear infinite alternate;
}

.scroll-vertical img {
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
}

@media only screen and (max-width: 991.98px) {
    .scroll-vertical__boxes {
        width: 100%;
    }

    .scroll-vertical__boxes:after {
        background: rgba(0, 0, 0, 0.9);
    }

    .scroll-vertical__box {
        width: 50%;
    }
}

@media only screen and (min-width: 1921px) {
    .scroll-vertical {
        width: 1920px;
        margin: auto
    }
}

@keyframes scrollUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-100% + 500px));
    }
}

@keyframes scrollDown {
    from {
        transform: translateY(calc(-100% + 500px));
    }

    to {
        transform: translateY(0);
    }
}

/*--------end features--------*/
/*--------start outlook--------*/
.outlook__row {
    background: url(../img/about/feature-bg.png) no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 991.98px) {
    .outlook__row {
        position: static !important;
        transform: none !important
    }
}

/*--------end outlook--------*/
/*--------start team--------*/
.team {
    padding: 5rem 0 7rem;
}

.team__box {
    position: relative;
    overflow: hidden;
}

.team .team__box:after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 400px;
    display: block;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8%, rgba(219, 219, 219, 1) 86%);
}

.team__item {
    position: relative;
    z-index: 1;
}

.team__img {
    position: relative;
}

.team__img img {
    max-height: 100%;
    position: absolute;
    bottom: 0;
    max-width: 100%;
    transform: translateY(10%);
}

.team__text {
    text-align: center;
    line-height: 32px;
    font-size: 1rem;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .team__box {
        padding-bottom: 7rem !important;
    }

    .team__text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1rem;
        width: 75%;
    }
}

/*--------end team--------*/
/*--------start hero--------*/
.hero {
    background: #1F2C4A url(../img/about/bg-dark.png) no-repeat;
    position: relative;
    background-size: cover;
    background-blend-mode: lighten;
    background-position: 0 100px;
}

.hero:after {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(../img/about/roocket.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    animation: rocket-float 3.5s cubic-bezier(.4, 0, .2, 1) infinite;
    transform-origin: center;
}

.hero__text {
    background: rgba(250, 250, 250, 0.1)
}

.hero .box-flex:hover {
    transform: translateY(-10px);
}

@keyframes rocket-float {
    0% {
        transform: translate(100%, -70%);
    }

    50% {
        transform: translate(100%, calc(-70% - 30px));
    }

    100% {
        transform: translate(100%, -70%);
    }
}

/*--------end hero--------*/
/*--------start scroll-slide--------*/
.scroll-slide {
    padding: 6rem 0;
    position: relative;
}

.scroll-slide__image {
    position: sticky;
    top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-slide__image::before,
.scroll-slide__image::after {
    top: 0;
    right: auto;
    left: calc(50% - 200px);
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    animation: ripple 4s cubic-bezier(.4, 0, .2, 1) infinite;
}

.scroll-slide__image::before {
    background: var(--ap-red);
    animation-delay: 0s;
}

.scroll-slide__image::after {
    background: var(--ap-dusk);
    animation-delay: -2s;
}

.scroll-slide__image img {
    position: relative;
    z-index: 1;
    width: 90%;
}

.scroll-slide__col-title {
    position: sticky;
    top: 2rem;
}

.scroll-slide__item {
    height: max-content;
    position: sticky;
    top: 5rem;
    margin-bottom: 2.5rem;
    transition: all 0.5s ease;
}

.scroll-slide__item.active {
    opacity: 0;
    visibility: hidden;
    transition: all 0s ease;
}

.scroll-slide__icon {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--ap-light-3);
    border: 1px solid var(--ap-light-5);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--ap-indigo);
}

.scroll-slide__title {
    border-bottom: 1px solid var(--ap-light-5);
    color: var(--ap-dusk);
    padding: 0rem 0 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    display: flex;
    font-variation-settings: var(--ap-fw-500);
    align-items: center;
}

.scroll-slide__text {
    line-height: 2rem;
    margin-bottom: 0;
}

.scroll-slide__list {
    padding: 0;
    margin: 0;
}

.scroll-slide__list li {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.scroll-slide__list li:before {
    display: block;
    content: '';
    border-radius: 1rem;
    width: 8px;
    height: 8px;
    background-color: var(--ap-indigo);
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 0.6;
    }

    70% {
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .scroll-slide__icon {
        transform: none;
        position: static;
        margin-left: 0.5rem
    }
}

/*--------end scroll-slide--------*/
/*--------start new-course--------*/
.new-course__img {
    max-width: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03);
    height: 100%;
    object-fit: cover;
}

/*--------end new-course--------*/
/*--------start content--------*/
.page-content {
    padding: 1.5rem;
    background: white;
    border-radius: 1rem;
    border: 1px solid var(--ap-light-5);;
}

.page-content__title {
    color: var(--ap-indigo);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-variation-settings: "wght" 700, "DOTS" 1;
}

.page-content__breadcrumb {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--ap-light-5);
}

.page-content__breadcrumb a,
.page-content__breadcrumb span {
    margin-left: 0.7rem;
    padding-left: 0.5rem;
    color: var(--ap-dusk);
    font-variation-settings: "wght" 500, "DOTS" 1;
    position: relative;
    display: flex;
    align-items: center;
}

.page-content__breadcrumb a:after {
    content: '\f078';
    font-family: "Font Awesome 7 Pro";
    transform: translate(-40%, 0) rotate(90deg);
    display: block;
    position: absolute;
    font-size: 0.7rem;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
}

.page-content__breadcrumb span {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    color: var(--ap-light-25);
    font-variation-settings: "wght" 300, "DOTS" 1;
}

.page-content__text p {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.page-content__lead {
    font-variation-settings: "wght" 400, "DOTS" 1;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 0rem;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--ap-light-3);
}

.page-content__text a {
    color: var(--ap-indigo);
    position: relative;
    font-size: 1rem;
    font-variation-settings: "wght" 500, "DOTS" 1;
}

.page-content__text a:after {
    content: "";
    left: 0px;
    right: 0px;
    height: 1px;
    position: absolute;
    background: var(--ap-light-15);
    bottom: -5px;
}

.page-content__text img {
    max-width: 100%;
    margin: 1rem;
    outline: 1px solid var(--ap-light-5);
    outline-offset: 0.5rem;
    border-radius: 1rem;
}

.page-content__text h1,
.page-content__text h2,
.page-content__text h3,
.page-content__text h4,
.page-content__text h5,
.page-content__text h6 {
    font-variation-settings: "wght" 500, "DOTS" 1;
    color: var(--ap-indigo);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-content__text h1 {
    font-size: 1.4rem;
}

.page-content__text h2 {
    font-size: 1.3rem;
    border-bottom: 1px solid var(--ap-light-5);
    padding-bottom: 1rem;
    position: relative;
}

.page-content__text h3 {
    font-size: 1.2rem;
}

.page-content__text h4 {
    font-size: 1.1rem;
}

.page-content__text h5 {
    font-size: 1rem;
}

.page-content__text h6 {
    font-size: 0.9rem;
}

.page-content__text ol,
.page-content__text ul {
    margin-block: 1rem;
}

.page-content__text ol li,
.page-content__text ul li {
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 1rem;
}

.page-content__text ol li::before,
.page-content__text ul li::before {
    content: '';
    display: block;
    border-radius: 1rem;
    position: absolute;
    right: -1rem;
    top: 0.8rem;
    width: 6px;
    height: 6px;
    z-index: 1;
    background-color: var(--ap-indigo);
    transition: all 0.2s ease-in-out;
}

.page-content__text ul li:hover:before,
.page-content__text ol li:hover:before {
    opacity: 0.8;
}

.page-content__text ol li p,
.page-content__text ul li p {
    margin: 0;
}

/*--------end content--------*/
/*--------start notif--------*/
.appNotif {
    transform: translateY(200px);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: calc(50% - 160px);
    width: 320px
}

.appNotif .btn-close {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.appNotif p {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.appNotif__timer {
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.alert-danger .appNotif__timer {
    background: var(--bs-alert-border-color);
}

.alert-warning .appNotif__timer {
    background: var(--bs-warning-border-subtle);
}

.alert-success .appNotif__timer {
    background: var(--bs-success-border-subtle);
}

.alert-info .appNotif__timer {
    background: var(--bs-info-border-subtle);
}

/*--------end notif--------*/
/*--------start login--------*/
.login-modal {
    width: 220px;
    margin: auto;
}

.login-page .login-widget {
    width: 120px;
}

.login-page__box {
    animation: fade-in 1s ease-in-out 1;
}

.login-page__auth {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ap-light-2);
    border-radius: 0.5rem;
    border: 1px dashed var(--ap-light-3);
    padding: 1rem;
    gap: 1rem;
}

.login-page__auth a {
    display: flex;
    align-items: center;
    color: var(--ap-light-20);
    transition: all 0.2s ease-in-out;
}

.login-page__auth a:hover {
    color: var(--ap-light-25);
}

.login-page__auth i {
    font-size: 2rem;
}

.input_clear {
    cursor: pointer;
}

#password-help-container {
    font-family: 'yekan';
    margin: 0;
    padding: 0;
}

#password-help-container li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
}

#password-help-container li.invalid:before,
#password-help-container li.valid:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 7 Pro";
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: 1.25em;
    margin-left: 0.2rem;
}

#password-help-container li.invalid {
    color: var(--ap-red);
}

#password-help-container li.invalid:before {
    content: "\f06a";
    color: var(--ap-red);
}

#password-help-container li.valid {
    color: var(--ap-green);
}

#password-help-container li.valid:before {
    content: "\f00c";
    color: var(--ap-green);
}

.show-pass {
    cursor: pointer;
    position: absolute;
    right: 0.7rem;
    bottom: 0.5rem;
}

.fa-eye-slash.showing:before {
    content: "\f06e";
}

/*--------end login--------*/
/*--------start course-detail--------*/
.course-detail__thumbnail {
    overflow: hidden;
}

.course-detail__thumbnail img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    object-position: center;
}

.course-detail__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 800;
    color: var(--ap-indigo);
    margin-bottom: 1rem;
}

.course-detail__content {
    text-align: justify;
    font-size: 1rem;
    line-height: 28px;
}

.course-detail__content a.btn {
    padding-inline: 3rem;
    padding-block: 0.8rem;
    color: white;
}

.course-detail__blur {
    min-height: 190px;
}

.course-detail__infoMin {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.course-detail__infoMin img {
    width: 45px;
    margin-left: 0.5rem;
}

.course-detail__num {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 800;
}

.course-detail__des {
    color: var(--ap-light-20);
}

.box-blur__price {
    width: 100%;
    background: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 575.98px) {
    .course-detail__content a.btn {
        padding-inline: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .box-blur__price {
        position: absolute;
        bottom: -0.5rem;
        width: 110%;
        right: -5%;
    }
}
