/*
Theme Name:
Author: Saint Hossam
PSD Designer:
*/

/* fonts  */
/* fonts  */
@font-face {
    font-family: "NorsalB";
    src: url("../webfonts/norsalB.eot");
    src: url("../webfonts/norsalB.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/norsalB.woff2") format("woff2"),
    url("../webfonts/norsalB.woff") format("woff"),
    url("../webfonts/norsalB.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NorsalM";
    src: url("../webfonts/NorsalM.eot");
    src: url("../webfonts/NorsalM.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/NorsalM.woff2") format("woff2"),
    url("../webfonts/NorsalM.woff") format("woff"),
    url("../webfonts/NorsalM.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NorsalR";
    src: url("../webfonts/norsalR.eot");
    src: url("../webfonts/norsalR.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/norsalR.woff2") format("woff2"),
    url("../webfonts/norsalR.woff") format("woff"),
    url("../webfonts/norsalR.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* reset css */
/* Reset box-sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:focus, .main-btn:focus {
    outline: none !important;
}
.imgpayments{
        display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.imgpayments img{
    max-width: 80px;
}
/* Remove default styles for common elements */
html,
body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    scroll-behavior: smooth;
}
.discoursr{
        position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    background: #d30b0b;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index:9;
}
/* Reset lists, links, and text elements */
ul,
ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    /* Remove default underline */
    color: inherit;
    /* Inherit color from parent */
}

img {
    max-width: 100%;
    /* Ensure images are responsive */
    display: block;
}
  .occpage .accordion {
    max-width: 100%;
    margin: 0; }
    .occpage .accordion li {
      list-style: none;
      margin: 0;
      position: relative; }
      .occpage .accordion li a {
        width: 100%;
        cursor: pointer;
    color: #FFFFFF;
    user-select: none;
    background:var(--sec);
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 0 20px;
        margin-bottom: 20px;
        transition: linear .4s;
        z-index: 1;
        box-shadow: 0px 0px 10px 1px transparent; }
        .occpage .accordion li a:after {
          content: " ";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 0;
          transition: linear .4s;
          background: var(--main);
          z-index: -1; }
        .occpage .accordion li a:before {
          content: "\f0dd";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 18px;
          color: #fff;
          position: absolute;
          left: 20px;
          top: 10px;
          transition: linear .4s; }
      .occpage .accordion li .active {
        position: relative;
        color: #000;
        margin: 0;
        transition: linear .4s;
        box-shadow: 0px 0px 10px 1px #949494; }
        .occpage .accordion li .active:after {
          height: 100%;
          transition: linear .4s; }
        .occpage .accordion li .active:before {
          transition: linear .4s;
          color: #000;
          top: 15px;
          transform: rotate(180deg); }
      .occpage .accordion li p {
        display: none;
        background: #d8d9d1;
    color: #000;
    padding: 10px;
    font-size: 16px;}

/* Reset form elements */
input,
.main-btn,
textarea,
select {
    /*appearance: none;*/
    /* Remove browser-specific styling */
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    /* Inherit font from parent */
    font-size: inherit;
    /* Inherit font size */
    line-height: inherit;
    /* Inherit line-height */
}

/* Remove input and .main-btn focus outline for accessibility */
input:focus,
.main-btn:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* Remove table borders and spacing */
table {
    border-collapse: collapse;
    /* Collapse borders */
    border-spacing: 0;
}

/* Remove any unwanted default styling on blockquotes */
blockquote {
    margin: 0;
    padding: 0;
    quotes: none;
    /* Remove quotation marks */
}

/* Reset typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    /* Remove bold by default */
    margin: 0;
}

p {
    margin: 0;
}

code,
pre {
    font-family: 'Courier New', monospace;
}

/* Accessibility improvements */
.main-btn:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
    /* Show the disabled cursor */
    opacity: 0.5;
    /* Make disabled elements semi-transparent */
}

a:focus,
.main-btn:focus {
    outline: 2px solid #007bff;
    /* Custom focus outline */
}

img,
iframe {
    max-width: 100%;
    max-height: 100%;
}

img:not(.main-caption img) {
    object-fit: contain;
}

/* body */
body {
    font-family: "NorsalR";
}

/* Colors */
:root {
    --main: #F8E1B7;
    --sec: #5F4678;
    --third: #D9AAF7;
}

/* Main Scroll Bar */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 15px;
}

button.added {
    width: 190px !important;
}

.cart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 20px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    display: none;
    z-index: 1000;
}

.cart-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-gif {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.popup-close-btn {
    background-color: var(--sec);
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.popup-close-btn:hover {
    background-color: var(--sec);
}


/* main */
main {
    position: relative;
    overflow: hidden;
    left: 0;
    transition: 0.7s ease-in-out;
}

  .news-item::before {
    display: none;
}
.content [class*='col-'] {
    margin-bottom: 30px;
}
/* main-btn */
.main-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 185px;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'NorsalR';
    color: #000;
    text-decoration: none;
    border: 1px solid var(--sec);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background: transparent;
    z-index: 1;
    /*backdrop-filter: blur(5px);*/
}

.main-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--sec), var(--sec), var(--sec));
    z-index: -1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: scaleX(0);
    opacity: 0;
}

.main-btn:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

.main-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 107, 107, 0.1);
    z-index: -2;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.main-btn:hover::after {
    opacity: 1;
}

.main-btn:hover {
    color: white;
    border-color: transparent;
}

