/* ============================================================== components start =============*/

* {
    box-sizing: border-box;
    font-family: ma-rg;
}

body {
    background-color: #fdfdfd;
}

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

p {
    margin: 0;
}

span {
    display: inline-block;
}

:root {
    --ar-orange: #D98019;
}


/* ----------------- fonts start ------------------ */

@font-face {
    font-family: ma-ollt;
    src: url(../fonts/Morabba-UltraLight.woff2);
}

@font-face {
    font-family: ma-lt;
    src: url(../fonts/Morabba-Light.woff2);
}

@font-face {
    font-family: ma-rg;
    src: url(../fonts/Morabba-Regular.woff2);
}

@font-face {
    font-family: ma-md;
    src: url(../fonts/Morabba-Medium.woff2);
}

@font-face {
    font-family: ma-sbd;
    src: url(../fonts/Morabba-SemiBold.woff2);
}

@font-face {
    font-family: ma-bd;
    src: url(../fonts/Morabba-Bold.woff2);
}

@font-face {
    font-family: ma-ebd;
    src: url(../fonts/Morabba-ExtraBold.woff2);
}

@font-face {
    font-family: ma-hy;
    src: url(../fonts/Morabba-Heavy.woff2);
}

@font-face {
    font-family: ma-bl;
    src: url(../fonts/Morabba-Black.woff2);
}



/* ----------------- fonts end ------------------ */



/* ----------------- font icons start ------------------ */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?3ig1yr');
    src: url('../fonts/icomoon.eot?3ig1yr#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?3ig1yr') format('truetype'),
        url('../fonts/icomoon.woff?3ig1yr') format('woff'),
        url('../fonts/icomoon.svg?3ig1yr#icomoon') 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: 'icomoon' !important;
    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-linkedin:before {
    content: "\e90d";
    color: #fff;
}

.icon-facebook:before {
    content: "\e90e";
    color: #fff;
}

.icon-x:before {
    content: "\e90f";
}

.icon-instagram:before {
    content: "\e910";
    color: #fff;
}

.icon-telegram:before {
    content: "\e900";
}

.icon-student:before {
    content: "\e901";
    color: #fff;
}

.icon-play:before {
    content: "\e902";
}

.icon-pinsvg:before {
    content: "\e903";
    color: #fdf9f9;
}

.icon-pin:before {
    content: "\e904";
    color: #fdf9f9;
}

.icon-phone:before {
    content: "\e905";
}

.icon-phone-1:before {
    content: "\e906";
    color: #fdf9f9;
}

.icon-online-education:before {
    content: "\e907";
    color: #2b2b83;
}

.icon-medal:before {
    content: "\e908";
    color: #2b2b83;
}

.icon-graduated:before {
    content: "\e909";
    color: #fff;
}

.icon-consulting:before {
    content: "\e90a";
    color: #2b2b83;
}

.icon-cap:before {
    content: "\e90b";
    color: #2b2b83;
}

.icon-left-arrow:before {
    content: "\e90c";
    color: #d98019;
}



/* ----------------- font icons end ------------------ */

/* ----------------- header start ------------------ */

.header-ar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 20px;
    z-index: 99999;
}

.nav-ar {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 21px 20px;
    display: flex;
    align-items: center;
}

.menu-ar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 39px;
    align-items: center;
    margin-right: 70px;
}

.menu-ar-list li a {
    color: #FEFEFE;
    font-family: 'ma-md';
    font-size: 14px;
    transition: .3s;
}

.menu-ar-list li a:hover {
    color: #000;
}

.nav-ar .ar-white-btn {
    margin-right: auto;
    
}

.ar-white-btn:hover {
    background-color: #000;
    color: #fff;
}

.menu-ar .ar-white-btn {
    display: none;
}

.ar-white-btn {
    border-radius: 50px;
    background: #FFF;
    padding: 14px 33px;
    color: var(--ar-orange);
    font-family: 'ma-md';
    font-size: 14px;
    transition: .3s;
}

/* ----------------- header end ------------------ */

.x-mark {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-right: auto;
    margin-bottom: 40px;
}

.x-mark::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
}

