:root {
    --primary: #F05F22;
}


.textp {
    color: var(--primary) !important;
}

.bgp {
    background-color: var(--primary) !important;
}

a {
    transition: all .4s;
}


.rtl {
    direction: rtl;
    text-align: right;
}

.orange-shadow {
    filter: drop-shadow(0 0 0.75rem var(--primary));
}


.transition {
    transition: all .3s;
}

.hover-border:hover {
    border-color: var(--primary) !important;
}

.hover-shadow:hover {
    filter: drop-shadow(0 0 0.75rem var(--primary));
}

.hover-shadow-1:hover {
    filter: drop-shadow(0 0 0.75rem rgba(240, 96, 34, 0.349));
}

.hover-bg:hover {
    background-color: var(--primary);
}

.btn-plus {
    border-radius: 20px;
    padding: 12px 30px;
    color: #fff;
    text-align: center;
}

body {
    background: linear-gradient(5.13deg, #000000 8.5%, #292929 111.95%);

}

header {
    background-color: #2929290D;
    backdrop-filter: blur(20px);
}

.bottom-bar {
    background-color: #2929290D;
    backdrop-filter: blur(20px);
}

.start-btn {
    border-radius: 20px;
    padding: 12px 30px;
    background-color: #020003;
}


.top-menu {
    text-align: center;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    padding-right: 0;
    justify-content: center;
}


.top-menu li a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

.top-menu>li {
    background-color: #171518;
    flex-basis: 130px;
}

.top-menu>li:last-child {
    border-radius: 20px 0 0 20px;
}


.top-menu>li:first-child {
    border-radius: 0 20px 20px 0;
}

.top-menu>li>a {
    background-color: #171518;
    color: #ffffff;
    padding: 12px 15px;
    display: block;
    border-radius: 20px;
    font-weight: 250;
    text-align: center;
    transition: all .3s;
}

.top-menu>li>a:hover {
    background-color: #020003;
    font-weight: 400;
    color: var(--primary);
}


.top-menu>li.active>a {
    background-color: #020003;
    color: var(--primary);
    font-weight: 400;
}

.top-menu>li>a i {
    font-size: 19px;
}

.intro-title {
    color: #fffeff;
    line-height: 65px;
    font-size: 50px;
}

.container {
    /* max-width: 1400px; */
}

.fp-table {
    justify-content: start;
}

#intro {
    padding-top: 170px !important;
}


.intro-text b {
    font-weight: 600;
}

.search-box-wrapper {
    background-color: #121013;
    padding: 80px;
    border-radius: 60px;
}

.search-box-wrapper span {
    color: #d8d6d9;
    font-size: 25px;
    font-weight: 300;
}


.search-box-wrapper input {
    margin: 0 20px;
    background-color: #121013;
    color: #d8d6d9;
    border: 1px solid var(--primary);
    padding: 12px 15px;
    border-radius: 20px;
    width: 100%;
    transition: all .4s;
    caret-color: var(--primary);
}

.search-box-wrapper span {
    margin-right: 30px;
}

.search-box-wrapper .input-wrapper {
    width: 35%;
    position: relative;
    text-align: center;
}


.search-box-wrapper .input-wrapper .search-btn {
    left: -15px;
}

.search-box-wrapper .input-wrapper input:focus {
    outline: none;

}


.search-box-wrapper input.active-input {
    padding-right: 40px;

}


.search-box-wrapper input.active-input+.search-btn svg {
    fill: var(--primary);
}


.search-box-wrapper .input-wrapper input::placeholder {
    transition: all .4s;
}

.search-box-wrapper .input-wrapper input:focus::placeholder {
    color: #3f413e;
}


.input-wrapper .close-btn i {
    font-size: 20px;
}

.input-wrapper .close-btn {
    right: 20px;
    display: none;
}



.search-results-wrapper .search-results {
    padding-right: 50px;
    list-style-type: none;
}

.search-results-wrapper .icon img {
    height: 40px;

}