.main-btn span {
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.main-btn:hover .arrow {
    transform: rotate(-365deg);
    transform-origin: center center;
    border-right-color: white;
    border-bottom-color: white;
}


/* main section's title*/
.sec-tit {
    position: relative;
    display: table;
    margin: 0 auto 40px;
    font-family: 'NorsalB';
    font-size: 40px;
    line-height: 50px;
    color: #000;
}


.greatest-background {
    position: relative;
    background-color: #F0F5F2;
}

.owl-carousel {
    z-index: 0;
}

/* header section */
header {
    position: fixed;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #A6A6A6;
    top: 0;
    padding: 12px 70px;
    z-index: 1000;
    transition: 200ms;
}

.head-inside {
    position: relative;
}

.sticky {
    background: var(--third);
}

/*header::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%) scale(0);*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    background-color: var(--third);*/
/*    border-radius: 50%;*/
/*    transition: transform 0.4s ease-out;*/
/*    z-index: -1;*/
/*}*/

.sticky nav {
    border-color: transparent;
}

.sticky:before {
    transform: translate(-50%, -50%) scale(20);
}

/*header nav {*/
/*    position: relative;*/
/*    z-index: 10;*/
/*    overflow: hidden;*/
/*    transition: 0.4s ease-out;*/
/*}*/

.request-url a,
.join {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    color: #000;
    font-family: 'NorsalM';
    transition: .3s;
}

.join {
    width: fit-content;
    height: 40px;
    margin-inline: 10px;
    border-radius: 8px;
}

.request-url a {
    width: 175px;
    height: 40px;
    background-color: var(--third);
}

.join {
    background-color: #EFE0CB;
}

.sticky .request-url a {
    background-color: var(--sec);
    color: #FFF;
}

.menu-logo {
    height: 85px;
}

.menu-logo img {
    width: fit-content;
}

/* Main main-caption */
.slider {
    position: relative;
    padding: 200px 0 200px;
}

.mainItem {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.main-caption-tit {
    font-family: "NorsalB";
    color: var(--third);
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(-50px);
    animation: fadeInTitle 1s ease-out forwards;
    animation-delay: 0.2s;
}

.main-caption-des {
    font-family: "NorsalR";
    color: #000;
    font-size: 18px;
    opacity: 0;
    line-height: 36px;
    transform: translateX(-50px);
    animation: fadeInDescription 1s ease-out forwards;
    animation-delay: 0.4s;
}

.main-caption-url {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeInButtons 1s ease-out forwards;
    animation-delay: 0.6s;
}


.main-caption-url a:hover {
    transform: scale(1.1);
    background-color: var(--sec);
}

.sticky .main-btn {
    color: #FFF;
    border-color: #FFF;
}

.sticky .main-btn::before {
    background: linear-gradient(90deg, #FFFF, #FFF, #FFF);
}

.sticky .main-btn:hover {
    color: var(--main);
}

.sticky .main-btn:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

/* Keyframes for Animations */
@keyframes fadeInTitle {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDescription {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInButtons {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (min-width: 992px) {
    .main-caption-tit {
        font-size: 65px;
        margin-bottom: 35px;
    }

    .main-caption-des {
        font-size: 19px;
        line-height: 32px;
    }
}

@media (max-width: 992px) {
    .main-head-des {
        max-width: 95% !important;
        font-size: 20px !important;
    }

    .greatest-background {

        background-size: 100% 100% !important;
        background-position: center !important;
    }

    .mainItem img.main-caption-thumb {
        height: 500px;
    }

    header nav ul li:not(:last-child) {
        margin-inline-end: 22px !important;
    }

    header nav ul li a {
        position: relative;
        overflow: hidden;
        font-size: 16px;
    }

    .main-btn {
        width: 140px;
        font-size: 15px;
    }

    .latestNews .sec-tit {
        font-size: 20px !important;
    }

    .sec-tit {
        font-size: 35px;
    }

    .slider-navigation {
        display: flex;
        align-items: center;
    }
}

.breadcrumb-links {
    font-size: 20px !important;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 205px;
    object-fit: fill !important;
    border-radius: 0;
}

.headline-url {
    margin-top: 40px;
}

.headline-img {
    height: 390px;
    display: flex;
    justify-content: center;
}

.holdinside {
    min-height: 230px !important;
}


/*.main-main-caption .owl-dots {*/
/*    position: absolute;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.main-main-caption .owl-dots .owl-dot {*/
/*    width: 40px;*/
/*    height: 5px;*/
/*    background-color: #fff;*/
/*    border-radius: 15px;*/
/*    transition: all .5s ease-in-out;*/
/*}*/

/*.main-main-caption .owl-dots .owl-dot.active {*/
/*    width: 60px;*/
/*    background-color: #e40b18;*/
/*}*/

@media (max-width: 992px) {
    .mainItem img.main-caption-thumb {
        height: 500px;
    }

    .main-caption-img {
        margin-bottom: 30px;
    }

    .main-caption-tit {
        font-size: 43px;
        line-height: normal;
    }

    .main-caption-des {
        font-size: 22px;
        line-height: normal;
    }

    /*.main-main-caption .owl-dots {*/
    /*    bottom: 30px;*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*}*/
    /*.main-main-caption .owl-dots .owl-dot {*/
    /*    margin: 0 5px;*/
    /*}*/
}





.swal-overlay {
    display: none !important;
}

.sec-fly {
    position: fixed;
    bottom: 10px;
    width: 300px;
    height: 70px;
    cursor: pointer;
    z-index: 99;
    background: var(--sec);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: linear .4s;
    left: 10px;
    transform: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="ltr"] .sec-fly {
    font-size: 13px;
}

.sec-fly button , .sec-fly a {
    width: 100%;
    height: 100%;
    background: var(--sec);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tax-wes{
        display: inline-flex;
    align-items: center;
    gap: 0;
    background: #29a71a;
    border-radius: 10px;
    padding: 5px 0px 5px 15px;
    color: #fff;
    font-weight: bold;
}
#endorder:hover {
    background: #6c757d;
    transition: linear .4s;
}

.unwesores div {
    display: flex;
    justify-content: space-between;
}

.unwesores div a {
    color: #fff;
    border-bottom: 1px solid;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    list-style: none;
}


.certification-quiz {
    border: 2px solid #e1dfdf;
    padding: 20px 50px;
    margin: 30px 0;
    background: #f7f7f7;
    border-radius: 5px;
}

.certification-quiz h2 {
    text-align: center;
    padding: 20px;
    /* border: 2px dashed #e7e7e7; */
    display: table;
    margin: 0px auto 0;
    background: var(--sec);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.certification-quiz h3 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: table;
    cursor: pointer;
}

.certification-quiz .answers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.certification-quiz .answers span {
    cursor: context-menu;
    padding: 5px;
}

.certification-quiz .after-final {
    display: flex;
    align-items: center;
    gap: 5px;
}

.certification-quiz .choised {
    display: inline-flex;
    min-width: 70px;
    border: 1px dashed var(--sec);
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 5px;
}

.certification-quiz .submit-quiz {
    margin: 20px 0;
}

.certification-quiz .submit-quiz button {
    background: var(--sec);
    color: #fff;
    min-width: 100px;
    min-height: 40px;
    cursor: pointer;
}

.results-quiz h6 {
    margin: 15px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.results-quiz h6 i {
    color: var(--sec);
    font-size: 22px;
}

.results-quiz {
    visibility: hidden;
    height: 0;
    transition: linear .4s;
}

.goopen {
    visibility: visible;
    height: auto;
    transition: linear .4s;
}

.certification {
    position: relative;
}


html {
    scroll-behavior: smooth;
}

p, h1, h2, h3:not(.slid-body h3), h4, h5, h6, ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
}

img, iframe {
    max-height: 100%;
}

img:not(.slider img) {
    object-fit: contain;
}

button, li, a {
    transition: all 0.4s ease-in-out;
}

main {
    position: relative;
    overflow: hidden;
}

/* Main Scroll Bar */

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #FFF;
}

body::-webkit-scrollbar-thumb {
    background: var(--sec);
    border-radius: 20px;
}

.swiper-pagination {
    margin-top: 40px;
    right: 0;
    display: flex;
    justify-content: start;
}

.main-slider .swiper-pagination {
    margin-top: 0;
    bottom: 100px;
    right: 60px;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-color: transparent;
    margin: 5px !important;
    display: flex;
    align-items: center;
    border: 1px solid var(--main);
    border-radius: 100%;
    transition: all .35s ease-in-out;
}

.swiper-pagination-bullet-active::before {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--sec);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .35s ease-in-out;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-color: #8dc0e0;
}


/* loader */
#loader-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background: #232323;
    visibility: hidden;
    border-radius: 5px;
}

.wesooo {
    visibility: visible !important;
}

.no-js #loader-wrapper {
    display: none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #0f0f0f;
    z-index: 9999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
/*.loaded #loader-wrapper .loader-section.section-left {*/
/*    transform: translateX(-100%);*/
/*    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/

/*.loaded #loader-wrapper .loader-section.section-right {*/
/*    transform: translateX(100%);*/
/*    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/

.loaded .loader {
    opacity: 0;
    transition: all 0.4s ease-out;
}

/*.loaded #loader-wrapper {*/
/*    visibility: hidden;*/
/*    transform: translateY(-100%);*/
/*    transition: all 0.4s 1s ease-out;*/
/*}*/

.loader {
    /*animation: rotate 1s infinite;*/
    z-index: 99999;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.loading {
    display: flex;
    animation: scalee1 3s;
}

.loading .dot {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: var(--sec);
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: var(--sec);
}

.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3) {
    background: var(--sec);
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: var(--sec);
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: var(--sec);
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.4s ease-out;
}

/*.loaded #loader-wrapper {*/
/*    visibility: hidden;*/
/*    transform: translateY(-100%);*/
/*    transition: all 0.4s 1s ease-out;*/
/*}*/

#loader-wrapper img {
    z-index: 999999;
    width: 200px;
}

#loader-wrapper img {
    animation: scalee 2s;
    margin-bottom: 20px;
}

@keyframes scalee {
    from {
        transform: scale(0) rotateX(0deg);
    }
    to {
        transform: scale(1) rotateX(359deg);
    }
}

@keyframes scalee1 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.search_lang {
    display: flex;
    align-items: center;
}

.search_lang a:not(:last-child) {
    margin-inline-end: 6px;
}

.main_search i,
.main_search:hover i {
    color: #000;
}

.main_search {
    background-color: var(--main);
    position: relative;
    overflow: hidden;
}



.header-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 1);
    flex: 1;
    margin-inline-start: 20px;
}

.page-main .nav-tabs .nav-item.nav-item-icon {
    background-color: var(--main) !important;
    border-color: var(--main) !important;
}

.page-main .nav-tabs .nav-item.show .nav-link, .page-main .nav-tabs .nav-link.active {
    background-color: var(--sec) !important;
    border-color: var(--sec) !important;
}

.course-item {
    position: relative;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    display: block;
    transition: all .4s ease-in-out;
}

