@font-face {
    font-family: vazir;
    font-style: normal;
    src: url("../font/Vazir-Regular.eot");
    src: url("../font/Vazir-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Vazir-Regular.woff") format("woff2"), url("../font/Vazir-Regular.woff") format("woff"), url("../font/Vazir-Regular.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: sans;
    font-style: normal;
    src: url("../font/IRANSans(FaNum)_Light.eot");
    src: url("../font/IRANSans(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../font/IRANSans(FaNum)_Light.woff") format("woff2"), url("../font/IRANSans(FaNum)_Light.woff") format("woff"), url("../font/IRANSans(FaNum)_Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: three-title;
    font-style: normal;
    src: url("../font/Mj_SS Three Light_1.eot");
    src: url("../font/Mj_SS Three Light_1.eot?#iefix") format("embedded-opentype"), url("../font/Mj_SS Three Light_1.woff") format("woff2"), url("../font/Mj_SS Three Light_1.woff") format("woff"), url("../font/Mj_SS Three Light_1.ttf") format("truetype");
    font-display: swap;
}

body {
    font-family: vazir;
}

.fs-custom1 {
    font-size: 12px;
}

.fs-custom2 {
    font-size: 14px;
}

.fs-custom3 {
    font-size: 16px;
}

.fs-custom4 {
    font-size: 18px;
}

.fs-custom5 {
    font-size: 20px;
}

.fs-custom6 {
    font-size: 30px;
}

.fs-custom7 {
    font-size: 40px;
}

.fs-custom8 {
    font-size: 50px;
}

.fs-custom9 {
    font-size: 60px;
}

.fs-custom10 {
    font-size: 70px;
}

.fs-custom11 {
    font-size: 45px;
}

.fs-custom12 {
    font-size: 25px;
}

.fs-custom13 {
    font-size: 19px;
}

.lh-custom {
    line-height: 28px;
}

.font-custom1 {
    font-family: three-title;
}

.font-custom2 {
    font-family: vazir;
}

.font-custom3 {
    font-family: vazir;
}

.font-custom4 {
    font-family: vazir;

}



.font-custom5 {
    font-family: sans;
}

.breadcrumb a {
    color: #856f4a;
}

.breadcrumb a:hover {
    color: #ad996f;
    transition: 0.5s;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-1000 {
    z-index: 1000;
}

.rounded-custom1 {
    border-radius: 60px !important;
}


.rounded-custom2 {
    border-radius: 30px !important;
}

.rounded-custom3 {
    border-radius: 30px 30px 0 0 !important;
}

.rounded-custom4 {
    border-radius: 50% !important;
}

.img-box .img-online {
    border-radius: 30px 30px 0 0 !important;
}

.img-box .img-onsite {
    border-radius: 30px !important;
}

.rounded-circle {
    border-radius: 30px !important;
}

.radius-top-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.color1 {
    color: #AB8D59 !important;
}

.color2 {
    color: #1E2124;
}

.color3 {
    color: #929396;
}

.color4 {
    color: #13b792;
}

.bg-custom1 {
    background-color: rgba(19, 183, 146, 0.1);
}

a {
    text-decoration: none;
}

.menu {
    background-color: transparent !important;
    font-family: vazir;
}

.menu .nav-link {
    color: #373235;
}

.menu.scrolled {
    background-color: white !important;
    transition: 0.5s;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.menu.scrolled .logo img {
    width: 120px;
    transition: 0.5s;
}

.menu .navbar-toggler:focus {
    box-shadow: none;
}

.menu .offcanvas-body .accordion-body .nav-item {
    background-color: transparent;
}

.menu .offcanvas-body .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.menu .offcanvas-body .accordion-button:focus {
    color: #373235;
}

.menu .offcanvas {
    background-color: #FFFAF0;
}

.menu .offcanvas-body .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: 0;
    color: #373235;
}

.menu .sub-menu {
    display: none;
    opacity: 0;
    top: 100%;
    right: 0;
    padding: 5px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.menu .sub-menu li {
    border-bottom: 1px solid rgb(216, 216, 216);
}

.menu .sub-menu li:last-child {
    border-bottom: 1px solid transparent;
}

.menu .open-menu:hover .sub-menu {
    display: block;
    opacity: 1;
    top: 100%;
    z-index: 1;
    animation: show-box 0.5s;
}

@keyframes show-box {
    0% {
        opacity: 0;
        top: 50%;
        display: none;
        z-index: -5;
    }

    100% {
        opacity: 1;
        display: block;
        top: 100%;
        z-index: 1;
    }
}

.btn1 {
    background: #DEC79F;
    border-radius: 72px;
    color: #1E2124;
}

.btn2 {
    background: white;
    border-radius: 72px;
    color: #1E2124;
}

.btn1:hover {
    background: #a69479;
    transition: 0.5s;
}

.btn2:hover {
    background: #DEC79F;
    transition: 0.5s;
}

.btn3 {
    color: white;
    background-color: #13B792;
    border-radius: 60px;
}

.btn3:hover {
    background-color: #0e7c63;
    transition: 0.5s;
}

.btn4 {
    color: white;
    background-color: #AB8D59;
    border-radius: 60px;
}

.btn4:hover {
    background-color: #77623f;
    transition: 0.5s;
}

.mb-custom1 {
    margin-bottom: 16rem;
}

.mb-custom2 {
    margin-bottom: 20rem;
}

.mb-custom3 {
    margin-bottom: 18rem;
}

.mb-custom5 {
    margin-bottom: 10rem;
}


.mt-custom1 {
    margin-top: 20rem;
}

.pb-custom1 {
    padding-bottom: 15rem;
}

.pb-custom2 {
    padding-bottom: 20rem !important;
}

.py-custom1 {
    padding: 15rem 0;
}

.m-custom3 {
    margin: 9rem;
}

.w-fit {
    width: fit-content;
}

.scroll-text img {
    width: 85% !important;
}

.scroll-text li {
    width: 500px !important;
}

.footer {
    background-color: white;
    line-height: 26px;
}

.footer .time-table {
    background-color: #F5F1EA;
    background-image: url("../img/image23.webp");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .time-table .accordion-button:focus {
    box-shadow: none !important;
    border: none !important;
}

.footer .time-table .accordion-button:not(.collapsed) {
    color: black;
}

.footer .navigation-box {
    background-image: url("../img/image24.webp");
    background-size: cover;
    background-position: center;
}

.footer .navigation-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #DEC79F;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    right: 0;
}

.footer .navigation-box .nav-btn {
    background-color: white;
    border-radius: 72px;
}

.footer a:hover.navigation-box .nav-btn {
    color: black !important;
    transition: 0.5s;
}

.footer a:hover {
    color: black !important;
    transition: 0.5s;
}

.breadcrumb-container {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.breadcrumb-container::-webkit-scrollbar {
    display: none;
}

.breadcrumb-container .breadcrumb {
    width: max-content;
}

.w-content {
    width: max-content;
}

.description {
    line-height: 30px;
    font-family: vazir !important;
}

.description * {
    font-family: vazir !important;
}

.description h2,
h3,
h4,
h5,
h6 {
    font-family: sans-title !important;
}

.description iframe {
    width: 60% !important;
    margin: 2% 20% !important;
    border-radius: 20px;
}

.description img {
    margin: 2% auto !important;
    display: block;
    border-radius: 20px;
    max-width: 100% !important;
}

.description table td,
.description table th {
    padding: 1% !important;
    border: 1px solid #8f8f8f !important;
}

.course-box .detail-box2 {
    height: 270px !important;
    top: calc(100% - 1.5rem) !important;

}

.course-box .detail-box3 {
    height: 130px !important;


}

.img-box .img-online {
    border-radius: 30px 30px 0 0 !important;
}

.description table thead tr {
    background-color: rgba(222, 199, 159, 0.8) !important;
}

.description table tbody tr:nth-child(2n+1) {
    background-color: #f5f1ea !important;
}

.description table tbody tr:nth-child(2n) {
    background-color: white !important;
}

.description table {
    margin: auto !important;
}

.description table td,
.description table th {
    background-color: unset;
}

.description strong {
    color: #AB8D59 !important;
}

.description a {
    color: #13B792;
    text-decoration: none;
}

.box input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.box .text {
    max-height: 280px;
    overflow: hidden;
    line-height: 28px !important;
    transition: max-height 0.5s ease;
    /* Add transition property */
    position: relative;
}

.box input:checked~.text {
    max-height: max-content;
}

.box input:checked~label i {
    transform: rotate(180deg);
}

.box input:checked~label {
    display: none !important;
}

.box .text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.box input:checked~.text:after {
    content: unset !important;
}

@media (max-width:992px) {
    .menu {
        background-color: white !important;
        max-width: 98% !important;
        margin: 1%;
        border-radius: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .py-custom1 {
        padding: 2rem 0;
    }

    .mb-custom2 {
        margin-bottom: 0;
    }

    .fs-custom1 {
        font-size: 10px;
    }

    .fs-custom2 {
        font-size: 12px;
    }

    .fs-custom3 {
        font-size: 14px;
    }

    .fs-custom4 {
        font-size: 16px;
    }

    .fs-custom5 {
        font-size: 18px;
    }

    .fs-custom6 {
        font-size: 25px;
    }

    .fs-custom7 {
        font-size: 30px;
    }

    .fs-custom8 {
        font-size: 40px;
    }

    .fs-custom9 {
        font-size: 50px;
    }

    .fs-custom10 {
        font-size: 40px;
    }

    .fs-custom11 {
        font-size: 35px;
    }

    .fs-custom12 {
        font-size: 20px;
    }

    .fs-custom12 {
        font-size: 20px;
    }

    .menu.scrolled .logo img {
        width: 100px;
    }

    .rounded-custom1 {
        border-radius: 40px !important;
    }

    .rounded-custom2 {
        border-radius: 20px !important;
    }
}

.footer a i {
    font-size: 26px;
}

.bi-aparat {
    background-image: url('../img/aparat.webp');
    width: 28px;
    height: 28px;
    background-size: 100%;
    background-position: center;
    display: block;
}

.footer a:hover .bi-aparat {
    filter: brightness(0);
    transition: 0.5s;
}

.outline-custom {
    outline: #B28D606B solid 2px;
}

@media (max-width: 576px) {

    .description iframe {
        width: 100% !important;
        margin: 2% 0 !important;
    }

    .description img {
        width: 100% !important;
        height: auto !important;
    }

    .m-custom3 {
        margin: 1rem;
    }

    .mt-custom1 {
        margin-top: 10rem;
    }

    .fs-custom5 {
        font-size: px;
    }

    .samples {
        padding: 5rem 0 5rem !important;
    }

    .course-box .detail-box2 {
        height: 246px !important;
        top: calc(100% - 1.5rem) !important;

    }

    .course-box .detail-box4 {
        height: 150px !important;
        top: calc(100% - 1.5rem) !important;
        background-color: white;
        z-index: 2;
    }

    .courses a:hover .detail-box4 {
        background-color: #dec79f;
        transition: 0.5s;
    }

    .mb-custom4 {
        margin-bottom: 9rem;
    }

    .mb-custom5 {
        margin-bottom: 0;
    }

    .buy-btn {
        z-index: 5;
        background-color: #ffffff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .profile-assistants .portfolio .btn-primary img {
        border-radius: 0 !important;
    }

    .portfolio .btn-modal-image {
        border-radius: 0 !important;
    }

    .portfolio .img-modal {
        border-radius: 0 !important;
    }

}

.bottun1 {
    position: relative;
    z-index: 3;
}

@media (min-width: 576px) and (max-width: 768px) {

    .description iframe {
        width: 90% !important;
        margin: 2% 5% !important;
    }

    .description img {
        width: 90% !important;
        height: auto !important;
    }

    .container {
        max-width: 640px;
    }

    .m-custom3 {
        margin: 1rem;
    }

    .mt-custom1 {
        margin-top: 10rem;
    }

    .profile-assistants .portfolio .btn-primary img {
        border-radius: 0 !important;
    }

    .portfolio .btn-modal-image {
        border-radius: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .description iframe {
        width: 80% !important;
        margin: 2% 10% !important;
    }

    .description img {
        width: 80% !important;
        height: auto !important;
    }

    .container {
        max-width: 820px;
    }

    .m-custom3 {
        margin: 1rem;
    }

    .mt-custom1 {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .description iframe {
        width: 70% !important;
        margin: 2% 15% !important;
    }

    .container {
        max-width: 960px;
    }

    .mb-custom2 {
        margin-bottom: 10rem;
    }

    .m-custom3 {
        margin: 3rem;
    }

    .mt-custom1 {
        margin-top: 10rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .description iframe {
        width: 60% !important;
        margin: 2% 20% !important;
    }

    .m-custom3 {
        margin: 6rem;
    }

    .mb-custom2 {
        margin-bottom: 20rem;
    }

    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .m-custom3 {
        margin: 10rem;
    }

    .container {
        max-width: 1200px;
    }
}

.btn-curses {
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.icon-video::after {
    position: absolute;
    bottom: 6px;
    left: 25px;
}

.list-assistants .bg {
    background-color: #fffaf0;
}

.box-assistant .img img {
    border-radius: 18px;
}

.box-assistant .text {
    border-radius: 14px;
    background-color: rgba(162, 162, 162, 0.34);
    backdrop-filter: blur(10px);
}

.btn-assistant a {
    background-color: #13B792;
    border-radius: 20px;
}

.profile-assistants .profile {
    background-color: #fffaf0;
    border-radius: 30px;
}

.profile-assistants .portfolio {
    background-color: #fffaf0;
    border-radius: 30px;
}

.profile-assistants .portfolio .btn-primary {
    background-color: unset !important;
    border: 1px solid floralwhite !important;
}

.students .boxs .btn-primary {
    border: 1px solid #eee !important;
    background-color: #fff;
}

.students .boxs {
    border: 1px solid #ddd;
    border-radius: 25px;
}

.form-select:focus {
    border-color: unset !important;
    outline: 0;
    border-color: #ddd !important;
    box-shadow: unset !important;
}

.portfolio .btn-modal-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 136, 204, 0) 60%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.portfolio .text-portfolio {
    height: max-content;
    z-index: 10;
}

.portfolio .text-portfolio p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.portfolio .carousel-control-prev,
.carousel-control-next {
    background-color: #000;
    width: fit-content;
    display: flex;
    height: fit-content;
    margin: auto;
    opacity: 1;
    padding: 5px;
    border-radius: 50%;
}

.portfolio .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2rem;
}

.biography {
    background-color: #dec79f45;
    border-radius: 15px;
    position: relative;
    width: 100%;
}

.biography .text-biography {
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.biography .title {
    font-size: 18px;
}

.boxs-text-students {
    background-color: #13B792;
    border-radius: 15px;
    padding: 10px;
}

.boxs-text-students p {
    color: #fff;
    font-size: 18px;
}

.biography .text-biography.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}


.show-more-btn {

    border: none;
    color: #FFF;
    font-size: 12px;
    background-color: #777;
    border-radius: 8px;
    padding: 4px 8px;
    margin-top: 5px;
}

.box-assistant {
    position: sticky !important;
    top: 5.5rem;
}


/* new-style */

.btn-cal-menu-desktop {
    background-color: #DEC79F;
    padding: 8px;
    border-radius: 50%;
}

.header-top {
    display: flex;
    justify-content: center;
    gap: 30px;
    background-color: #13b792;
    color: #fff;
    padding: 10px;
}

.header-top a {
    color: #fff;
    font-size: 16px;
}

.slider-footer {
    background: #fcf9f5;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #dec79f;
    padding-bottom: 5px;
}

.slider-footer .box-image img {
    border-radius: 10px;
}

.slider-footer .swiper-pagination {
    position: unset !important;
    margin-top: 8px !important;
}

.slider-footer .swiper-pagination-bullet-active {
    background: #13b792 !important;
}

.video-list .btn-video {
  background-color: #dec79f !important;
  border: 1px solid #dec79f !important;
  border-radius: 14px;
  position: relative;
}

.video-list .btn-video .banner{
    border-radius: 10px;
}

.video-list .btn-video .play{
    position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: max-content;
  margin: auto;
  display: flex;
  height: max-content;
  background-color: #333;
  padding: 10px;
  border-radius: 50%;
}

.video-list  .modal-content{
    border-radius: 18px;
}

.video-list .modal-content .video-modal video{
    border-radius: 12px;
}