@font-face {
    font-family: yekanbakh;
    src: url('../fonts/yekan-bakh.ttf');
}

@font-face {
    font-family: yekanbakh-md;
    src: url('../fonts/yekan-bakh-medium.ttf');
}

@font-face {
    font-family: yekanbakh-bd;
    src: url('../fonts/yekan-bakh-bold.ttf');
}

@font-face {
    font-family: yekanbakh-light;
    src: url('../fonts/yekan-bakh-light.ttf');
}

@font-face {
    font-family: 'arjang-icon';
    src:  url('../fonts/arjang-icon.eot');
    src:  url('../fonts/arjang-icon.eot') format('embedded-opentype'),
      url('../fonts/arjang-icon.ttf') format('truetype'),
      url('../fonts/arjang-icon.woff') format('woff'),
      url('../fonts/arjang-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'arjang-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-calender:before {
    content: "\e900";
  }
  .icon-cap:before {
    content: "\e901";
  }
  .icon-facebook:before {
    content: "\e902";
  }
  .icon-idea:before {
    content: "\e903";
  }
  .icon-instagram:before {
    content: "\e904";
  }
  .icon-linkedin:before {
    content: "\e905";
  }
  .icon-pin:before {
    content: "\e906";
  }
  .icon-phone:before {
    content: "\e907";
  }
  .icon-twitter:before {
    content: "\e908";
  }

* {
    box-sizing: border-box;
    outline: none;
}

html {
    behavior: smooth;
}
body {
    background-color: #070709;
    font-family: yekanbakh;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
}

a {
    display: inline-block;
    text-decoration: none;
}

span {
    display: inline-block;
}

:root {
    --orange: #FF9201;
}


/* Components */

.section-subtitle {
    font-size: 14px;
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    position: relative;
    font-family: yekanbakh-light;
}

.section-subtitle::before {
    content: '';
    display: inline-block;
    width: 53px;
    height: 1px;
    background-color: var(--orange);
    margin-left: 13px;
}

.section-subtitle::after {
    content: 'ARJANG';
    font-size: 67px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(162, 162, 162, 0.2);
    position: absolute;
    right: 0;
    top: -29px;
    font-family: yekanbakh-bd;
}

.setion-title {
    font-size: 32px;
    line-height: 58px;
    margin: 0 0 22px;
    font-family: yekanbakh-light;
}

.setion-title span {
    font-family: yekanbakh-bd;
}

.sec-desc {
    font-size: 15px;
    line-height: 28px;
    font-family: yekanbakh-light;
    color: #FDF9F9;
}

.sec-desc p {
    margin-bottom: 0;
}

.btn-aj {
    padding: 12px 38px;
    background-color: var(--orange);
    box-shadow: 3px 5px 40px 5px rgba(255, 146, 1, 0.3);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    transition: 0.3s;
}

.btn-aj:hover {
    box-shadow: 3px 5px 40px 5px rgba(255, 146, 1, 0.5);
    color: #fff;
}

/* End Components */



/* Header */

.main-header {
    padding: 20px 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.main-navbar {
    display: flex;
    align-items: center;
}

.header-logo {
    width: 123px;
    margin-left: 60px;
}

.header-logo img {
    width: 100%;
}

.menu-toggle {
    display: none;
}

.menu-close {
    display: none;
}
.main-menu-list {
    padding-right: 0;
    list-style: none;
    display: flex;
    column-gap: 48px;
    margin: 0;
}

.main-menu-list a {
    color: #fff;
    font-size: 14px;
}

.header-counseling {
    padding: 8px 32px;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 3px 5px 40px 5px rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: #070709;
    transition: 0.3s;
}

.header-counseling:hover {
    box-shadow: 3px 5px 40px 5px rgba(255, 255, 255, 0.5);
    color: #070709;
}

/* Hero */

.hero-aj {
    padding: 97px 0;
    overflow: hidden;
    position: relative;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-aj .section-head {
    margin-top: 89px;
}

.hero-aj .section-subtitle::after {
    display: none;
}

.hero-aj .setion-title {
    white-space:pre-wrap;
}

.hero-aj img {
    width: 100%;
}

.hero-bg-right {
    width: 842px;
    height: 842px;
    background-image: radial-gradient(39.19% 39.19% at 50% 50%, rgba(43, 43, 131, 0.5) 0%, rgba(7, 7, 9, 0.5) 100%);
    position: absolute;
    top: 0;
    right: -300px;
    z-index: -1;
}

.hero-bg-left {
    width: 842px;
    height: 842px;
    background-image: radial-gradient(39.19% 39.19% at 50% 50%, rgba(103, 58, 12, 0.5) 0%, rgba(7, 7, 9, 0.5) 100%);
    position: absolute;
    top: 0;
    left: -300px;
    z-index: -1;
}

/* About Campaign */

.about-campaign {
    border-top: 0.5px solid #555557;
    border-bottom: 0.5px solid #555557;
    color: #fff;
    padding: 100px 0;
}

.about-campaign .sec-desc {
    padding-right: 30px;
}

/* Discount Campaign */

.discount-campaign {
    padding: 120px 0 0;
    color: #fff;
}

.discount-campaign .setion-title , .course-campaign .setion-title , .testimonials .setion-title , .faq-campaign .setion-title {
    text-align: center;
}

.discount-list {
    margin-top: 88px;
}

.discount-item {
    background: #111113;
    border: 0.5px solid #555557;
    border-radius: 16px;
    padding: 50px 39px 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0;
}

.discount-item-head {
    padding-bottom: 47px;
    text-align: center;
    color: var(--orange);
    border-bottom: 0.5px solid #555557;
}

.discount-item-head span {
    font-size: 40px;
    margin-bottom: 14px;
}

.discount-item-title {
    font-size: 20px;
    margin: 0;
}

.discount-item-content {
    padding-right: 0;
    list-style: none;
    padding-top: 40px;
    font-size: 14px;
    margin-bottom: 0;
    min-height: 203px;
}


.discount-item-content li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.discount-item-content li:last-child {
    margin-bottom: 0;
}

.discount-item-content .percent {
    font-size: 34px;
    margin-left: 14px;
    font-family: yekanbakh-bd;
}

.discount-item-content .discount-item-imp {
    margin: 0 4px;
}

.discount-item-content .discount-item-imp::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 0.5px solid #FFFFFF;
}

.discount-list .sec-desc {
    margin-top: 50px;
}


/*  Courses Campaign */

.course-campaign {
    margin: 50px 0 152px;
    color: #fff;
    position: relative;
    padding-top: 120px;
    width: 100%;
    overflow: hidden;
}

.course-list {
    margin-top: 80px;
}

.course-item {
    background: #111113;
    border: 0.5px solid #555557;
    border-radius: 16px;
    padding: 36px 32px 43px;
    height: 100%;
}

.course-item-logo {
    background: rgba(217, 217, 217, 0.07);
    border: 0.5px solid #555557;
    border-radius: 8px;
    padding: 6px;
    width: 70px;
    height: 70px;
    margin-bottom: 29px;
}

.course-item-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.course-item-title {
    margin-bottom: 17px;
}

.course-item-title a {
    color: #fff;
    font-size: 18px;
    white-space: pre;
}

.course-item .sec-desc {
    color: #D1D1D1;
    margin-bottom: 17px;
    min-height: 84;
}

.read-more-course {
    font-size: 14px;
    color: #fff;
}

.read-more-course:hover {
    color: #fff;
}

.read-more-course::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    margin-right: 10px;
    position: relative;
    right: 0;
    top: 2px;
    transition: 0.3s;
}

.read-more-course:hover::after {
    right: 5px;
}

.course-item-other {
    background: #2B2B83;
    height: 100%;
    border-radius: 16px;
    padding: 64px 32px 61px;
}

.course-item-other .course-item-title {
    margin-bottom: 15px;
}

.course-item-other .course-item-title a {
    white-space: normal;
    line-height: 28px;
}

.course-item-other .sec-desc {
    margin-bottom: 21px;
}

.course-item-other .read-more-course {
    padding: 12px 21px;
    border: 0.5px solid #FFFFFF;
    border-radius: 8px;
}

.course-bg {
    width: 842px;
    height: 842px;
    background-image: radial-gradient(39.19% 39.19% at 50% 50%, rgba(43, 43, 131, 0.5) 0%, rgba(7, 7, 9, 0.5) 100%);
    position: absolute;
    top: -200px;
    left: -300px;
    z-index: -1;
}

/* Teenager Course */

.about-teenager-course {
    border-top: 0.5px solid #555557;
    border-bottom: 0.5px solid #555557;
    padding: 100px 0;
    color: #fff;
    
}

.about-teenager-course figure img {
    width: 100%;
}

/* Testimonials */

.testimonials {
    padding-top: 160px;
}

.testmonial-img-slider {
    margin: 110px 0 32px;
    padding: 20px 0;
}

.testmonial-img-slider .swiper-slide {
    text-align: center;
}
.testmonial-img-slider .swiper-slide img {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: 7px solid #070709;
    box-shadow: 0 0 2px transparent;
    transition: 0.3s;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}

.swiper-slide-active img {
    border: 7px solid #070709;
    box-shadow: 0 0 2px #555557!important;
    transform: scale(1.4);
}

.testimonial-title {
    font-size: 18px;
    text-align: center;
    color: #F8F8F8;
    margin-bottom: 20px;
}

.testimonial-item .sec-desc {
    text-align: center;
    color: #FDF9F9;
    margin-bottom: 20px;
}

.testimonial-info {
    text-align: center;
    color: #B4B4B4;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-info span:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #B4B4B4;
    margin: 0 10px;
    position: relative;
    top: 4px;
}


/* FAQ */

.faq-campaign {
    margin-bottom: 195px;
    position: relative;
    padding-top: 160px;
    width: 100%;
    overflow-x: hidden;
}

.accordions-aj {
    margin-top: 57px;
}

.accordion-item-aj {
    background: #111113;
    border: 0.5px solid #555557;
    border-radius: 8px;
    margin-bottom: 17px;
    padding: 17px 30px 17px 15px;
}

.accordion-item-aj .accordion-title-aj {
    cursor: pointer;
    transition: all 0.4s;
}

.accordion-item-aj .accordion-title-aj h2 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FDF9F9;
}



.accordion-item-aj .accordion-content-aj {
    display: none;
    line-height: 1.7;
    margin-top: 18px;
    font-size: 14px;
    color: #BABABF;
    width: 90%;
}

.accordion-item-aj .accordion-content-aj.active {
    display: block;
}

.accordion-item-aj .accordion-content-aj p {
    margin: 0;
}

.accordion-item-aj .accordion-content-aj a {
    color: #BABABF;
}

.accordion-handler {
    min-width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.accordion-handler::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #9B9B9B;
    border-radius: 10px;
}

.accordion-handler::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #9B9B9B;
    border-radius: 10px;
    position: absolute;
    transform: rotate(0);
    transition: 0.3s;
}