.search-results-wrapper .icon {
    background-color: #292929;
    width: 50px;
    height: 50px;
    top: 20px;
    transition: all .3s;
    right: 15px;
}

.search-results-wrapper a {
    direction: rtl;
    text-align: right;
}


.search-results-wrapper {
    position: relative;
    margin-left: 10px;
    flex: 0 0 33%;
}

.search-results-wrapper a {
    padding: 20px;
    border-radius: 70px;
    background-color: #151515;
    display: block;
    transition: all .3s;
}

.search-results-wrapper a:hover {
    background-color: #150d70 !important;
    box-shadow: #150d70 0px 7px 29px 0px;
}


.search-results-wrapper a:hover .icon {
    background-color: #262573;
}

.search-results-wrapper a .col-9 {
    flex-basis: auto !important;
}


.search-results-wrapper {
    padding-right: 100px;
}

#intro .shapes img {
    position: absolute;
}

#intro .shapes .shape-1 {
    width: 147px;
    height: 147px;
    transform: rotate(16.6deg);
    top: 45px;
    right: 80px;
    z-index: -1;
    opacity: 0.6;
    filter: blur(2px);
}


#intro .shapes .shape-2 {
    width: 97.08px;
    height: 89.2px;
    right: 36.5%;
    top: 200px;
}


#intro .shapes .shape-3 {
    left: 30px;
    top: 160px;
    width: 143.44px;
    height: 149.09px;
    opacity: .3;
    filter: blur(3px);
    transform: rotate(-16.27deg);
}


.bottom-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bottom-bar a {
    text-decoration: none;
    color: #fff;

}


.bottom-bar ul li {
    display: inline-block;
    position: relative;
}

.bottom-bar .socail-icons li {
    margin: 0 4px;
}

.phone-nums li {
    display: inline-block;
    position: relative;
}

.socail-icons li {
    display: inline-block;
    margin: 0 4px;
}


.phone-nums li a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}


.phone-nums li a svg {
    transition: all .4s;
}

.phone-nums li a:hover svg {
    fill: var(--primary) !important;
    stroke: var(--primary) !important;
}

.phone-nums li:first-child::after {
    content: "";
    height: 45%;
    width: 1px;
    background-color: #858585;
    position: absolute;
    top: 6px;
    left: -18px;
}

.phone-nums li {
    margin-left: 30px;
}



.phone-nums li a {
    transition: all .3s;
}


.phone-nums li a:hover {
    color: var(--primary);
}

.left-bottom-bar .content span {
    margin: 0 5px;
}



#categories .title-section {
    font-size: 40px;
    font-weight: 400;
}


#categories .shapes .shape-2 {
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: 100px;
    z-index: -1;
}

.category-box {
    border-radius: 20px;
    background: var(--Neutral-Gray-Dark, #292929);
    font-size: 20px;
    height: 73px;
}


.category-box span {
    transition: all .3s;
    padding-top: 22px;
}


.category-box:hover span {
    color: var(--primary);
}


#categories .shapes .shape-1 {
    width: 135.77px;
    height: 136.78px;
    transform: rotate(135deg);
    left: 34%;
    top: -25px;
}

.footer-title {
    color: #737373;
    font-weight: 700;
    font-size: 20px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li a {
    color: #737373;
    font-size: 14px;
    text-decoration: none;
    transition: all .4s;
}

.footer-links ul li a:hover {
    color: var(--primary);
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-namads a img {
    width: 70px;
    height: 70px;
}



.about-us .title-section {
    font-size: 32px;
}

.about-us-top-box {
    background-color: #151515 !important;
    position: relative;
}

.about-us-top-box .icon-box {
    width: 38px;
    height: 38px;
    background-color: #000;
    transition: all .3s;
}

.about-us-top-box .title {
    font-size: 16px;
    font-weight: 500;
}

.about-us-top-box .sub-text {
    color: #dddddd;
    font-weight: 250;
    font-size: 12px;
}

#about-us .left-box-wrapper {
    position: relative;
    background-color: #151515;
}


#about-us .left-box-wrapper .about-us-top-box {
    background-color: transparent;
}