.course-item:hover {
    opacity: 1;
    transform: scale(1.1);
}

.pay-item-thumb img {
    width: 100%;
    object-fit: none;
}

tamara-widget{
    height: 100% !important;
}

.tamara-summary-widget__container.tamara-summary-widget__small.tamara-summary-widget__light.tamara-summary-widget--inline-text.tamara-summary-widget__inline-template-6{
        height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important;
}
.tamara-summary-widget__container .summary-widget-content{
        height: 100% !important;
    justify-content: center !important;
    text-align: center !important;
}



.tamara-summary-widget__container .summary-widget-content .content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}














.btn-Convert-Html2Image {
    background: var(--main);
    padding: 12px;
    color: #FFF;
    border-radius: 50px;
}

.coubon h2 {
    margin-bottom: 15px;
}

.buttonwatched {
    margin-bottom: 40px;
}

.buttonwatched button {
    cursor: pointer;
    background: #DEDEDE;
}

.course-single-item i {
    font-size: 23px;
}

.video-intro video {
    width: 100%;
}

.course-single-item {
    background: var(--sec);
    padding: 20px;
    margin-bottom: 5px;
}
.active-tab-attachment{
        display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.course-single-item a {
    color: #FFF;
}

.buttonwatched button {
    width: 100%;
}

.end-cart-btn button {
    padding: 10px 15px;
    border: 1px solid var(--main) !important;
    background: var(--main) !important;
    color: #FFF !important;
    cursor: pointer !important;
}

.end-cart-btn button:hover {
    border: 1px solid var(--sec) !important;
    background: var(--sec) !important;
}


.course-item-actions button {
    border-color: var(--main) !important;
    background: var(--main) !important;
    color: #FFF !important;
    cursor: pointer !important;
}

.course-item-tit .price {
    color: red !important;
    margin-top: 15px;
}

.course-item-actions button:hover {
    border-color: var(--sec) !important;
    background: var(--sec) !important;
}

.course-item-tit {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid var(--sec);
    padding: 0 0 10px 0;
    color: #000;
    transition: all .5s ease-in-out;
}

.nav-item a {
    color: #000;
}

.addcart,
.addfav {
    cursor: pointer;
}


.header-cart:hover, .header-wishlist:hover {
    color: var(--sec);
}

.main_search, .lang a,
.header-cart, .header-wishlist {
    color: #000;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 6px;
    transition: all .35s ease-in-out;
}
.main_search:hover, .lang a:hover,
.header-cart:hover, .header-wishlist:hover{
    color: var(--sec);
}

.header-cart {
    width: 86px;
    height: 40px;
    background: #F8E1B7;
    border-radius: 8px;
}

.counter {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--sec);
    font-size: 13px;
    text-align: center;
    color: #FFF;
    margin-inline-start: 10px;
}
.breadcrumb-area {
    position: relative;
    background: var(--sec) !important;
    padding: 15px 0;
    color: #FFF !important;
}

.breadcrumb-area a {
    color: #FFF !important;
}

.content {
    margin-bottom: 60px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}


.whatsapp-icon:hover img {
    transform: scale(1.1);
}

.tooltip {
    position: absolute;
    bottom: 70px;
    right: 5px;
    background: #25D366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.whatsapp-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
}


.table-striped th {
    color: var(--sec) !important;
}

.table-striped th a {
    color: var(--main) !important;
}

.table td i {
    color: #bb2124 !important;
}

html[dir="ltr"] .dsc-tit{
    width: 35%;
}
.dsc-tit:before{
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;

    background: #2973B2;
    width: 75px;
    height: 1px;
}
.dsc-tit:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;

    background: #2973B2;
    width: 75px;
    height: 1px;
}

/*Start Search Popup*/
/*====================================================================*/

.search-box-outer {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    color: #FFF;
    background: #FFF;
}