.active-title-aj .accordion-handler::after {
    transform: rotate(90deg);
}


/* Footer */

.main-footer {
    padding-top: 56px;
    border-top: 0.5px solid #555557;
}

.footer-content {
    padding-bottom: 82px;
}

.footer-logo {
    width: 124px;
    margin-bottom: 39px;
}

.footer-logo img {
    width: 100%;
}

.about-footer-title {
    font-size: 18px;
    margin-bottom: 24px;
}

.about-footer .sec-desc {
    color: #FDF9F9;
}

.social-media {
    margin: 36px 0 0;
    display: flex;
    column-gap: 24px;
    padding-right: 0;
    list-style: none;
}

.social-media a {
    color: var(--orange);
    font-size: 23px;
    transition: 0.3s;
}

.social-media a:hover {
    color: #fff;
}

.footer-copyright {
    border-top: 0.5px solid #555557;
    padding: 33px 0;
    text-align: center;
}

.footer-copyright .sec-desc {
    color: #FDF9F9;
}

.footer-contact-info {
    padding-right: 0;
    list-style: none;
}

.footer-contact-info li {
    display: flex;
    column-gap: 23px;
    margin-bottom: 38px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    color: #FDF9F9;
    font-size: 14px;
}

.footer-contact-info [class^="icon-"], .footer-contact-info [class*=" icon-"] {
    font-size: 42px;
}

