/*
Theme Name: Khodsakhte Madar Landing
Author: Saman Masoomi
Author URI: https://imsaman.ir
Email : masoomi.net@gmail.com
Version: 1.0
*/

:root {
    --main: #9b2464;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


@font-face {
    font-family: Yekan-Bakh;
    font-style: normal;
    font-weight: 100;
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Hairline.eot);
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Hairline.eot?#iefix) format('embedded-opentype'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Hairline.woff) format('woff'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Hairline.ttf) format('truetype');
}

@font-face {
    font-family: Yekan-Bakh;
    font-style: normal;
    font-weight: 400;
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Regular.eot?1);
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Regular.eot?#iefi1x) format('embedded-opentype'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Regular.woff?1) format('woff'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Regular.ttf) format('truetype');
}

@font-face {
    font-family: Yekan-Bakh;
    font-style: normal;
    font-weight: 500;
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Bold.eot);
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Bold.eot?#iefix) format('embedded-opentype'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Bold.woff) format('woff'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Bold.ttf) format('truetype');
}

@font-face {
    font-family: Yekan-Bakh;
    font-style: normal;
    font-weight: 600;
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Fat.eot);
    src: url(_assets/fonts/yekan/Yekan_Bakh_EN_Fat.eot?#ief1ix) format('embedded-opentype'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Fat.woff) format('woff'), url(_assets/fonts/yekan/Yekan_Bakh_EN_Fat.ttf) format('truetype');
}

@font-face {
    font-family: Fa-Yekan-Bakh;
    font-style: normal;
    font-weight: 400;
    src: url(_assets/fonts/yekan/Yekan_Bakh_FA_Regular.eot);
    src: url(_assets/fonts/yekan/Yekan_Bakh_FA_Regular.eot?#ief1ix) format('embedded-opentype'), url(_assets/fonts/yekan/Yekan_Bakh_FA_Regular.woff) format('woff'), url(_assets/fonts/yekan/Yekan_Bakh_FA_Regular.ttf) format('truetype');
}

@font-face {
    font-family: Fa-Yekan-Bakh;
    font-style: normal;
    font-weight: 500;
    src: url(_assets/fonts/yekan/Yekan_Bakh_FA_Bold.eot);
    src: url(_assets/fonts/yekan/Yekan_Bakh_FA_Bold.eot?#ief1ix) format('embedded-opentype'), url(_assets/fonts/yekan/Yekan_Bakh_FA_Bold.woff) format('woff'), url(_assets/fonts/yekan/Yekan_Bakh_FA_Bold.ttf) format('truetype');
}

html {
    font-family: Yekan-Bakh;
    direction: rtl;
}

body {
    overflow-x: hidden;
}

header {
    position: relative;
    background: linear-gradient(to right top, #9b2464, #9c2665, #9d2967, #9e2b68, #9f2d6a);
}

header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(images/mega-line.png);
    opacity: .06;
    z-index: 1;
}

h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 3;
    position: relative;
    line-height: 50px;
}

header .desc {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    z-index: 3;
    position: relative;
}

header p {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #e8e8e8;
    z-index: 3;
    position: relative;
}

.headerContent {
    margin-bottom: 50px;
}

.goToComments {
    width: 210px;
    display: block;
    margin: 30px auto 10px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    padding: 15px 0;
    border-radius: 10px;
    color: var(--main);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 3;
}

.logo {
    display: block;
    margin: 10px auto;
    z-index: 3;
    position: relative;
}

.intoVideoWrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: absolute;
    top: 30px;
    left: -15px;
    border-radius: 10px;
}

video {
    border-radius: 8px;
    position: relative;
    bottom: -45px;
    z-index: 3;
}

h3 {
    text-align: right;
    font-weight: 600;
    font-size: 37px;
    color: var(--main);
    line-height: 45px;
}

.sectionTitle p {
    color: #54565c;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin-top: 8px;
}

.companies {
    margin-top: 60px;
}

.mySwiper {
    height: 480px;
    padding: 40px 10px 0;
    border-radius: 10px;
}

