@import url(iconmoon.css);

:root {
    --green-color: #019DA4;
    --gray-color: #696984;
    --orange-color:#FFA800;
}

@font-face {
    font-family: "yekan";
    src: url(../fonts/iranyekan/iranyekanwebregular.eot) format("eot"),
        url(../fonts/iranyekan/iranyekanwebregular.ttf) format("ttf"),
        url(../fonts/iranyekan/iranyekanwebregular.woff) format("woff");
}
@font-face {
    font-family: "bold-yekan";
    src: url(../fonts/iranyekan/iranyekanwebbold.eot) format("eot"),
        url(../fonts/iranyekan/iranyekanwebbold.ttf) format("ttf"),
        url(../fonts/iranyekan/iranyekanwebbold.woff) format("woff");
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
.font-en{
    font-family:  'Tahoma' !important;
}
.text-bold{
    font-family: "bold-yekan" !important;
}
.dropdown .dropdown-toggle:before{
    font-family: 'fonticon' !important;
    content: "\eb45";
    position: absolute;
    left: 15px;
}
.nav-link.dropdown-toggle:before{
    content: '' !important;
}
.dropdown-toggle.show{
    background: rgba(1, 157, 164, 0.15) !important;
    color: #019DA4 !important;
    border:1px solid rgba(1, 157, 164, 0.15) !important;
}
.dropdown-toggle.show:before{
    transform: rotate(180deg);

}
.dropdown-item.active, .dropdown-item:active{
    background: none;
    color: #019DA4 !important;
}
.red-color {
    color: #FF4B4B;
}
.orange-color{
    color: var(--orange-color);
}
.yellow-bg {
    background: rgba(231, 166, 0, 0.1);
}

.green-color {
    color: var(--green-color) !important;
}

.green-bg {
    background-color: var(--green-color) !important;
}

.green-bg-fade {
    background: rgba(1, 157, 164, 0.15) !important;
}

.yellow-bg-fade {
    background: rgba(164, 148, 1, 0.15) !important;
}

.red-bg-fade {
    background: rgba(164, 1, 9, 0.15) !important;
}


.btn-light {
    background: rgba(105, 105, 132, 0.21) !important;
}

.text-gray {
    color: var(--gray-color);
}

.bg-gray {
    background-color: #F4F4F4;
}


body {
    font-family: "yekan" !important;
    direction: rtl;
    background-image: linear-gradient(to right, rgba(89, 230, 222, 0.1), rgba(230, 174, 89, 0.1));
}

hr {
    opacity: 0.1 !important;
}

.text-success {
    color: #12B18B !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-30 {
    border-radius: 30px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-16 {
    font-size: 16px !important;
}


.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-30 {
    font-size: 30px !important;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.pointer {
    cursor: pointer;
}
.h-47{
    height: 47px;
}
.badge {
    padding: 11px 15px !important;
}

.shadow-custom {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
}

.fliter-select {
    width: 131px;
    height: 62px;

}

.form-floating>label {
    left: unset;
    right: 0;
    color: var(--gray-color);
    height: auto !important;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.85) translateY(-2rem) translateX(0.15rem);
    background: #FFF;
    opacity: 1;
    font-size: 14px;
}

.btn-file-2 {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    cursor: pointer;
    background: #F2F6F8;
    border-radius: 5px;
}

.btn-file-2 input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: pointer;
    display: block;
}

.btn-file-1 {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    cursor: pointer;
    background: #F2F6F8;
    border-radius: 5px;
}

.btn-file-1 input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: pointer;
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    cursor: pointer;
    background: #F2F6F8;
    border-radius: 5px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: pointer;
    display: block;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border:1px solid #DEDEDE !important;
}
.border.form-control:focus{
  
    border:1px solid #DEDEDE !important;

}
#result-up {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-success {
    background-color: #12B18B !important;
    border: 0 !important;
}

.btn-success:hover {
    background-color: #0a7c61 !important;
}

.btn-custom {
    background: rgba(1, 157, 164, 0.15);
    border-radius: 10px;
    color: #019DA4;
    padding: 15px 30px;
    border: none !important
}

.btn-custom:hover {
    background: rgba(1, 157, 164, 0.5) !important;
    border: none !important;
}


/*-------------------scrollbar   */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(102, 102, 102);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*----------------- header */
header {
    height: 85vh;
    background: url(../img/bg-header.webp) no-repeat left top,
        url(../img/line-cloud.webp) no-repeat bottom center,
        url(../img/Decorator.webp) no-repeat left center;

}

nav .nav-link {
    color: #020202;
}

nav .dropdown-menu {
    right: 0;
    left: initial !important;
}

header .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
    color: var(--green-color) !important;


}

.dropdown-item:hover.dropdown-item:before {
    transition: all ease-in 0.3s;
    opacity: 1;
}

.navbar-fixed-top{
    backdrop-filter: blur(41px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    background: rgba(255, 255, 255, 0.4);
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px !important;
    z-index: 100;
}

nav .dropdown-item:before {
    /* content: "\203a"; */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    opacity: 0;
    position: absolute;
    left: 10px;
    transition: all ease-in 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: var(--green-color);
    border-bottom: 1px solid var(--green-color);
}

nav .nav-item .nav-link {
    font-size: 13px !important;
}

.dropdown-toggle::after {
    content: none;
}

.fa-arrow-right-to-bracket {
    transform: rotate(180deg);
}

nav .badge {
    background-color: #FF5981 !important;
    bottom: -6px;
    right: -15px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

header .bg-slider {
    /* background: url(../img/bg-slider.webp) no-repeat center right; */
    background: url(../img/bg-slider2.webp) no-repeat center right;
    /* background: url(../img/eid.webp) no-repeat center right; */
    height: 600px;
    background-size: contain;
}

header #content h1 {
    /* font-size: 4rem; */
}


header .animate-img {
    position: absolute;
    left: -200px;
    top: 100px;
    animation: moveImg ease-in-out infinite 5s;
}

.animate-img-rect {
    position: absolute;
    left: -100px;
    top: 400px;
    animation: moveImgRect ease-in-out infinite 8s;
}

.animate-img-rect-bottom {
    position: absolute;
    left: -10px;
    top: 500px;
    width: 40px;
    animation: moveImgRectLast ease-in-out infinite 8s;
}

.animate-img-ashk-top {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 200px;
    animation: ashkMoveTop ease-in-out infinite 8s;
}

.animate-img-ashk-bottom {
    width: 20px;
    position: absolute;
    right: -50px;
    top: 400px;
    animation: ashkMoveBottom ease-in-out infinite 8s;
}

.animate-img-ashk-bottom-left {
    width: 20px;
    position: absolute;
    left: 50px;
    top: 600px;
    animation: ashkMoveBottomLeft ease-in-out infinite 8s;

}

.animate-img-rect-bottom-left {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 650px;
    animation: rectMoveBottomLeft ease-in-out infinite 8s;


}

/* services */

#services .item-service {

    border: 1px dashed #FFF;
    border-radius: 50px;
}

#services .col-lg-3:nth-child(1) .item-service {
    background: #FFF3D4;
}

#services .col-lg-3:nth-child(2) .item-service {
    background: #E6F8FC;
}

#services .col-lg-3:nth-child(3) .item-service {
    background: #EEEDFF;
}

#services .col-lg-3:nth-child(4) .item-service {
    background: #FFF3D4;
}