.contact-info a {
    color: #FDF9F9;
    line-height: 24px;
    transition: 0.3s;
}

.contact-info a:hover {
    color: var(--orange)
}

.contact-info a:first-child::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #FDF9F9;
    position: relative;
    top: 3px;
    margin: 0 10px;
}

.contact-info a:last-child::after {
    display: none;
}

.contact-info span:first-child {
    margin-bottom: 6px;
}

@media only screen and (max-width: 1400px) {

    .hero-aj {
        padding: 100px 0 0;
    }
    .hero-aj .section-head {
        margin-top: 0;
    }

    .discount-item {
        padding: 50px 23px 37px;
    }
    .discount-item-content {
        font-size: 14px;
    }

    .course-item .sec-desc {
        min-height: 112px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-logo {
        margin-left: 36px;
    }

    .main-menu-list {
        column-gap: 28px;
    }

    .discount-item-content {
        min-height: 300px;
    }
    .discount-item-content li {
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center;
    }

    .discount-item-content .percent {
        width: 100%;
        text-align: center;
        font-size: 30px;
    }

    .course-item .sec-desc {
        min-height: 140px;
    }

    /* Testimonials */

    .testmonial-img-slider .swiper-slide img {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 992px) {

    /* Components */

    .setion-title {
        font-size: 26px;
    }

    /* Header */

    .main-navbar {
        justify-content: center;
        position: relative;
    }
    .logo-header {
        order: 2;
    }
    .menu-toggle {
        display: block;
        width: 36px;
        height: 36px;
        border: 0.5px solid #fff;
        background-color: transparent;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        order: 1;
        position: absolute;
        right: 0;
    }

    .menu-toggle span {
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: relative;
    }

    .menu-toggle span::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: -6px;
        right: 0;
    }

    .menu-toggle span::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: -6px;
        right: 0;
    }

    .menu-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        position: relative;
        transform: rotate(45deg);
        margin-right: auto;
        cursor: pointer;
    }

    .menu-close::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }

    .menu-close::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
    }

    .main-menu {
        order: 4;
        width: 250px;
        height: 100vh;
        background-color: #000;
        position: fixed;
        right: -100%;
        top: 0;
        padding: 30px 20px;
        z-index: 999;
        transition: 0.3s;
    }

    .main-menu-list {
        flex-direction: column;
        margin-top: 30px;
    }

    .main-menu-list li {
        margin-bottom: 15px;
    }

    .active-menu {
        right: 0;
    }

    .header-counseling {
        order: 3;
        position: absolute;
        left: 0;
    }

    /* Hero */

    .hero-aj {
        height: auto;
        padding: 130px 0;
    }

    .hero-bg-right , .hero-bg-left {
        width: 600px;
        height: 600px;
    }

    .hero-bg-left {
        bottom: 0;
        top: auto;
    }

    .hero-aj img {
        margin-top: 40px;
    }

    /* About Campaign */

    .about-campaign .sec-desc {
        padding-right: 0;
    }

    /* Discount */

    .discount-list {
        margin-top: 30px;
    }

    .discount-item {
        margin-bottom: 24px;
    }

    .discount-item-content {
        min-height: auto;
    }

    /* Course List */

    .course-list {
        margin-top: 30px;
    }

    .course-item .sec-desc {
        min-height: 112px;
    }

    /* Teenager */

    .about-teenager-course figure img {
        margin-top: 40px;
    }

    /* Testimonials */

    .testmonial-img-slider {
        margin-top: 30px;
    }

    /* FAQ */

    .accordions-aj{
        margin-top: 30px;
    }
    
    .faq-campaign {
        margin-bottom: 100px;
    }

    /* Footer */

    .footer-contact-info {
        margin-top: 50px;
    }

    .footer-content {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .course-item .sec-desc {
        min-height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .setion-title {
        font-size: 24px;
        line-height: 50px;
    }

    .section-subtitle {
        margin-bottom: 24px;
    }

    .section-subtitle::before {
        width: 30px;
    }

    .header-counseling {
        padding: 8px 15px;
        font-size: 12px;
    }
    
    .hero-aj {
        padding: 160px 0;
    }
}