.x-mark::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
}

.ist-bars {
    background-color: transparent;
    border: none;
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    align-items: center;
    margin-right: 20px;
}

.ist-bars span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
}



.ist-bars::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.ist-bars::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* ----------------- accordion start ------------------ */

.accordion-title-head {
    color: #1D1D27;
    font-family: 'ma-lt';
    font-size: 14px;
    margin: 0;
    transition: .3s;
}

.accordion-item-ar {
    border-radius: 8px;
    border: 0.5px solid #D0D0D0;
    background: #FFF;
    margin-bottom: 17px;
}

.accordion-title {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.active-title  {
    transition: .3s;
    font-family: 'ma-md';
}

.accordion-content {
    display: none;
    padding: 20px;
    margin-bottom: 5px;
    color: #9C9898;
    font-family: 'ma-lt';
    font-size: 14px;
    line-height: 24px;
}

.tog-acc::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #B8B8B8;
    border-left: 2px solid #B8B8B8;
    display: inline-block;
    transform: rotate(-45deg);
    transition: .3s;
    position: absolute;
    top: -10px;
    left: -47px;
}

.tog-acc {
    display: flex;
    position: relative;
}

.tog-acc-active::after {
    transform: rotate(135deg);
    transition: .3s;
    position: absolute;
    top: -3px;
}

.accordions-plus .tog-acc {
    position: relative;
    min-width: 15px;
    height: 15px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordions-plus .tog-acc::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #9B9B9B;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 9px;
    transition: .4s;
    transform: rotate(0deg);
    border: none;
}

.accordions-plus .tog-acc::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #9B9B9B;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 2px;
}

.accordions-plus .tog-acc-active::after {
    transform: rotate(90deg);
    transition: .4s;
}

.faq-ar {
    margin-bottom: 128px;
}

/* ----------------- accordion end ------------------ */

.sec-prg {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
}

.ar-subtitle {
    color: var(--ar-orange);
    font-family: 'ma-md';
    font-size: 12px;
    display: flex;
    align-items: center;
}

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

.ar-ylw-btn {
    border-radius: 50px;
    background: var(--ar-orange);
    color: #fff;
    font-family: 'ma-md';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.154px;
    padding: 13px 34px 12px 38px;
}

/* ============================================================== components end =============*/

/* ============================================================== hero start =============*/

.hero-ar {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-bottom: 105px;
    background-color: #BA701A;
    background-image: url('../img/hero-bg.jpg');
    position: relative;
    padding-top: 300px;
}

.hero-ar .ar-white-btn {
    box-shadow: 2px 4px 10px rgba(160, 34, 0, .5);
}

.hero-ar img:first-child {
    position: absolute;
    top: 180px;
    right: 30%;
}

.hero-ar img:nth-child(2) {
    position: absolute;
    top: 80%;
    right: 30%;
}

.hero-ar img:nth-child(3) {
    position: absolute;
    top: 250px;
    left: 10%;
    transform: scale(1.5);
}

.hero-title {
    color: #F8F8F8;
    font-family: 'ma-hy';
    font-size: 65px;
    line-height: 64px;
    margin-bottom: 19px;
    text-shadow: 2px 4px 10px rgba(160, 34, 0, .5);
}

.hero-title span {
    font-size: 36px;
    line-height: 56px;
}