#about-us .left-box-wrapper .about-us-top-box.orange {}

#about-us .left-box-wrapper .col-lg-6:last-child .about-us-top-box::before {
    content: "";
    position: absolute;
    right: -11px;
    top: 16px;
    width: 1px;
    height: 79%;
    background-color: #292929;
}

.about-us-content-wrapper .main-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 69px;
}

.about-us-content-wrapper {
    background-color: #151515;
}

.about-us-content-wrapper p {
    font-size: 16px;
    line-height: 48px;
}


.about-us-top-box.blue:hover .icon-box {
    background-color: #2515b3;
    box-shadow: #2515b3 0px 7px 29px 0px;
}

.about-us-top-box.purple:hover .icon-box {
    background-color: #3e1676;
    box-shadow: #3e1676 0px 7px 29px 0px;
}


.about-us-top-box.orange:hover .icon-box {
    background-color: #9d2e0b;
    box-shadow: #822305 0px 7px 29px 0px;
}



.about-us-content-wrapper .read-more:hover svg {
    filter: drop-shadow(0 0 0.75rem var(--primary));
}


#blogs .blog-card-4 .img-box a img {
    width: 164.29px;
    height: 161px;
}


#blogs .title-section-wrapper:hover .title {
    color: var(--primary) !important;
}


[class^="blog-card"] {
    background-color: #151515;
    margin-bottom: 10px;
}

[class^="blog-card"] .info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


[class^="blog-card"] .info ul li {
    display: inline-block;
    position: relative;
    color: #D0D0D0;
    font-weight: 250;
    font-size: 10px;
}


[class^="blog-card"] .info ul li::after {
    content: "/";
}


[class^="blog-card"] .info ul li:last-child:after {
    content: "";
}


.blog-card-2 .img-box img {
    height: 300px;
}

[class^="blog-card"] .tags {
    z-index: 10;
}

[class^="blog-card"] .tags img {
    height: 24px;
}

[class^="blog-card"] .title {
    font-size: 16px;
    font-weight: 500;
}

.blog-card-3:hover .img-box {
    height: 25% !important;
}

.blog-card-3:hover .img-box img {
    transform: scale(1.05);
}

.blog-card-3:hover .img-box img {
    transform: scale(1);
    object-fit: cover;
}


#about-us .read-more:hover svg {
    filter: drop-shadow(0 0 0.75rem var(--primary));
}

#about-us .shapes img {
    top: -50px;
    transform: rotate(-8.5deg);
    width: 205.05px;
    height: 205.05px;
    filter: blur(3px);
    z-index: -1;
}



#blogs .read-more:hover svg {
    filter: drop-shadow(0 0 0.75rem var(--primary));
}

#about-us .top-left-wrapper::-webkit-scrollbar {
    display: none;
}

.intro-slider .owl-dots {
    text-align: right;
}

.intro-slider .owl-dots button span {
    height: 4px !important;
    width: 9px !important;
    margin: 0 5px !important;
    transition: all .3s !important;
}

.intro-slider .owl-dots button.active span {
    width: 25px !important;
    background-color: var(--primary) !important;
}


.intro-slider-item .overlay-content {
    right: 0;
    left: 0;
    margin: auto;
}


.intro-slider-item img {
    height: 326px;
}

.intro-slider-item .overlay-content .sub-text {
    font-size: 10px;
    font-weight: 250;
    margin: 0 5px;
    display: inline-block;
}


.intro-slider-item .overlay-content .label {
    margin-left: 5px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding-top: 4px;
    color: #151515;
    background-image: url("../assets/shapes/label.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 53px;
    height: 23px;
}

#about-us .top-left-wrapper {
    scrollbar-width: none !important;
}


#top-header .top-header-text {
    font-size: 20px;
    line-height: 68px;
    font-weight: 300;
    color: rgba(208, 208, 208, 1);
}

