/*
Theme Name: Atour
Theme URI: https://www.zhaket.com/web/atour-theme
Author: Mehrdad Heydari
Author URI: https://www.zhaket.com/web/atour-theme
Description: With Atour, Author is a template for educational sites that is fully functional for teachers, universities, schools and people who want to sell files..
Version: 1.4.6
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-header, custom-footer, woocommerce, elementor, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: atour
*/
:root {
    --at-scroll-w: .001px;
    --at-sticky-nav-w: .001px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    text-decoration: none;
}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
    font-family: kalameh;
    color: #212529;
    overflow-x: hidden;
}
hr {
    color: #e9e9e9;
    opacity: 1;
}
.container{
    max-width:1280px;
}
.contaner-small{
    max-width: 1000px;
    margin:0 auto;
}
.contaner-small{
    width:100%;
    margin-right: auto;
    margin-left: auto;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
}
.al-center{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
.float-center{
    margin: 0 auto;
}
.border-pro{
    border: 1px solid #2125295e;
}
.flex{
    display: flex;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.ml-0{
    margin-left: 0px !important;
}
.mr-0{
    margin-right: 0px !important;
}
.bg-tran {
    background: transparent;
}
.text-warning-subtle{
    color: #f7f7f7;
}

.display-flex-column{
    flex-direction: column;
}
.flex-direction{
     flex-direction: column;
}
.space-between{
    justify-content: space-between;
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 246 249 / var(--tw-bg-opacity));
}
.bg-warning-light{
    background-color: #f7f7f7;
}
.relative{
    position: relative;
}
.border-radius{
    border-radius: 20px !important;
}
.shadow-success{
    box-shadow: 0px 10px 40px 0px #00c17860;
}
.shadow-danger{
    box-shadow: 0 7px 30px 0 #dc354538;
}
.shadow-warning{
    box-shadow: 0 7px 30px 0 #21252938;
}
.shadow-light{
    box-shadow: 0 7px 30px 0 #ffffff38;
}
.shadow-link{
    box-shadow: 0 7px 30px 0 #007bff38;
}
.btn-outline-warning {
    color: #212529;
    background-color: #212529;
    background-color: transparent;
    border-color: #212529;
}
.btn-outline-warning:hover{
    color: #424242;
    background-image: none;
    border-color: #424242;
}
.btn-block {
    display: block;
    width: 100%;
}
.text-green {
    color: #02c177;
}
[class*="at-container-stretch"] {
    position: relative !important;
    min-width: calc(100vw - var(--at-scroll-w) - var(--at-sticky-nav-w)) !important;
    width: calc(100vw - var(--at-scroll-w) - var(--at-sticky-nav-w)) !important;
    left: calc(-50% - -50vw - var(--at-scroll-w) / 2 - var(--at-sticky-nav-w) / 2);
}
.bullet{
    font-size: 16px;
    position: relative;
}
.bullet::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #212529;
    border: 4px solid #f0faf4;
    border-radius: 100px;
    right: 5px;
    top: 30%;
}
/*.box-shadow{*/
/*    box-shadow: 0 0px 30px 0 #0000001a;*/
/*}*/
.font-big {
    font-size: xxx-large;
}
.font-1{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.font-2{
    font-size: 20px;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.sticky-element {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
input {
    /*width: 100%;*/
    background-color: #ffffff;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 20px;
    background-color: #ffffff;
    resize: none;
}
select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}
.at-logo {
    max-height: inherit;
    transition: none;
}
.logo {
    max-width: 200px;
    height: 55px;
}
.icon-search-inp {
    position: absolute;
    border-radius: 50px;
    padding: 14px;
    margin-left: 8px;
    font-size: 20px;
}
.card-icon-center:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(50%) translateY(-50%);
    background-color: #212529;
    clip-path: inset(-10px);
    -webkit-animation: play 2s linear infinite;
    animation: play 2s ease-out infinite;
}
@keyframes play {
    0% {
        width: 100%;
        height: 100%;
        opacity: .4;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.br-4 {
    border-radius: 40px;
}
.br-1 {
    border-radius: 10px !important;
}
.search-form-top {
    width: 100%;
    margin-top: 5px;
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.search-form-top.active {
    display: flex;
    opacity: 1;
}
.search-form-top-mobile {
    width: 100%;
    margin-top: 5px;
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.search-form-top-mobile.active {
    display: flex;
    opacity: 1;
}
.search-btn-top, .cart-btn-top, .icon-menu-mobile{
    background: #ffffff;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #212529;
    cursor: pointer;
}
.icon-acc {
    padding: 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #212529;
    cursor: pointer;
}
.user-info {
    background: #ffffff;
    display: flex;
    border-radius: 30px;
    align-items: center;
    padding: 3px 3px 3px 5px;
}
.head-default {
    margin: -45px auto 20px;
    border-radius: 60px;
    padding: 25px 20px;
    justify-content: space-between;
    background: #ffffff;
}
.btn-outline {
    border: 1px solid #ffc107;
}
.mt-6 {
    margin-top: 6em;
}
.head-back{
    margin: 0px auto 20px;
    height: 70px;
    border-radius: 10px;
    padding: 10px;
    background-color: #212529;
    border: 1px solid #2125295e;
}
.menu-item a {
    color: #212529;
    padding: 20px 5px;
    font-weight: normal;
    font-size: 16px;
    display: flex;
}
.m-nav-sid > ul > li > a:hover {
    color: #212529;
    background: #f7f7f7;
}
.menu-footer-container .menu a {
    font-size: 16px;
    font-weight: lighter;
}
.head-back-full {
    padding: 14px 0px;
}
.head-tow-top {
    border: 1px solid #ffe9b5;
    border-radius: 10px;
    margin: 20px auto;
}
.head-top {
    border-radius: 10px 10px 0px 0px;
}
.head-tree-row {
    margin: 0px auto 20px;
    border: 1px solid #ffe9b5;
    border-radius: 10px;
}
.border-bot{
    border-bottom: 2px solid #eeeeee;
}
.justify-content{
    justify-content: center;
}
.head-tree-row .nav-link:hover, .head-tree-row .nav-link:active {
    border-bottom: 5px solid #424242;
}
.menu-center-end {
    height: 45px;
}
.head-full {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #2125295e;
}

.head-tow-top-full {
    border-bottom: 1px solid #ffe9b5;
    margin: 20px auto;
}
.head-top-full {
    background: #212529;
}
.head-tree-row-full{
    margin: 20px auto;
    border-bottom: 1px solid #ffe9b5;
}
.head-tree-row-full .nav-link:hover, .head-tree-row-full .nav-link:active {
    border-bottom: 5px solid #424242;
}
.bg-img{
    background-image: url(assets/img/bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-box {
    margin-top: -30px;
}
.cat-des {
    padding: 30px;
    border-radius: 20px;
}
.rank-math-breadcrumb {
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 20px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    border-radius: 20px;
    border:1px solid #fff3cd;
}
.rank-math-breadcrumb a {
    padding: 0px 0px 0px 25px;
    float: right;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    color: #212529;
}
.rank-math-breadcrumb span {
    padding: 0px 0px 0px 25px;
    float: right;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    color: #212529;
}
.rank-math-breadcrumb a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid;
    border-right-color: #212529;
    left: 7px;
    z-index: 1;
}
.rank-math-breadcrumb a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid;
    border-right-color: #ffffff;
    left: 9px;
    z-index: 1;
}
.rank-math-breadcrumb .last {
    padding: 0px;
    font-size: 16px;
    line-height: 50px;
}
.article-blog {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.font-xl {
    font-size: 20px;
    font-weight: normal;
}
.art-btn-more:hover{
    color:#ffffff;
}
.time-cat-art{
    background-color: #fff;
    border-radius: 20px;
}
.art-img {
    max-width: 100% !important;
    width: 100%;
}
.card-icon-center {
    font-size: 3em;
    position: absolute;
    background: #212529;
    border-radius: 50%;
    z-index: 1;
    padding: 10px 5px 10px 15px;
}
.card-grid {
    padding: 10px;
}
.card-grid:hover .img-art-list img{
    transform: scale(1.12);
}
.carousel-grid {
    padding: 10px;
    height: 360px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
}
.carousel-grid:hover .img-art-list img{
    transform: scale(1.12);
}
.single-grid {
    padding: 10px 0px 0px 10px;
}
.single-grid:last-child {
    padding-left: 0;
}
.single-grid:hover .img-art-list img{
    transform: scale(1.12);
}
.art-btn-more {
    position: absolute;
    bottom: -50px;
    background: rgb(255,195,58);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    left: -102px;
    z-index: 1;
    rotate: 44deg;
    width: 300px;
    height: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.art-short-desc{
    font-size: 12px;
}
.info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    justify-content: center;
    flex-direction: row-reverse;
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-numbers {
    position: relative;
    display: flex;
    margin-left: 10px;
    line-height: 1.25;
    color: #212529;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.comments-pagination {
    flex-direction: row !important;
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
}
.page-link:active {
    background: #212529;
}
.widget {
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.widget-title {
    color: #212529;
    border-bottom: 1px solid #212529;
    padding: 0 20px 15px 20px !important;
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent !important;
    margin: 0px 0px 15px;
    font-weight: 400;
}
.widget-title::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #212529;
    border: 3px solid #dbdbdb;
    border-radius: 100px;
    right: 0px;
    top: 6px;
}
.heading-tag {
    position: relative;
    padding-right: 20px;
    font-weight: 400;
}
.heading-tag::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #212529;
    border: 3px solid #dbdbdb;
    border-radius: 100px;
    right: 0px;
    top: 12px;
}
.widget-nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
}
.widget-nav .nav-link {
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
}
.widget-img-side {
    width: 100%;
    display: flex;
}
.widget-post-link {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding: 5px;
}
.widget-post-link img {
    width: 70px;
    border-radius: 10px;
}
.widget-info-post {
    margin-right: 10px;
}
.card-blog-list {
    position: relative;
    margin: 0px 0px 20px;
    padding: 10px;
}
.card-blog-list:hover .img-art-list img{
    transform: scale(1.12);
}
.img-art-list img{
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}
.box-pro:hover .img-art-list img{
    transform: scale(1.12);
}
.card-bg-img:hover .bg-card-img img{
    transform: scale(1.12);
}
.bg-card-img img{
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.img-art-list {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.img-au-ce-list {
    border-radius: 100%;
    width: 25px;
    height: 25px !important;
}
.art-btn-more-list {
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.art-btn-more-list:hover{
    background: #f4f1fe;
    color: #6440fb;
}
.art-btn-pay-list {
    background: #02c177;
    color: #f0faf4;
    text-align: center;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.art-btn-pay-list:hover{
    /*background: #f0faf4;
    color: #02c177;*/
    color: #f0faf4;
}
.single-blog-img-full {
    border-radius: 20px;
    height: auto;
}
.tag-grad {
    padding: 2px 10px;
}
.background-def{
    background: #212529;
    background: linear-gradient(90deg, #fff1d0 0%, #212529 100%);
}
.background-lite{
    background-color: #f7f7f7;
}
.img-item-right-top {
    position: absolute;
    top: -6px;
    right: -7px;
    border-radius: 20px;
    border: 10px solid #fff;
    padding: 8px;
    overflow: visible;
}
.img-item-right-top:before {
    content: "";
    position: absolute;
    top: -4px;
    height: 47px;
    left: -38px;
    width: 28px;
    border-top-right-radius: 20px;
    box-shadow: 10px -20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-item-right-top:after {
    content: "";
    position: absolute;
    bottom: -57px;
    right: -3px;
    clip-path: inset(-10px);
    height: 47px;
    width: 28px;
    border-top-right-radius: 20px;
    box-shadow: 10px -20px 0px 4px #ffffff;
}
.img-item-left-bottom {
    position: absolute;
    bottom: -6px;
    left: -7px;
    border-radius: 20px;
    border: 10px solid #fff;
    padding: 0;
    overflow: visible;
}
.img-item-left-bottom:before {
    content: "";
    position: absolute;
    top: -57px;
    height: 47px;
    left: -3px;
    width: 21px;
    border-bottom-left-radius: 20px;
    box-shadow: -4px 20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-item-left-bottom:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -37px;
    clip-path: inset(-10px);
    height: 47px;
    width: 28px;
    border-bottom-left-radius: 20px;
    box-shadow: -4px 20px 0px 4px #ffffff;
}
.img-item-right-bottom {
    position: absolute;
    bottom: -6px;
    right: -7px;
    border-radius: 20px;
    border: 10px solid #fff;
    padding: 8px;
    overflow: visible;
}
.img-item-right-bottom:before {
    content: "";
    position: absolute;
    top: -57px;
    height: 47px;
    right: -3px;
    width: 21px;
    border-bottom-right-radius: 20px;
    box-shadow: 4px 20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-item-right-bottom:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -38px;
    clip-path: inset(-10px);
    height: 47px;
    width: 28px;
    border-bottom-right-radius: 20px;
    box-shadow: 4px 20px 0px 4px #ffffff;
}
.img-item-left-top {
    position: absolute;
    top: -6px;
    left: -7px;
    border-radius: 20px;
    border: 10px solid #fff;
    padding: 8px;
    overflow: visible;
}
.img-item-left-top:before {
    content: "";
    position: absolute;
    bottom: -57px;
    height: 47px;
    left: -3px;
    width: 21px;
    border-top-left-radius: 20px;
    box-shadow: -5px -20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-item-left-top:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -38px;
    clip-path: inset(-10px);
    height: 47px;
    width: 28px;
    border-top-left-radius: 20px;
    box-shadow: -4px -20px 0px 4px #ffffff;
}
.body-single-blog-full {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #2125295e;
}
blockquote {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
}
blockquote:before {
    content: "\e98a";
    position: absolute;
    bottom: -10px;
    left: 20px;
    font-size: 45px;
    font-family: 'atour-font';
    opacity: 0.4;
}
blockquote:after {
    content: "\e98a";
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 45px;
    font-family: 'atour-font';
    opacity: 0.4;
    rotate: 180deg;
}
.alignnone {
    border-radius: 20px;
}
.mejs-container, .mejs-container * {
    border-radius: 20px;
}
.author-box-single-blog-full {
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    margin: 40px 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: flex-start;
}
.img-center-right {
    display: flex;
    position: relative;
    border-radius: 20px;
    border: 10px solid #ffffff;
    margin-right: -23px;
    overflow: visible;
}
.img-center-right:after {
    content: "";
    position: absolute;
    bottom: -57px;
    height: 47px;
    right: -7px;
    width: 28px;
    border-top-right-radius: 20px;
    box-shadow: 10px -20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-center-right:before {
    content: "";
    position: absolute;
    top: -57px;
    height: 47px;
    right: -7px;
    width: 28px;
    border-bottom-right-radius: 20px;
    box-shadow: 4px 20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-center-left {
    display: flex;
    position: relative;
    border-radius: 20px;
    border: 10px solid #ffffff;
    margin-left: -23px;
    overflow: visible;
}
.img-center-left:after {
    content: "";
    position: absolute;
    bottom: -57px;
    height: 47px;
    left: -7px;
    width: 28px;
    border-top-left-radius: 20px;
    box-shadow: -4px -20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.img-center-left:before {
    content: "";
    position: absolute;
    top: -57px;
    height: 47px;
    left: -7px;
    width: 28px;
    border-bottom-left-radius: 20px;
    box-shadow: -4px 20px 0px 4px #ffffff;
    clip-path: inset(-10px);
}
.tech-avatar {
    border-radius: 49px;
    margin-left: 10px;
    width: 40px;
    height: 40px !important;
}
.author-box-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
.tag-single-blog-full {
    display: flex;
}
.comment-ul, .children {
    list-style: none;
}
.children .comment-body {
    background: #ffffffbf !important;
}
.star-blog {
    font-size: 18px;
}
.card-pro-grid:hover{
    box-shadow: 0 7px 30px 0 #21252938;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.icon-box-img-right {
    margin-right: -40px;
}
.icon-box-img-top {
    margin-top: -40px;
}
.icon-box-img-left {
    margin-left: -40px;
}
.icon-box-img-bottom {
    margin-bottom: -40px;
}
.profile-pic {
    max-width: 100%;
    width: 100%;
}
.widget ul {
    list-style: none;
}
.widget nav .menu {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}
.widget .tagcloud .tag-cloud-link {
    padding: 5px;
    border-radius: 20px;
    background: #f7f7f7;
    color: #212529;
}
.widget ul li a {
    color: #212529;
}
.wp-calendar-table, #wp-calendar {
    width: 100%;
}
.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tag-cloud-link {
    float: right;
    margin: 3px 3px !important;
}
.widget .search-field {
    border: 1px solid #212529;
    border-radius: 20px;
    padding: 0px 10px;
}
.widget .search-submit {
    background: #f7f7f7;
    padding: 0px 10px;
    border-radius: 20px;
}
.ani-bg:before {
    position: absolute;
    content: '';
    z-index: -1;
    background: linear-gradient(217deg, #448ad5, #b8eaf9);
    width: 70px;
    height: 70px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 6px 20px 0 rgba(16, 39, 112, .3);
    animation: border-transform 6s linear infinite;
}
.menu-item > ul {
    display: none;
    position: absolute;
    z-index: 2;
    width: 250px;
    background: #FFFFFF;
    border-radius: 5px;
    top: 45px;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.menu-item > ul > li > ul {
    right: 100%;
    top: 0;
}
.menu-item:hover > ul {
    display: block;
    margin:0;
    padding:0;
}
.menu-item {
    float: right;
    position: relative;
    /*display: flex;*/
}
.sub-menu > .menu-item {
    float: none;
    text-align: right;
    list-style: none;
}
.sub-menu li > a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    color: #212529;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 1px solid #dee2e6;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.sub-menu li a:hover {
    color: #212529;
    background: #f7f7f7;
}
.comment-inp {
    padding: 5px 10px;
    border-radius: 20px;
    text-align: right;
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.login-form {
    width: 350px;
    position: absolute;
    bottom: 15%;
}
.page-header {
    position: relative;
    margin-bottom: 20px;
    font-size: clamp(32px, 4.2vw, 82px);
}
.page-header:before {
    content: "404";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f1f1f1;
    font-weight: 700;
    font-size: 5em;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.page-header h3 {
    position: relative;
    padding: 1.5em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    color: #212529;
}
.page-content {
    text-align: center;
}
.course-navigation a {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 10px 23px 10px 0px;
    margin-bottom: 4px;
    border-radius: 10px;
}
.course-navigation a:hover {
    background: #f0faf4;
    color: #02c177;
}
.live-btn {
    line-height: 3em;
    font-size: 16px;
    font-weight: 300;
    display: block;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 10px;
 /*   background: #f0faf4;
    color: #02c177;*/
}
.backtop {
    border-radius: 50px;
    margin-top: -30px;
    font-size: 20px;
    font-weight: bold;
    background: #ffffff;
}
.swiper {
  width: 100%;
}
.mySwiper{
    padding: 60px 40px 60px !important;
}
.mySwiper1{
    padding: 60px 40px 60px !important;
}
.mySwiper3{
    padding: 50px 20px 30px 50px !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
    width: 20px !important;
    border-radius: 20px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -25px !important;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -25px !important;
    left: auto;
}
.row .swiper-horizontal>.swiper-pagination-bullets, .row .swiper-pagination-bullets.swiper-pagination-horizontal, .row .swiper-pagination-custom, .row .swiper-pagination-fraction {
    bottom: unset !important; 
    top: unset !important ; 
    left: unset !important; 
    transform: unset !important; 
    white-space: unset !important;
    width: unset !important;
}
.justify-content-sm-around{
    justify-content: space-around;
}
.box-icon {
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.box-icon:hover {
    background: #212529;
}
.tech-avatar-c {
    width: 150px;
    height: 150px;
}
.btn-pay{
    background: #02c177;
    color: #f0faf4;
    text-align: center;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-pay:hover{
    color: #f0faf4;
}
.des-art-blog {
    text-align: right;
    padding: 10px 10px 0px 10px;
}
.swiper-pagination-bullet-active {
    background: #212529;
}
.featurecard-content {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 45px;
    text-align: center;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.featurecard-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    height: 90px;
    justify-content: center;
    width: 90px;
}
.featurecard-title {
    color: #212529;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
}
.featurecard-text {
    color: #212529c7;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 10px;
}
.post-categories {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2;
}
.post-categories li a {
    color: #212529;
    border-radius: 20px;
    padding: 2px 10px;
    font-weight: 300;
    font-size: 12px;
    margin-left:10px;
}
.head-single-cast-full {
    padding: 10px 30px 5px;
}
.comment {
    border-radius: 10px;
    padding: 10px;
}
.comment-body {
    padding-top: 1.5rem !important;
}
textarea#comment {
    border: 1px solid #a3aacb;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 20px;
}
.comment-author {
    display: flex;
}
a.url, .comment-metadata time{
    color: #212529;
}
.commentmetadata a{
    color: #212529;
    font-size: 12px;
}
.comment-metadata time {
    font-size: 12px;
    margin-left:10px;
}
a.comment-edit-link {
    color: #212529;
}
.comment-meta {
    display: flex;
    justify-content: space-between;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 33%;
    float: right;
    margin: 20px 0px;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input{
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #a3aacb;
}
.section-inner .form-submit .submit {
    background: #6440fb;
    color: #f4f1fe;
    text-align: center;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    float:right;
}
.comment-form-comment {
    margin: 20px 0px;
}
.comment-form-cookies-consent {
    margin: 0px 0px 20px 0px;
}
.comment .comment-body {
    background: #ffffff;
}
.avatar-30 {
    border-radius: 50%;
}
cite.fn {
    margin: 0px 10px 10px 3px;
}
.edite-icon {
    margin-right: 10px;
    font-size: 18px;
    color: #6440fb;
    padding: 5px;
    border-radius: 50%;
}
.reply-com{
    color:#6440fb;
}
.must-log-in {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: #ef5a5a;
    background-color: #fdeced;
    border: 1px solid #ef5a5a;
    border-radius: var(--bs-alert-border-radius);
}
.bg-asinp{
    background:#fff3cd;
}
.search-form-page {
    width: 100%;
    margin-top: 5px;
}
#tooltip {
    position: absolute;
    background: #212529;
    color: #fff;
    top: -35px;
    width: 40%;
    text-align: center;
    border-radius: 20px;
    left: -10px;
}
.logo-flex {
    width: 200px;
    height: 60px !important;
}
body header .logo-flex img{
    max-width: 100%;
    height: auto;
}
.woocommerce-message {
    background: #02c177;
    color: #fff;
    border-top: 0;
    border-radius: 10px;
}
.woocommerce-message::before {
    color: #ffffff;
}
.woocommerce-error {
    border-top: 0;
    background: #b81c23;
    border-radius: 10px;
    color: #fff;
}
.woocommerce-error::before {
    color: #ffffff;
}
.woocommerce-info {
    background: #1e85be;
    color: #fff;
    border-top: 0;
    border-radius: 10px;
    margin-bottom: 10px;
}
.woocommerce-info::before {
    color: #ffffff;
}
.box-pro {
    overflow: hidden;
}
.showcoupon, .showlogin, .restore-item {
    color: #ffffff;
}
.wd-empty-page {
    position: relative;
    margin-top: 5vw;
    margin-bottom: 15px;
    color: #242424;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
}
.cart-empty-ic {
    display: block;
    margin-bottom: 20px;
    color: #f1f1f1;
    font-weight: 400;
    font-size: 10em;
    line-height: 1;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ed1e27;
}
.woocommerce-MyAccount-navigation .is-active {
    background: #ffffff;
}
.woocommerce-MyAccount-navigation-link a{
    width: 100%;
}
.cart-top {
    display: flex;
    background: #ffffff;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #ffffff;
}
.count-cart {
    position: absolute;
    left: 0;
    top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 1px;
    color: #212529;
    font-size: 11px;
    width: 20px;
    height: 20px;
    inset-inline-end: -7px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
}
.woocommerce-MyAccount-navigation-head {
    position: absolute;
    top: 45px;
    left: 0px;
    background: #ffffff;
    text-align: right;
    list-style: none;
    border-radius: 5px;
    width: 200px;
    z-index: 3;
    overflow: hidden;
    display:none;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.user-info:hover .woocommerce-MyAccount-navigation-head{
    display: block;
}
.cart-mini-head {
    position: absolute;
    width: 300px;
    top: 45px;
    left: 0;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display:none;
}
.cart-top:hover .cart-mini-head {
    display: inline-block;
}
.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: flex;
    font-weight: normal;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
    font-size: 12px;
    line-height: 1;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
.woocommerce-img-title {
    width: 80%;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 15px 0;
    list-style: none;
}
.button.checkout.wc-forward {
    background: #02c177;
    color: #fff;
}
.woocommerce-MyAccount-navigation-head li a {
    display: flex;
    padding: 3px 15px;
    border-bottom: 1px solid #dee2e6;
}
.woocommerce-MyAccount-navigation-head li a:hover {
    background: #f7f7f7;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em;
    background: #f8f9fa;
    border-radius: 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3f6f9;
    border-radius: 5px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
    color: #212529;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 1em 0 2em 0;
    text-align: right;
    border-radius: 20px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #ffffff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0;
}
.posted_in a, .tagged_as a {
    color: #212529;
}
.woocommerce .star-rating span::before {
    color: #ffc107;
}
.woocommerce .star-rating::before {
    color: #dee2e6;
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em 1em 0;
    display: flex;
    flex-direction: column;
}
.flicbtn {
    position: absolute;
    left: 20px;
    color: #fff;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em 0 2em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    border: 1px solid #cfc8d8;
    border-radius: 20px;
}
body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: start;
    font-size: 14px;
    line-height: 38px;
}
body .select2-container--default .select2-selection {
    border: 1px solid #cfc8d8;
    border-radius: 20px;
    background-color: #ffffff;
    transition: border-color .4s ease;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline;
    padding-inline: 0 !important;
    line-height: 1.4;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    inset-inline-end: 10px !important;
    background-position: left 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    height: 42px;
    border:  1px solid #cfc8d8;
    background-color: #ffffff;
    background-image: none;
    color: #777;
    border-radius: 20px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 50%;
}
.in-stock {
    color: #02c177cf !important;
    font-size: 16px !important;
    margin-bottom: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 5px;
    width: 40px;
    height: 40px;
}
.price {
    font-size: 2em;
}
.price del {
    color: #bbb;
    font-size: 90%;
    text-decoration: line-through;
}
.price del .woocommerce-Price-amount{
    color: #bbb;
}
.price ins .woocommerce-Price-amount{
    color: #212529;
}
.price .woocommerce-Price-amount bdi {
    color: #212529;
}
.price-arch{
    font-size: 12px;
    color: #212530;
}
.price-arch del {
    color: #bbb;
    font-size: 90%;
    text-decoration: line-through;
}
.price-arch del .woocommerce-Price-amount{
    color: #bbb;
}
.price-arch ins .woocommerce-Price-amount{
    color: #212529;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dee2e6;
}
.nav {
    position: relative; /* حالت اولیه */
    transition: all 0.3s ease; /* برای انتقال نرم */
}
.nav.sticky {
    position: fixed;
    top: 40px;
    z-index: 100;
}
a.tabs {
    padding: 10px 15px;
    border-radius: 10px;
    margin-left: 10px;
    display: block;
    margin-bottom: 10px;
    color: #212529;
    background: #ffffff;
}
.comment_container {
    background-color: #ffffff;
    border-radius: 20px !important;
    padding: 1.5rem !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.commentlist .comment-text {
    display: flex;
    flex-direction: column;
    position:relative;
    width: 100%;
    margin-right: 10px;
}
.commentlist .star-rating {
    overflow: hidden;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
    position: absolute;
    left: 0px;
}
p.comment-form-cookies-consent {
    width: 100% !important;
    float: right;
}
.comment-body, .taxonomy-description, .des-art-pro-list, .course_teachr p, .course_teachr .tech-name, .course_lesson .row, blockquote, .des-art-blog-list, .author-box-single-blog-full {
    color: #212121;
}
.woocommerce #review_form #respond .form-submit input {
    right: auto;
    color: #212529;
    padding: 10px 15px;
    border-radius: 10px;
    height: 40px;
    float: right;
}
.woocommerce-product-gallery__image img{
    border-radius:10px;
}
.accordion-button:focus {
    box-shadow: unset !important;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    box-shadow: unset !important;
}
.atour-review_verified.verified {
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 5px;
    background: #f0faf4;
    color: #02c177;
}
.woocommerce table.shop_table {
    border: none;
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
    box-shadow: none;
    border-radius: 10px;
}
.woocommerce table.shop_table td {
    padding: 10px 5px;
}
.price {
    color: #212529 !important;
}
.star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
    margin: .5em 0 0 4px;
    float: right;
}
.star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before {
    color: #ffc107;
}
.star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    right: 0;
}
.card-icon-cast {
    font-size: 2em;
    position: absolute;
    background: #212529;
    border-radius: 50%;
    z-index: 1;
    padding: 15px;
}
.card-icon-cast:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(50%) translateY(-50%);
    background-color: #212529;
    clip-path: inset(-10px);
    -webkit-animation: play 2s linear infinite;
    animation: play 2s ease-out infinite;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 100% !important;
    border-radius: 7px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
     margin: 0 !important;
    list-style: none;
}
.icon-search-inp-shop {
    position: absolute;
    background: #ffc107;
    border-radius: 30px;
    padding: 8px;
    margin-left: 6px;
    font-size: 14px;
    left: 0;
}
ins {
    color: #212529;
}
del {
    color: #bbbbbb;
    font-size: 9px;
}
.reviewer {
    color: #212529;
}
.ui-slider-range {
    display: block;
    height: 2px;
    border: 0;
    border-radius: 0;
    background-image: none;
    background-color: red;
    z-index:3;
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -9px;
    margin-left: -6px;
    width: 15px;
    height: 15px;
    outline: none;
    border: none;
    background: none;
    background-color: #212529;
    cursor: ew-resize;
    border-radius: 50%;
}
.ui-slider-handle:after {
    content: "";
    display: inline-block;
    border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: #10ad8e;
}
.ui-slider-horizontal {
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1 !important;
}
.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: rtl !important;
    unicode-bidi: embed;
}
.ui-slider-horizontal:before {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 2px;
    background-color: rgb(228 228 228);
}
.nav_list_product {
    color: #212529;
}
a.nav_list_product.active {
    background: #f0faf4;
    color: #02c177;
}
.shop-arch > .woocommerce-breadcrumb{
    text-align: center;
}
.rotate{
    rotate: -40deg;
}
footer{
    clear: both;
}
.btn-login {
    display: flex;
    border-radius: 30px;
    align-items: center;
    padding: 3px 3px 3px 10px;
}
.btn-register {
    background: #ffffff;
    display: flex;
    border-radius: 30px;
    align-items: center;
    padding: 3px 3px 3px 10px;
}
.alert-danger {
    color: #ef5a5a;
    border-color: #ef5a5a;
    background-color: #fdeced;
}
.alert-success {
    color: #7dad14;
    border-color: #7dad14;
    background-color: #f3f8ed;
}
.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.m-nav-sid .menu-item > ul {*/
/*    display: none;*/
/*    position: unset;*/
/*}*/
.m-nav-sid .menu-item:hover ul{
    display: block;
    width: 100%;
}
.m-nav-sid {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #00000036;
    z-index: 100000;
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: -12px 0px 20px 0px #000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.man-menu-sid {
    background: #ffffff;
    width: 70%;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
}
.m-nav-sid li {
    color: #212529;
    text-align: right;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #0000006b;
}
.m-nav-sid li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px;
    min-height: 50px;
    width: 100%;
    justify-content: space-between;
}
.m-nav-sid li .sub-menu li{
    background: #f7f7f7;
}
#m-nav{
    display: none;
    transition: width .3s;
}
.fs-7 {
    font-size: 12px;
    font-weight: 400;
}
.fs-8 {
    font-size: .8rem;
}
.fs-9 {
    font-size: 1.5rem;
}
.backtop a i {
    font-size: 20px;
}
.lesson-download a {
    padding: 12px 15px;
}
.nav .dropdown-icon {
    margin-left: 5px;
    font-size: 12px;
}
.nav .menu-item-has-children > a::after {
    content: "\eb49";
    font-family: 'atour-font' !important;
    font-size: 14px;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.nav .menu-item-has-children .menu-item-has-children > a::after {
    content: "\eb4a";
    font-family: 'atour-font' !important;
    margin-left: 0;
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.nav .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}
.nav .menu-item-has-children .menu-item-has-children:hover > a::after {
    transform: rotate(0deg);
}
.man-menu-sid .menu-item-has-children > a::after {
    content: "\eb4a";
    font-size: 1em;
    font-family: 'atour-font' !important;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.man-menu-sid .menu-item-has-children .sub-menu {
    display: none;
    position: unset;
    width: 100%;
}
.man-menu-sid .menu-item-has-children.active .sub-menu {
    display: block;
}
.man-menu-sid .menu-item-has-children > a.active::after {
    transform: rotate(-90deg);
}
.vip-book:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 2000px;
    background: #2a9d8f;
    background-image: linear-gradient(45deg,#2a9d8f,#8c9d2a);
    box-shadow: 0 7px 20px #3e9d7a5e;
    top: -45px;
    left: 64px;
}
.vip-book:after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #e76f51;
    background-image: linear-gradient(45deg,#e76f51,#e7da51);
    box-shadow: 0 7px 20px #e76f5150;
    right: -50px;
    bottom: -60px;
}
#signup-content {
    width: 1200px;
    margin: 40px auto;
}
.mu_register form {
    width: 50%;
    margin: 0px auto;
    text-align: right;
}
.mu_register {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.mu_register input {
    border: 1px solid #333333;
    padding: 5px;
    font-size: 15px !important;
    border-radius: 20px;
}
.mu_register input[type="submit"] {
    background: #02c177;
    border: none;
    color: #ffffff;
}
.foot-btn {
    background-color: transparent;
    fill: #000000;
    color: #000000;
    background-image: linear-gradient(180deg, #FFC33A 0%, #FFD450 100%);
    border-radius: 35px 35px 35px 35px;
    box-shadow: 0px 7px 20px 0px rgba(255, 197.00000000000003, 65, 0.6196078431372549);
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
    line-height: 1;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea.medium,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper textarea.small,
.wpcf7-text,
.wpcf7-date,
.wpcf7-textarea,
.wpcf7-select{
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background-color: transparent;
    color: #757575;
}
:is(.button, .wpcf7-submit) {
    padding: 5px 20px;
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 20px;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.2;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    color: #3E3E3E;
    background-color: #F3F3F3;
    padding: 10px 15px;
}
:is(.button, .wpcf7-submit):hover {
    color: #3E3E3E;
    background-color: #e0e0e0;
}
.woocommerce-button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    float: right;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block !important;
}
.social-links-widget {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.social-item {
    width: 30%;
}
.social-item a {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; 
}
.social-name {
    color: #ffffff;
}
.social-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.social-item.aparat {
    background-color: #DF0F50;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 7px 30px 0px #df0f5069;
}
.social-item.youtube {
    background-color: #f70000;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 7px 30px 0px #f7000069;
}
.social-item.instagram{
    background-color: #E96791;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 7px 30px 0px #e9679169;
}
.social-item.telegram{
    background-color: #0391FF;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 7px 30px 0px #0391ff69;
}
.social-item.whatsapp{
    background-color: #24cc63;
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 7px 30px 0px #24cc6369;
}
.mini_cart_item .quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5px;
    width: 54%;
    margin-left: 0;
    text-align: left;
}
.quantity {
    border-radius: 10px;
}
.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0;
}
.quantity-button {
    border-radius: 40px;
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 0;
    padding: 0 5px;
    box-shadow: none;
}
.quantity input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.quantity input[type="number"] {
    width: 25px !important;
    border: none;
    border-radius: 50px;
    padding: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}
input[type="number"]:focus {
    outline: none;
    box-shadow: none;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .man-menu-sid {
        width: 350px;
    }
    .m-nav-sid li a {
        font-size: 1em;
        min-height: 40px;
    }
}
@media (max-width:575px) {
    .m-nav-sid{
        width: 100%;
    }
    .col-lg-20 {
        flex: 0 0 auto;
        width: 100%;
    }
    .w-250 {
        width: 100% !important;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}
@media (max-width:767.98px) {
    .man-menu-sid {
        width: 70%;
    }

}
@media (max-width:1024px){
    .contaner-small{
        width: 100%;
        margin:0 auto;
    }
    .container {
        width: 100%;
    }
    .text-center-col{
        text-align: center !important;
    }
    .text-end-mob {
        text-align: right !important;
    }
    blockquote {
        margin: 20px 0px;
    }
    .w-250 {
        width: 250px;
    }
    .pr-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .pl-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
        float: right;
        margin: 20px 0px;
    }
    .col-lg-20 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width:991.98px) {
    .logo-flex {
        width: 100%;
        height: auto !important;
    }
    .m-nav-sid li a {
        min-height: 40px;
    }
    .tech-avatar {
        width: 3em;
        height: 3em !important;
    }
    .tech-avatar-c {
        width: 100%;
    }
}
@media (max-width:1199.98px) {
    #d-nav{
        display: none;
        transition: width .3s;
    }
    #m-nav {
        display:flex;
        transition: width .3s;
    }
}