.hero-ar .sec-prg {
    color: #F8F8F8;
    margin-bottom: 47px;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

/* ============================================================== hero end =============*/

/* ============================================================== about us start =============*/

.about-ar .sec-head {
    text-align: center;
    margin-bottom: 37px;
}

.about-ar .ar-subtitle {
    margin-bottom: 40px;
    justify-content: center;
}

.about-ar .ar-title {
    margin-bottom: 29px;
}

.vid-btn {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.vid-btn:hover {
    transform: scale(1.2);
}

.vid-btn:hover svg path {
    fill: var(--ar-orange);
}

.vid-btn svg {
    transition: .3s;
}

.vid-btn:hover svg {
    transform: rotate(150deg);
}

.vid-btn:hover span::before {
    color: var(--ar-orange);
}

.vid-btn svg path {
    transition: .3s;
}

.vid-btn svg {
    width: 81px;
    height: 81px;
}

.vid-btn span {
    position: absolute;
}

.vid-btn span::before {
    color: #1D1D27;
    transition: .3s;
}

.vid-modal {
    display: flex;
    justify-content: center;
}

.about-ar {
    margin-bottom: 105px;
}

.vid-modal-cont {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.vid-modal-cont .x-mark {
    display: flex;
    position: absolute;
    top: 50px;
    right: 50px;
}

.modal-popup {
    display: flex;
}

.modal-vid {
    width: 0%;
    position: absolute;
    transition: 1s;
}

.modal-video-slide {
    width: 50%;
    transition: 1s;
}

/* ============================================================== about us end =============*/

/* ============================================================== course start =============*/

.ar-tab-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 8px;
    backdrop-filter: blur(4px);
    list-style: none;
    margin-bottom: 42px;
    overflow-x: auto;
    height: 120px;
}

.ar-tab-list li {
    position: relative;
    border: 0.5px solid #CCC7C7;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    padding: 12px 17px 17px 17px;
    transition: .3s;
    height: 82px;
}

.ar-tab-btn {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    white-space: nowrap;
    padding: 0;
}

.ar-tab-btn img {
    filter: grayscale(100);
    transition: .3s;
    width: 64px;
    height: 34px;
    object-fit: contain;
}

.ar-tab-btn svg {
    position: absolute;
    top: 100%;
    opacity: 0;
    transition: .3s;
}

.ar-tab-btn.active svg {
    opacity: 1;
}

.ar-tab-btn span {
    color: #CACACA;
    font-family: 'ma-md';
    font-size: 12px;
    line-height: 21px;
    transition: .3s;
}

.ar-tab-btn.active span {
    color: #FFF;
}

.ar-tab-btn.active img {
    filter: grayscale(0);
    transition: .3s;
}

.course-ar {
    background-color: #000;
    padding-top: 101px;
    padding-bottom: 104px;
}

.course-ar .sec-head {
    text-align: center;
    margin-bottom: 45px;
}


.course-ar .ar-subtitle {
    justify-content: center;
    margin-bottom: 40px;
}

.course-ar .ar-title {
    color: #fff;
    margin-bottom: 30px;
}

.tab-content .sec-head {
    text-align: center;
    margin-bottom: 65px;
}

.tab-content .ar-subtitle {
    justify-content: center;
    margin-bottom: 28px;
}

.tab-content .ar-title {
    color: #F9F7F7;
    margin-bottom: 23px;
}

.tab-content .sec-prg {
    color: #F9F7F7;
}

.know-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--ar-orange);
    font-family: 'ma-md';
    font-size: 14px;
    line-height: 24px;
    margin-top: 70px;
}

.know-more span::before {
    font-size: 23px;
    position: relative;
    top: -1px;
    right: 0;
    transition: .3s;
}

.know-more:hover span::before {
    right: 10px;
}

.course-ar {
    margin-bottom: 137px;
}

.course-item {
    background-color: #111113;
    border: .5px solid #d1d1d1;
    border-radius: 16px;
    padding: 46px 24px;
    display: block;
    transition: .2s;
    margin-bottom: 16px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-item:hover {
    border-color: var(--ar-orange);
    transform: scale(1.02);
}

.course-title {
    font-size: 18px;
    font-family: ma-md;
    color: #fff;
    text-align: center;
    transition: .2s;
}

.course-item:hover .course-title {
    transform: scale(1.05);
}

.course-detail {
    font-size: 14px;
    line-height: 24px;
    color: #d1d1d1;
}

.course-detail span:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #d1d1d1;
    position: relative;
    top: 2px;
    margin: 0px 10px;
}

.course-detail span:nth-child(2)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #d1d1d1;
    position: relative;
    top: 2px;
    margin: 0px 10px;
}


.course-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: .5px solid #afafaf;
    margin-bottom: 24px;
}