/* arvan */
.r1_iframe_embed {position: relative; overflow: hidden; width: 100%; height: auto; padding-top: 56.25%; } 
.r1_iframe_embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* products */
#products {
    background: url(../img/elipses.webp) no-repeat left center,
        linear-gradient(to right, rgb(89 230 222 / 5%), rgb(230 174 89 / 4%));

}

.animate-img-left-product {
    width: 20px;
    position: absolute;
    left: 100px;
    top: 450px;
    animation: imgProductLeft ease-in-out infinite 8s;
}

.animate-img-right-product {
    width: 20px;
    position: absolute;
    right: 100px;
    top: 200px;
    animation: imgProductRight ease-in-out infinite 8s;
}

.ellipse-top-left {
    position: absolute;
    left: -25px;
    top: -20px;
    z-index: -1;
    animation: rotateItem ease-in-out 5s infinite;
    width: initial;
}

#product-page .ellipse-top-left {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: -1;
    animation: rotateItemTop ease-in-out 5s infinite;
    width: 50px;
}

.ellipse-bottom-right {
    position: absolute;
    right: -25px;
    bottom: -20px;
    z-index: -1;
    width: initial;
    animation: rotateItemTop ease-in-out 5s infinite;

}

.item-product {
    border: 1px solid #FFF;
}

#product-page .item-product:hover {
    /* border: 1px solid #019DA4; */
    border-radius: 30px;
    color: #019DA4;
}

#products .carousel-main img {
    width: 100%;
    height: 273px;
    object-fit: contain;
    border-radius: 1rem;
    background-color: #f8f8f8;
}

#main-product {
    background-color: rgba(255, 255, 255, 0.9);
}

.owl-prev span, .owl-next span {
    font-size: 2rem;
    height: 50px;
    border-radius: 100%;
}

.owl-prev {
    position: absolute;
    left: -55px;
    top: 210px;
}

.owl-next {
    position: absolute;
    right: -55px;
    top: 210px;
}

#main-links img {
    width: 60px;
    height: 60px;
}

#main-link {
    background: linear-gradient(to right, rgb(89 230 222 / 5%), rgb(230 174 89 / 4%));
}

#main-links .col-md-4 .w-100 {
    box-shadow: 0px 100px 80px rgb(0 0 0 / 2%), 0px 64.8148px 46.8519px rgb(0 0 0 / 2%), 0px 38.5185px 25.4815px rgb(0 0 0 / 1%), 0px 20px 13px rgb(0 0 0 / 1%), 0px 8.14815px 6.51852px rgb(0 0 0 / 1%), 0px 1.85185px 3.14815px rgb(0 0 0 / 0%);
}

#links {
    background: rgba(247, 251, 255, 0.9);
    border-radius: 40px;
    position: relative;
}

#links h4 {
    font-size: 20px;
}

#links .rect-top {
    position: absolute;
    left: -30px;
    top: -20px;
    z-index: -1;
}

#links .rect-bottom {
    position: absolute;
    right: -30px;
    bottom: -20px;
    z-index: -1;
}

#bg-index {
    background: #FFF !important;
}


.card-left-items{
    border-radius: 1rem;
    border: 1px solid #e9edf5 !important;
}

.card-left-items:hover{
    border-color: #019DA4;
    box-shadow: 0 10px 10px -5px rgba(157, 160, 160, 0.4);
}

#blog .profile {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: contain;
}

#blog .main-img {
    height: 340px;
    object-fit: cover;
}

#blog .main-blog-img {
    height: 160px;
    width: 216px;
    object-fit: cover;

}

#blog p {
    line-height: 22px;
    height: 45px;
    overflow: hidden;
}

.right-post p {
    height: 85px !important;
    overflow: hidden !important;
}

#product-page .animate-circle-blog {
    animation: moveImgAshk ease-in-out infinite 8s;
    position: absolute;
    left: -10px;
    bottom: 10px;
    top: unset;
    width: 30px;
}

#product-page .animate-ashk-right {
    animation: moveImgAshkRight ease-in-out infinite 8s;
    position: absolute;
    right: -10px;
    top: 10px;
    bottom: unset;
    width: 30px;
}

.animate-circle-blog {
    animation: moveImgcircle ease-in-out infinite 8s;
    position: absolute;
    left: 100px;
    top: 10px;
    width: 80px;
}

/* news */
#news .item-news .card {
    /* box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481); */
    border-radius: 30px;
    background: #FFF;
}

#news .item-news .card:hover{
    border-color: #019DA4;
    box-shadow: 0 10px 10px -5px rgba(157, 160, 160, 0.4);
}

.item-news p {
    line-height: 22px;
}

.item-news img.radius-20{
    height: 269.26px;
    object-fit: cover;
}

#news .profile {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: contain;
}

#news .owl-stage-outer {
    padding-bottom: 100px; 
    /* padding: 15px 0; */
}

.item-news:hover{
    cursor: pointer;
}

.with_image footer {
    background: url(../img/footer-new.svg) no-repeat center;
    height: 250px;
    background-size: cover;
}

footer {
    background: url(../img/footer-new.svg) no-repeat center;
    height: 250px;
    background-size: cover;
}

#social-networks i {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 20px;

}

#social-networks a:hover i {
    background-color: #ffc107 !important;
    color: #FFF !important;
}


/* products page */
#product-page #main-title {
    background: rgba(1, 157, 164, 0.15);
}

.form-select {
    background-position: left 0.75rem center;
}

.form-control {
    background: #F9F9F9;
    border-radius: 15px;
}

#product-page .fa-search {
    background: #FFB800;
    border-radius: 12px;
    padding: 12px;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 6.5px;
}

.fa-search {
    background: #FFB800;
    border-radius: 12px;
    padding: 12px;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 6.5px;
}

#product-page .card img {
    height: 270px;
    object-fit: contain;
    background-color: #f8f8f8;
    border-radius: 1rem;
}

/* product single */
#product-single .carousel-indicators {
    position: relative !important;
    width: 100%;
    margin: 0;
}

#product-single .carousel-inner img {
    height: 445.08px;
    object-fit: cover;
    background-color: #ececec;
    border-radius: 20px;
}

#product-single .owl-carousel .owl-item img {
    object-fit: cover;
}

.carousel-indicators img,
.carousel-indicators .item,
.carousel-indicators [data-bs-target] {
    height: 160px;
    border-radius: 20px;
    width: fit-content;

}

#product-single .badge {
    background: rgba(1, 157, 164, 0.15);
    border-radius: 10px;
}

#product-single .card {
    background: #FAFBFE;
    border-radius: 20px;
}

.counter-items {
    background: rgba(1, 157, 164, 0.1);
    border-radius: 10px;
}

.modal .img-modal {
    height: 280px;
}

.modal-content {
    border-radius: 20px !important;
}

/* course */
/* #course-main .alert-warning.btn-warning{
    background: rgba(231, 166, 0, 0.1) !important;
} */
#course-main .card img {
    /* border-radius: 20px; */
    /* height: 337px; */
    background: none;
    object-fit: cover;
}

#course-main .badge {
    background: rgba(1, 157, 164, 0.15);
    border-radius: 10px;
}

#course-main .alert.alert-danger {
    padding: 8px 15px !important;
}

.btn-course {
    height: 54px;
}

.btn-course i {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    line-height: 19px;
}

