﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap");

* body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.overflow-auto {
    overflow-y: auto;
}

.img-size {
    width: -webkit-fill-available;
}

.img-size-2 {
    width: -webkit-fill-available;
    background: #091156;
    width: 180px;
    border-radius: 10px;
    padding: 30px;
}

/* fonts */
.font-18 {
    font-size: 18px;
}

.font-36 {
    font-size: 36px;
}

.font-28 {
    font-size: 28px;
}

/* fonts color */
.primary-color {
    color: #9b007b;
}

.secondry-color {
    color: #091156;
}


/* header */
.top-section {
    position: absolute;
    left: 0;
    top:0;
}

.top-section.desktop-video-section > video,
.top-section.mobile-video-section > video {
    width: 100%;
    object-fit: cover;
}

/*section 1*/
section[data-section="one"] {
    margin-bottom: 30px;
}

section[data-section="one"] > div {
    box-shadow: 0 .4rem 1rem rgba(0,0,0,.15) !important
}

/* section 2 */
.traning-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.traning-content *, .traning-content p {
    color: #091156;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/* section 3 */
/* flip card */
.flip {
    height: 550px;
    -webkit-perspective: 800;
}

.flip .card.flipped {
    -webkit-transform: rotateY(-180deg);
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.7s;
    background-color: transparent !important;
}

.flip .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    position: absolute;
    z-index: 1;
    color: white;
}

.flip .card .front .course-thumb {
    height: 200px;
    background-position: center;
}

.flip .card .front .course-title {
    font-size: 22px;
    color: #091156;
    font-weight: bold;
    min-height: 70px !important;
    display: block;
}

.flip .card .front .none-list-style {
    list-style: none;
    padding-right: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.flip .card .front .list-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222;
}

.flip .card .front .list-items * {
    margin-top: 10px;
}

.flip .card .front .list-items > i {
    font-size: 14px;
    margin-left: 10px;
    color: #091156;
}

.flip .card .front .list-items > span {
    font-size: 16px;
    color: #222;
}

.flip .card .front .gift {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 15%) !important;
    margin-top: 20px;
    position: relative;
}

.flip .card .front .gift img {
    position: absolute;
    bottom: 0;
    right: -5px;
}

.flip .card .front .gift p {
    padding-right: 60px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    margin: 0;
    font-size: 14px;
    color: #9b007b;
}

.flip .card .front .more {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #9b007b;
}

.flip .card .front .more:hover {
    color:#cf0ca8;
}

.flip .card .front .more i {
    margin: 0 10px;
}

.flip .card .back {
    -webkit-transform: rotateY(-180deg);
    color: black;
}

.flip .card .back > .w-100 {
    z-index: 1;
}