.search-box-outer {
    line-height: 40px;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main);
    width: 70px;
    cursor: pointer;
    /*box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);*/
    /*border-bottom: 3px solid #ffffff;*/
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.search-popup .close-search i {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    /*left: 30px;*/
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

html[dir='rtl'] .search-popup .form-group input[type="submit"],
html[dir='rtl'] .search-popup .form-group button {
    left: 30px;
}

html[dir='ltr'] .search-popup .form-group input[type="submit"],
html[dir='ltr'] .search-popup .form-group button {
    right: 30px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease;
}

.close-search i {
    color: #FFF;
    font-size: 2rem;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}

/* //search popup*/


/* contact form*/
html[dir="ltr"] .wpcf7, html[dir="ltr"] .wpcf7 input[type="url"], html[dir="ltr"] .wpcf7 input[type="email"], html[dir="ltr"] .wpcf7 input[type="tel"] {
    direction: ltr;
}

html[dir="rtl"] .wpcf7, html[dir="rtl"] .wpcf7 input[type="url"], html[dir="rtl"] .wpcf7 input[type="email"], html[dir="rtl"] .wpcf7 input[type="tel"] {
    direction: rtl;
}


.menu-icons {
    display: flex;
    align-items: center;
}


/* section slider */
.main-caption {
    position: relative;
    padding: 200px 0 200px;
}

.mainItem {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.main-caption-tit {
    font-family: "NorsalB";
    color: var(--third);
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(-50px);
    animation: fadeInTitle 1s ease-out forwards;
    animation-delay: 0.2s;
}

.main-caption-des {
    font-family: "NorsalR";
    color: #000;
    font-size: 18px;
    opacity: 0;
    line-height: 36px;
    transform: translateX(-50px);
    animation: fadeInDescription 1s ease-out forwards;
    animation-delay: 0.4s;
}

.main-caption-url {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeInButtons 1s ease-out forwards;
    animation-delay: 0.6s;
}


.main-caption-url a:hover {
    transform: scale(1.1);
    background-color: var(--sec);
}

.sticky .main-btn {
    color: #FFF;
    border-color: #FFF;
}

.sticky .main-btn::before {
    background: linear-gradient(90deg, #FFFF, #FFF, #FFF);
}

.sticky .main-btn:hover {
    color: var(--main);
}

.sticky .main-btn:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

/* Keyframes for Animations */
@keyframes fadeInTitle {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDescription {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInButtons {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (min-width: 992px) {
    .main-caption-tit {
        font-size: 65px;
        margin-bottom: 35px;
    }

    .main-caption-des {
        font-size: 19px;
        line-height: 32px;
    }
}

@media (max-width: 992px) {
    .main-head-des {
        max-width: 95% !important;
        font-size: 20px !important;
    }

    .greatest-background {

        background-size: 100% 100% !important;
        background-position: center !important;
    }

    .mainItem img.main-caption-thumb {
        height: 500px;
    }

    header nav ul li:not(:last-child) {
        margin-inline-end: 22px !important;
    }

    header nav ul li a {
        position: relative;
        overflow: hidden;
        font-size: 16px;
    }

    .main-btn {
        width: 140px;
        font-size: 15px;
    }

    .latestNews .sec-tit {
        font-size: 20px !important;
    }

    .sec-tit {
        font-size: 35px;
    }

    .slider-navigation {
        display: flex;
        align-items: center;
    }
}

/*.mainArrow {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    background: var(--sec);*/
/*    border-radius: 100%;*/
/*    transition: all .4s ease;*/
/*}*/

/*.mainArrow:hover {*/
/*    background: var(--sec);*/
/*}*/

/*.mainArrow i {*/
/*    color: #FFF;*/
/*}*/

/*.mainArrow_right {*/
/*    margin-inline-end: 30px;*/
/*}*/

/*.mainArrow_left {*/
/*    margin-inline-start: 30px;*/
/*}*/

.main-button {
    position: relative;
    cursor: pointer;
    min-width: 160px;
    width: fit-content;
    background: var(--main);
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
    border: 0;
    padding: 8px 10px;
    border-radius: 50px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    transition: .8s;
}
html[dir="ltr"] .main-button{
    min-width: 200px;
}
.main-button .tit {
    margin-inline-end: 30px;
    margin-inline-start: 10px;
}

.main-button span {
    position: relative;
    margin-inline-end: 15px;
    z-index: 1;
}
html[dir="ltr"] .main-button span{
    margin-inline-end: 0;
    margin-inline-start: 15px;
}
.main-button:before, .main-button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    background: var(--sec);
}

.main-button:before {
    content: "\f177";
    font-family: 'Font Awesome 6 Free';
    color: #fff;
    font-weight: bold;
    position: absolute;
    margin-top: 10px;
    left: -25px;
    transition: .8s;
    transform: rotate(35deg);
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .main-button:before{
    right: 25px;
    margin-top: -10px;
    left: unset;
    transform: rotate(145deg);
}
html[dir="ltr"] .latest_courses_slider .main-button:before{
    margin-top:  0
}
.main-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    right: 0;
    background: var(--sec);
    visibility: visible;
    opacity: 1;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
html[dir="ltr"] .main-button:after{
    right: unset;
    left: 0;
}
.main-button:after {
    right: 0;
}

.main-button i {
    position: relative;
    top: 19%;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-button:hover i {
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -60px;
}

.main-button:hover {

    color: white;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background: transparent;
    border: unset;
    box-shadow: 0 0 13px rgb(0 0 0 / 16%);
}

.main-button:hover:before {
    left:25px;
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-button:hover:before, .main-button:hover:after {
    width: 0;
}

.main-button:hover:after {
    transition: .8s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

/* Style the slider image */
.slider-img img {
    width: 100%;
}

/* Style the parallax background image */
.parallax-img {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9; /* Send it to the background */
}

.parallax-img img {
    width: 100%;
}

/* //section slider */


/* section about */
.about {
    position: relative;
    margin: 70px 0 100px;
    background-image: url('../img/about.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-content {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    color: #797979;
}

.about-image {
    position: relative;
    width: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.about-img {
    position: relative;
    height: 430px;
    width: fit-content;
}

.about-img img {
    object-fit: cover !important;
}

.about-img:before {
    position: absolute;
    content: '';
    background-image: url(../img/lines.png);
    background-repeat: no-repeat;
    inset: 0;
    inset-inline-end: -70px;
    z-index: 9;
    pointer-events: none;
}

.slide-left-section:before  {
    inset-inline-end: 0;
    inset-inline-start: -70px;
    z-index: 9;
    pointer-events: none;
    background-position: bottom right;
}
.about-url {
    margin-top: 30px;
}

.goals-tit {
    font-size: 24px;
    font-family: 'NorsalB';
    margin-bottom: 15px !important;
    color: var(--sec);
}

.goals-content,
.content-tit {
    font-size: 16px;
    line-height: 32px;
}

.content_goals-box:not(:last-child) {
    margin-bottom: 30px;
}


/*lessons section */

/* services */
.service-card {
    background-color: #EFE0CB;
    border-radius: 10px;
    text-align: start;
    font-weight: bold;
    padding: 30px 30px 40px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden; /* لمنع الصورة من الخروج عن الإطار */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* تأثير الرفع عند تمرير الماوس */
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

/* صورة الخلفية */
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.2);
    z-index: -1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.service-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.service-card[data-thumbnail]::before {
    background-image: var(--thumbnail);
    filter: blur(3px);
}

.service-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
}

.service-card:hover::after {
    opacity: 1;
}


.highlight-service-card {
    background: url('../img/services bg.png') center/cover no-repeat;
    color: white;
    font-size: 24px;
    grid-row: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv-icon {
    display: inline-block;
    height: 44px;
    margin-bottom: 10px;
}

.serv-tit {
    font-size: 24px;
    font-family: 'NorsalB';
    margin-bottom: 30px !important;
    transition: .3s;
}

.service-card:hover .serv-tit  {
    color: #FFF;
}

.service-card:hover .serv-icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(181%) hue-rotate(279deg) brightness(117%) contrast(100%);
}

.serv-url .main-btn {
    display: inline-block;
    width: fit-content;
    padding: 0;
    color: #000;
    border: none;
}

.service-card:hover .serv-url .main-btn {
    background: transparent;
    box-shadow: none;
    color: #CBA35C;
}

.serv-url .main-btn i {
    margin-inline-start: 10px;
}


.serv-url .main-btn::before,
.serv-url .main-btn::after {
    display: none;
}

.service-card .sec-tit {
    margin: 0;
    color: #FFF;
    line-height: 0;
    font-size: 48px;
}

/*podcast*/
.podcast-card {
    position: relative;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    cursor: pointer;
}

.podcast-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, transparent);
}

.podcast-card:hover {
    transform: scale(1.05);
}

.podcast-image img {
    width: 100%;
    height: auto;
    display: block;
}

.podcast-content {
    position: absolute;
    bottom: 0;
    padding: 30px 15px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.podcast-title {
    font-family: 'NorsalB';
    font-size: 22px;
    color: #000;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-caption {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.fancybox-iframe, .fancybox-video {
    background-color: #2c3e50;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fancybox-iframe:hover, .fancybox-video:hover {
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}

.fancybox-container {
    background-color: rgba(126, 171, 180, 0.85);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
}

.fancybox-iframe {
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.fancybox-video {
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.fancybox-video video {
    border-radius: 10px;
    outline: none;
    width: 100%;
    height: 100%;
}

.fancybox-button--close {
    background-color: #e74c3c;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s ease;
    margin-inline-end: 5px;
}

.fancybox-button--close:hover {
    background-color: #c0392b;
    transform: scale(1.1);
}

.fancybox-button {
/background-color: var(--main);/
color: #fff;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s ease;
}

.fancybox-button:not(:last-of-type) {
    margin-inline-end: 5px;
}

.fancybox-button:hover {
    background-color: #2980b9;
    transform: scale(1.1);
}

.fancybox-content {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.fancybox-content iframe, .fancybox-content video {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.fancybox-content {
    width: 80%;
    height: 80vh;
}

.fancybox-is-open .fancybox-container {
    opacity: 1;
    transform: scale(1);
}

.fancybox-is-closing .fancybox-container {
    opacity: 0;
    transform: scale(0.8);
}

.fancybox-thumbs {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.fancybox-thumbs-visible {
    opacity: 1;
    transform: translateY(0);
}

.fancybox-thumbs-hidden {
    opacity: 0;
    transform: translateY(20px);
}

.fancybox-thumbs__list a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fancybox-thumbs__list a:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.2);
}

.fancybox-thumbs__list img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    transition: filter 0.3s ease-in-out;
}

.fancybox-thumbs__list a.fancybox-thumbs-active img {
    filter: brightness(1.2) contrast(1.2);
    border: 2px solid var(--main);
}

.fancybox-thumbs-y {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--main) rgba(255, 255, 255, 0.1);
}

.fancybox-thumbs-y::-webkit-scrollbar {
    width: 8px;
}

.fancybox-thumbs__list a:before {
    border: 4px solid var(--main);
}


.fancybox-thumbs-y::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 10px;
}

.fancybox-thumbs-y::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.starPrice01 {
    display: flex;
    align-items: center;
}

.star {
    display: flex;
    align-items: center;
    margin-inline-start: 15px;
    background: var(--sec);
    padding: 7px 22px;
    border-radius: 23px;
}

.star .num {
    color: #FFF;
    font-size: 22px;
    margin-inline-start: 7px;
}

.lessons-img img {
    border-radius: 10px;
}

.card-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lessons-card [class*='col-']:last-child {
    display: flex;
    justify-content: end;
}

.lessons-card {
    margin-bottom: 30px;
}

.holdStars {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.starPrice {
    flex-grow: .9;
}

.trainer-img img {
    border-radius: 5px;
    width: 60px;
    height: 60px;
}

.trainer-name {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.hold-trainer-work {
    margin-top: 22px;
}

.trainer-work:first-child {
    /*margin-bottom: 22px;*/
}

.trainer-work-tit {
    color: #900c3f;
}

.trainer-work-tit, .trainer-work-num {
    font-weight: bold;
    font-size: 24px;
}

.lessons-url {

}

.arrow-btn {
    display: inline-block;
    background: var(--sec);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 100%;
}

.arrow-btn:hover {
    color: #FFF;
}

.lessons-card {
    padding: 25px 40px;
    box-shadow: 0 0 18px rgba(0 0 0 / 32%);
    border-radius: 10px;
}


.trainer-img {
    margin-bottom: 23px;
}

.starPrice01 .price {
    color: #7c9d96;
    font-size: 24px;
    font-weight: bold;
}

.star i {
    color: #f7c600;
    font-size: 24px;
}

/* news */
.news-section {
    padding: 50px 0;
}

.news-section .row {
    display: flex;
    align-items: center;
}

.news-item {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.big-news {
    height: 520px !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 20px !important;
}

.small-news {
    height: 251px !important;
    padding: 15px !important;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.2);
}

.news-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
    transition: opacity 0.5s ease-in-out;
}

.news-content {
    position: relative;
    padding: 0 0 30px;
    z-index: 2;
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s ease-in-out;
}

.news-excerpt {
    font-size: 14px;
    transform: translateY(20px);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.news-btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #d4a017;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.news-item:hover::before {
    opacity: 0.95;
}

.news-item:hover .news-title {
    transform: translateY(-10px);
}

.news-item:hover .news-excerpt {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s;
}

.news-item:hover .news-btn {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.small-news .news-content {
    bottom: -100px;
}

/* accordion*/
.accordion {
    margin-top: 66px;
}

.accordion .sec-tit {
    margin-bottom: 50px;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

.set > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    background: #ead8fb;
    border-radius: 15px;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a:hover {
    background: var(--sec);
    color: #FFF;
}

.set > a i {
    float: right;
    font-size: 24px;
    color: var(--sec);
}

.set > a:hover i {
    color: #FFF;
}

.set > a.active {
    background: var(--sec);
    color: #fff;
    border-radius: 15px;
}

.set > a.active i {
    color: #FFF;
}

.accordion-content {
    background-color: #fff;
    display: none;
}

.accordion-content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    text-align: justify;
}


.social {
    position: relative;
    display: flex;
}
.row-footer .col-footer:nth-of-type(2){
    border-right: 1px solid rgba(255, 255, 255, 0.39);
    border-left: 1px solid rgba(255, 255, 255, 0.39);
    padding: 0 15px;
    margin: 0 15px;
}
.social a {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    transition: all 0.4s ease-in-out;
}

.social a:hover {
    background: var(--sec);
    transform: rotate(360deg);
}

.social a:not(a:last-child) {
    margin-inline-end: 10px;
}


/*footer*/

/* Footer */
.footer {
    background-color: #EFE0CB;
    padding: 50px 0 20px;
    color: white;
    direction: rtl;
}


/* Title */
.footer-tit {
    font-size: 20px;
    font-weight: bold;
    color: #8B6A94; /* Purple */
    margin-bottom: 15px;
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}

/* Icons */
.contact-item i {
    font-size: 20px;
    color: #8B6A94; /* Purple */
}

/* Links */
.contact-item a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #8B6A94; /* Purple */
    color: #fff;
    font-size: 18px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.social-icons a:hover {
    transform: scale(1.1);
    background-color: #6D4A72; /* Darker purple */
}


@media (min-width: 992px) {
    footer [class*='col-'] {
        border-inline-start: 1px solid #AE9176;
    }
}


.footer-section {
    margin-bottom: 20px;
}

.footer .social-icons {
    margin-top: 16px;
}

.footer-section .footer-tit {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'NorsalB';
}

.footer-section p {
    font-size: 14px;
    margin: 5px 0;
}


.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.footer-section li a::before {
    content: ".";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #000;
    margin-inline-end: 5px;
}

.footer-section ul li a:hover {
    text-decoration: underline;
    color: #000;
}

#bodyWrap>footer>div>div.row>div:nth-child(4)>div li {
    width: 49%;
    float: inline-start;
}

.logo-footer {
    text-align: right;
}

.logo-footer img {
    margin-bottom: 10px;
}

.footer-logo img {
    height: 81px;
}

.footer-tit {
    color: #5F4678;
    margin-bottom: 30px;
    font-family: 'NorsalB';
}

.logo-footer p {
    max-width: 90%;
    font-size: 14px;
    line-height: 25px;
    font-family: "NorsalR";
}

.copywrite {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #AE9176;
    font-size: 14px;
    color: #333;
}

.copywrite p {
    margin: 0;
    font-weight: bold;
}

.copywrite a {
    color: #8B6A94;
    text-decoration: none;
    font-weight: bold;
}

.copywrite a:hover {
    text-decoration: underline;
    color: #6D4A72;
}

.copywrite [class*='col-'] {
    border: none;
}


/*//footer*/





.greatest-background input , .greatest-background .copy-btn{
        border-radius: 35px !important;
}

.s5ssd{
align-items: center;
    gap: 10px;
}
.s5ssd .input-group-append {
    position:relative;
}
.copy-status.alert.alert-success{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #146c43;
    z-index: 10;
    color: #fff;
    border-radius: 35px;
}
.selesc{
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.selesc .custom-select{
        appearance: auto;
    background: #fff;
    border-radius: 35px;
    height: 50px;
    padding: 0 10px;
}

/*pages */

.content .sec-tit {
    margin-bottom: 22px;
}

.head-inside .search-box-outer {
    background: var(--main);
}

.head-inside .main_search i, .head-inside .main_search:hover i {
    color: #FFF;
}

/* News Card */
.news-item {
    position: relative;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    display: block;
    transition: all .4s ease-in-out;
}

.page-posts [class*='col-'] {
    margin-bottom: 35px;
}

.news-item:hover {
    opacity: 1;
    transform: scale(1.02);
}
.tab-content > .tab-pane{
    margin-top: 30px;
}

.news-item-body {
    margin-top: 20px;
}

.news-item-date {
    position: relative;
    transition: all .5s ease-in-out;
}

.news-item-tit {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid var(--sec);
    padding: 0 0 10px 0;
    color: #000;
    transition: all .5s ease-in-out;
}

.news-item:hover .news-item-tit {
    color: var(--sec);
}

/*.wpcf7-form-control {*/
/*    margin-top: 10px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 0.25rem;*/
/*    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/
/*.form-control:focus:focus{*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    border-color: var(--main);*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0.2rem var(--main);*/
/*}*/

.footer-form .form-control{
    background: transparent;
    border-radius: 10px;
    border: 1px solid var(--gray);
}
html[dir="ltr"] .footer-form .form-control{
    direction: ltr;
    text-align: left;
}
.footer-form .form-group label{
    color: var(--gray) !important;
}
.footer-form textarea{
    height: 100px;
}

.form-focused {
    position: relative;
}

.form-group {
    margin-bottom: 40px;
}

.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #222;
    font-family: 'NeoSansRegular';
    transition: all .5s ease-in-out;
}

.form-control {
    border-radius: 35px;
    height: 50px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form-control:focus {
    border-color: var(--main);
    box-shadow: 0 0 0 0.2rem rgb(179, 0, 17);
}

.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #222;
    font-family: 'NeoSansRegular';
    transition: all .5s ease-in-out;
}

.form-focused {
    position: relative;
}

.focused label {
    top: -30px;
    right: 0;
    color:var(--sec);
}

.uploadBox label {
    justify-content: center !important;
    border-radius: 35px;
}

.uploadBox label:hover {
    background: var(--sec) !important;
    color: #fff;
}

.instructor-data .row {
    align-items: center;
}

.instructor-page-avatar, .user-avatar {
    width: 96px !important;
    height: 96px !important;
    border-radius: 100% !important;
}

.form-group label {
    color: var(--sec) !important;
}

.empty h1 {
    color: red;
    text-align: center;
    margin: 0;
}

.acf-field input[type="text"] {
    border-radius: 30px;
}

.acf-button {
    border-radius: 50px;
    background-color: var(--main) !important;
}

.acf-button:hover {
    background-color: var(--sec) !important;
}

.acf-form-submit {
    margin: 50px 0;
}

.acf-button-group label.selected {
    background: var(--sec) !important;
    border-color: var(--sec) !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--sec);
}

.user-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 100%;
}

.news-item-date {
    display: flex;
    width: 130px;
    height: 35px;
    background: var(--main);
    border-radius: 20px;
    align-items: center;
    color: #FFF;
    margin-inline-end: 0;
    border: none;
    justify-content: space-evenly;
    position: absolute;
    top: 27px;
    left: 25px;
    background-image: linear-gradient(-27deg, rgb(144, 12, 63) 14%, rgb(124, 157, 150) 48%, rgb(108, 117, 125) 50%);
    background-size: 333%;
    transition: linear .4s;
}

.news-item:hover .news-item-date {
    background-position: right;
    transition: linear .4s .2s;
}

.uploadFileLabel {
    margin-inline-end: 5px !important;
}

.news-item-des {
    color: #000;
}

.news-item-url {
    margin-top: 28px
}

.news-url .main-button {
    background: var(--main);
    color: #FFF;
}

.news-url:hover .main-button {
    color: #FFF;
}

.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.search_lang .dropdown-menu {
    background-color: var(--sec);
    padding: 10px;
    list-style: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: absolute;
    border-radius: 10px;
    z-index: 6;
    margin-top: 5px;
}

.search_lang .dropdown-menu a {
    color: #FFF;
    border-radius: 0;
    text-align: center;
    transition: all linear .4s;
    padding: 5px 0;
    margin: 2px 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000 !important;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}

.property-cat {
    display: inline-block;
    margin: 10px 0;
}

.property-cat a {
    margin-inline-start: 10px;
    border-radius: 5px;
    color: #000;
}

.news-item-thumb img {
    width: 100%;
}

.property-cat a {
    margin-inline-end: 5px;
}


.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}


/* Media Query */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {


}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {
    /*nav > .nav-list > .linkMenu:after, nav > .nav-list > .linkMenu.active:after {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*    width: 100%;*/
    /*    height: 1px;*/
    /*    content: '.';*/
    /*    color: transparent;*/
    /*    background: var(--sec);*/
    /*    border-radius: 30px;*/
    /*    visibility: hidden;*/
    /*    opacity: 0;*/
    /*    z-index: -1;*/
    /*    transition: all .5s linear;*/
    /*}*/
    /*nav > .nav-list > .linkMenu:hover:after, nav > .nav-list > .linkMenu.active:after {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*    height: 100%;*/
    /*    transition: all .5s linear;*/
    /*}*/
    /*nav > .nav-list > .linkMenu:after {*/
    /*    bottom: 0;*/
    /*}*/
    header ul.nav-list {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #bodyWrap > div > footer > div > div.row > div:nth-child(4) > div li {
        width: 49%;
        float: inline-start;
    }

    .video-intro video {
        height: 500px;
    }

    .page-main .row {
        justify-content: center;
    }

    /*sub menu  */
    .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    .sub-menu a:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-end: 10px;
        color: #000;
        transition: all .4s ease-in-out;
    }

    .sub-menu a:before {
        content: "\f100";
    }

    /*// sub menu*/
    .hold-nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dd-trigger {
        display: none !important;
    }

    .menu-icons {
        display: none;
    }

    .nav-list > .linkMenu {
        position: relative;
        display: flex;
        align-items: center;
    }

    header .nav-list:not(.footer-links .linkMenu) > .linkMenu:not(:last-of-type) {
        margin-inline-end: 50px;
    }

    .footer-links .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 35px !important;
    }

    nav > .nav-list > .linkMenu > a {
        display: flex;
        position: relative;
        overflow: hidden;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        padding: 9px 8px;
        z-index: 1;
    }

    /*nav > .nav-list > .linkMenu:before,*/
    /*nav > .nav-list > .linkMenu.active:before {*/
    /*    position: absolute;*/
    /*    content: attr(data-link-alt);*/
    /*    top: 100%;*/
    /*    opacity: 0;*/
    /*    overflow: hidden;*/
    /*    font-weight: bold;*/
    /*    font-size: 18px;*/
    /*    z-index: 1;*/
    /*    padding-bottom: 16px;*/
    /*    transition: .4s ease-in-out;*/
    /*}*/
    /*nav > .nav-list > .linkMenu span {*/
    /*    display: block;*/
    /*    transition: .4s ease-in-out;*/
    /*}*/
    /*nav > .nav-list > .linkMenu:hover span {*/
    /*    transform: translateY(-100%);*/
    /*}*/
    nav > .nav-list > .linkMenu:hover:before {
        color: var(--sec);
        top: 50%;
        opacity: 1;
        transform: translateY(-50%);
    }

    nav > .nav-list > .linkMenu.active a:not(.sub-menu a),
    nav > .nav-list > .linkMenu:hover a:not(.sub-menu a) {
        color: var(--sec);
    }

    nav > .nav-list > .menu-item-has-children:hover a:not(.sub-menu a):after {
        color: var(--sec);
    }

    nav > .nav-list > .linkMenu span {
        display: block;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 9;
        min-width: 200px;
        background: rgb(255 255 255 / 50%);
        border-radius: 0 0 10px 10px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
    }

    .sub-menu a {
        display: flex;
        align-items: center;
        color: #000;
        transition: all .4s ease-in-out;
    }

    .sub-menu a:hover,
    .sub-menu a:hover:before {
        color: var(--sec);
    }

    .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }


}

@media (max-width: 992px) {

    .lessons-img img {
        width: 100%;
    }

    .starPrice01 .price {
        font-size: 21px;
    }

    .join {
        width: 105px;
        font-size: 14px;
    }

    nav > .nav-list > .linkMenu > a {
        padding: 9px 10px;
    }

    .slider .slide-captions {
        width: 378px;
    }

    .current-title {
        font-size: 86px;
        color: var(--sec);
    }

    nav > .nav-list > .linkMenu > a,
    nav > .nav-list > .linkMenu::before,
    nav > .nav-list > .linkMenu.active::before,
    header .sub-menu a {
        font-size: 14px;
    }

    /*.mainArrow {*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*}*/
    /*.mainArrow i {*/
    /*    color: #FFF;*/
    /*    font-size: 15px;*/
    /*}*/


    .hold-slider-caption {
        padding-top: 20px;
    }

    .logo {
        max-height: 113px;
    }

    .slide-captions .current-title {
        font-size: 36px;
    }

    .slider-url {
        margin: 20px 0;
    }

    header .header-cart,
    header .header-wishlist {
        display: none !important;
    }


}


@media (max-width: 991.45px) {

    .headline-img {
        margin-bottom: 30px;
    }
    .slider {
        position: relative;
        padding: 200px 0 63px;
    }
    .about-img {
        position: relative;
        height: fit-content;
    }

    .about-img {
        margin: 0 auto 30px;
    }

    .slide-left-section {
        margin-top: 50px;
    }

    #bodyWrap > section.news-section > div > div > div.col-lg-6.d-flex.flex-column.gap-3 {
        margin-top: 30px;
    }
    .header-links {
        display: none;
    }

    .about .row {
        flex-direction: column-reverse;
    }

    .statics {
        padding: 15px 49px;
    }

    .in-stat {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .stat-item:first-child {
        margin-bottom: 20px;
    }

    .card-content {
        margin-top: 30px;
    }

    .card-content {
        top: auto;
        transform: none;
    }

    /*.holdStars {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*    margin-top: 20px;*/
    /*}*/
    .starPrice {
        margin-top: 30px;
        flex-grow: 1;
    }

    .starPrice01 .price {
        font-size: 24px;
    }

    footer [class*='col-']:last-child {
        margin-top: 20px;
    }

    /* side menu*/
    .sidebar:before {
        position: absolute;
        content: '';
        opacity: 0.4;
        inset: 0;
    }

    html[dir='rtl'] .sidebar:before {
        background-position: top right;
    }

    html[dir='ltr'] .sidebar:before {
        background-position: top left;
    }

    .menu-icons label {
        display: flex;
        flex-direction: column;
        width: 40px;
        cursor: pointer;
        margin-bottom: 0;
        margin-inline-start: 5px;
    }

    .menu-icons label span {
        background: var(--sec);
        border-radius: 10px;
        height: 3px;
        margin: 3px 0;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .close-me img {
        height: 45px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7470%) hue-rotate(187deg) brightness(109%) contrast(104%);
    }

    .menu-icons span:nth-of-type(1) {
        width: 50%;
    }

    .menu-icons span:nth-of-type(2) {
        width: 100%;
    }

    .menu-icons span:nth-of-type(3) {
        width: 55%;
    }

    .close-me input[type="checkbox"]:checked~span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    .close-me input[type="checkbox"]:checked~span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg);
    }

    .close-me input[type="checkbox"]:checked~span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    .sidebar_pagebody {
        width: 100%;
        overflow: hidden;
    }

    html[dir='rtl'] .sidebar_pagebody {
        float: right;
        clear: right;
    }

    /*html[dir='ltr'] .sidebar_pagebody {*/
    /*    float: left;*/
    /*    clear: left;*/
    /*}*/
    .sidebar .menu-icons {
        display: table;
        left: 35px;
        position: absolute;
        top: 28px;
        margin-inline-start: 0;
    }

    .sidebar {
        position: relative;
        height: 100%;
        width: 400px;
        position: fixed;
        top: 0;
        z-index: 99;
        background: var(--main);
        transition: .7s ease-in-out;
    }

    html[dir='rtl'] .sidebar {
        right: -400px;
    }

    html[dir='ltr'] .sidebar {
        left: 400px;
    }

    html[dir='rtl'] .sidebar.noo {
        right: 0;
    }

    html[dir='ltr'] .sidebar.noo {
        left: 0;
    }

    .sidebar .nav-right {
        position: fixed;
        right: 40px;
        top: 20px;
    }

    .sidebar .menu-icons label span {
        background: #FFF;
    }

    .sidebar .menu-icons input~span:nth-of-type(1) {
        transform-origin: bottom;
    }

    html[dir='rtl'] .sidebar .menu-icons input~span:nth-of-type(1) {
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    html[dir='ltr'] .sidebar .menu-icons input~span:nth-of-type(1) {
        transform: rotatez(45deg) translate(4px, -2px);
    }

    .sidebar .menu-icons input~span:nth-of-type(2) {
        transform-origin: top;
    }

    .sidebar .menu-icons input~span:nth-of-type(2) {
        transform: rotatez(-45deg);
    }

    .sidebar .menu-icons input~span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
    }

    html[dir='rtl'] .sidebar .menu-icons input~span:nth-of-type(3) {
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    html[dir='ltr'] .sidebar .menu-icons input~span:nth-of-type(3) {
        transform: translate(18px, -5px) rotatez(45deg);
    }

    main.helpMoveRTL {
        left: -400px;
    }

    main.helpMoveLTR {
        right: 400px;
    }

    .sidebar nav {
        padding-top: 30px;
    }

    .sidebar .nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 80px;
        text-align: center;
    }

    .sidebar .menu-item {
        margin: 23px 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .sidebar .menu-item:first-child {
        -webkit-transition: all 0.7s 0.2s ease-in-out;
        -moz-transition: all 0.7s 0.2s ease-in-out;
        -ms-transition: all 0.7s 0.2s ease-in-out;
        -o-transition: all 0.7s 0.2s ease-in-out;
        transition: all 0.7s 0.2s ease-in-out;
    }

    .sidebar .menu-item {
        -webkit-transition: all 0.7s 0.4s ease-in-out;
        -moz-transition: all 0.7s 0.4s ease-in-out;
        -ms-transition: all 0.7s 0.4s ease-in-out;
        -o-transition: all 0.7s 0.4s ease-in-out;
        transition: all 0.7s 0.4s ease-in-out;
    }

    .sidebar .menu-item:nth-child(3) {
        -webkit-transition: all 0.7s 0.6s ease-in-out;
        -moz-transition: all 0.7s 0.6s ease-in-out;
        -ms-transition: all 0.7s 0.6s ease-in-out;
        -o-transition: all 0.7s 0.6s ease-in-out;
        transition: all 0.7s 0.6s ease-in-out;
    }

    .sidebar .menu-item:last-child {
        -webkit-transition: all 0.7s 0.8s ease-in-out;
        -moz-transition: all 0.7s 0.8s ease-in-out;
        -ms-transition: all 0.7s 0.8s ease-in-out;
        -o-transition: all 0.7s 0.8s ease-in-out;
        transition: all 0.7s 0.6s ease-in-out;
    }

    .sidebar .nav-list>.linkMenu:not(:last-of-type) {
        margin-inline-end: 0;
    }

    .sidebar .menu-item.special {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .sidebar .menu-item a {
        position: relative;
        color: var(--sec);
        text-decoration: none;
        font-size: 18px;
        text-transform: uaccordion-titercase;
        padding-bottom: 7px;
        font-family: 'NorsalR';
    }

    .sidebar .menu-item>a:before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        transition: width 0.7s ease-in-out;
    }

    .sidebar .menu-item:hover>a:before,
    .sidebar .menu-item.active>a:before {
        width: 100%;
    }

    #bodyWrap>div.greatest-background>div {
        bottom: -73px;
    }

    .dd-trigger {
        position: absolute;
        top: 7px;
        color: var(--main);
        margin-inline-start: 20px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }

    .sidebar .sub-menu {
        position: relative;
        margin-top: 20px;
        background: var(--main);
        padding: 10px 0;
    }

    body>div.sidebar_pagebody>div>ul>li.linkMenu.menu-item.menu-item-has-children.special>ul a {
        color: #FFF;
    }

    .sidebar .sub-menu .menu-item {
        margin: 10px;
    }

    .sidebar .sub-menu .menu-item a {
        font-size: 22px;
    }

    .sidebar .sub-menu {
        display: none;
    }

    .sidebar .sub-menu li:not(:last-child) {
        margin-bottom: 5px;
    }

    .menu-icons input[type=checkbox] {
        display: none;
    }

    /* // Side menu */

    /* // Side menu */
}

#side_menu .header-cart,
#side_menu .header-wishlist {
    margin-top: 15px;
    transform: none !important;
    background: var(--main);
}


@media (max-width: 768px) {

    .about-img {
        margin-bottom: 30px;
    }

    .main-button {
        font-size: 14px;
        min-width: 160px;
    }

    .slider-url {
        margin: 15px 0;
    }

    .slider-beckground img {
        height: 75vh;
    }

}


@media (max-width: 576px) {

    .menu-logo {
        margin-bottom: 25px;
    }

    #bodyWrap > div.greatest-background > header > div > div > nav > div {
        flex-direction: column;
    }

    header {
        position: relative;
    }
    .slider {
        padding-top: 100px  ;
    }

    .podcast-card {
        margin: 0 auto;
    }

    .slide-left-section {
        margin-top: 30px !important;
    }

    .breadcrumb-area [class*='col-'] {
        max-width: 100%;
    }

    .sec-tit {
        font-size: 33px;
    }


    .breadcrumb-area {
        overflow: hidden;
    }

    .courses-paid {
        margin-top: 20px;
    }

    .nav-item-icon {
        margin-bottom: 20px !important;
    }

    #myTab .nav-item a {
        border-radius: 5px;
    }

    .news-item-img img {
        width: 100%;
    }

    .join {
        width: 110px !important;
    }

    .star i {
        font-size: 18px;
    }

    .star {
        margin-inline-start: 15px;
    }

    .trainer-work:first-child {
        margin-bottom: 13px;
    }

    .hold-trainer-work {
        margin-top: 12px;
    }

    .star .num {
        margin-inline-start: 0;
    }

    .lessons-card {
        padding: 20px;
    }

    .stat-icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .stat-num {
        font-size: 30px;
    }


    .trainer-work-tit, .trainer-work-num {
        font-weight: bold;
        font-size: 20px;
    }

    /*.mainArrow_left {*/
    /*    margin-inline-start: 5px;*/
    /*}*/
    /*.mainArrow_right {*/
    /*    margin-inline-end: 5px;*/
    /*}*/
    .slide-captions .current-title {
        font-size: 20px;
    }

    .logo {
        max-height: 80px;
    }

    #side_menu::before {
        width: 32em;
    }

    .about {
        margin: 35px 0;
    }

    .slider .slide-captions {
        width: auto;
    }

    .main-slider .swiper-pagination {
        bottom: 73px;
    }

    .slider-beckground img {
        height: 54vh;
    }

    .copywrite {
        text-align: center;
    }

    .social {
        justify-content: center;
        margin: 20px 0;
    }

    .main-button {
        min-width: 133px;
    }

    .list-inline {
        flex-direction: column !important;
    }

    .list-inline-item:not(:last-child) {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }

    .comment .media p {
        margin-bottom: 20px !important;
    }

}