#top-header {
    padding-top: 100px !important;
    position: relative;
    /* padding-bottom: 100px !important; */
}


.top-categories-wrapper .top-categories li {
    display: inline-block;
    margin-bottom: 10px;

}

.top-categories-wrapper .top-categories li button {
    padding: 4px 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 300;

}

.top-categories-wrapper .top-categories li a {
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid #737373;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    transition: all .3s;
}

.top-categories-wrapper .top-categories li a:hover {
    font-weight: 400;
    background-color: #7E2500;
    border-color: #7E2500;
}

.webinar-card .top-content h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

.webinar-card .top-content .icons {
    text-align: end;
}


.webinars-wrapper a {
    color: #fff;
    text-decoration: none;
}


.webinar-card {
    max-height: 418px;
    border: 1px solid #000;
}


.webinar-card .webinar-date {
    font-size: 10px;
    font-weight: 250;
}


.webinar-card .teacher-name {
    color: #B5B5B5;
    font-size: 16px;
}

.webinar-card .webinar-img {
    width: 286px;
    z-index: -2;
    height: 447px;
    position: relative;
    transition: all .5s;
}

.webinar-card:hover .webinar-img {
    transform: translate3d(10px, -10px, 0);
}


.webinar-card::before {
    content: "";
    position: absolute;
    top: 120px;
    right: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/shapes/10.png");
    width: 100px;
    z-index: -1;
    transition: all .3s;
    opacity: .0;
    height: 100px;
}



.webinar-card::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/shapes/11.png");
    width: 240px;
    transition: all .3s;
    height: 240px;
    z-index: -1;
    opacity: .0;
}



.webinar-card:hover::before {
    opacity: .8;
    transform: translate3d(20px, -20px, 0);
}


.webinar-card .icons img {
    width: 40px;
    height: 30px;
    overflow: hidden;
}

.webinar-card:hover::after {
    opacity: .7;
    transform: translate3d(-20px, 20px, 0);
}

.webinar-card .toman {
    font-weight: 250;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
}


.person-card {
    background-color: rgba(21, 21, 21, 1);
    padding: 15px;
    border-radius: 40px;
    border: 1px solid rgba(21, 21, 21, 1);
    margin-bottom: 20px;
}

.person-card .top-content {
    gap: 0 20px;
    cursor: pointer;
}

.person-card .person-abilities li {
    position: relative;
    display: inline-block;
    color: rgba(115, 115, 115, 1);
    transition: all .4s;
    font-size: 14px;
}

.person-card .person-abilities li::after {
    transition: all .4s;
    font-size: 14px;
    content: "/";
    color: rgba(115, 115, 115, 1);

}

.person-card .person-abilities {
    margin: 0;
}

.person-card:hover .person-abilities li {
    color: #fff;
}

.person-card:hover .person-abilities li::after {
    color: #fff;
}

.person-card .person-abilities li:last-child::after {
    content: "";
}

.person-card .social-media li {
    display: inline-block;
    margin-left: 10px;
}

.person-card .social-media li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.person-card .person-name {
    font-weight: 500;
    font-size: 20px;
}

.person-card .avatar {
    width: 44px;
    height: 44px;
}

.person-card .main-content {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 250;
    line-height: 28px;
    display: none;
    padding-top: 10px;
}

.person-card.open .avatar {
    width: 74px;
    height: 74px;
}

.person-card .icon {
    top: 30px;
    left: 30px;
}

.person-card.open .icon {
    transform: rotate(180deg);
}

.person-card.open .main-content {
    display: block;
}

.top-header-title {
    font-size: 48px;
    line-height: 69px;
    text-align: center;
    position: relative;
    font-weight: 800;
}


.about-us-news-ticker li {
    color: #fff;

}


.shape-12-about {
    position: absolute;
    top: 150px;
    right: -90px;
    width: 304.53px;
    height: 308.18px;
    transform: rotate(32.14deg);
    filter: blur(4px);
}