.gimat {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.corse-price del {
    font-size: 16px;
    line-height: 24px;
    font-family: ma-md;
    color: #fff;
    text-decoration-line: none;
    position: relative;
    margin: 0px 10px;
}

.corse-price del::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #fff;
}

.price {
    font-size: 20px;
    line-height: 24px;
    font-family: ma-md;
    color: var(--ar-orange);
}

.corse-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ============================================================== course end =============*/

/* ============================================================== faq start =============*/

.faq-ar .ar-subtitle {
    margin-bottom: 45px;
}

.faq-ar .ar-title {
    margin-bottom: 25px;
}

.faq-ar .sec-prg {
    margin-bottom: 35px;
}

/* ============================================================== faq end =============*/

/* ============================================================== service start =============*/

.ar-services .sec-head {
    text-align: center;
}

.ar-services .ar-subtitle {
    justify-content: center;
    margin-bottom: 21px;
    color: #fff;
}

.ar-services .ar-title {
    margin-bottom: 11px;
    color: #fff;
}

.ar-services .ar-subtitle::before {
    background-color: #fff;
}

.ar-services .sec-prg {
    margin-bottom: 37px;
    color: #fff;
}

.ar-services {
    background-image: url('../img/services-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 0px 65px 0px;
}

.serv-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.serv-btns .ar-ylw-btn {
    background-color: #000;
    color: #fff;
    padding: 13px 60px;
}

/* ============================================================== service end =============*/

/* ============================ footer start */

.footer-rd {
    background-color: #111113;
    padding-bottom: 30px;
}

.footer-title {
    color: #F8F8F8;
    font-family: 'ma-md';
    font-size: 18px;
    line-height: 32px;
    margin-top: 40px;
}

.footer-rd .sec-prg {
    color: #fff;
    margin-bottom: 35px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-media span::before {
    font-size: 24px;
    color: #fff;
    transition: .3s;
}

.social-media span:hover::before {
    color: var(--ar-orange);
}

.contact-rd {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
}

.contact-rd a{
    transition: .3s;
}

.contact-rd a:hover {
    color: var(--ar-orange);
}

.contact-rd span::before {
    font-size: 42px;
}

.cont-title {
    color: #FDF9F9;
    font-family: 'ma-md';
    font-size: 16px;
    line-height: 21px;
}

.contact-rd-cont a,
.contact-rd-cont address {
    color: #FDF9F9;
    font-size: 14px;
    line-height: 21px;
}


.contact-rd-cont-tel::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fdfdfd;
    margin: 0px 10px;
}

.footer-cont {
    border-bottom: 1px solid #555557;
    padding: 110px 0px 80px 0px;
    margin-bottom: 30px;
}

.copyright .sec-prg {
    margin: 0;
    color: #FDF9F9;
    text-align: center;
}

.copyright .sec-prg p {
    margin: 0;
}


.icon-x::before {
    font-size: 20px !important;
}



@media only screen and (max-width : 1400px) {
    .ar-tab-list {
        justify-content: start;
    }
}

@media only screen and (max-width : 1200px) {
    .menu-ar-list {
        gap: 20px;
    }
}

@media only screen and (max-width : 992px) {
    .menu-ar {
        width: 320px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        background-color: var(--ar-orange);
        z-index: 99999;
        padding: 25px;
        transition: .4s;
    }

    .menu-ar-list {
        display: block;
        margin: 0;
        margin-bottom: 30px;

    }

    .menu-ar-list li {
        margin-bottom: 20px;
    }

    .menu-ar-list li a {
        color: #fff;
    }

    .menu-show {
        right: 0 !important;
    }

    .x-mark {
        display: flex;
    }

    .ist-bars {
        display: flex;
    }

    .faq-ar .ar-ylw-btn {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width : 576px) {
    .hero-title {
        font-size: 44px;
    }

    .hero-title span {
        font-size: 22px;
    }

    .hero-ar,
    .about-ar,
    .course-ar,
    .faq-ar {
        margin-bottom: 50px;
    }

    .nav-ar .ar-white-btn {
        padding: 14px 20px;
        font-size: 12px;
    }

    .ar-services {
        background-position: center right;
    }

    .social-media {
        margin-bottom: 30px;
    }
}