.checked-yellow {
    background: #ff99006e;
    color: #FF9900;
}

#course-main .icon-fo-bookmark-remove {
    position: absolute;
    left: 25px;
    top: 25px;
    display: none;
}

#course-main .item-course:hover .icon-fo-bookmark-remove {
    display: block;
}
#course-main .btn.green-bg-fade:hover,
#course-main .btn.green-bg-fade:focus{
background: rgba(1, 157, 164, 0.5) !important
}
.btn.alert-secondary:hover,
.btn.alert-secondary:focus{
    background: #d7d7d878;
}
.btn.yellow-bg:hover,.yellow-bg:focus{
    background: rgba(231, 166, 0, 0.4);
}
#product-page .icon-fo-bookmark-remove {
    position: absolute;
    left: 25px;
    top: 25px;
    display: none;
}

#product-page .item-product:hover .icon-fo-bookmark-remove {
    display: block;
}

#course-details .teacher-img {
    height: 70px;
    width: 70px;
}

#course-details .teacher-circ-img {
    height: 68px;
    width: 68px;
}

#users-podcast img {
    border: 2px solid #FFFFFF;
    margin-right: -20px;
    width: 50px !important;
    height: 50px !important;
}

.btn-play .fa-play {
    border: 2px solid;
    padding: 3px;
    border-radius: 9px;
}

#podcast-detail .main-img-podcast {
    width: 250px;
    height: 250px;
}


audio {
    width: 100%;
}

audio::-webkit-media-controls-panel {
    background: #FFF;
    overflow: initial;
}

audio::-webkit-media-controls-play-button {
    background-color: #019da463;
    border-radius: 100%;
    /* position: absolute;
    bottom: 0;
    left: 50%; */
    /* width: 50px;
    height: 50px; */
}

audio::-webkit-media-controls-timeline {}

audio::-webkit-media-controls-track-segment-highlight-before {

    background: #019DA4;

}

/* 
audio::-webkit-media-controls-mute-button
audio::-webkit-media-controls-play-button
audio::-webkit-media-controls-timeline-container
audio::-webkit-media-controls-current-time-display
audio::-webkit-media-controls-time-remaining-display
audio::-webkit-media-controls-timeline
audio::-webkit-media-controls-volume-slider-container
audio::-webkit-media-controls-volume-slider
audio::-webkit-media-controls-seek-back-button
audio::-webkit-media-controls-seek-forward-button
audio::-webkit-media-controls-fullscreen-button
audio::-webkit-media-controls-rewind-button
audio::-webkit-media-controls-return-to-realtime-button
audio::-webkit-media-controls-toggle-closed-captions-button
audio::-webkit-media-controls-panel

*/
audio[pseudo=-internal-track-segment-highlight-before] {
    background: #019DA4;
}

/* comment */
#main-comment .avatar {
    width: 40px;
    height: 40px;
}

/* blog page */

#blog-main .main-img-blog {
    /* height: 240px; */
    object-fit: cover;
}

#blog-main .badge {
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#blog-main .profile {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: contain;
}

#blog-main .card:hover {
    border: 1px solid var(--green-color) !important;
}

#blog-main .card:hover .card-title {
    color: var(--green-color) !important;
}

/* blog detilas */
#blog-details .user-auther {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: contain;
}

/* news */
.news-img {
    height: 200px;
}

#news-main .profile {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: contain;
}


#news-main .icon-fo-bookmark-remove {
    position: absolute;
    left: 25px;
    top: 25px;
    display: none;
}

#news-main .item-news {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
}

#news-main .item-news:hover .icon-fo-bookmark-remove {
    display: block;
}

#news .card-img-top {
    object-fit: cover;
    width: 100% !important;
    /* height: 187.51px; */
    height: 100%;
    margin: 0 auto;
}

#news-main .card:hover {
    border: 1px solid var(--green-color) !important;
}

/* #news-main .card:hover .card-title {
    color: var(--green-color) !important;
} */

/* news details */
#news-details video {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    background: #000;
}

/* about-main */
#about-main .user-about {
    width: 100px;
    height: 100px;
    border-radius: 30px;
}

#about-main .item-profile {
    background: #FFFFFF;
    /* sh noise */

    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
    border-radius: 30px;
}


/* profile */
.img-profile {
    width: 150px;
    height: 150px;
    border: 3px solid #FFFFFF;
    margin-top: -65px;
    margin-right: 30px
}

#main-profile .social-media a {
    color: #696984;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#main-profile .fa-play{
    position: absolute;
    font-size: 40px;
    color: #FFF;
    background: #000000a8;
    border-radius: 100%;
    padding: 10px;
}
#main-profile .social-media a:hover {
    background-color: var(--green-color);
    border-radius: 100%;
    color: #FFF !important;
}

#main-profile .left-img-profile {
    height: 247.78px;
    object-fit: cover;
}

#main-profile .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #019DA4 !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    color: #FFF !important;
}

.nav-pills .nav-link {
    padding: 15px 20px !important;
    background: #FFFFFF;
    font-size: 14px !important;
    border: 1px solid #FFF;
    border-radius: 15px;
    color: var(--gray-color);
    margin-right: 20px;
}

#main-profile .nav-pills .nav-link {
    padding: 15px 20px !important;
    background: #FFFFFF;
    font-size: 14px !important;
    border: 1px solid #FFF;
    border-radius: 15px;
    color: var(--gray-color);
    margin-right: 20px;
}



/* ------- persian date picker */
.datepicker-plot-area {
    background: #FFFFFF !important;
    border-radius: 20px !important;
    border: 0 !important;
    margin-top: 20px !important;
    font-family: 'yekan' !important;
    box-shadow: none !important;
    padding: 15px !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td {
    padding: initial !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
    border: 1px solid #F3F6F9 !important;
    border-radius: 5px !important;
    width: initial !important;
    margin: 5px !important;
    height: 45px !important;

    display: flex !important;
    justify-content: center;
    align-items: center;


}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover {
    background-color: var(--green-color) !important;
    border: 0 !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    width: initial !important;
}

.datepicker-navigator {
    display: flex !important;
    justify-content: end !important;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
    border-radius: 6px;
    background-color: #019ca42e;
    padding: 5px;
}

.header-row-cell {
    color: #019DA4 !important;

}

.title-date {
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 15px;
}

#main-library .item-lib {
    position: relative;
}

#main-library .item-lib:hover {
    border: 1px solid var(--green-color) !important;
}

.item-lib .icon-fo-bookmark-remove {
    position: absolute;
    left: 25px;
    top: 25px;
    display: none;
}

.item-lib:hover .icon-fo-bookmark-remove {
    display: block !important;
}

/* conatct us */
.box-contact {
    box-shadow: 0px 10px 40px rgba(102, 103, 124, 0.08);
}



/* serivces-page */
#serivces-page .item-service {
    background: rgba(255, 255, 255, 0.8);
height: 230px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
}

#serivces-page .item-service img {
    width: 60px;
    height: 60px;
}

/* cart */
.cart-number {

    background: #FF4242;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    width: 21.52px;
    height: 21.77px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart .cart-img {
    width: 75.82px;
    height: 98.81px;
}

#cart .animate-circle-blog {
    animation: moveImgAshk ease-in-out infinite 8s;
    position: absolute;
    left: -10px;
    bottom: 10px;
    top: unset;
    width: 20px;
}