.shape-13-about {
    position: absolute;
    top: 200px;
    left: -90px;
    width: 304.53px;
    height: 308.18px;
    transform: rotate(92.84deg);
    filter: blur(10px);
}

.about-us-page-box__text {
    text-align: justify;
    line-height: 46px;
    font-weight: 300;
    font-size: 20px;
}

.about-us-page-box {
    background-color: rgba(21, 21, 21, 1);
    border-radius: 30px;
}

.about-us-page-box__number {
    font-weight: 900;
    font-size: 86px;
    color: rgba(181, 181, 181, 1);
    line-height: 69px;
    position: relative;
}

.about-us-page-box__number-text {
    font-weight: 500;
    font-size: 36px;
    line-height: 69px;
    color: rgba(181, 181, 181, 1);
}

.about-us-page-box__sub-text {
    font-size: 12px;
    font-weight: 250;
    color: rgba(181, 181, 181, 1);
}

.about-us-page-box__icon {
    right: -20px;
}

#about-us-page {
    padding: 100px 0;
}


.custom-breadcrumb {
    background-color: rgba(21, 21, 21, 0.34);
    border-radius: 14.5px;
    padding: 4px 34px 4px 34px;
}


.custom-breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.custom-breadcrumb ul li {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.custom-breadcrumb ul li::after {
    content: "/";
    color: #fff;
    font-size: 14px;
    font-weight: 250;
}

.custom-breadcrumb ul li:last-child::after {
    content: "";
}


.custom-breadcrumb ul li a {
    color: #fff;
    font-weight: 250;
    text-decoration: none;
    font-size: 14px;
}


.course-info__img {
    border-radius: 30px;
}



.course-info__title {
    font-weight: 500;
    line-height: 69px;
    font-size: 20px;
}

.course-info__price {
    color: var(--primary);
    font-size: 36px;
    font-weight: 800;
}

.course-info__toman {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
}

.course-info__icon {
    width: 60px;
    height: 40px;

}

.course-info__icon-box {
    top: 12px;
    right: -10px;
}

.teacher-info {
    background-color: rgba(21, 10, 123, 1);
    border-radius: 30px;
    padding: 18px;
}


.teacher-info__img {
    width: 28px;
    height: 28px;
}

.teacher-info__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 35px;
}


.course-info-box__list-text {
    padding-right: 10px;
    color: #fff;
    font-weight: 250;
    font-size: 12px;
}

.course-info-box__list li {
    margin-bottom: 5px;
}

.course-info-box__list {
    padding-right: 5px;
}


.text-editor * {
    line-height: 42px;
    text-align: justify;
    color: #fff !important;
}



.text-editor :is(h1, h2, h3, h4, h5, h6) {
    padding: 15px 0;
    font-weight: bold;
}

.text-editor img {
    max-width: 100%;
    height: auto;
}

.text-editor a {
    color: var(--primary);
    text-decoration: underline;
}

.text-editor ul {
    list-style-type: disc;
    padding: 15px;
}

.text-editor ul li {
    margin-bottom: 7px;
}

.text-editor>p {
    font-size: 16px;
    font-weight: 250;
}



.course-content-box {
    background-color: rgba(21, 21, 21, 1);
    border-radius: 30px;
    padding: 40px 34px 40px 34px;
}


.teacher-box {
    background-color: rgba(21, 21, 21, 1);
    border-radius: 30px;
    padding: 40px 34px 40px 34px;
}


.teacher-box__abilities ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 250;
    font-size: 14px;
    color: rgba(208, 208, 208, 1);
}

.teacher-box__abilities ul li::after {
    content: "/";
}



.teacher-box__abilities ul li:last-child::after {
    content: "";
}


.comments-wrapper {
    border-radius: 30px;
    background-color: rgba(21, 21, 21, 1);
    padding: 40px 34px 40px 34px;
}

.comments-wrapper__title {
    font-size: 36px;
}


.comment-box {
    border-radius: 30px;
    padding: 24px 24px 34px 24px;
    background-color: rgba(41, 41, 41, 1);
}