@media (min-width: 481px) and (max-width: 576px) {

}


@media (max-width: 480px) {
    .g-pa-30 {
        padding: 0 !important;
    }

    .nav-item-icon,
    .nav-item {
        margin-bottom: 20px !important;
    }

    .star {
        padding: 6px 18px;
    }

    .header-style {
        flex-direction: column;
    }

    .slider-beckground img {
        height: 66vh;
    }

    .starPrice01 {
        flex-direction: column;
    }

    .starPrice01 .price {
        margin-bottom: 10px;
    }

    #side_menu {
        width: 270px;
    }

    .main-slider .swiper-pagination {
        bottom: 120px;
        right: 18px;
    }


    .menu-logo {
        margin-bottom: 20px;
    }

    .slider .slide-captions {
        text-align: center;
    }

    #side_menu::before {
        width: 26em;
    }

    .slide-captions .current-title {
        font-size: 21px;
    }

    .main-button {
        min-width: 130px;
    }

}

element.caption {
    background-color: green;
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 30vh;
    font-size: 30px;
    transition-duration: 0.3s;
    border: 2px solid green;
}

element.caption:hover {
    background-color: black;
    color: green;
    border: 2px solid green;
}

div.range {
    animation-name: load;
    animation-duration: 5s;
    background-color: green;
    height: 5px;
    width: 0px;
    display: block;
    margin-top: 20px;
    margin-left: 25%;
}