#cart .animate-ashk-right {
    animation: moveImgAshkRight ease-in-out infinite 8s;
    position: absolute;
    right: -10px;
    top: 10px;
    bottom: unset;
    width: 20px;
}

#cart .ellipse-top-left {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 10;
    animation: rotateItemTop ease-in-out 5s infinite;
    width: 30px;
}

/* pre-factor */
#pre-factor .animate-circle-blog {
    animation: moveImgAshk ease-in-out infinite 8s;
    position: absolute;
    left: -10px;
    bottom: 10px;
    top: unset;
    width: 20px;
}

#pre-factor .animate-ashk-right {
    animation: moveImgAshkRight ease-in-out infinite 8s;
    position: absolute;
    right: -10px;
    top: 10px;
    bottom: unset;
    width: 20px;
}

#pre-factor .ellipse-top-left {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 10;
    animation: rotateItemTop ease-in-out 5s infinite;
    width: 30px;
}

.pre-img {
    width: 46.04px;
    height: 60px;
}

/* factor */
.factor-iocon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.factor-iocon i {

    font-size: 6rem;
}

/* factor-success */
.factor-success-iocon {
    width: 130px;
    height: 95px;
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.factor-success-iocon i {
    font-size: 6rem;
}

#factor .animate-circle-blog {
    animation: moveImgcircle ease-in-out infinite 8s;
    position: absolute;
    left: 100px;
    top: 10px;
    width: 35px;
}

#factor .animate-ashk-right {
    animation: moveImgAshkRight ease-in-out infinite 8s;
    position: absolute;
    right: -10px;
    top: 10px;
    bottom: unset;
    width: 35px;
}




/* mentoring */
#mentoring-header {
    height: 85vh;
    background: url(../img/header-mentoring.svg) no-repeat 0px -176px !important;
    background-size: contain;
    overflow: hidden;
/* clip-path: polygon(50% 0, 100% 0, 100% 42%, 100% 85%, 82% 91%, 50% 100%, 17% 91%, 0 83%, 0% 62%, 0 0); */
clip-path: ellipse(79% 60% at 53% 37%);
}

#mentoring-header .img-main-ment {
    height: 660px;
    object-fit: contain;
}

.comment-1 {
    position: absolute;
    top: 200px;
    right: 0px;
}

.comment-2 {
    position: absolute;
    top: 380px;
    right: 265px;
}

#mentoring-header .animate-img {
    position: absolute !important;
    left: 0px !important;
    top: 100px !important;
    animation: none !important;
}


#services-ment .item-service {
    height: 290px;
}


#services-ment .elipse-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


#services-ment .animate-img-left-product {
    width: 20px;
    position: absolute;
    left: 100px;
    top: 450px;
    animation: imgProductLeftMent ease-in-out infinite 8s;
}

#services-ment .animate-img-right-product {
    width: 20px;
    position: absolute;
    right: 100px;
    top: 200px;
    animation: imgProductRightMent ease-in-out infinite 8s;
}

#video-ment {
    background-color: #FFF2CF;
}

#video-ment .poster-video {
    height: 360px;
    position: relative;
    z-index: 10;
}


#video-ment .rect-top {
    position: absolute;
    left: -30px;
    top: -20px;
    z-index: 0;
    animation: rotate ease-in-out 6s infinite;

}

#video-ment .rect-bottom {
    position: absolute;
    right: -30px;
    bottom: -20px;
    animation: rotate ease-in-out 6s infinite;
    z-index: 0;
}

#video-ment .circle {
    border: 18.8302px solid #019DA4;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#video-ment .Polygon {
    position: absolute;
    left: 0;
    top: 0;
    animation: movePolygon ease-in-out 6s infinite;

}

#video-ment .circle-video {
    z-index: 12;
    position: absolute;
    font-size: 3rem;
    color: #FFF;
}

#video-ment .circle-video {
    background: #FFB800;
    width: 73px;
    height: 73px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video-ment .circle-video .circle-inner {
    width: 88.86px;
    height: 88.86px;
    background: #ffb80061;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

}

#video-ment .circle-video .circle-innering {
    width: 112px;
    height: 112px;
    background: #ffb80061;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

/* main-faq */
#main-faq .card {
    background: #FFFFFF;
    border: 1px dashed #CBCBE1;
}

#main-faq .icon-fo-support-filled {
    font-size: 3rem;
    margin-top: -50px;
    position: relative;
}

#main-faq .owl-carousel .owl-stage-outer {
    padding: 40px 0;
}


#main-faq .owl-prev {
    position: absolute;
    left: -55px;
    top: 90px;
}

#main-faq .owl-next {
    position: absolute;
    right: -55px;
    top: 90px;
}

#faq {
    background: url(../img/Decorator-right.svg) no-repeat right center;
}


#faq .rect-orange {
    position: absolute;
    left: 150px;
    background: #FFB800;
    opacity: 0.5;
    width: 47px;
    height: 47px;
    border-radius: 10px;
    top: 120px;
}

#faq .rect-green {
    position: absolute;
    left: 90px;
    top: 70px;
    background: #CCFBFF;
    width: 58px;
    height: 58px;
    border-radius: 10px;
}


/* our team */
.fade-card {
    background: rgb(255 255 255 / 39%);
    backdrop-filter: blur(2px);
}

.fade-card img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.doted-vector {
    left: 0;
    position: absolute;
    top: -34px;
}

.lines-vector {
    position: absolute;
    right: -50px;
    bottom: 0;
}

.rect-custom {
    position: absolute;
    right: -50px;
    top: -30px;
    background: #019DA4;
    border-radius: 10px;
    height: 90px;
    width: 90px;
}

/* comments */
#comments {
    background: #019DA4;
    /* margin-bottom: -36px; */
    /* border-top-left-radius: 43px; */
    /* border-top-right-radius: 43px; */
    padding: 100px 0;
}

#comments .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    position: absolute;
    bottom: -20px;
    z-index: 999;
    left: 45%;
}

#main-comments .owl-stage-outer {
    padding: 35px 0 !important;
}

#main-comments .item img {
    width: 140px;
    height: 140px;
    border: 2px solid rgba(255, 255, 255, 0.6);
}


#footer-mentor {
    background: #f6f5e8;
    height: 320px;
    background-size: cover;
    /* clip-path: ellipse(54% 36% at 49% 35%); */
}

#main-bg-footer {
    background: #f6f5e8;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

/* wishlist page */

#wishlist .animate-circle-blog {
    animation: moveImgAshk ease-in-out infinite 8s;
    position: absolute;
    left: -10px;
    bottom: 10px;
    top: unset;
    width: 20px;
}

#wishlist .animate-ashk-right {
    animation: moveImgAshkRight ease-in-out infinite 8s;
    position: absolute;
    right: -10px;
    top: 10px;
    bottom: unset;
    width: 20px;
}

#wishlist .ellipse-top-left {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 10;
    animation: rotateItemTop ease-in-out 5s infinite;
    width: 30px;
}

#wishlist .icon-fo-bookmark-remove-filled {
    position: absolute;
    left: 35px;
    top: 15px;
    display: none;
}

#wishlist .item-product:hover .icon-fo-bookmark-remove-filled {
    display: block;
}

#wishlist .item-product img {
    height: 273px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* faq-page */