.cooment-box__avatar {
    background-color: rgba(34, 34, 34, 1);
}

.comment-box__content-sender {
    color: rgba(181, 181, 181, 1);
}


.comment-box__content-text {
    color: rgba(181, 181, 181, 1);
    font-weight: 250;
    font-size: 15px;
    line-height: 28px;
}

.comments-wrapper__text {
    font-weight: 250;
}


.comments-wrapper__shape-top svg {
    transform: rotate(180deg);
}


.article-wrapper__content {
    background-color: rgba(21, 21, 21, 1);
    border-radius: 30px;
    padding: 40px 34px 40px 34px;
}

.headlines-wrapper {
    border-radius: 30px;
    background-color: rgba(21, 21, 21, 1);
    padding: 36px 32px 36px 32px;
}

.headlines-wrapper__info li {
    color: rgba(208, 208, 208, 1);
    font-size: 10px;
    font-weight: 250;
    display: inline-block;
    line-height: 26px;
    position: relative;
}



.headlines-wrapper__info li::after {
    content: "/";
}


.headlines-wrapper__info li:last-child:after {
    content: "";
}


.head-lines-wrapper__list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}





.head-lines-wrapper__list>ul>li {
    color: #fff;
}

.head-lines-wrapper__list>ul>li {
    font-size: 20px;
    font-weight: 500;
    position: relative;
}


.head-lines-wrapper__list>ul>li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #fff;
    top: 12px;
    right: -16px;
}

.head-lines-wrapper__list>ul>li:nth-child(1)::before {
    border-color: var(--primary);
}

.head-lines-wrapper__list>ul>li:nth-child(2)::before {
    border-color: var(--primary);
}

/* .head-lines-wrapper__list>ul>li:first-child:after {
    content: "";
    width: .5px;
    height: 83%;
    background-color: var(--primary);
    position: absolute;
    border: none;
    right: -13px;
    top: 25px;
} */

.head-lines-wrapper__list>ul>li::after {
    content: "";
    height: 20%;
    position: absolute;
    border-right: .5px dashed rgba(208, 208, 208, 1);
    right: -13px;
    bottom: 0;
}


.head-lines-wrapper__list>ul>li:first-child::after {
    border-right: .5px solid var(--primary);
}

.head-lines-wrapper__list>ul>li:last-child:after {
    border: none;
}

.head-lines-wrapper__list>ul>li>ul>li::after {
    content: "";
    width: .5px;
    height: 105%;
    /* background-color: #fff; */
    border-right: .5px dashed rgba(208, 208, 208, 1);
    position: absolute;
    right: -13px;
    top: -21px;
}

.head-lines-wrapper__list>ul>li:first-child>ul>li::after {
    border-color: var(--primary);
}



.head-lines-wrapper__list>ul>li:first-child>ul>li:after {
    background-color: var(--primary);
}

.head-lines-wrapper__list>ul>li>ul {
    padding: 15px 0;
}


.head-lines-wrapper__list>ul>li>ul>li {
    font-size: 14px;
    color: rgba(208, 208, 208, 1);
    font-weight: 250;
    margin-bottom: 5px;
    position: relative;
}



.head-lines-wrapper__list>ul>li:first-child>ul>li {
    color: #fff;
    font-weight: 300;
}

.head-lines-wrapper__list>ul>li>ul>li::before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    right: -14px;
    top: 7px;
    border-radius: 50%;
    background-color: #fff;
    outline: 5px solid rgba(21, 21, 21, 1);
    z-index: 1;
}


.head-lines-wrapper__list>ul>li:first-child>ul>li::before {
    background-color: var(--primary) !important;
}


.article-categories {
    border-radius: 30px;
    background-color: rgba(21, 21, 21, 1);
    padding: 36px 32px 36px 32px;
}

.article-categories__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.article-categories__list li {
    margin-bottom: 15px;
}

.article-categories__list li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}



