@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
    --theme-color: #9266fd;
    --purple: #8972f7;
}

.iyzico img {
    width: 100%;
    max-width: 500px;
}

.c-purple {
    color: var(--purple) !important;
}

.slider-area {
    background-position: right;
}

@media only screen and (max-width: 1660px) {
    .hide-lg-shape {
        display: none !important;
    }

    .slider-area img.shape-3 {
        display: none !important;
    }
}

@media only screen and (max-width: 1300px) {
    .slider-area {
        background-image: url("/assets/img/slider/Image2.jpg") !important;
    }
}
@media only screen and (max-width: 1200px) {
    .slider-area {
        background: none !important;
    }

    .hide-lg {
        display: none;
    }
    .lg-text-center {
        text-align: center;
    }
}

.c-bg-purple {
    border-radius: 15px;
    background-color: var(--purple) !important;
}

.slider-logo {
    width: 7rem;
    object-fit: cover;
}

.custom-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 20px;
}

.c-bg-purple:hover {
    scale: 1.05;
    color: white !important;
}

.member-thumb {
    border: 3px solid #c6c6c6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.member-thumb a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid white;
    align-self: center;
}

.cv-member-thumb {
    border: 3px solid #9c9c9c;
    border-radius: 50%;
}

.cv-member-thumb a img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    align-self: center;
}

.text-purple {
    color: #5f5da8 !important;
}

.btn-primary {
    border-radius: 10px;
    color: #fff;
    background-color: #5f5da8;
    border-color: #5f5da8;
    border: 4px solid #ffa622;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b6b3d9;
    border-color: #b6b3d9;
}

.user-menu {
    box-shadow: 5px 0 8px rgba(33, 33, 33, 0.14);
}

.user-menu ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: 0.5s;
}

.user-menu ul li a {
    margin-left: 20px;
}

.user-menu ul .active {
    border-left: 6px solid var(--theme-color);
}

.user-menu ul li:hover {
    border-bottom: 1px solid var(--theme-color);
    transition: 0.7s;
}

.user-menu ul li a i {
    padding-right: 10px;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.appointment-image {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.appointment-col {
    border-bottom: 1px solid #a1a1a1;
}

.appointment-col:last-child {
    border-bottom: 0;
}

.br-1 {
    border-right: 1px solid #a1a1a1;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 2em;
    color: #ccc;
    cursor: pointer;
}

.rating input:checked ~ label {
    color: #ffc107;
}

.rating label:hover,
.rating label:hover ~ label {
    color: #ffdb70;
}

.ticket-message {
    border-bottom: 1px solid #a1a1a1;
}

.ticket-message:last-child {
    border-bottom: none;
}

.user-avtar {
    width: 50px;
    border-radius: 50%;
}

.ml-1 {
    margin-left: 15px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

.ml-4 {
    margin-left: 45px !important;
}

.user-list:after {
    display: none !important;
}

.user-list .sub-menu {
    left: -100px !important;
}

.u-user-list li {
    margin-top: 10px !important;
}

.header-logo a img {
    width: 12em;
}

.categories-thumb img {
    width: 100% !important;
}

.signup-wrapper select {
    width: 100%;
    height: 55px;
    background: #f5f5f5;
    border: 0;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    padding: 10px 30px;
    outline: none;
    color: #575757;
    font-size: 16px;
}

.signup-wrapper-2 input {
    width: 100%;
    height: 55px !important;
    background: #f5f5f5;
    border: 0 transparent;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    padding-top: 15px;
    outline: none;
    color: #575757;
    font-size: 16px;
}

.cv-img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.vertical-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}

.check-mark {
    height: 1.5em;
    width: auto;
}

.work-areas {
    overflow-y: auto;
    max-height: 120px;
    background-color: #f4f4f4;
}

.course-apply-coupon a {
    vertical-align: middle;
}

.scroll-area::-webkit-scrollbar {
    width: 6px;
}

.scroll-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-area::-webkit-scrollbar-thumb {
    background: #434bdf;
    border-radius: 10px;
}

.scroll-area::-webkit-scrollbar-thumb:hover {
    background: #4a51c8;
}

.text-purple {
    color: #7763ba;
}

.seance {
    background-color: rgba(199, 199, 216, 0.41);
    position: relative;
}

.btn-appointment {
    border: 4px solid #ffa622;
    background-color: var(--theme-color);
    color: white;
    height: 45px;
    width: 200px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    border-radius: 10px;
}

.price {
    font-size: 2em;
}

.seances {
    border-left: 2px solid var(--theme-color);
}

.header {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.mb-5 {
    margin-bottom: 2em !important;
}

.theme-button-outline {
    color: #9266fd;
    border-color: #9266fd;
    font-family: "Open Sans", sans-serif;
}

.theme-button-outline:hover {
    color: white;
    background-color: #9266fd;
}

.custom-swiper {
    height: 90px;
}

.custom-swiper-slide {
    height: 70px !important;
    width: 140px !important;
}

.cartmini__wrapper {
    width: 400px !important;
    right: -400px;
}

.cart-img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    object-fit: cover;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: relative !important;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    color: black !important;
}

.custom-swiper-button-prev:after,
.custom-swiper-button-next:after {
    position: relative;
    bottom: 25px;
    font-size: 20px !important;
}

.disabled {
    background-color: #b3b3b3;
}

.active-day {
    background-color: var(--theme-color);
    color: white;
}

.active-hour {
    background-color: var(--theme-color);
    color: white;
}

.day {
    width: 120px !important;
    padding-top: 5px;
}

.hour {
    border: 1px solid gray;
    width: 100%;
    height: 40px;
}

.logo {
    width: 14em !important;
}

.loader {
    position: absolute;
    width: 100%;
    top: -20px;
    bottom: -20px;
    left: 0;

    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
}

.mobile-slider-area {
    display: none;
}
.mobile-slider-area img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .seances {
        border-left: 0;
    }

    .mobile-slider-area {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .header-line {
        text-align: center;
        border-bottom: 1px solid var(--theme-color);
    }

    .hero-arera {
        padding: 40px 0px;
    }

    .course-details-area {
        padding-top: 40px !important;
    }

    .mobile-image {
        display: block;
    }

    .desktop-image {
        display: none;
    }

    .mobile-md-text-center {
        text-align: center;
    }

    .mobile-md-text-center p {
        font-size: 0.85em;
    }

    .btn-appointment {
        margin-top: 20px;
    }

    .ml-4,
    .ml-2,
    .ml-1 {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .mobile-image {
        display: none;
    }

    .vertical-align-center {
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 0.5rem;
        text-align: left;
    }
}