@keyframes load {
    0% {
        width: 0;
    }
    20%,
    25% {
        width: 10%;
    }
    40% {
        width: 15%;
    }
    80% {
        width: 45%;
    }
    95% {
        width: 46%;
    }
    99% {
        width: 50%;
    }
    100% {
        display: none;
    }
}


.loading-box {
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /*   border: 1px solid #7e7e7e; */
    color: #f0f8ff;
    border-radius: 12px;
    /*   box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5), */
    /*     -4px -4px 16px rgba(255, 255, 255, 0.05); */
}

.loading-title {
    font-size: 1.5em;
    transform: translateY(-12px);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
}

.loading-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    background: conic-gradient(
            from 0deg at 50% 50%,
            rgba(111, 123, 247, 1) 0%,
            rgba(155, 248, 244, 1) 0%,
            #101012 0%
    );
    border-radius: 100px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.75),
    -4px -4px 16px rgba(255, 255, 255, 0.1);
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-count {
    content: " ";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    left: 3px;
    width: 174px;
    height: 174px;
    border-radius: 100px;
    background: #1d1e22;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.75) inset,
    -4px -4px 16px rgba(255, 255, 255, 0.1) inset;
    animation: spin 1s infinite linear reverse;
}

.loading-count #loadingNumber {
    font-size: 4em;
}