.article-stiky-sidebar-headlines {
    top: 20%;
}

.article-stiky-sidebar-categories {
    top: 0 !important;
}


.calenders-wrapper__btn {
    font-size: 36px;
    font-weight: 500;
    color: rgba(208, 208, 208, 1) !important;
    width: 100%;
    border: none !important;
    margin-bottom: 0px !important;
    background-color: rgba(0, 0, 0, 1) !important;
    position: relative;
    border-radius: 30px 30px 30px 30px !important;
}


.calenders-wrapper__btn.active {}


.calenders-wrapper__btn.active {
    border-radius: 30px 30px 0 0 !important;
    color: #fff !important;
    background-color: #151515 !important;
}


.calenders-wrapper__tab-btns {
    border: none;
    border-radius: 30px 30px 0 0;
}

.calenders-wrapper__main-content {
    padding: 40px 20px 10px 20px;
    border-radius: 30px;
    background-color: #151515;
}

.calenders-wrapper__tab-btns #home-tab::before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 40px;
    background: #151515;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(180deg);
    border-radius: 0 0 50px 0;
}

.calenders-wrapper__tab-btns #home-tab:not(.active) {
    z-index: 1;
}


.calenders-wrapper__tab-btns #profile-tab::before {
    content: '';
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 40px;
    background: #151515;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(-90deg);
    border-radius: 0 0 50px 0;
}

.calenders-wrapper {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 30px;
    /* padding: 0 20px; */
}

.calenders-wrapper__main-content.right-active {
    border-top-right-radius: 0;
}

.calenders-wrapper__main-content.left-active {
    border-top-left-radius: 0;
}




.calender-box__card {
    background-color: #000;
    border-radius: 40px;
}


.calender-box__card-img {
    width: 224px;
    height: 87px;
    border-radius: 40px;
}

.calender-box__info-list li {
    display: inline-block;
    color: #fff;
    margin-left: 5px;
}

.calender-box__icon a svg {
    transform: rotate(90deg);
}

.calender-box__time-label {
    background-color: rgba(38, 38, 38, 1);
    color: rgba(181, 181, 181, 1);
    border-radius: 14px;
    padding: 5px 15px 5px 15px;
}

.calender-box__card-title {
    max-width: 100%;
}

.calender-box__card-title a {
    font-size: 20px;
    font-weight: 500;
}

.calender-box__info-list li {
    font-weight: 250;
    font-size: 14px;
    color: rgba(181, 181, 181, 1);
}

.calender-box__price {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
}

.calender-box__toman {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
}


.calender-box__progress {}


.calender-box__progress canvas {
    transform: rotate(90deg);

}

.calender-box__progress-text {
    font-weight: 300;
    font-size: 16px;
    bottom: 40px;
    right: 4px;
    margin: auto;
    display: block;
    width: 100%;
}

.calender-box__video-icon {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 90px;
    background-color: #292929CC;
}

.cta-form__text {
    font-size: 14px;
    font-weight: 250;
    line-height: 24px;
}

.cta-form {
    background-color: #151515;
    border-radius: 30px;
}

.custom-form-input {
    background-color: #292929;
    outline: none;
    font-size: 12px;
    font-weight: 250;
    line-height: 24px;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    border: none;
    color: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 2px;
}

.custom-form-input+label {
    font-size: 12px;
    font-weight: 250;
    line-height: 24px;
    color: #fff;
    position: absolute;
    pointer-events: none;
    top: 16px;
    right: 15px;
}


.custom-form-input.required+label::after {
    content: "*";
    color: #ff0000;
    padding-right: 5px;

}


.custom-form-input.focused-input+label {
    display: none;
}

textarea.custom-form-input {
    resize: none;
}


.cta-form__map iframe {
    width: 100%;
    border-radius: 30px;
}

.cta-form__content {
    padding: 33px 28px 33px 28px;

}


.cta-form__btn {
    color: #737373;
    border-radius: 20px;
    background-color: #292929;
    outline: none;
    border: none;
    padding: 14px 38px 17px 38px;
    font-size: 14px;
    font-weight: 400;
}