#faq-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color:  #019DA4 !important;
    background-color:#FFF !important;
    position: relative;
}
#faq-page .nav-pills .nav-link.active:before,
 .nav-pills .show>.nav-link:before{
    content: "\eb46";
    font-family: 'fonticon' !important;
    font-style: normal;
    position: absolute;
    left: 10px;
    font-size: 20px;
}
#faq-page .nav-pills{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
border-radius: 15px;

}
#faq-page .accordion-item{
    border:none !important;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
    border-radius: 14px !important;

}
#faq-page .accordion-item .accordion-button{
    
    border-radius: 14px !important;
}

#faq-page .accordion-button:after{
    background: none !important;
}
#faq-page .accordion-button:before{
    content: "\ea2a";
    font-family: 'fonticon' !important;
    font-style: normal;
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin-left: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFA800;
    background: rgba(255, 184, 0, 0.1);
}
#faq-page .accordion-button:not(.collapsed):before{
    content: "\ea02";
    font-family: 'fonticon' !important;
    font-style: normal;
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin-left: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFA800;
    background: rgba(255, 184, 0, 0.1);
}
#faq-page .accordion-button:not(.collapsed){
background: none !important;
color: #000 !important;
}
#faq-page .accordion-button:focus{
    box-shadow: none !important;
    border:none !important;
}
/* department-courses */
#department-courses .list-group{
    width: 300px;
   top: 25%;
}
#department-courses #list-example{
    position: fixed;
}
#department-courses .list-group-item.active{
    color:  #019DA4 !important;
    position: relative;
}
#department-courses .list-group-item.active:before{
    content: "\eb46";
    font-family: 'fonticon' !important;
    font-style: normal;
    position: absolute;
    right: -10px;
    font-size: 20px;
}

#department-courses .item-scrollspy{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    margin-top: 150px;
}
#department-courses .item-title{
    border-radius: 30px;
    height: 150px;
   
}
#department-courses  #list-item-1 .item-title{
    background: #9BE4ED;

}
#department-courses  #list-item-2 .item-title{
    background: #DCFFC5;


}
#department-courses  #list-item-3 .item-title{
    background: #E3C4FF;


}
#department-courses  #list-item-4 .item-title{
    background: #F1DFD5;


}
#department-courses  #list-item-5 .item-title{
    background: #7A59FE;


}

#department-courses  #list-item-6 .item-title{
    background: #D28372;


}


.course_box_first_page {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.course_card_first_page {
    display: flex;
    width: 370px;     
    padding: 47px;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    flex-shrink: 0;

    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.course_card_first_page:hover {
    border-radius: 30px;
    background: #FFF;
    border-color: #019DA4;
    box-shadow: 0px 4px 12px 0px rgba(26, 158, 163, 0.199);
}

.course_card_first_page_top {
    height: 84px;
    text-align: center;
    margin: 0;
    background-image: url();
}

.course_card_first_page_top {
    height: 84px;
    text-align: center;
    margin: 0;
}

.course_card_first_page_gap {
    margin-bottom: 23px;
    margin-top: 23px;
}

.course_card_first_page_bottom {
    height: 176px;
    text-align: center;
}

.course_card_first_page_bottom p {
    color: var(--gray, #696984);
    /* font-family: IRANYekanFN; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.course_card_first_page_bottom h2 {
    color: #393939;
    /* font-family: IRANYekanFN; */
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.icon-png-2:hover {
    background-position-x: center;
    background-position-y: 50px;
    background-repeat: no-repeat;
    background-image: url("../../static/img/icons/Group48095912hover.webp");
}  

.icon-png-2 {
    background-position-x: center;
    background-position-y: 50px;
    background-repeat: no-repeat;
    background-image: url("../../static/img/icons/Group48095912.webp");
} 

.icon-png-1:hover {
    background-position-x: center;
    background-position-y: 50px;
    background-repeat: no-repeat;
    background-image: url("../../static/img/icons/Group48095911hover.webp");
}  

.icon-png-1 {
    background-position-x: center;
    background-position-y: 50px;
    background-repeat: no-repeat;
    background-image: url("../../static/img/icons/Group48095911.webp");
} 


.radius-50{
    border-radius: 50% !important; 
}

.line-through {
    text-decoration-line: line-through;
    color: var(--color-neutral-300);
}

.line-ellipsis-1 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1;
    -webkit-box-orient: vertical;
}
#department-courses  #list-item-3 button{
    color: #7A59FE;
}
#department-courses  #list-item-4 button{
    color: #F1DFD5;
}
#department-courses  #list-item-5 button{
    color: #7A59FE;
}
#department-courses  #list-item-6 button{
    color: #D28372;
}
#department-courses .wave{
    animation:rotate infinite 30s linear;
    z-index: -1;
    
}
#department-courses .wave-border{
    animation:rotate-reverse infinite 30s linear;
    z-index: -1;
   

}
#department-courses .animate-circle-top {
    animation: moveImgAshkRightDep ease-in-out infinite 8s;
    position: fixed;
    right: 600px;
    top: 300px;
    width: 30px;
    z-index: 20;

}
#department-courses .animate-circle-bottom {
    animation: moveImgAshkDep ease-in-out infinite 8s ;
    position: fixed;
    left: 250px;
    bottom:100px;
    top: unset;
    width: 30px;
    z-index: 20;

}

#department-courses  .animate-img{
     position: fixed;
    left: 200px;
    top: 200px;
    z-index: 20;
    animation: moveImgBookDep ease-in-out infinite 5s;
}
#department-courses .main-title{
    z-index: 100;
    top: 6%;
}
.no-scroll-body{
    overflow: hidden;
    height: 100vh;
}


.line-ellipsis-2 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-ellipsis-3 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-ellipsis-4 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
            line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-ellipsis-5 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
            line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line-ellipsis-6 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
            line-clamp: 6;
    -webkit-box-orient: vertical;
}

.line-ellipsis-7 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 7;
            line-clamp: 7;
    -webkit-box-orient: vertical;
}

.line-ellipsis-8 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 8;
            line-clamp: 8;
    -webkit-box-orient: vertical;
}

.line-ellipsis-9 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 9;
            line-clamp: 9;
    -webkit-box-orient: vertical;
}

.line-ellipsis-10 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
            line-clamp: 10;
    -webkit-box-orient: vertical;
}

.height-50 { height: 50px !important; }
.height-75 { height: 75px !important; }
.height-100 { height: 100px !important; }
.height-125 { height: 125px !important; }
.height-150 { height: 150px !important; }
.height-175 { height: 175px !important; }
.height-200 { height: 200px !important; }
.height-225 { height: 225px !important; }
.height-250 { height: 250px !important; }
.height-275 { height: 275px !important; }
.height-300 { height: 300px !important; }
.height-325 { height: 325px !important; }
.height-350 { height: 350px !important; }
.height-375 { height: 375px !important; }
.height-400 { height: 400px !important; }
.height-425 { height: 425px !important; }
.height-450 { height: 450px !important; }
.height-475 { height: 475px !important; }
.height-500 { height: 500px !important; }
.height-510 { height: 510px !important; }
.height-525 { height: 525px !important; }
.height-550 { height: 550px !important; }
.height-575 { height: 575px !important; }