.flip .card .back {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/* scrollbar width */
.flip .card .back ::-webkit-scrollbar {
    width: 5px;
}

/* scrollbar Track */
.flip .card .back ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* scrollbar Handle */
.flip .card .back ::-webkit-scrollbar-thumb {
    background: #091156;
}

/* scrollbar Handle on hover */
.flip .card .back ::-webkit-scrollbar-thumb:hover {
    background: #091156;
}

.flip .card .back::after {
    content: "";
    background: url("../../../Content/assets/newYear/Group\ 78.png");
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
}

.flip .card .back h4 {
    font-size: 20px;
    color: #9b007b;
}

.flip .card .back-list {
    font-size: 14px;
    max-height: 320px;
    overflow-y: hidden;
}

.flip .card .back-list-content {
    color: bisque;
}

.flip .card .back-list-li {
    margin-top: 10px;
    font-weight: 600;
}

.flip .card .back-list-li span {
    font-size: 16px;
    color:#091156;
}

.flip .card .back-list-btn {
    color: white;
    background-color: #9b007b;
}

.flip .card .back-list-btn:hover {
    color: white;
    background-color: #cf0ca8;
}

/* footer */
.footer {
    height: 250px;
    width: 100%;
    background-color: #091156;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    background-position: center;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    direction: ltr;
    color: rgb(255, 255, 255);
}

.footer-logo,
.footer-logo-2 {
    max-width: 100px;
}

.footer-logo-2 {
    border-radius: 10px;
    padding: 10px;
}

.footer .social_media a {
    margin: 0 5px;
}

.footer .social_media a:hover i {
    color: #b02293;
}

/* desktop */
@media only screen and (min-width: 1024px) {
    .mobile-video-section {
        display: none;
    }

    .desktop-video-section {
        display: flex;
        max-height: 540px;
    }

    .desktop-video-section > video {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        min-height: 540px;
    }

    section[data-section="one"] {
        margin-top: 450px;
    }

    section[data-section="one"] > div {
        padding: 100px 20px 20px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .flip .card .front .gift img {
        bottom: 20px;
        right:0;
    }
}

/* tablet */
@media only screen and (max-width: 768px) {
    .desktop-video-section {
        display: none;
    }

    .mobile-video-section {
        display: flex;
        max-height: 500px;
    }

    .mobile-video-section > video {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        min-height: 500px;
    }

    section[data-section="one"] {
        margin-top: 400px;
    }

    section[data-section="one"] > div {
        padding: 110px 20px 20px 20px;
    }

    .traning-content *, .traning-content p {
        font-size: 14px;
    }

    .flip {
        height: 520px;
    }
        .flip .card .front .course-title {
        font-size: 18px;
    }

    .flip .card .front .list-items > span {
        font-size: 14px;
    }

    .flip .card .front .gift img {
        width: 40px;
    }

    .flip .card .front .gift p {
        font-size: 12px;
    }

    .flip .card .front .more {
        font-size: 14px;
    }

    .flip .card .back h4 {
        font-size: 16px;
    }

    .flip .card .back-list-li span {
        font-size: 14px;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-28 {
        font-size: 28px;
    }

    .font-20 {
        font-size: 20px;
    }

    .flip .card .front .gift img {
        bottom: 10px;
        right: 10px;
    }
}

/* mobile */
@media only screen and (max-width: 550px) {
    .mobile-video-section {
        max-height: 350px;
    }

    .mobile-video-section > video {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        min-height: 350px;
    }

    section[data-section="one"] {
        margin-top: 250px;
    }

    section[data-section="one"] > div {
        padding: 110px 20px 20px 20px;
    }

    .font-14 {
        font-size: 14px;
    }

    .company-logos {
        padding: 30px !important;
    }

    .flip .card .front .gift img {
        bottom: 0;
        right: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .mobile-video-section {
        max-height: 280px;
    }


    .mobile-video-section > video {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        min-height: 280px;
    }

    section[data-section="one"] {
        margin-top: 180px;
    }

    section[data-section="one"] > div {
        padding: 110px 20px 20px 20px;
    }

    /* etraining.qu */
    body[data-domain="etraining.qu"] .mobile-video-section,
    body[data-domain="qu.pioneerstec"] .mobile-video-section,
    body[data-domain="pioneerstec"] .mobile-video-section,
    body[data-domain="pioQa"] .mobile-video-section,
    body[data-domain="qa"] .mobile-video-section {
        max-height: 250px !important;
    }

    body[data-domain="etraining.qu"] .mobile-video-section > video,
    body[data-domain="qu.pioneerstec"] .mobile-video-section > video,
    body[data-domain="pioneerstec"] .mobile-video-section > video,
    body[data-domain="pioQa"] .mobile-video-section > video,
    body[data-domain="qa"] .mobile-video-section > video {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        min-height: 250px !important;
    }

    body[data-domain="etraining.qu"] section[data-section="one"],
    body[data-domain="qu.pioneerstec"] section[data-section="one"],
    body[data-domain="pioneerstec"] section[data-section="one"],
    body[data-domain="pioQa"] section[data-section="one"],
    body[data-domain="qa"] section[data-section="one"] {
        margin-top: 150px;
    }

    .font-14 {
        font-size: 14px;
    }

    .flip .card .front .gift img {
        bottom: 0;
        right: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .flip .card .front .gift img {
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (max-width: 320px) {
    /* etraining.qu */
    body[data-domain="etraining.qu"] .mobile-video-section,
    body[data-domain="qu.pioneerstec"] .mobile-video-section,
    body[data-domain="pioneerstec"] .mobile-video-section,
    body[data-domain="pioQa"] .mobile-video-section,
    body[data-domain="qa"] .mobile-video-section {
        max-height: 220px !important;
    }

    body[data-domain="etraining.qu"] .mobile-video-section > video,
    body[data-domain="qu.pioneerstec"] .mobile-video-section > video,
    body[data-domain="pioneerstec"] .mobile-video-section > video,
    body[data-domain="pioQa"] .mobile-video-section > video,
    body[data-domain="qa"] .mobile-video-section > video {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        min-height: 220px !important;
    }

    body[data-domain="etraining.qu"] section[data-section="one"],
    body[data-domain="qu.pioneerstec"] section[data-section="one"],
    body[data-domain="pioneerstec"] section[data-section="one"],
    body[data-domain="pioQa"] section[data-section="one"],
    body[data-domain="qa"] section[data-section="one"] {
        margin-top: 120px;
    }

    .flip .card .front .gift img {
        bottom: 20px;
        right: 10px;
    }
}