.dis-effect {
    cursor: not-allowed !important;
    opacity: .5 !important;
}
.latest-courses{
    padding: 70px 0px;
    position: relative;
}

.latest-courses .main-btn {
    width: 130px;
    background: var(--sec);
    color: #FFF;
    margin-top: 20px;
    font-size: 16px;
}
.latest_courses-items {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.latest_courses-items:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Course Image */
.lessons-img {
    width: 100%;
    height: 390px;
    border-radius: 10px;
    overflow: hidden;
}

.lessons-img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    transition: transform 0.4s ease-in-out;
}

.latest_courses-items:hover .lessons-img img {
    transform: scale(1.1);
}

.latest_courses-items::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* Course Content */
.latest_courses-items-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: white;
    z-index: 2;
}

.lessons_title {
    font-size: 22px;
   font-family: 'NorsalB';
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
}

.lessons-price {
    display: block;
    font-size: 16px;
    color: #EFE0CB;
}

.latest_courses-items:hover::after {
    opacity: 1;
}

/* Hover effect on content */
.latest_courses-items:hover .latest_courses-items-content {
    transform: translateY(-10px);
    transition: transform 0.3s ease-in-out;
}

.course-categories{
    padding: 20px 0 50px;
}
.course-categories .sec-tit{
    margin-bottom: 50px !important;
    display: block;
}
.category-card{
    background: var(--white);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}