.height-persent-10  { height:  10% !important; }
.height-persent-20  { height:  20% !important; }
.height-persent-30  { height:  30% !important; }
.height-persent-40  { height:  40% !important; }
.height-persent-50  { height:  50% !important; }
.height-persent-60  { height:  60% !important; }
.height-persent-70  { height:  70% !important; }
.height-persent-80  { height:  80% !important; }
.height-persent-90  { height:  90% !important; }
.height-persent-95  { height:  95% !important; }
.height-persent-100 { height: 100% !important; }

@keyframes moveImg {
    0% {
        left: -200px;
        transform: rotate(0deg);

    }

    50% {
        left: -150px;
        transform: rotate(45deg);
    }


}
@keyframes moveImgBook {
    0% {
        left: 0px;
        transform: rotate(0deg);

    }

    50% {
        left: 100px;
        transform: rotate(45deg);
    }

}
@keyframes moveImgBookDep {
    0% {
        left: 200px;
        top: 200px;
        transform: rotate(0deg);

    }

    50% {
        left: 250px;
    top: 200px;
        transform: rotate(45deg);
    }

}
@keyframes movePolygon {
    0% {
        left: 0;
        transform: rotate(0deg);
        top: 0;
    }

    20% {
        transform: rotate(30deg);
        top: 100px;
        left: 0;
    }

    50% {
        left: 150px;
        transform: rotate(180deg);
        top: 100px;

    }

    80% {
        left: 0px;
        transform: rotate(180deg);
        top: 100px;

    }

}

@keyframes rotate {
    0% {

        transform: rotate(0deg);

    }

    50% {

        /* transform: rotate(180deg); */
        transform: rotate(360deg);
    }

}
@keyframes rotate-reverse {
    0% {

        transform: rotate(0deg);

    }

    50% {

        transform: rotate(-360deg);
    }

}

@keyframes moveImgRect {
    0% {
        left: -100px;
        transform: rotate(0deg);
        top: 400px;
    }

    50% {
        left: -50px;
        top: 300px;
        transform: rotate(80deg);
    }

}

@keyframes ashkMoveTop {
    0% {
        transform: rotate(0deg);

        left: -100px;
        top: 200px;
    }

    50% {
        left: -100px;
        top: 300px;
        transform: rotate(80deg);

    }

}

@keyframes ashkMoveBottom {

    0% {
        right: -50px;
        top: 400px;
        transform: rotate(0deg);

    }

    50% {
        right: -50px;

        top: 300px;
        transform: rotate(80deg);

    }
}

@keyframes ashkMoveBottomLeft {
    0% {
        left: 50px;
        top: 600px;
        transform: rotate(0deg);

    }

    50% {
        left: 100px;

        top: 500px;
        transform: rotate(80deg);

    }
}

@keyframes imgProductLeft {
    0% {
        left: 100px;
        top: 450px;
        transform: rotate(0deg);

    }

    50% {
        left: 100px;
        top: 350px;
        transform: rotate(80deg);

    }
}

@keyframes imgProductLeftMent {
    0% {
        left: 100px;
        top: 450px;
        transform: rotate(0deg);

    }

    50% {
        left: 100px;
        top: 350px;
        transform: rotate(80deg);

    }
}

@keyframes imgProductRight {
    0% {
        right: 100px;
        top: 200px;
        transform: rotate(0deg);

    }

    50% {
        right: 100px;
        top: 300px;
        transform: rotate(80deg);

    }
}

@keyframes imgProductRightMent {
    0% {
        right: 100px;
        top: 200px;
        transform: rotate(0deg);

    }

    50% {
        right: 100px;
        top: 300px;
        transform: rotate(80deg);

    }
}

@keyframes rectMoveBottomLeft {
    0% {
        left: 20px;
        top: 650px;
        transform: rotate(0deg);

    }

    50% {
        left: 20px;
        top: 500px;
        transform: rotate(80deg);

    }
}

@keyframes moveImgRectLast {
    0% {
        left: -100px;
        transform: rotate(0deg);
        top: 500px;
    }

    50% {
        left: 0px;
        top: 550px;
        transform: rotate(180deg);
    }

}

@keyframes moveImgcircle {
    0% {
        left: 100px;
        transform: rotate(0deg);
        top: 10px;
    }

    50% {
        top: 50px;
        transform: rotate(360deg);
    }

}

@keyframes moveImgAshkRight {
    0% {
        right: -10px;
        transform: rotate(0deg);
        top: 10px;
    }

    50% {
        top: 50px;
        transform: rotate(360deg);
    }
}

@keyframes moveImgAshkRightDep {
    0% {
        right: 600px;
        transform: rotate(0deg);
        top: 300px;
    }

    50% {
        top: 350px;
        transform: rotate(360deg);
    }
}

@keyframes moveImgAshk {
    0% {
        left: -10px;
        transform: rotate(0deg);
        bottom: 10px;
    }

    50% {
        bottom: 50px;
        transform: rotate(360deg);
    }
}

@keyframes moveImgAshkDep {
    0% {
        left: 250px;
        transform: rotate(0deg);
        bottom:100px;
    }

    50% {
        bottom:150px;
        transform: rotate(360deg);
    }
}
/*  left: 200px;
    bottom:200px; */
@keyframes rotateItem {
    0% {
        transform-origin: bottom right;
        transform-style: preserve-3D;
        transform: rotate(0deg);
    }

    100% {
        transform-origin: bottom right;
        transform-style: preserve-3D;
        transform: rotate(-360deg);
    }

}

@keyframes rotateItemTop {
    0% {
        transform-origin: top left;
        transform-style: preserve-3D;
        transform: rotate(0deg);
    }

    100% {
        transform-origin: top left;
        transform-style: preserve-3D;
        transform: rotate(-360deg);
    }

}

/* =======> dashboard */
#bg-dashboard{
    background: #F9FAFD;
}
.main-dashboard{
    background: #FFFFFF;
    border-radius: 20px;
    height: 90vh;
}
.side-dashbaord{
   
    background: #FFFFFF;
    border-radius: 20px;
   
    height: 90vh;
   
    overflow-y: auto;
}
.menu-dash li span{
    color: #000;
}
.menu-dash li{
    position: relative;
}
.menu-dash li i{
    color: var(--gray-color);
}
.menu-dash li .icon-fo-arrow-down-curved2 {
    position: absolute;
    left: 0;
}

.menu-dash li a:hover span,
.menu-dash li.active span,
.menu-dash li.active i,
.menu-dash li a:hover i{
    color: #019DA4;
}
.menu-dash li a[aria-expanded="false"] .icon-fo-arrow,
.menu-dash li a[aria-expanded="true"] .icon-fo-arrow{
    font-family: 'fonticon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\eb45";
    position: absolute;
    left: 0;
  }
  .menu-dash li a[aria-expanded="false"] .icon-fo-arrow:before{
   
    content: "\eb45";
  }
  .menu-dash li a[aria-expanded="true"] .icon-fo-arrow:before{
   
    content: "\eb48";
  }
.menu-dash li.active{
   border-right: 2px solid #019DA4;
}
.side-menu{
    display: none;
}