.cta-text-box {
    background-color: #151515;
    border-radius: 30px;
    padding: 32px 28px 32px 28px;
}

.cta-text-box .cta-text-box__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}


.cta-text-box .cta-text-box__text {
    font-weight: 250;
    line-height: 26px;
    font-size: 14px;
}


.cta-text-box__shape-img {
    width: 250px;
    height: 250px;
    bottom: -70px;
    right: -30px;
}


.clock-title-wrapper .clock {
    color: #410685;
    font-weight: 700;
    font-size: 130px;
}


.clock-title-wrapper .clock-text {
    color: #410685;
    font-size: 80px;
    font-weight: 800;
}


.clock-title-wrapper__text {
    font-weight: 250;
    font-size: 20px;
}

.cta-info-box {
    background-color: #151515;
    border-radius: 40px;
    padding: 19px 18px 19px 18px;
}


.cta-info-box .icon-box {
    background-color: #292929;
    width: 54px;
    height: 54px;
}

.cta-info-box__text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}


.cta-info-box:hover .icon-box {
    background-color: #b55f3c;
}


.pagination-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.pagination-wrapper ul li {
    display: inline-block;
    margin: 0 30px;
}


.pagination-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    font-weight: 400;
    padding: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 60px;
    border-radius: 10px;
}

.pagination-wrapper ul li.active a {
    background-color: #292929;
    color: var(--primary);
}

.top-main-box ul li {
    margin-bottom: 10px;
}

.top-main-box ul li .content {
    padding-right: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 69px;
}


.top-info-box .title {
    font-size: 75px;
}

.top-info-box .text {
    font-weight: 250;
    font-size: 20px;
    line-height: 42px;
}


.top-info-box,
.top-main-box {
    background-color: #151515;
    border-radius: 30px;
    padding: 15px;

}

.register-box__title .number {
    color: #F0A422;
    font-weight: 700;
    font-size: 100px;
    line-height: 52px;
}


.register-box__title {
    font-weight: 700;
    font-size: 80px;
    line-height: 52px;
    color: #fff;
}


.register-box__text {
    font-weight: 250;
    font-size: 16px;
    line-height: 30px;
}

.guaranty-box {
    background-color: #151515;
    border-radius: 30px;
    padding: 15px;

}

.guaranty-box__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 69px;
}


.guaranty-box__text {
    font-size: 16px;
    font-weight: 250;
    line-height: 42px;
}


.register-box {
    border-radius: 30px;
    padding: 15px;
    background-color: #151515;
}


.register-box .btn-bottom {
    width: 90% !important;
}


.faq-wrapper .faq-link {
    color: var(--primary);
}


.faq-link-3 {
    background-color: #151515;
    padding: 10px 25px;
    border-radius: 15px;
}

.sentences-wrapper ul {
    
}

.sentences-wrapper ul li:first-child {
    background: linear-gradient(87.81deg, #4BACD6 -0.06%, #F05F22 89.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sentences-wrapper ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    background: linear-gradient(87.38deg, #4BACD6 32.81%, #FFCFB1 103.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#categories-page-section .top-left-wrapper {
    scrollbar-width: none !important;
}


#categories-page-section .title-section {
    font-size: 32px;
    font-weight: 400;
}


.shape-line {
    opacity: .5;
    width: 100%;
    pointer-events: none;
}


.contact-us-shape {
    
}


.contact-us-shape-1 {
    width: 130px;
    height: 130px;
    filter: blur(3px);
    transform: rotate(-75deg);
    opacity: .5;
    bottom: 0;
    right: -40px;
}



.contact-us-shape-2 {
    width: 190px;
    height: 190px;
    filter: blur(7px);
    transform: rotate(-75deg);
    top: 0;
    left: 40px;
    opacity: .5;
}


.cta-text-box .cta-text-box__text:last-child {
    padding-bottom: 50px;
}