.category-card-content{
    background: #F5F5FE;
    padding: 30px 10px;
    border-radius: 5px;
}
.category-card-content .category-title a{
    margin: 20px 0;
    font-weight: bold;
    display: block;
    font-size: 24px;
    color: var(--black);
}
.category-card .category-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.category-card .category-link span{
    font-size: 20px;
    color: #2973B2;
}
.category-card .category-link i {
    color: #000;
    font-size: 18px;
}

.upcoming-courses{
position: relative;
    padding: 50px 0;
}
.upcoming-courses-home:before{
    content: " ";
    position: absolute;

    background-image: url("../img/Group19.png");
    background-size: cover;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 250px;

    background-repeat: no-repeat;

}
.upcoming-courses-items{
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
.lessons-courses .latest_courses-items{
    position: relative;
    margin-bottom: 50px;
    border-radius:0 0 10px 10px ;
    box-shadow: 0 0 23px 16px rgba(0,0,0,.03);
}
.lessons-courses .latest_courses-items .lessons-price{
    position: absolute;
    top: 55%;
    left: 5%;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--sec);
    box-shadow: 0 0 23px 18px rgba(0,0,0,.03);
}
html[dir="ltr"] .lessons-courses .latest_courses-items .lessons-price{
    top: 50%;
    right: 5%;
    left: unset;
}
.lessons-courses .latest_courses-items .lessons-price span{
    color: #000 ;
    display: block;
    font-size: 24px;
}

.lessons-courses .latest_courses-items .lessons-img img{
    height: 390px;
    object-fit: unset !important;
    border-radius: 10px 10px 0 0;
}
.lessons-courses  .latest_courses-items-content{
    padding: 30px 10px;
}
.lessons-courses  .latest_courses-items-content .lessons_desc{
    margin: 10px 0;
}
.all-upcoming-course{
    margin:  0 auto;
    display: table;
}
.partners{
    background: #FCFCFC;
    padding: 50px 0;
    position: relative;
}
.partners:before {
    content: " ";
    position: absolute;
    top: -30px;
    right: 0;
    background-image: url(../img/image9.png);
    width: 100px;
    height: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0;
    animation: moveUpDown 2s infinite alternate ease-in-out;
}
@media (min-width: 992px) {
    .col-partners{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }


}
@media (max-width: 992px){
    .latest-courses .lessons-img img{
        height: 420px;
    }
    .lessons-courses .latest_courses-items .lessons-img img{
        height: 280px;
    }
    .dsc-tit{
        width: 35%;
    }
}
@media (max-width: 768px) {
    .slider .main-slider .slider-items .slider-content .title{
        width: 75%;
font-size: 42px;
    }
    .about-section .row{
        flex-direction: column;
    }
    .about-img{
        margin: 0 auto;
        display: table;
    }
    .about-img img{
        max-width: 350px;
    }
    .dsc-tit{
        width: 50%;
    }
    .lessons-courses .latest_courses-items .lessons-img img{
        height: 220px;
    }
    .category-card{
        margin-bottom: 20px;
    }
    .lessons-courses .latest_courses-items .lessons-price{
        top: 45%;
        left: 5%;
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
    .lessons-courses .latest_courses-items .lessons-price span{
        font-size: 16px;
    }
    .footer-logo{
        margin: 0 auto;
        display: table;
    }
    .news-logo{
        border-radius: 25px;
    }
    .footer-logo img{
        max-width: 220px;
    }
    .footer-inp{
        margin-inline-start: 0;
        margin: 0 10px;
    }
    .row-footer .col-footer:nth-of-type(2){
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        padding: 0 ;
        margin:20px  0 ;
    }
    .copywrite{
        text-align: center;
    }
    .copywrite-des{
        float: none;
    }
    .latest-courses:before ,.partners:before{
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 500px) {
    .head-home{
        position: relative;
        background: rgba(0,0,0,.5);
        margin-bottom: 20px;
    }
    .header-bg{
        width: 100%;
        margin-inline-start: 0;
        margin-bottom: 20px;
    }
    .dsc-tit {
        width: 90%;
    }
    .search_lang{
        flex: 1;
        width: 100%;
        justify-content: space-between;
    }
    .slider .main-slider .slider-items .slider-content .title {
        width: 90%;
        font-size: 24px;
    }
    .footer-inp{
        flex-direction: column;
    }
    .email_join{
        margin-bottom: 10px;
    }
}