.user-profile{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

/* login and sign in page */
#sign-up{
    
    height: 100vh;
    
    /* animation: rotateItemTop ease-in-out 10s infinite; */
}
.bg-login{
    width: 120%;   
    left: -450px;
    position: absolute;
    animation: lineMove infinite 5s ease-in-out;
    top: -180px;
}
#sign-up .images-in{
    top: 25%;
    width: 65%;   
    position: absolute;
}
#sign-up .form-floating>.form-control-plaintext~label,
#sign-up .form-floating>.form-control:focus~label,
#sign-up .form-floating>.form-control:not(:placeholder-shown)~label,
#sign-up .form-floating>.form-select~label{
    transform:  scale(.85) translateY(-2.2rem) translateX(0.15rem);
}
.main-box-login{
    width: 100%;
    height: auto;
    border-radius: 40px;
    padding: 40px 40px 60px 40px;
    border: 1px solid #CCC;
    margin-right: 100px;
   
   
}
.main-box-login .scroller{
    height: 50vh;
    overflow-y: auto;
}
.main-box-login .scroller::-webkit-scrollbar {
    display: none;
  }
  .vh100{
    height: 100vh ;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .main-box-login .scroller {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.lines-login{
    position: absolute;
    left: -365px;
    top: -180px;
    width: 120%;
    animation: lineMove infinite 8s ease-in-out;
}
#main-login{
    height: 100vh;
}
.overflow-hidden-login{
    overflow: hidden;
    background: none;
}
.main-message{
    right: 6%;
    bottom: 7%;
    transition: all ease-in 1s;
    animation: moveIn ease-in 1s 1;
}
.main-message .img{
width: 50px;
height: 50px;
}
.main-message .circle{
    width: 60px;
    height: 60px;
    border:1px solid #12b18ba8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .main-message .circle-inner{
        width: 55px;
        height: 55px;
        border:1px solid #12B18B;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        }
        .main-message .circle-outer{
            width: 70px;
            height: 70px;
            border:1px solid #12b18b54;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            }

/* 
======> profile css
*/
#profile-content .box-profile,
#profile-courses .box-profile{
    background: #FFFFFF;
    border-radius: 15px;
}
#profile-content .nav-pills .nav-link{
   background: #FFF;
   color: #757886;
   font-size: 14px;
    border-radius: 0 !important;
}
#profile-content .nav-pills .nav-link.active{
    color: var(--green-color) !important; 
    border-bottom: 1px solid var(--green-color);
}

#profile-content .form-control:disabled,
#profile-content .form-control[readonly]{
    background: #FAFAFA !important;
}

#profile-content .form-control{
    color: var(--gray-color);
    font-size: 14px !important;
    height: 90px;
}
#profile-content .fa-pen-line{
    left: 20px;
    top: 21px;

}
#profile-content .circle-user-profile{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border:1px solid rgba(1, 157, 164, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
#profile-content .circle-user-profile img{
    width: 70px;
    height: 70px;
}
.datepicker-plot-area{
    width: 300px;
}
 .form-floating>.form-control-plaintext~label,
 .form-floating>.form-control:focus~label,
 .form-floating>.form-control:not(:placeholder-shown)~label,
 .form-floating>.form-select~label{
    transform:  scale(.85) translateY(-1.7rem) translateX(0.15rem);
    background: #FFF;
    opacity: 1;
}
#profile-content .add-lang{
    height: 43px;
    width: 200px !important;
}
#profile-content button.green-bg-fade{
    height: 43px;
    width: 167px;
}
.star-rating{
    width: 150px;
    align-items: center;
    justify-content: space-between;
    background: #FFF2D9;
    padding: 10px 5px;
    border-radius: 10px;
}
.progress {
    width: 100px;
    height: 100px;
    background: none;
    position: relative;
    background: #FFF2D9;
    border-radius: 100%;
  }
  
  .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #5F5F5F;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  
  .progress .progress-left {
    left: 0;
  }
  
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  
  .progress .progress-right {
    right: 0;
  }
  
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  
  .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
  }

/* 
======> courses profile
*/
#profile-content .course-img{
    width: 88px;
    height: 77px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 10px;
}
#profile-content .add-course-btn{
    position: fixed;
    bottom: 20px;
    right: 32%;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* create course */
 .main-steps{
    white-space: nowrap;
    overflow-x: auto;
}
 .main-steps::-webkit-scrollbar {
    display: none;
   
  }
   .main-steps {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .main-steps .active{
      color: var(--green-color);
  }
  #create-course  .form-floating>.form-control-plaintext~label,
  #create-course  .form-floating>.form-control:focus~label,
  #create-course  .form-floating>.form-control:not(:placeholder-shown)~label,
  #create-course  .form-floating>.form-select~label{
      transform:  scale(.85) translateY(-1.7rem) translateX(0.15rem);
      background: #FFF;
      opacity: 1;
  }
  #create-course textarea{
      height: 250px;
  }
  #create-course .teacher-img {
    height: 50px;
    width: 50px;
}
#create-course .circle-dash{
    width: 50px;
    height: 50px;
    border: 1px dashed var(--green-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--green-color);
}
#create-course ul li a:hover{
    color: var(--green-color);
}
  .upload-thumb{
      background: #FAFAFA;
      border: 1px dashed #CCC;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 200px;
      cursor: pointer;
      color: var(--gray-color);
  }
  .upload-thumb i{
      font-size: 30px;

  }
.select-type .btn-check:active+.btn,
.select-type .btn-check:checked+.btn,
.select-type  .btn.active, .btn.show,
.select-type .btn:active{
    /* border: 5px solid #f4f4f4 !important; */
    background: #FFF !important;
    border: none !important;
    transition: all ease-in .4s;

   
}
.select-type .btn{
    border: none !important;
    border-radius: 5px !important;
    
}


.select-type .btn:hover{
    background: #dbdbdb;
    border: none !important;
   
}
.form-check{
    padding-right: 1.5em;
    padding-left: initial !important;
}
.form-check .form-check-input{
    float: right !important;
    margin-right: -1.5em;
    margin-left: initial !important;

}
.form-check-input:checked{
    background-color: var(--green-color);
    border-color: var(--green-color);
}
.form-check-input:focus{
    box-shadow: none;
}
/* 
===> create-class
*/
#create-class .create-class-btn{
    border:1px dashed var(--green-color);
    padding: 25px 20px;
    text-align: center;
}
#create-class .item-class{
    padding: 15px 20px;
}
.main-classes .border-left{
    border-left: 2px solid var(--green-color);
    height: 40px;
    line-height: 40px;
}
.main-classes{
    height: 80vh;
    overflow-y: auto;
}

@media only screen and (min-height:600px){

    #main-bg-footer{
        border-radius: 0px !important;
    }
    #footer-mentor{
        clip-path: none !important;
    }
    #mentoring-header{
        height: auto;
        clip-path: none !important;
    }
    #mentoring-header .img-main-ment{
        height: 74%;

    }
    .comment-1{
        top: 250px;
    }
    #services{
        margin-top: 150px;
    }
    .main-img{
        height: 81%;
    }

}

@media only screen and (max-height:768px){

    #main-bg-footer{
        border-radius: 0px !important;
    }
    #footer-mentor{
        clip-path: none !important;
    }
    #mentoring-header{
        height: auto;
        clip-path: none !important;
    }
    #mentoring-header .img-main-ment{
        height: 86%;

    }
    .comment-1{
        top: 250px;
    }
    #services{
        margin-top: 150px;
    }
    .main-img{
        height: 81%;
    }

}