.company {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.company img {
    width: 55px;
    height: auto;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.company .info {
    padding: 10px 10px 0 0;
}

.company h4 {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 5px;
    line-height: 21px;
}

.company p {
    font-size: 14px;
    color: #4f5255;
    line-height: 17px;
    height: 34px;
}

.courseTitles {
    position: relative;
}

.courseTitles::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(images/abstract1.png);
    z-index: -1;
    opacity: .2;
}

.aboutCourse__item {
    background-color: #fff;
    padding: 40px 40px 39px;
    border: 1px solid #0d142724;
    border-radius: 10px;
    transition: all .3s;
}

.aboutCourse__item:hover {
    border: 1px solid #0d14271a;
    -webkit-box-shadow: 0 10px 20px rgba(3, 12, 35, .1), 0 30px 30px rgba(3, 12, 35, .1);
    box-shadow: 0 10px 20px rgba(3, 12, 35, .1), 0 30px 30px rgba(3, 12, 35, .1);
}

.aboutCourse__item .icon {
    position: relative;
}

.aboutCourse__item .icon::before {
    top: -14px;
    right: 14px;
    content: '';
    width: 54px;
    height: 54px;
    position: absolute;
    border-radius: 100%;
    background: rgba(13, 20, 39, .05);
    -webkit-transition: .3s cubic-bezier(.34, 1.56, .64, 1);
    -o-transition: .3s cubic-bezier(.34, 1.56, .64, 1);
    transition: .3s cubic-bezier(.34, 1.56, .64, 1);
    z-index: 2;
}

.aboutCourse__item:hover .icon::before {
    transform: scale(.8);
    background: rgba(57, 112, 255, .1);
    right: 4px;
}

.aboutCourse__item img {
    transition: .3s cubic-bezier(.34, 1.56, .64, 1);
    transition-delay: .01s;
    max-width: 52px;
}

.aboutCourse__item:hover img {
    max-width: 36px !important;
}

.aboutCourse__item h5 {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0;
    font-weight: 500;
    min-height: 50px;
}

.aboutCourse__item p {
    font-size: 15px;
    line-height: 24px;
    color: #54565c;
}

.accordion-item {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 30px 0;
    transition: all 0.3s ease;
}

.accordion-item h3 {
    border-bottom: 1px solid #e7e8eb;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button::after {
    position: absolute;
    left: 5px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item.open {
    z-index: 99;
    position: relative;
    box-shadow: 0 10px 20px rgba(3, 12, 35, .1), 0 30px 30px rgba(3, 12, 35, .1);
    margin-top: -3px;
    background-color: #fff;
    border-radius: 10px;
}

.accordion-item.open h3 {
    border-bottom: 0 !important;
}

.accordion-item.open button {
    color: var(--main);
}

.accordion-button {
    font-size: 20px;
    color: #000;
}

.accordion-body {
    padding: 0;
}

.accordion-body p {
    color: #54565c;
    padding: 0 20px 45px;
    line-height: 25px;
}

.accordion-button::before {
    background-color: #000;
    top: 35px;
    right: 0;
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    border-radius: 100%;
}

.accordion-item.open button::before {
    background-color: var(--main);
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.videos .container {
    position: relative;
}

.videos .container::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 258px;
    left: -80px;
    top: 60px;
    background-image: url(images/abstract3.png);
    z-index: -1;
    opacity: .2;
    background-repeat: no-repeat;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.videoIframeWrapper {
    position: relative;
    border: 1px solid #0d142724;
    border-radius: 10px;
    transition: all .3s;
    padding: 20px;
}

.videoIframeWrapper:hover {
    border: 1px solid #0d14271a;
    -webkit-box-shadow: 0 10px 20px rgba(3, 12, 35, .1), 0 30px 30px rgba(3, 12, 35, .1);
    box-shadow: 0 10px 20px rgba(3, 12, 35, .1), 0 30px 30px rgba(3, 12, 35, .1);
}

.parallax-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 170%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .text {
    position: absolute;
    bottom: 50px;
    padding: 25px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 10px 20px #00000017;
}

.swiper-slide .text p {
    line-height: 29px;
    font-size: 15px;
}

.swiper-slide .text h5 {
    font-size: 18px;
    color: var(--main);
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 25px;
}

.swiperAction {
    display: flex;
    justify-content: center;
    position: absolute;
}

.swiperAction img {
    width: 35px;
    height: auto;
    margin: 0 5px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main);
}

.gallerySwiper {
    border-radius: 10px;
    overflow: hidden;
}

.gallerySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.gallerySwiper .swiper-slide img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

footer {
    position: relative;
    background: linear-gradient(to right top, #9b2464, #9c2665, #9d2967, #9e2b68, #9f2d6a);
}

footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(images/mega-line.png);
    opacity: .06;
    z-index: 0;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

footer .social {
    display: flex;
    justify-content: center;
}

footer img {
    width: 36px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
}

.sticky {
    background-color: var(--main);
    position: fixed;
    bottom: 15px;
    right: 0;
    width: 95%;
    z-index: 999;
    left: 0;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(3, 12, 35, .1), 0 30px 30px rgba(3, 12, 35, .1);
    border: 1px solid #0d142724;
    transition: all .3s;
}

.sticky:hover {
    box-shadow: none;
}

.sticky a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
}

.sticky img {
    width: 30px;
    height: auto;
    margin: -5px 0 0 10px;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.modal-header {
    height: 50px;
}

#courseModalLabel {
    color: var(--main);
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 19px !important;
}

.modal-body form {
    display: flex;
    flex-direction: column;
}

.modal-body input[type="text"] {
    margin: 15px 0;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: none;
    border: 1px solid #0d142724;
    font-size: 17px;
    text-align: center;
}

.modal-body button, .modal-body input[type="submit"] {
    padding: 12px 0;
    box-shadow: none;
    border: 0;
    border-radius: 6px;
    background-color: var(--main);
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-top: 5px;
}

.modal-body p,.modal-body span {
    font-size: 18px;
    margin: 20px 0 5px;
    text-align: center;
    line-height: 25px;
}

.modal-body span {
    color: var(--main);
}

.modal-body .logo {
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .modal.bottom .modal-dialog {
        position: fixed;
        width: 100%;
        margin: 0 auto;
        bottom: 30px;
        right: 0;
        left: 0;
    }
}

@media screen and (min-width: 576px) {
    .parallax-bg {
        background-position: top;
    }
}

@media screen and (min-width: 768px) {
    .sectionTitle p {
        font-size: 18px;
        max-width: 600px;
    }
}

@media screen and (min-width: 992px) {

    header {
        padding: 60px 0 140px;
    }

    .headerContent {
        margin-block: -50px 0;
    }

    .logo {
        margin: 10px 0 10px;
    }

    h1 {
        font-size: 29px;
        text-align: right;
        padding-top: 10px;
    }

    .goToComments {
        font-size: 15px;
        margin: 30px 0 10px;
    }

    header .desc {
        text-align: right;
        font-size: 20px;
    }

    header p {
        font-size: 16px;
        text-align: right;
        margin-top: 20px;
    }

    .companies {
        margin-top: -50px;
    }

    .company {
        justify-content: center;
        box-shadow: 0 30px 50px 0 rgba(4, 14, 41, 0.1);
        background: #fff;
        border-radius: 10px;
        padding: 20px 0;
        border: 1px solid #0d142724;
        transition: all .3s;
        z-index: 3;
    }

    .company:hover {
        box-shadow: none;
    }

    .courseTitles .sectionTitle {
        margin: 0 auto;
    }

    .courseTitles .sectionTitle h3, .courseTitles .sectionTitle p {
        width: 100%;
        text-align: center;
        max-width: 696px;
        margin: 0 auto;
    }

    .aboutCourse__item h5 {
        min-height: 75px;
    }

    .aboutDr .sectionTitle p {
        min-height: 48px;
    }

    .mySwiper {
        height: 610px;
    }

    .swiper-slide .text {
        max-width: 500px;
        right: 40px;
    }

    .gallerySwiper {
        max-height: 650px;
    }

    .gallerySwiperAction {
        left: 0;
        bottom: -25px;
    }

    .swiperAction {
        bottom: -50px;
    }

    .sticky {
        width: 350px;
        bottom: 25px;
        margin: 0;
        right: 40px;
    }

}

@media screen and (min-width: 1200px) {
    header {
        padding: 40px 0 140px;
    }

    h1 {
        font-size: 40px;
        padding-top: 20px;
    }

    header .desc {
        font-size: 23px;
    }

    header p {
        font-size: 17px;
        margin-top: 25px;
    }

    .company img {
        width: 60px;
    }

    .aboutCourse__item h5 {
        min-height: 50px;
    }

    .mySwiper {
        height: 600px;
    }
}

@media screen and (min-width: 1400px) {
    .headerContent {
        margin-block: 0;
    }

    .mySwiper {
        height: 650px;
    }
}