/* responsive */
@media only screen and (max-width:1024px) {
#profile-content .add-course-btn{
    right: 20px !important;
}
    #sign-up{
        overflow-x: hidden;
    overflow-y: auto;
    }
    .main-message{
        display: none !important;
    }
    .vh100,.main-box-login .scroller{
        height: auto;
    }
    #sign-up  .lines-login{
        left: 0;
        top: -384px;
    }
    #sign-up .images-in{
display: none;

    }
    #main-login{
        height: auto;
        margin:50px 0 ;
    }
    .bg-login{
        width: 120%;
        top: -365px;
        left: -33px;
        height: auto;
       
        transform: rotate(90deg);
        /* left: 0 !important; */
    }
    .main-box-login{
        width: 100%;
        margin: 60px 0;
        padding: 20px;
        z-index: 99;
        background: #FFF;
    
    }

    header {
        height: auto;
        margin-bottom: 100px;
    }

    header .bg-slider {
        height: auto;
    }

    footer {
        height: auto;
        background-repeat: repeat;
    }

    header .animate-img {
        left: 0;
        animation: none;
    }

    .animate-img-rect {
        left: 0;
        animation: none;
    }

    .animate-img-left-product {
        left: 0;
        animation: none;
    }

    .animate-img-right-product {
        right: 0;
        animation: none;
    }

    .animate-img-rect-bottom {
        right: 0;
        animation: none;
    }

    .animate-img-ashk-top {
        right: 0;
        animation: none;
    }

    #products .owl-prev {
        left: 0;
    }

    #products .owl-next {
        right: 0;
    }

    .animate-circle-blog {
        left: 10px;
        top: 0;
        animation: none;
    }

    header #content .main-img {
        height: 200px;
    }

    .w-50, .w-75 {
        width: 100% !important;
    }

    .animate-img-rect {
        display: none;
    }

    #login-btn span {
        display: none;
    }

    .navbar-brand img {
        width: 110px;
    }

    #product-page .w-50, #product-page .w-25 {
        width: 100% !important;
    }

    .rect-bottom, .ellipse-bottom-right {
        right: 0 !important;
        animation: none !important;
    }

    .rect-top, .ellipse-top-left {
        left: 0 !important;
        animation: none !important;

    }

    .owl-next {
        right: 0 !important;
    }

    .owl-prev {
        left: 0 !important;
    }

    .img-podcast {
        height: 200px;
    }

    #product-page .animate-ashk-right {
        animation: none;
        right: 0;
    }

    #product-page .animate-circle-blog {
        animation: none;
        left: 0;
    }

    #cart .animate-circle-blog,
    #cart .animate-ashk-right,
    #cart .ellipse-top-left,
    #pre-factor .animate-circle-blog,
    #pre-factor .animate-ashk-right,
    #pre-factor .ellipse-top-left,
    #services-ment .animate-img-left-product,
    #services-ment .animate-img-right-product,
    #video-ment .circle,
    #wishlist .animate-circle-blog,
    #wishlist .ellipse-top-left,
    #wishlist .animate-ashk-right,
    #factor .animate-ashk-right,
    .animate-img-ashk-bottom-left,
    .animate-img-rect-bottom-left,
    .animate-img-ashk-bottom,
    #factor .animate-circle-blog ,
    #department-courses .wave,
    #department-courses .wave-border,
    #department-courses .animate-circle-top,
    #department-courses .animate-circle-bottom,
    #department-courses  .animate-img{
        display: none;
    }

    .item-title{
       
        height: auto;
    }
    #department-courses #list-example{
        position: relative;
    }
    #department-courses .item-scrollspy{
        height: auto;
        margin-top: 50px;
    }
    .comment-2 {
        right: initial;
        top: initial;
        bottom: 35px;
        left: 0;
        width: 200px;
    }

    .comment-1 {
        right: 0;
    width: 200px;
    top: 205px;
    }

    .f-30 {
        font-size: 20px !important;
    }

    #services-ment .elipse-left {
        left: 0;
    }

    .doted-vector {
        left: -10px;
    }

    .rect-custom {
        right: 0;
    }

    .lines-vector {
        right: -6px;
    }

    #footer-mentor {
        height: auto;
        border-radius: 0;
    }

    #faq .rect-green {
        top: -50px;
    }

    #faq .rect-orange {
        top: 0;
    }

    #video-ment .poster-video,
    #mentoring-header {
        height: auto;
    }

    .pre-img {
        width: 50%;
        height: 50%;
        object-fit: contain;
        margin: 0 auto;
    }

    #blog .main-img {
        height: 230px;
        width: 100% !important;
        margin: 0 auto;
    }
    .nav-pills .nav-link{
        margin-right: 10px;
        padding: 15px 14px !important;
    }
    #mentoring-header .img-main-ment{
        height: auto !important;
    }
    #blog .main-blog-img{
        width: 100%;
    }

    #blog .main-blog-img{
        /* height: 238px; */
        height: 100%;
    }

    #links h4{
        font-size: 16px;
    }
    .side-dashbaord{
        display: none;
    }
    .main-dashboard{
        width: 100%;
    }
    .side-menu{
        display: block;
    }
}

@media (min-width:768px) and (max-width:1024px){
    header #content .main-img{
        height: 350px;
        margin-right: 0;
    }
    #blog .main-img{
        height: auto;
        width: 100% !important;
    }
    header{
        height: auto;
    padding-bottom: 200px;
    }
}
@media (max-height:768px){
    #main-bg-footer{
        border-radius: 0px !important;
    }
    #footer-mentor{
        clip-path: none;
    }
    #mentoring-header{
        height: auto;
        clip-path: none;
    }
    #mentoring-header .img-main-ment{
        height: 86%;

    }
    .comment-1{
        top: 250px;
    }
    #services{
        margin-top: 150px;
    }
    .main-img{
        height: 81%;
    }

}

    #department-courses .animate-circle-top {
        animation: moveImgAshkRightDep ease-in-out infinite 8s;
        position: fixed;
        right: 700px;
        top: 300px;
        width: 30px;
        z-index: 20;
    
    }
    #department-courses .animate-circle-bottom {
        animation: moveImgAshkDep ease-in-out infinite 8s ;
        position: fixed;
        left: 350px;
        bottom:100px;
        top: unset;
        width: 30px;
        z-index: 20;
    
    }
    
    #department-courses  .animate-img{
         position: fixed;
        left: 300px;
        top: 200px;
        z-index: 20;
        animation: moveImgBookDep ease-in-out infinite 5s;
    }
    @keyframes moveImgAshkRightDep {
        0% {
            right: 700px;
            transform: rotate(0deg);
            top: 300px;
        }
    
        50% {
            top: 350px;
            transform: rotate(360deg);
        }
    }
    @keyframes moveImgAshkDep {
        0% {
            left: 350px;
            transform: rotate(0deg);
            bottom:100px;
        }
    
        50% {
            bottom:150px;
            transform: rotate(360deg);
        }
    }
    @keyframes lineMove {
        0% {

            transform: rotate(0deg);
            
    
        }
    
        50% {
           
            transform: rotate(40deg);
      
           
        }
    }
    @keyframes moveImgBookDep {
        0% {
            left: 300px;
            top: 200px;
            transform: rotate(0deg);
    
        }
    
        50% {
            left: 350px;
        top: 200px;
            transform: rotate(45deg);
        }
    
    }

       



@keyframes moveIn{
    0% {
        right: -999px;

    }

    100% {
        right: 100px;

    
     
    }
} 
