@font-face {
  font-family: "Shazde";
  src: url("https://etminanfanavari.com/assets/fonts/ShazdeVF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Darvish";
  src: url("https://etminanfanavari.com/assets/fonts/DarvishVF.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width:100%;
    height:100%;
}

body {
    background-color:#262626;
    /* font-family: "Shazde"; */
    font-family: "Darvish";
    padding: 25px;
    overflow-x: hidden;
}


div#main {
position: fixed;
    background: #000;
    left: 25px;
    right: 25px;
    bottom: 25px;
    top: 25px;
    border-radius: 25px;
    z-index: -1;
}

header {
    background: #262626;
    position: fixed;
    z-index: 9999999999999999;
    top: 0px;
    right: 24px;
    left: 24px;
    height: 43px;
}

.header-container {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 35px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.header-effect {
    height: 120px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(180deg, rgb(0, 0, 0) 35%, rgba(20, 20, 20, 0) 100%);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    width: 100%;
    top: -7px;
}



header img.logo {
    width: 80px;
    position: relative;
    left: -50px;
}


header ul.menu-desktop {
    display: flex;
    background: rgb(38, 38, 38);
   padding: 7px 10px;
    border-radius:25px;
        direction: rtl;
}


header ul li {
    list-style: none;
    margin: auto 5px;
}


header ul li a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

header a.account {
    text-decoration: none;
    color: black;
    background: #FFF;
    border-radius: 25px;
    padding: 4px 10px;
    left: 46px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}
header a.account svg
{
    width: 21px;
    padding-left: 6px;
    height: auto;
}

div#layer-down-page {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #262626;
    z-index: 999999999999999999999;
    height: 25px;
    left: 0px;
    right: 0px;
}
div#layer-down-page:before {
    content: "";
    background: linear-gradient(to top, rgba(7, 7, 7, 0.85) 35%, rgba(20, 20, 20, 0) 100%);
    height: 100px;
    z-index: 99999;
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-radius: 25px;
    right: 25px;
}

.hero-section video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    margin: auto;
    padding: unset;
    display: block;
    opacity: 0.3;
    /* filter: hue-rotate(220deg); */
}


.hero-section {
overflow: hidden;
    max-height: 100%;
    position: relative;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}



.hero-section-details {
    color: #FFF;
    direction: rtl;
    text-align: center;
}



.hero-section-details h1 {
    max-width: 500px;
    margin: auto;
    line-height: 57px;
    font-size: 35px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section-details p {
    max-width: 547px;
    color: gray;
    font-size: 19px;
    margin-bottom: 37px;
    line-height: 24px;
}

header a.account i {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.hero-section-details div a {
    color: black;
    text-decoration: none;
    font-size: 17px;
    background: #FFF;
    border-radius: 15px;
    margin: auto 5px;
    padding: 10px;
    font-weight: 500;
}


.hero-section-details div a:nth-child(2) {
    color: #FFF;
    background: #ffffff14;
}

header ul li a:hover {
    background: #ffffff1c;
}


section#why {
    width: 100%;
    padding: 100px 0px;
        height: 780px;
        position: relative;
}




section#why div.box-detsils-why {
    background-color: #cdcccb0a;
    display: flex;
    color: #FFF;
    direction: rtl;
    text-align: right;
    border-radius: 10px;
    margin-bottom: 50px;
    flex-direction: row;
    max-width: 330px;
    padding: 20px;
    align-items: center;
    min-width: 330px;
    position: absolute;
}

section#why  div.box-detsils-why img {
    filter: brightness(0.8);
    width: 70px;
    height: auto;
    display: block;
    padding-left: 15px;
    position: relative;
    top: 3px;
}


section#why  div.box-detsils-why * {
    padding: unset;
    margin: unset;
    font-family: "Darvish";
    line-height: normal;
}


.why-container {
    max-width: 1400px;
    margin: auto;
    position: relative;
}
img.pattern-main-why {
display: block;
    margin: auto;
    width: 1400px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}
.brands-group {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: auto;
    top: 103px !important;
    right: 0pc;
    max-width: 1082px;
}
.brands-group > a:nth-child(2) {
    position: relative;
    top: -83px;
}
.brands-group img {
    width: 270px;
}
.brands-group > a:nth-child(3) {
    top: 35px;
    position: relative;
}








section#why  div.box-detsils-why h2 {
    position: absolute;
    left: 24px;
    top: -11px;
    background: #ffffff;
    padding: 2px 11px;
    font-size: 14px;
    border-radius: 25px;
    color: black;
}


section#why  div.box-detsils-why h2 i {
    float: right;
    position: relative;
    top: 4px;
    font-size: 13px;
    left: 3px;
    font-weight: bold;
}



.box-detsils-why div {
    display: flex;
    flex-direction: column;
}


.box-detsils-why div span {
    font-weight: bold;
}




#why > div > div:nth-child(3) {
    left: 80px;
    top: 80px;
}



#why > div > div:nth-child(4) {
    right: 46%;
    bottom: -186px;
}


.why-description {
    color: #FFF;
    text-align: center;
    direction: rtl;
    margin: auto;
    display: block;
    position: relative;
    line-height: normal;
    width: fit-content;
    margin-bottom: 50px;
}


.why-description h2 {
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: unset;
    padding: unset;
    line-height: normal;
}

.why-description p {
    max-width: 500px;
    text-align: center;
    direction: rtl;
    line-height: normal;
    font-size: 18px;
}


@keyframes softPulse {
  0%   { transform: scale(1); }
  45%  { transform: scale(1.06); } /* بزرگ شدن ملایم */
  55%  { transform: scale(1.04); } /* کمی عقب‌نشینی برای طبیعی‌تر شدن */
  100% { transform: scale(1);  }
}





.best-selling-services {
width: 100%;
    position: relative;
    /* top: -61px; */
}



.services-description {
    color: #FFF;
    text-align: center;
    direction: rtl;
    margin: auto;
    display: block;
    position: relative;
    line-height: normal;
    width: fit-content;
    margin-bottom: 50px;
    z-index: 9999999;
}


.services-description h2 {
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: unset;
    padding: unset;
    line-height: normal;
}

.services-description p {
    max-width: 500px;
    text-align: center;
    direction: rtl;
    line-height: normal;
    font-size: 18px;
}


.services-container
{
    position: relative;
    max-width: 1400px;
    margin: auto;
}


img.pattern-best-selling-services {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    width: 1200px;
}





.effect-logo-services {
    position: relative;
    display: block;
    margin: auto;
   width: 140px; 
}

.effect-logo-services:after, .effect-logo-services:before {
    opacity: 0;
    content: "";
    pointer-events: none;
    border-radius: 999px;
    width: 500%;
    height: 500%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.effect-logo-services:before {
    background-image: radial-gradient(circle closest-side, #0080ff26 30%, #0000 90%);
    animation: home-logo-bg 2s forwards, home-logo-1-rotate 10s linear infinite;
    top: -50%;
    left: -50%;
}

.effect-logo-services:after {
    background-image: radial-gradient(circle closest-side, #8100f926 30%, #0000 90%);
    animation: home-logo-bg 2s forwards, home-logo-2-rotate 10s linear infinite;
    top: 150%;
    left: 150%;
}

@keyframes home-logo-2-rotate {
    0%,to {
        transform: translate(-50%,-50%)
    }

    25% {
        transform: translate(-50%,-75%)
    }

    50% {
        transform: translate(-75%,-75%)
    }

    75% {
        transform: translate(-75%,-50%)
    }
}


@keyframes home-logo-1-rotate {
    0%,to {
        transform: translate(-50%,-50%)
    }

    25% {
        transform: translate(-50%,-25%)
    }

    50% {
        transform: translate(-25%,-25%)
    }

    75% {
        transform: translate(-25%,-50%)
    }
}

@keyframes home-logo-bg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



.projects-items {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
  align-items: center;
    flex-wrap: wrap;
    width: 1100px;
    padding: 70px 0px;
    z-index: 0;
    flex-direction: row-reverse;
}

.projects-item {
    min-height: 310px;
    min-width: 280px;
    padding: 15px;
    border-radius: 15px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 140% !important;
    position: relative;
    color: #FFF;
    z-index: 9999999;
    width: 280px;
    height: 310px;
    direction: rtl;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin: auto 15px;
}

.projects-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 15px;
    z-index: -1;
    background: linear-gradient(to top, rgb(20 20 20 / 77%) 35%, rgba(20, 20, 20, 0) 100%);
}





.projects-item span {
    margin-bottom: 30px;
    text-align: right;
    padding: 2px 8px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 15px;
    direction: ltr;
}

div#section-category-3 .projects-item {
    margin-bottom: 30px;
}
.projects-item h3 {
    font-weight: bold;
    font-size: 16px;
    margin: unset;
}
.projects-item-details p {
    margin: auto;
    font-size: 14px;
}

.projects-item-details {
    background: #00000078;
    display: block;
    backdrop-filter: blur(4px);
    border-radius: 13px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: stretch;
}
.projects-item a {
    text-decoration: none;
    color: #FFF;
    width: 92%;
}
.projects-item-details svg {
    filter: invert(1);
    width: 30px;
    height: auto;
}


.projects-item span i {
    padding-right: 3px;
    position: relative;
    top: 2px;
}



.services-description img {
    display: block;
    margin: auto;
    padding: 5px;
    width: 80px;
    height: auto;
    opacity: 0.8;
    position:relative;
}

@keyframes floatSoft{
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); } /* بالا میره 8px */
  100% { transform: translateY(0); }
}

.projects-items a {
    text-decoration: none;
}
div.projects-items > a:nth-child(2)
{
    position: relative;
    top: -63px;
     transform: translateY(0);
  animation: floatSoft 3s ease-in-out infinite;
  will-change: transform;
}

a.services-all-link {
    text-decoration: none;
    margin: auto;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: 1px solid #545454;
    padding: 8px 15px;
    border-radius: 25px;
    width: fit-content;
}


a.services-all-link i {
    position: relative;
    top: 4px;
    padding-right: 2px;
    font-size: 16px;
}
.mentor {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    color: #FFFF;
}


.freelancer {
    position: relative;
    text-align: center;
    margin: auto;
    display: block;
}
img.cover-mentor {
    position: relative;
    z-index: 999999999;
    cursor: pointer;
    width: 700px;
    height: auto;
}

.freelancer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: auto;
    background-position: center top;
    opacity: .2;
    z-index: -1;
}
.freelancer .caption {
    text-align: center;
}
.freelancer:after {
    content: '';
    position: absolute;
        top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, #000, transparent);
    z-index: -1;
}

.mentor-container:after{
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to top, #000, transparent);
    position: absolute;
    content: '';
}



.freelancer .caption h1 {
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    font-size: 3vw;
    line-height: 70px;
}


.freelancer .caption h1.stroke {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.freelancer .caption h1 span {
    display: block;
    white-space: nowrap;
}

.mr-hosseini img {
    width: 320px;
    height: auto;
    padding: 5px;
    position: relative;
    top: -57px;
}




.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 4%);
  overflow: hidden;
}
.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
    margin-left: -46.3%;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line:nth-child(2)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.line:nth-child(4)::after {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.line:nth-child(5)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.line:nth-child(6)::after {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.line:nth-child(7)::after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.line:nth-child(2) {
    margin-left: -33%;
}

.line:nth-child(3) {
    margin-left: -19.8%;
}

.line:nth-child(4) {
    margin-left: -6.5%;
}

.line:nth-child(5) {
    margin-left: 6.7%;
}

.line:nth-child(6) {
    margin-left: -19.8%;
}

.line:nth-child(6) {
    margin-left: 19.9%;
}

.line:nth-child(7) {
    margin-left: 33.2%;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}


.mentor-trailer {
    display: block;
    width: 500px;
    margin: auto;
    position: relative;
    padding: 20px;
    top: -173px;
}


.mentor-trailer * {
    border-radius: 16px !important;
}


.mentor-video-background {
    cursor: auto;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 57%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    filter: grayscale(1);
}



 .style-0 {
        width: 100%;
        will-change: transform;
        opacity: 1;
        transform: none;
        width: 100%;
        will-change: transform;
        opacity: 1;
        transform: none;
        place-content: center;
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
        gap: 0px;
        height: 452px;
        overflow: hidden;
        padding: 120px 16px;
        position: relative;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        direction: rtl;
    text-align: justify;
    }
.style-5 * {
    direction: rtl !important;
    text-align: justify !important;
}
    .style-1 {
        mask: radial-gradient(50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 1;
        opacity: 1;
        bottom: 0px;
        flex: 0 0 auto;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        z-index: 0;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-2 {
        cursor: auto;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        display: block;
        object-fit: cover;
        background-color: rgba(0, 0, 0, 0);
        object-position: 50% 50%;
        box-sizing:border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-3 {
        opacity: 1;
        place-content: flex-start center;
        align-items: flex-start;
        display: flex;
        flex: 0 0 auto;
        flex-flow: column nowrap;
        gap: 40px;
        max-width: 1280px;
        overflow: hidden;
        padding: 0px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-4 {
        opacity: 1;
        place-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex: 0 0 auto;
        flex-flow: column nowrap;
        gap: 24px;
        max-width: 640px;
        overflow: hidden;
        padding: 0px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-5 {
        opacity: 1;
        place-content: center;
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-flow: column nowrap;
        gap: 16px;
        overflow: hidden;
        padding: 0px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-6 {
        outline: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        --framer-link-text-color: rgb(0, 153, 255);
        --framer-link-text-decoration: underline;
        transform: none;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        --framer-link-text-color: rgb(0, 153, 255);
        --framer-link-text-decoration: underline;
        transform: none;
        opacity: 1;
        position: relative;
        flex: 0 0 auto;
        height: auto;
        white-space: pre-wrap;
        width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-7 {
        --framer-text-alignment: leftbackground-color:rgba(0, 0, 0, 0);
        border-radius: 0px;
        padding: 0px;
        font-style: normal;
        font-weight: 500;
        color: rgb(255, 255, 255);
        font-size: 35px;
        letter-spacing: -1px;
        text-transform: none;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: rgb(255, 255, 255);
        text-decoration-thickness: auto;
        text-decoration-skip-ink: auto;
        text-underline-offset: auto;
        line-height: 48px;
        text-align: left;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
        font-feature-settings: normal;
        font-variation-settings: normal;
        text-wrap: balance;
        margin: 0px;
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }


h2.style-7 {
    font-weight: bold;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right !important;
}


    .style-8 {
        outline: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        --framer-link-text-color: rgb(0, 153, 255);
        --framer-link-text-decoration: underline;
        transform: none;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        --framer-link-text-color: rgb(0, 153, 255);
        --framer-link-text-decoration: underline;
        transform: none;
        opacity: 1;
        position: relative;
        flex: 0 0 auto;
        height: auto;
        white-space: pre-wrap;
        width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-9 {
        border-radius: 0px;
        padding: 0px;
        font-style: normal;
        font-weight: 400;
        color: #FFF;
        font-size: 18px;
        letter-spacing: normal;
        text-transform: none;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: rgb(128, 128, 128);
        text-decoration-thickness: auto;
        text-decoration-skip-ink: auto;
        text-underline-offset: auto;
        line-height: 28px;
        text-align: left;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: rgb(128, 128, 128);
        font-feature-settings: normal;
        font-variation-settings: normal;
        text-wrap: wrap;
        margin: 0px;
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-10 {
        opacity: 1;
        place-content: center flex-start;
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row nowrap;
        gap: 24px;
        height: 48px;
        overflow: visible;
        padding: 0px;
        position: relative;
        width: min-content;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-11 {
        opacity: 1;
        flex: 0 0 auto;
        height: auto;
        position: relative;
        width: auto;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-12 {
        backdrop-filter: blur(10px);
        border-radius: 80px;
        opacity: 1;
        background: linear-gradient(to left, #897a64, #ffffff);
        border-radius: 80px;
        opacity: 1;
        place-content: center;
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-flow: row nowrap;
        gap: 16px;
        height: 48px;
        overflow: visible;
        padding: 2px 62px 2px 32px;
        position: relative;
        text-decoration: none solid rgb(0, 0, 238);
        width: min-content;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-13 {
        background-color: var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0));
        border-radius: 80px;
        opacity: 1;
        border-radius: 80px;
        opacity: 1;
        bottom: 2px;
        flex: 0 0 auto;
        overflow: visible;
        position: absolute;
        right: 2px;
        top: 2px;
        width: 44px;
        z-index: 0;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-14 {
        outline: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        --extracted-tcooor: var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0));
        --framer-link-text-color: rgb(0, 153, 255);
        --framer-link-text-decoration: underline;
        transform: none;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        --extracted-tcooor: var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0));
        --framer-link-text-color: rgb(0, 153, 255);
        --framer-link-text-decoration: underline;
        transform: none;
        opacity: 1;
        position: relative;
        flex: 0 0 auto;
        height: auto;
        user-select: none;
        white-space: pre;
        width: auto;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-15 {
        --framer-text-color: var(--extracted-tcooor, var(--token-ff0f9235-e262-43fc-9cc6-02e113e6a486, rgb(0, 0, 0)))background-color:rgba(0, 0, 0, 0);
        border-radius: 0px;
        padding: 0px;
        font-style: normal;
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 16px;
        letter-spacing: normal;
        text-transform: none;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: rgb(0, 0, 0);
        text-decoration-thickness: auto;
        text-decoration-skip-ink: auto;
        text-underline-offset: auto;
        line-height: 24px;
        text-align: start;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: rgb(0, 0, 0);
        font-feature-settings: normal;
        font-variation-settings: normal;
        text-wrap: nowrap;
        margin: 0px;
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        font-weight:bold;
    }
.style-19 i {
    color: #FFF;
    text-align: center;
    position: relative;
    left: -3px;
    font-size: 20px;
    top: 0px;
}
    .style-16 {
        border-radius: 80px;
        opacity: 1;
        opacity: 1;
        place-content: center;
        align-items: center;
        bottom: 2px;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row nowrap;
        gap: 0px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        right: 2px;
        top: 2px;
        width: 44px;
        will-change: auto;
        z-index: 1;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-17 {
        transform: none;
        opacity: 1;
        opacity: 1;
        place-content: center;
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row nowrap;
        gap: 0px;
        height: 20px;
        overflow: visible;
        padding: 0px;
        position: relative;
        width: min-content;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-18 {
        image-rendering: pixelated;
        flex-shrink: 0;
        opacity: 1;
        flex-shrink: 0;
        opacity: 1;
        position: relative;
        flex: 0 0 auto;
        height: 20px;
        width: 20px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-19 {
        width: 100%;
        height: 100%;
        /* aspect-ratio: inheritbox-sizing:border-box; */
        -webkit-font-smoothing: antialiased;
    }

    .style-20 {
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }

    .style-21 {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }







.employment-container {
    position: relative;
    text-align: center;
}
.employment-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.employment-background:before {
    content: "";
    position: absolute;
    /* background: linear-gradient(to bottom, transparent 66%, #141414); */
    bottom: -2px;
    top: unset;
    width: 100%;
    height: 254px;
    z-index: 9;
    left:0px;
}
.employment-background:after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to top, transparent 66%, #141414); */
    top: 0px;
}
.employment-background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .12;
}

img.invite-image {
    margin: auto;
    display: block;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: -1;
}
.employment-description {
direction: rtl;
    text-align: center;
    color: #FFF;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.employment-description p {
    margin: auto;
    padding: unset;
    max-width: 550px;
    direction: rtl;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    color: #e0e0e0;
}
.employment-description h3 {
    font-weight: bold;
    background: linear-gradient(to left, #897a64, #bcbcbc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-align: center !important;
    display: block;
    margin: auto;
}


.height {
    display: block;
    margin: auto;
    z-index: 99;
    height: 500px;
    width: 100%;
    position: relative;
}

.employment-description span {
background: #897a64;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 15px;
    position: absolute;
    top: 46px;
    right: -55px;
    color: black;
    font-weight: 500;
}


.line2 {
    position: absolute;
    width: 1px;
    height: 100%;
    top: -60px;
    right: 210px;
    background: rgba(255, 255, 255, 4%);
    overflow: hidden;
    transform: rotate(90deg);
}
.line2::after {
content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #897a646e 75%, #897a64 100%);
    -webkit-animation: drop 3s 0s infinite;
    animation: drop 3s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}



a.show-employment {
    color: black;
    display: block;
    background: #FFF;
    width: fit-content;
    margin: auto;
    position: relative;
    border-radius: 25px;
    padding: 4px 8px;
    font-size: 17px;
    text-decoration: none;
    top: 21.6pc;
    font-weight: 500;
box-shadow: 0px 10px 100px 0px #ffffff5c;
}

a.show-employment i {
    position: relative;
    padding: 0px 3px;
    top: 3px;
}

 @keyframes flash {
    0% {
           box-shadow: 0px 0px 120px 0px #ffffff8f;
    }
    50% {
         box-shadow: 0px 20px  120px  0px #ffffff;
    }
    100% {
        box-shadow: 0px 0px 120px 0px #ffffff8f;
    }
  }





.glows-effect {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.glows {
  position: relative;
}
.glows::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 220px;
  left: -130px;
  display: block;
  width: 405px;
  height: 397px;
  background-image: url("../images/light-beam-0@2x.webp?v=1");
  background-size: 405px 397px;
  mix-blend-mode: color-dodge;
  transform-origin: bottom right;
}
@media (prefers-reduced-motion: no-preference) {
  .glows::before {
    opacity: 0;
    animation: 23s ease infinite forwards alternate glow-rotate,
      12s ease infinite forwards alternate glow-blink;
  }
}

.glows::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 200px;
  left: -100px;
  display: block;
  width: 415px;
  height: 531px;
  background-image: url("../images/light-beam-1@2x.webp?v=1");
  background-size: 415px 531px;
  mix-blend-mode: color-dodge;
  transform-origin: 90% 90%;
}

@media (prefers-reduced-motion: no-preference) {
  .glows::after {
    opacity: 0;
    animation: 28s ease 2s infinite forwards alternate glow-rotate,
      14s ease 2s infinite forwards alternate glow-blink;
  }
}

@keyframes glow-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes glow-blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.core-cloud {
  display: block;
  width: 496px;
  height: 496px;
  background-image: url("../images/glow-core@2x.webp?v=1");
  background-size: 496px 496px;
  background-repeat: no-repeat;
  @media (prefers-reduced-motion: no-preference) {
    animation: 30s cubic-bezier(0.44, 0.21, 0.68, 0.89) infinite forwards
        alternate rotate-core,
      6s ease infinite forwards alternate hue-rotate;
  }
}

@keyframes rotate-core {
  0% {
    transform: rotate(0deg) scale(0.9);
  }
  50% {
    transform: rotate(90deg) scale(1.2);
  }
  100% {
    transform: rotate(180deg) scale(0.9);
  }
}

@keyframes hue-rotate {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(70deg);
  }
}






.footer-video video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    margin: auto;
    padding: unset;
    display: block;
    opacity: 0.3;
    /* filter: hue-rotate(220deg); */
}


section.footer {
    width: 100%;
    position: relative;
    display: block;
        overflow: hidden;
            z-index: -1;
}

.footer-container {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    color: #FFF;
    text-align: center;
    direction: rtl;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: auto;
    z-index: 99999;
}
.footer-bg{
    max-width: 98%;
    margin: auto;
    background-image: url('../images/bgfooter2.png');
    overflow: hidden !important;
}
.footer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: 
        /* بالا */
        linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0) 120px),

        /* چپ */
        linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0) 80px),

        /* راست */
        linear-gradient(to left, rgba(0,0,0,0.9), rgba(0,0,0,0) 80px);
}
section.employment {
    overflow: hidden;
    padding-bottom: 190px;
    min-height: 560px;
    padding-top: 110px;
}

.footer-video video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    margin: auto;
    padding: unset;
    display: block;
    opacity: 0.2;
    top: -364px;
    z-index: -1;
}

section.footer:before {
    content: "";
    position: absolute;
    /* background: linear-gradient(to top, transparent 66%, #0000009a); */
    bottom: unset;
    top: 0px;
    width: 100%;
    height: 254px;
    z-index: 9;
    left: 0px;
}

.footer-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: rtl;
    text-align: justify;
}

.footer-description img {
    width: 190px;
    padding-right: unset;
    opacity: 0.8;
}
.footer-description img:hover {
    opacity: 1;
}
.footer-description b {
    font-weight: bold;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right !important;
    font-size: 36px;
}
.footer-description * {
    padding: unset;
    margin: unset;
}
.footer-description p {
    max-width: 398px;
    text-align: right;
    font-size: 17px;
    color:#d8d8d8;
}


.footer-menu b {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}
.footer-menu ul {
    margin: auto;
    padding: unset;
}
.footer-menu ul li {
    list-style: none;
    text-align: right;
    margin-bottom: 6px;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #d8d8d8;
    font-size: 16px;
}
.footer-menu ul li a:hover {
    color: #FFF;
}
.namadha {
    display: flex;
    flex-direction: column;
}

.namadha img {
    display: block;
    margin: auto;
    padding: 8px;
    filter: invert(200);
    width: 65px;
    background-color: #ffffff47;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-line {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 23%) 50%, rgb(255 255 255 / 0%) 100%);
    opacity: 0.8;
    height: 1.4px;
    position: relative;
    width: 35%;
    bottom: 158px;
    max-width: 1400px;
    margin: auto;
}

.footer-last {
    position: relative;
    width: 100%;
    bottom: 158px;
    max-width: 1142px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.footer-description ul {
    display: flex;
    flex-direction: row;
    margin-top: 17px;
}

.footer-description ul li {
    list-style: none;
    margin-right: 7px;
}

.footer-description ul li a {

    color: #d8d8d8;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.footer-description ul li a:hover {
    color: #fff;
     opacity: 1;
}

.footer-description li a i {
    font-size: 20px;
}
.footer-description li a img {
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
}
.footer-last ul li a:hover {
    opacity: 1;
}

div.footer-last > ul > li:nth-child(2) > a > img {
    filter: invert(1);
}


.footer-last p {
    text-align: right;
    color: #d8d8d8;
    font-size: 16px;
    direction: rtl;
}
section#contact-us {
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
    color: #FFF;
    direction: rtl;
    min-height: 500px;
}

section#contact-us:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: auto;
    background-position: center top;
    opacity: 0.1;
    z-index: -1;
}


.contactus-video {
    position: relative;
    background: #1313157d;
    max-height: 400px;
    overflow: hidden;
    height: 400px;
    width: 1200px;
    margin: auto;
    top: 160px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus-video video {
    z-index: -1;
    /* filter: grayscale(1); */
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: unset;
    top: -100px;
    border-radius: 25px;
}
.contactus-description h1 {
    font-size: 33px;
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
    padding: unset;
}


.contactus-description a {
    background: #14141496;
    color: #FFF;
    padding: 5px 12px;
    border-radius: 25px;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin-top: 10px;
    font-size: 15px;
    float: left;
}


.contactus-description h1 img {
    width: 48px;
    position: relative;
    top: 13px;
}


.contactus-effect-1:before {
    content: "";
    /* background-image: radial-gradient(closest-side, #141414cf 30%, #141414 90%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.contactus-effect-1 {
    position: absolute;
    background: url(../images/tile.svg);
    opacity: .25;
    z-index: -1;
    pointer-events: none;
    background-position: 50%;
    height: 100%;
    width: 100%;
   top: 32pc;
}

.online-status {
    width: 5px;
    height: 5px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 rgba(76, 175, 80, 0.7);
    animation: pulse 1.5s infinite;
    display: block;
    float: right;
    position: relative;
    top: 10px;
    margin-right: 4px;
    margin-left: 9px;
}

span.online-status.deactive {
    background-color: #F44336;
    animation: pulse_red 1.5s infinite;
}
a.green-background.deactive
{
    pointer-events: none;
    cursor: no-drop;
    opacity: 0.3;
    background: #F44336 !important;
}


  @keyframes pulse_red {
      0% {
        box-shadow: 0 0 0 0 rgb(244 67 54 / 73%);
      }
      70% {
        box-shadow: 0 0 0 10px rgb(244 67 54 / 1%);
      }
      100% {
        box-shadow: 0 0 0 0 rgb(244 67 54 / 1%);
      }
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
      }
    }


.line3 {
    position: absolute;
    width: 1px;
    height: 285px;
    top: -47px;
    overflow: hidden;
    transform: rotate(90deg);
    left: -143px;
}
.contactus-description {
    position: relative;
}

.line3::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff6e 75%, #ffffff 100%);
    -webkit-animation: drop 3s 0s infinite;
    animation: drop 3s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: 
cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: 
cubic-bezier(0.4, 0.26, 0, 0.97);
}


.contactus-container {
padding-top: 150px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 100px;
}
.sale img {
    width: 500px;
    display: block;
    margin: auto;
}

div.details-contactus > div:nth-child(2) div span {
    padding: 6px 11px;
}

div.details-contactus > div:nth-child(2) {
display: flex;
    flex-direction: column;
    align-items: flex-start;
        position: relative;
    top: 20px;
    padding-right: 80px;
}
div.details-contactus > div:nth-child(2) div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 44px;
}

div.details-contactus > div:nth-child(1) {
    text-align: center;
    direction: rtl;
    margin-bottom: 70px;
    width: 100%;
    display: block;
}


div.details-contactus > div:nth-child(1) b {
    font-size: 32px;
    margin: auto;
    padding: unset;
    background: linear-gradient(#ffffff, #7e7e7e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.details-contactus > div:nth-child(1) p {
    padding: unset;
    margin: auto;
    line-height: normal;
    margin-top: 7px;
    max-width: 610px;
    font-size: 17px;
    color: #b3b3b3;
}


div.details-contactus > div:nth-child(2) > div > i:after {
    content: "";
    background: linear-gradient(131deg, rgb(240 240 240) -25%, rgb(15, 14, 12) 35%, rgb(20 20 20) 105%);
    position: absolute;
    width: 50px;
    height: 50px;
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 6px;
}



div.details-contactus > div:nth-child(2) > div > i {
position: absolute;
    background: linear-gradient(131deg, rgb(31, 31, 20) -39%, rgb(10, 10, 10) 64%);
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    width: 40px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    right: -80px;
    top: 6px;
}


div.details-contactus > div:nth-child(2) div b {
    font-size: 20px;
    margin-bottom: unset;
    text-align: right;
}

.details-contactus {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
div.details-contactus > div:nth-child(2) div p {
    text-align: right;
    direction: rtl;
    font-size: 16px;
    margin: auto;
    color: #b3b3b3;
}


div.details-contactus > div:nth-child(2) div a {
    text-decoration: none;
    font-size: 23px;
    line-height: normal;
    color: #897a64;
    text-align: right;
}


div.details-contactus > div:nth-child(2) > div:nth-child(1) > div {
    display: flex;
    flex-direction: row;
    margin-bottom: unset;
}

.contactus-form {
    display: flex;
    margin: auto;
    padding: unset;
    flex-direction: row-reverse;
    border-radius: 15px;
    overflow: hidden;
}

.form-description {
width: 330px;
    height: 400px;
    background-image: url('../images/form-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 11% 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


div#elit_contact .form-description {
    background-position: 90% 50%;
}


.contactus-form form {
    background: #242424;
    padding: 25px;
        min-width: 300px;
}


.field {
position: relative;
margin-bottom: 20px;
}
.contactus-form form input ,  .contactus-form form textarea , .contactus-form form select  {
    width: 95%;
    padding: 10px 12px;
    font-size: 16px;
    border: none;
    border-radius: 7px;
    text-align: right;
    direction: rtl;
    outline: none;
        font-family: "Darvish";
background: #2b2b2b;
    color: #b3b3b3;
}

.contactus-form form button {
    background: #897a64;
    padding: 10px 15px;
    width: 100%;
    border: navajowhite;
    border-radius: 5px;
    font-family: "Darvish";
    outline: none;
    cursor: pointer;
    font-weight: 500;
}


.contactus-form form .field label {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b3b3b3;
    pointer-events: none;
    transition: 0.3s ease;
}

.field input:focus + label, .field input:not(:placeholder-shown) + label , .field textarea:focus + label ,  .field textarea:not(:placeholder-shown) + label{
    top: -3px !important;
    font-size: 12px;
    color: #FFF;
    background: #242424;
    padding: 0px 5px;
    border-radius: 4px;
}



.contactus-form form textarea  {
    min-height: 71px;
    max-height: 71px;
    resize: none;
}

#link-contactus > div.contactus-form > form > div:nth-child(4) > label {
    top: 19px ;
}





.effect-formdescription {
    background: linear-gradient(to top, rgb(20 20 20 / 88%) 35%, rgba(20, 20, 20, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.form-description p {
    z-index: 9999;
    color: #FFFF;
    position: relative;
    max-width: 67%;
    direction: rtl;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 20px;
}


.hero-section-aboutus {
    position: relative;
    width: 100%;
    min-height: 750px;
    background-image: url('../images/about/bgfinal.png');
    background-position: bottom center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-section-aboutus img.layer-one {
    position: absolute;
    left: 0px;
    top: -25px;
    height: auto;
    width: 280px;
}


.hero-section-aboutus img.layer-two {
    position: absolute;
    right: -1px;
    top: 94px;
    width: 280px;
}

.hero-section-aboutus-description {
    padding: 20px;
    margin: auto;
    display: block;
    text-align: center;
    color: #FFF;
}



.hero-section-aboutus-description img {
    width: 280px;
    margin: auto;
    display: block;
    padding-bottom: 30px;
}

.hero-section-aboutus-description h1 {
    max-width: 500px;
    margin: auto;
    line-height: 44px;
    font-size: 36px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}








:root{
--height: 320px; /* ارتفاع سکشن */
--speed: 22s; /* سرعت لوپ */
--fade: 8%; /* مقدار محو شدن کناره‌ها */
}

.image-marquee{
width:1400px;
padding:24px 0;
overflow:hidden; 
-webkit-mask-image: linear-gradient(to left, transparent var(--fade), black 6%, black 94%, transparent calc(100% - var(--fade)) );
mask-image: linear-gradient(to left, transparent var(--fade), black 6%, black 94%, transparent calc(100% - var(--fade)) );
margin: auto;
position: relative;
top: -140px;
}


/* نوار متحرک که دو بار محتوا تکرار شده برای لوپ صاف */
.marquee-track{
display:flex;
gap:16px;
align-items:center;
/* متن زیر جهت smooth GPU compositing */
will-change:transform;

}


/* هر آیتم تصویر */
.marquee-item{
flex: 0 0 calc((100% - (5*16px)) / 6); /* تقسیم عرض روی 6 عکس با در نظر گرفتن gap */
height: var(--height);
border-radius:12px;
overflow:hidden;
background: #111; /* پشت‌زمینه قبل از بارگذاری عکس */
}


.marquee-item img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transform-origin:center center;
transition:transform .6s ease;
}


.marquee-item:hover img{ transform: scale(1.06); }


/* انیمیشن: حرکت به چپ تا نصف طول (چون محتوا دوبار تکرار شده) */
@keyframes marquee{
from{ transform: translateX(0); }
to{ transform: translateX(-50%); }
}


/* واکنش‌پذیری */
@media (max-width:1000px){
:root{ --height: 260px; }
.marquee-item{ flex: 0 0 calc((100% - (5*12px)) / 4); }
.marquee-track{ gap:12px }
}
@media (max-width:600px){
:root{ --height: 180px; }
.marquee-item{ flex: 0 0 calc((100% - (3*10px)) / 2); }
.marquee-track{ gap:10px }
}


/* اختیار برای کاهش حرکت برای کاربرانی که prefers-reduced-motion فعال کرده‌اند */
@media (prefers-reduced-motion: reduce){
.marquee-track{ animation: none; }
}

.effect-marquee-left {
background: linear-gradient(to right, rgb(20 20 20) 35%, rgb(20 20 20 / 0%) 100%);
    width: 500px;
    height: 100%;
    position: absolute;
    z-index: 999;
    left: -88px;
}

.effect-marquee-right {
background: linear-gradient(to left, rgb(20 20 20) 35%, rgb(20 20 20 / 0%) 100%);
    width: 500px;
    height: 100%;
    position: absolute;
    z-index: 999;
    right: -88px;
}




.aboutus-content-one {
    position: relative;
    width: 100%;
    text-align: center;
    color: #FFF;
    top: -50px;
    overflow: hidden;
}

.content-design {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: space-evenly;
}


.content-design img {
    height: auto;
    padding: 15px;
    display: block;
    margin: auto;
}

.content-design p {
    direction: rtl;
    text-align: right;
    max-width: 550px;
    margin: auto;
    padding: unset;
    display: block;
    line-height: normal;
    font-size: 19px;
    color: #bdbdbd;
}

.content-design h3 {
    font-size: 28px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    margin: auto;
    margin-bottom: 5px;
    direction: rtl;
}

.content-design a {
    text-decoration: none;
    color: black;
    background: #FFF;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    display: block;
    font-size: 16px;
        margin-top: 15px;
}


.content-design.right {
    direction:rtl;
}
.content-design.left {
    direction:ltr;
}


img.layer-content-one {
    position: absolute;
    right: -9px;
    top: 0pc;
    width: 269px;
    z-index: 9;
}



img.layer-content-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
}




.aboutus-content-two {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #07090c;
    z-index: 1;
    background-image: url('../images/Background-Image-min.webp?v=1');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
        padding: 35px 0px;
            padding-bottom: 130px;
}



.aboutus-content-two-description {
    width: 100%;
    text-align: center;
    padding: 25px;
    margin: auto;
    display: block;
    position: relative;
    margin-top: 50px;
}


.aboutus-content-two-description h2 {
    font-size: 28px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
}





.aboutus-content-two-description p {
    text-align: center;
    direction: rtl;
    padding: unset;
    margin: auto;
    color: #FFFF;
    max-width: 700px;
    font-size: 18px;
}


.aboutus-content-two-container {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 25px;
    padding-top: 80px;
}

.video-seminar {
    display: block;
    min-width: 30%;
    padding: 12px 8px;
    border-radius: 15px;
    background: #ffffff38;
    text-align: right;
}
.video-seminar span {
    color: #FFF;
    position: relative;
    top: 4px;
    direction: rtl;
    display: block;
    text-align: center;
}

.aboutus-content-two-container div.video-seminar * {
    border-radius:15px !important;
}

div.aboutus-content-two-container > div:nth-child(2) {
    position: relative;
    top: -50px;
}


.aboutus-content-two a {
    text-align: center;
    margin: auto;
    display: block;
    text-decoration: none;
    font-size: 16px;
    background: #FFF;
    width: fit-content;
    color: black;
    padding: 3px 13px;
    border-radius: 25px;
}


.aboutus-content-two a i {
    position: relative;
    top: 2px;
    font-size: 14px;
    padding-right: 3px;
}


.aboutus-content-two:before {
    content: "";
    background: linear-gradient(to top, rgb(20 20 20 / 94%) 35%, rgba(20, 20, 20, 0) 100%);
    height: 100px;
    z-index: 99999;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
}


section#support {
    width: 100%;
    position: relative;
    height: auto;
    padding: unset;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 180px;
    padding-bottom: 42px;
    max-width: 1400px;
}


.support-image-background {
    width: 100%;
    margin: auto;
    display: block;
    position: absolute;
    z-index: -1;
    top: 60px;
    right: 0px;
}


section#support:before {
    content: "";
    position: absolute;
    margin: auto;
    padding: unset;
    width: 1122px;
    height: 280px;
    background: url('https://etminanfanavari.com/assets/images/pattern-2.webp?v=1');
    top: 198px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 999999999;
    left: 50%;
    transform: translate(-50%, -50%);
}


.support-description span {
    color: rgb(255, 223, 125);
    direction: rtl;
    text-align: center;
    max-width: 650px;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.support-description h1 {
margin: auto;
    font-size: 36px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-description {
display: flex;
    flex-direction: column;
    margin: auto;
    text-align: right;
    color: #FFF;
    position: relative;
    align-items: center;
    justify-content: space-between;
}


section#support_faq {
display: flex;
    padding: 60px 0;
    color: #FFF;
    direction: rtl;
    position: relative;
    height: auto;
    min-height: 460px;

}
.support_faq_container  {
display: flex;
    margin: auto;
    max-width: 1160px;
    text-align: justify;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch; 
}


.support_faq_container div {
    padding: 25px;
    background: #2a2a2a8a;
    margin-bottom: 20px;
    border-radius: 15px;
    width: 500px;
    position: relative;
}


.support_faq_container div b {
    direction: rtl;
    padding: unset;
    display: block;
    text-align: right;
    margin: auto;
    line-height: normal;
    font-size: 17px;
    background: linear-gradient(to left, #ffffff, #897a64);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.support_faq_container div p {
    direction: rtl;
    margin: unset;
    padding: unset;
    display: block;
    text-align: right;
    line-height: 21px;
    margin-top: 8px;
    color: #d8d8d8;
    font-size: 16px;
}



img.support_faq_pattern_1 {
    position: absolute;
    left: 0px;
    top: -116px;
    width: 174px;
}
img.support_faq_pattern_2 {
    position: absolute;
    right: 0px;
    top: -116px;
    width: 174px;
}

img.support_pattern_2 {
    position: relative;
    width: 150px;
    filter: hue-rotate(175deg);
    top: 34px;
    left: -27px;
}

img.support_pattern_1 {
    position: relative;
    width: 160px;
    filter: hue-rotate(175deg);
}


img.support_pattern_2 {
    position: relative;
    right: 50px;
    width: 160px;
    filter: hue-rotate(175deg);
}


section#support_contact {
    width: 100%;
    text-align: center;
    color: #FFF;
    direction: rtl;
    margin: auto;
    padding: unset;
    display: block;
    position: relative;
    padding: 100px 0px;
}


.support_contact_container {
    max-width: 1400px;
    margin: auto;
    display: block;
}


.support_contact_description h3 {
margin: auto;
    font-size: 28px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 408px;
    line-height: 33px;
    margin-bottom: 10px;
    margin-top: 10px;
}


.support_contact_description p {
    margin: auto;
    font-size: 18px;
    margin-bottom: 30px;
    width: fit-content;
    position: relative;
}

.support_contact_action {
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}



.support_contact_action a {
    text-decoration: none;
    color: black;
    background: #FFF;
    padding: 7px 10px;
    border-radius: 7px;
    margin-left: 7px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
}

.green-background {
    background: #4caf50 !important;
    color: #ffffff !important;
}




.support_contact_description {
    width: fit-content;
    margin: auto;
    position: relative;
}

.support_team_profile {
    width: 150px;
    height: 150px;
    align-items: center;
    background: url('../images/pattern-2.webp?v=1');
    margin: auto;
    display: flex;
    background-position: center;
    background-size: auto;
    border-radius: 100%;
    justify-content: center;
    position: relative;
}
.support_team_profile img {
    border-radius: 100%;
    width: 100px;
}
.support_team_profile video {
    border-radius: 100%;
    overflow: hidden;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 126px;
    height: 126px;
}




.effect-type {
    position: absolute;
    right: -210px;
    background: #ffffff;
    color: black;
    padding: 5px;
    border-radius: 12px;
    top: 10px;
    min-width: 163px;
    max-width: 163px;
    height: 24px;
    box-shadow: 14px -7px 85px 0px #ffffff99;
}

.effect-type:after {
    content: '';
    position: absolute;
    background: transparent;
    top: 29px !important;
    left: -28px !important;
    width: 60px !important;
    height: 60px !important;
    background-image: url('../images/arrow_handwrite.png?v=1') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: rotate(346deg);
    filter: invert(1);
}


.effect-type p {
    margin: auto;
    direction: rtl;
    text-align: right;
    font-size: 16px;
}


div#section-cover {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

div#section-cover:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0px;
    height: 100%;
    opacity: 1;
    top: 0;
    /* background: linear-gradient(to bottom, transparent 0%, #141414 540px); */
    backdrop-filter: blur(2px);
    bottom: 0px;
    /* z-index:999; */
        z-index: 1;  /* به جای 999 */
    pointer-events: none;
}



.section-cover-description {
    z-index: 9999999;
    position: absolute;
    bottom: 0px;
    min-width: 500px;
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
}


.section-cover-description ul
 {
    display: flex;
    direction: rtl;
    text-align: center;
    width: fit-content;
    margin: auto;
}


.section-cover-description ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d7d7d7;
    padding: 0px 40px;
    text-align: right;
}


.section-cover-description ul li:last-child {
    border:none;
}


.section-cover-description ul li span:first-child {
    font-weight: bold;
    color: #141414de;
}


.section-cover-description img {
border-radius: 13px;
    position: absolute;
    right: 50px;
    bottom: 27px;
    width: 48px;
        filter: grayscale(1);
}



.section-cover-description h1 {
    max-width: 500px;
    margin: auto;
    background: linear-gradient(#000000, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    text-align: center;
    margin-top: unset;
    margin-bottom: 20px;
        direction: rtl;
}


.section-cover-video {
    position: absolute;
    z-index: 0;           /* از -1 به 0 */
    width: 40%;
    top: 40px;
    left: 50%;            /* ← اضافه کن */
    transform: translateX(-50%); /* ← اضافه کن برای وسط‌چین */
}
.section-cover-video img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* اختیاری */
}

.section-cover-video video
{
       width: 100%;
}




#play-demo {
    top: 50%;
    z-index: 999999;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 54px 0px #ffffff;
    border-radius: 100%;
}

header ul.menu-desktop i {
    margin-left: 6px;
    position: relative;
    font-size: 13px;
    opacity: 0.8;
}


div#section-details {
    width: 900px;
    background: #262626;
    display: block;
    position: relative;
    z-index: 999;
    margin: auto;
    border-radius: 21px;
    top: -75px;
    padding: 25px;
    direction: rtl;
    text-align: justify;
    color: #FFF;
}


.details-container {
    display: block;
    margin: auto;
    max-width: 710px;
    padding: 10px;
    padding-top: 70px;
}




.overflow-height
{
    max-height: 300px;
    overflow: hidden;
    height: 300px;
}


.max-height-details-box {
 position: relative;
    color: #e0e0e0;
    display: block;
    width: 100%;
    float: right;
    padding-bottom: 50px;
}


.max-height-details-box:before {
    content: "";
    background: linear-gradient(to top, rgb(38 38 38) 35%, rgba(20, 20, 20, 0) 100%);
    height: 70px;
    z-index: 99999;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


button.toggle-btn {
    font-family: "Darvish";
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgb(255, 223, 125);
    direction: rtl;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    top: -15px;
    z-index: 9999999999999;
    margin-bottom: 40px;
}


button.toggle-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}


.max-height-details-box h2 {
    max-width: 500px;
    background: linear-gradient(#ffffff, #aaaaaa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    text-align: center;
    margin-top: unset;
    margin-bottom: 20px;
    direction: rtl;
    text-align: right;
}


.max-height-details-box h2 i {
    font-size: 18px;
    margin-left: 4px;
    margin-right: 3px;
}

.text-light {
    background: #FFF !important;
}

.text-light * {
    color: #262626 !important;
}
.max-height-details-box img {
    width: 100%;
    border-radius: 15px;
    height: auto;
    display: block;
    margin: 10px auto;
    cursor: default;
}


div#projects_items ul {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: unset;
    width: 94%;
    float: right;
}


#projects_items ul li {
    width: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.13), transparent);
    border: 1px solid rgba(255, 255, 255, 0.067);
    padding: 8px 10px;
    border-radius: 9px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
}

#projects_items ul li div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#projects_items ul li div i {
    font-size: 14px;
    margin-left: 10px;
        margin-right: 13px;
}

#projects_items ul li div p {
    font-size: 16px;
    font-weight: 500;
    padding: unset;
    margin: auto;
}
#projects_items ul li div span {
    font-weight: 500;
    font-size: 14px;
}
#projects_items ul li div:last-child {
    direction: ltr;
}
#projects_items ul li div:last-child i {
    margin-right: 5px;
}


li.season {
        background: linear-gradient(45deg, #262626, #262626, #262626, #262626, rgb(255 223 125 / 48%)) border-box !important;
}

li.season b {
    color: rgb(255 223 125 / 77%);
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;
}





















.question-projects {
    width: 100%;
    padding: 25px;
    margin: auto;
    margin-bottom: 10px;
}



.question-projects {
    width: 100%;
    padding: unset;
    margin: auto;
    margin-bottom: 20px;
}


div#projects_faq h3,div#projects_faq h4,div#projects_faq h5,div#projects_faq h6 {
    width: 100%;
    display: block;
    padding: unset;
    margin: auto;
    color: rgb(255, 223, 125);
}

div#projects_faq p {
    width: 100%;
    display: block;
    padding: unset;
    margin: auto;
    direction: rtl;
    text-align: justify;
}


div#videos-users-projects {
    display: flex;
    flex-direction: column;
    background-image: url('../images/Header-Background-min.webp?v=1');
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 25px;
    border-radius: 15px;
    height: 200px;
    margin-bottom: 200px;
}

div#videos-users-projects:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3f51b536;
    top: 0px;
    right: 0px;
    border-radius: 15px;
}

div#videos-users-projects * {
    z-index: 9999;
}

#videos-users-projects > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#videos-users-projects > div:nth-child(1) > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#videos-users-projects > div:nth-child(1) > div:nth-child(1) img {
    width: 56px;
    padding: 5px;
    margin-left: 10px;
    opacity: 0.6;
}
#videos-users-projects > div:nth-child(1) > div:nth-child(1) b {
    margin: auto;
    background: linear-gradient(#ffffff, #adafb7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    text-align: center;
    direction: rtl;
}

#videos-users-projects > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) p {
    margin: auto;
    direction: rtl;
    text-align: right;
    font-size: 15px;
}
#videos-users-projects > div:nth-child(1) > div:nth-child(2) a {
    text-decoration: none;
    color: #FFF;
    padding: 3px 14px;
    border-radius: 25px;
    border: 1px solid;
    line-height: normal;
    font-size: 14px;
}


#videos-users-projects > div:nth-child(2) {
    display: flex;
    top: 17px;
    position: relative;
}
.video-of-user {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    margin: 0px 5px;
    border-radius: 10px;
    margin-top: 23px;
}


.video-of-user video {
    width: 100%;
    display: block;
    margin: auto;
        position: relative;
    top: -39px;
}


.description-video-user {
    position: absolute;
    top: -5px;
    background: #35394e;
    border-radius: 6px;
    padding: 0px 6px;
    font-size: 13px;
    color: #FFFF;
    right: 32px;
    min-width: 80px;
    text-align: center;
}
.play-icon-video-user {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-icon-video-user i {
    font-size: 26px;
    opacity: 0.8;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease;
}


.play-icon-video-user:hover i {
    transform: translateY(6px);
    opacity: 1;
    box-shadow: 0px 0px 59px 0px #ffffff;
    border-radius: 100%;
}


#projects_comments form > div:nth-child(1) {
    display: flex;
}


#projects_comments form > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}


#projects_comments form * {
    font-family: "Darvish";
    border: none;
    padding: unset;
    margin: unset;
    outline: none;

    direction: rtl;
    text-align: right;
}



#projects_comments form input::placeholder , #projects_comments form textarea::placeholder  {
  color: #fff;
  opacity:0.6;
}


#projects_comments form > div:nth-child(1) input {
    border-radius: 10px;
    padding: 10px 10px;
    border: 5px solid #262626;
    font-size: 14px;
        width: 100%;
        background: #414141;
        color:#fff;
}

#projects_comments form > div:nth-child(2) textarea {
    border-radius: 10px;
    padding: 10px 10px;
    border: 5px solid #262626;
    font-size: 14px;
    min-height: 100px;
    resize: none;
    background: #414141;
    color:#fff;
}

#projects_comments form > div:nth-child(2) button {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    border: 5px solid #262626;
    background: rgb(255, 223, 125);
    cursor: pointer;
    font-weight: 500;
    
}

div#projects_comments h2 {
    max-width: 500px;
    background: linear-gradient(#ffffff, #aaaaaa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    text-align: center;
    margin-top: unset;
    direction: rtl;
    text-align: right;
    margin-bottom: unset;
}

div#projects_comments h2 i {
    margin-left: 7px;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 4px;
}

.projects_comments_form p {
    margin: auto;
    padding: unset;
    display: block;
    margin-right: 5px;
}

.projects_comments_form form {
    margin-top: 20px;
}


.comment-details {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.13), transparent);
    border: 1px solid rgba(255, 255, 255, 0.067);
    border-radius: 5px;
    padding: 15px;
    direction: rtl;
    text-align: justify;
    margin-bottom: 10px;
    position: relative;
}

.comment-details-header ul {
    display: flex;
    padding: unset;
    margin: auto;
}


.comment-details-header ul li {
    list-style: none;
    margin-left: 10px;
}

.comment-details-header ul li i {
    font-size: 14px;
    opacity: 0.7;
    margin-left: 2px;
}

.answer-support p {
    margin: auto;
    display: block;
    width: 100%;
    text-align: right;
    direction: rtl;
    line-height: normal;
}

.answer-support span {
    padding-top: 5px;
    display: block;
    border-top: 1px solid #80808036;
    margin-top: 10px;
    color: #897a64;
}
.answer-support span img {
    width: 20px;
    height: auto;
    margin-left: 3px;
    position: relative;
    top: 5px;
}

.comments-users {
    display: block;
    float: right;
    width: 100%;
    margin-top: 20px;
}


span.projects-student {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 13px;
    background: #897a648c;
    padding: 2px 5px;
    border-radius: 5px;
    color: #141414;
    font-weight: 500;
}









.star {
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 279px 498px #ccc, 452px 318px #999, 946px 618px #999, 810px 795px #999, 1362px 890px #999, 116px 894px #999, 1698px 811px #999, 254px 854px #999, 270px 520px #999, 1746px 217px #999, 246px 724px #999, 1598px 757px #999, 106px 32px #999, 460px 573px #999, 35px 803px #999, 1004px 930px #999, 280px 273px #999, 1314px 744px #999, 1567px 571px #999, 1540px 557px #999, 1616px 395px #999, 1011px 374px #999, 1491px 399px #999, 512px 639px #999, 1339px 252px #999, 635px 946px #999, 832px 743px #999, 335px 43px #999, 44px 677px #999, 861px 45px #999, 858px 449px #fff, 585px 343px #ccc, 1028px 235px #999, 241px 614px #999, 163px 618px #999, 141px 112px #999, 1367px 112px #fff, 317px 41px #ccc, 267px 949px #999, 1003px 788px #999, 1607px 367px #999, 1689px 539px #999, 978px 102px #999, 1500px 615px #ccc, 304px 741px #999, 1698px 664px #999, 820px 47px #999, 1454px 782px #999, 1856px 40px #999, 219px 459px #ccc, 258px 416px #999, 1160px 537px #999, 218px 190px #999, 978px 359px #999, 30px 918px #999, 914px 227px #ccc, 1824px 583px #999, 569px 819px #999, 251px 393px #999, 1866px 651px #999, 1199px 611px #999, 5px 650px #ccc, 1426px 692px #999, 1655px 752px #999, 749px 454px #999, 1580px 927px #999, 551px 185px #999, 1830px 135px #ccc, 1621px 6px #999, 1256px 476px #999, 1851px 212px #999, 717px 896px #999, 938px 598px #999, 1838px 522px #ccc, 1604px 354px #999, 1671px 369px #999, 1720px 575px #fff, 440px 843px #999, 1662px 630px #999, 1514px 634px #ccc, 1138px 356px #999, 886px 384px #999, 1909px 303px #fff, 1799px 231px #999, 634px 180px #999, 1067px 551px #ccc, 1563px 519px #999, 1482px 879px #fff, 1730px 642px #fff, 537px 261px #999, 486px 88px #999, 1097px 11px #ccc, 185px 58px #999, 1106px 609px #fff, 596px 610px #fff, 1412px 561px #999, 443px 228px #999, 1640px 173px #ccc, 1356px 643px #fff, 899px 31px #fff, 1828px 91px #fff, 130px 944px #999, 16px 53px #999, 201px 295px #ccc, 928px 668px #fff, 1554px 259px #999, 435px 712px #fff, 829px 421px #999, 1645px 973px #999, 1707px 231px #ccc, 42px 392px #fff, 122px 123px #999, 1127px 106px #999, 620px 469px #999, 370px 179px #999, 49px 751px #ccc, 184px 666px #fff, 1759px 402px #999, 513px 226px #999, 1304px 66px #999, 1123px 108px #999, 1790px 465px #ccc, 73px 276px #fff, 1189px 318px #999, 1829px 848px #999, 283px 133px #999, 1099px 497px #999, 1080px 134px #ccc, 1479px 367px #fff, 1738px 109px #999, 353px 834px #999, 1279px 34px #999, 1660px 88px #999, 391px 28px #ccc, 1719px 458px #fff, 249px 361px #999, 266px 582px #999, 229px 352px #999, 557px 486px #999, 278px 526px #ccc, 437px 594px #fff, 1044px 884px #999, 162px 651px #999, 1417px 436px #999, 139px 376px #999, 1417px 860px #ccc, 949px 667px #fff, 1285px 451px #999, 1726px 465px #999, 45px 53px #999, 1104px 577px #999, 1848px 327px #ccc, 155px 497px #fff, 578px 119px #999, 1069px 982px #999, 257px 86px #999, 1237px 187px #999, 1614px 158px #ccc, 1167px 63px #fff, 30px 932px #999, 486px 968px #999, 368px 581px #999, 919px 209px #999, 1134px 496px #ccc, 747px 561px #fff, 1143px 984px #999, 79px 829px #999, 527px 799px #999, 962px 21px #999, 338px 673px #ccc, 1793px 753px #fff, 344px 349px #999, 625px 672px #999, 1351px 312px #999, 65px 696px #999, 1220px 926px #ccc, 891px 850px #fff, 1111px 505px #999, 271px 332px #999, 906px 639px #999, 16px 799px #999, 1824px 422px #ccc, 4px 418px #fff, 1476px 322px #999, 1127px 447px #999, 322px 649px #999, 1010px 324px #999, 1042px 65px #ccc, 1387px 455px #fff, 1775px 985px #999, 33px 930px #999, 1610px 556px #999, 1593px 1253px #999, 1793px 1120px #999, 1293px 1220px #999, 1593px 990px #999, 1623px 1153px #999, 93px 1053px #fff, 153px 1153px #fff, 193px 1253px #999, 293px 1120px #999, 393px 1220px #999, 493px 990px #999, 523px 1153px #999, 596px 1315px #ccc, 737px 1314px #ccc, 896px 1459px #ccc, 375px 1419px #ccc, 1106px 1293px #ccc, 888px 1203px #ccc, 938px 1481px #ccc, 1189px 1475px #ccc, 170px 1421px #ccc;
}
.metors-container {
    width: 100vw;
    overflow-x: hidden;
}

.meteor-1 {
    position: absolute;
    top: 108px;
    left: 64%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    animation: meteor 8s linear infinite;
}

.meteor-1 {
    position: absolute;
    top: 108px;
    left: 64%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 8s linear infinite
}

.meteor-1:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-2 {
    position: absolute;
    top: 214px;
    left: 36%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 7.1s linear infinite
}

.meteor-2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-3 {
    position: absolute;
    top: 276px;
    left: 69%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9.7s linear infinite
}

.meteor-3:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-4 {
    position: absolute;
    top: 121px;
    left: 30%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 6.3s linear infinite
}

.meteor-4:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-5 {
    position: absolute;
    top: 97px;
    left: 88%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9.2s linear infinite
}

.meteor-5:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-6 {
    position: absolute;
    top: 179px;
    left: 78%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 7.3s linear infinite
}

.meteor-6:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-7 {
    position: absolute;
    top: 114px;
    left: 54%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 10s linear infinite
}

.meteor-7:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-8 {
    position: absolute;
    top: 158px;
    left: 41%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9s linear infinite
}

.meteor-8:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-9 {
    position: absolute;
    top: 89px;
    left: 70%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 8.3s linear infinite
}

.meteor-9:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-10 {
    position: absolute;
    top: 135px;
    left: 73%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 5.1s linear infinite
}

.meteor-10:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-11 {
    position: absolute;
    top: 242px;
    left: 65%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 5.2s linear infinite
}

.meteor-11:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-12 {
    position: absolute;
    top: 113px;
    left: 72%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 4.5s linear infinite
}

.meteor-12:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-13 {
    position: absolute;
    top: 196px;
    left: 10%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 8.3s linear infinite
}

.meteor-13:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-14 {
    position: absolute;
    top: 252px;
    left: 57%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 5.8s linear infinite
}

.meteor-14:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

.meteor-15 {
    position: absolute;
    top: 158px;
    left: 79%;
    width: 300px;
    height: 1px;
    transform: rotate(-45deg);
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    animation: meteor 9.3s linear infinite
}

.meteor-15:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2px;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 15px 3px #fff
}

@keyframes meteor {
    0% {
        opacity: 1;
        margin-top: -300px;
        margin-right: -300px
    }

    12% {
        opacity: 0
    }

    15% {
        margin-top: 300px;
        margin-left: -600px;
        opacity: 0
    }

    to {
        opacity: 0
    }
}



.shadow-shape-1 {
    position: absolute;
    top: -96%;
    left: -12%;
    opacity: 0.65;
}

.bgCustomer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -107px;
    z-index: -1;
    /* background: radial-gradient(#192323 5%, #141414 70%); */
    height: 600px;
    width: 1000px;
    will-change: transform, opacity;
}




div#section-category-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    text-align: center;
    color: #FFF;
    margin-top: 15pc;
}

#section-category-1 h1 {
    max-width: 640px;
    margin: auto;
    line-height: 57px;
    font-size: 35px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


#section-category-1 p {
    margin: auto;
    text-align: center;
    max-width: 650px;
    font-size: 17px;
    color: #b9b9b9;
    margin-top: 11px;
    line-height: 20px;
    margin-bottom: 33px;
}

div#section-category-1 > div {
    overflow: hidden;
    max-height: 216px;
}

div#section-category-1 > div >svg
{
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}

div#section-category-2 {
    width: 100%;
    display: block;
    padding: unset;
    margin: auto;
    position: relative;
    margin-top: 25px;
    text-align: center;
    color: #FFFF;
    direction: rtl;
    margin-bottom: 83px;
}

.filter-projects {
    margin: auto;
    display: block;
    width: fit-content;
}


.filter-projects ul {
    display: flex;
    flex-direction: row;
    padding: unset;
    margin: auto;
}


.filter-projects ul li {
    height: 40px;
    display: flex;
    padding: 0px 26px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(208, 224, 239, 0.1);
    list-style: none;
    margin: auto 10px;
    font-size: 15px;
    cursor: pointer;
    color: #dadada;
    transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
    min-width: 90px;
}

.filter-projects ul li.defualt{
    background: linear-gradient(222deg, rgba(255, 255, 255, 0.36) 0%, rgba(61, 61, 61, 0.04) 44.5%, rgba(0, 0, 0, 0) 100%);
    border-color: rgb(60, 60, 60);
}


.filter-projects ul li:hover
{
    background: linear-gradient(222deg, rgba(255, 255, 255, 0.36) 0%, rgba(61, 61, 61, 0.04) 44.5%, rgba(0, 0, 0, 0) 100%);
    border-color: rgb(60, 60, 60);
    color: #fff;
  transform: translateY(-2px);
}


   
.filter-projects ul li:last-child img {
    position: absolute;
    right: 0px;
    width: 90px;
}


.icon-box-projects {
    width: 100%;
    display: flex;
     color: #dfdfdf;
}


.icon-box-projects i {
    margin-left: 2px;
    font-size: 14px;
    color: #dfdfdf;
}


.icon-box-projects div {
    margin-left: 8px;
}



#section-category-3 > div > div > div > h3 {
    margin-bottom: 5px;
}


.field select {
    width: 103% !important;
}













#iosAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999999999999999;
    display: none;
}

.ios-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    top: 0;
    left: 0;
}

.ios-alert-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ios-alert-title {
    color: black;
    text-align: right;
    font-size: 15px;
    font-weight: 900;
    margin: auto;
    direction: rtl;

}

.ios-alert-text {
    font-size: 15px;
    color: #000000;
    text-align: right;
    direction: rtl;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    direction: rtl;
}

.ios-alert-btn {
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    font-family: "Darvish";
    direction: rtl;
}



a#payment-link {
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: -54px;
    background: black;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 63px;
    z-index: 99999999999;
    box-shadow: -14px -6px 55px 0px #ffffff8f;
}

select#department {
    cursor: pointer;
}

form#contactus .disabled {
    pointer-events: none;
    cursor: default;
}

header ul li a svg {
 width: 19px;
    filter: invert(1);
    padding-left: 5px;
    height: auto;
}


.hero-section-details div a svg {
    width: 19px;
    position: relative;
    top: 6px;
    padding-left: 4px;
    height: auto;
}


.hero-section-details div a:nth-child(2) svg {
  filter: invert(1);
}


img.pattern-why-1 {
    position: absolute;
    right: -19pc;
    width: 250px;
    top: 0pc;
    transform: rotate(134deg);
}


img.pattern-why-2 {
    position: absolute;
    left: -32pc;
    width: 250px;
    top: 3pc;
    transform: rotate(330deg);
}


.mentor-description  {
    color: #FFF;
    text-align: center;
    direction: rtl;
    margin: auto;
    display: block;
    position: relative;
    line-height: normal;
    width: fit-content;
    margin-bottom: 50px;
    z-index: 9999999;
}

.mentor-description h2 {
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: unset;
    padding: unset;
    line-height: normal;
}

.mentor-description p {
max-width: 500px;
    text-align: center;
    direction: rtl;
    line-height: normal;
    font-size: 18px;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}

img.mentor-pattern-1 {
    position: absolute;
    right: 0px;
    width: 500px;
    top: 0px;
}


img.mentor-pattern-2 {
    position: absolute;
    left: -502px;
    width: 350px;
    top: 23px;
}


img.mentor-pattern-3 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 350px;
}


section.timeline {
    width: 1200px;
    margin: auto;
    display: block;
    position: relative;
    top: -170px;
}
.timeline-main .timeline-item {
    padding: 2px;
}
.ac-slide-img {
background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 95%;
    height: 300px;
    margin: auto;
    display: block;
    margin-top: 8px;
    background-size: cover;
}

section#about-us .slick-slide.slick-current.slick-active.slick-center {
    width: 310px !important;
    background: #080808;
    border-radius: 10px;
    position: relative;
}




.timeline-subject {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
    display:none;
    margin-top: -17px;
    direction: rtl;
}


.timeline-description {
    text-align: center;
    direction: rtl;
    color: #FFF;
    font-size: 15px;
    max-width: 80%;
    display: block;
    margin: auto;
    line-height: normal;
    display:none;
    margin-bottom: 15px;
}

.timeline-year span {
    width: 10px;
    height: 11px;
    border-radius: 100%;
    border: 1px solid gray;
    display: block;
    margin-bottom: 4px;
    background: #141414;
    z-index: 9999;
    position: relative;
}


.slick-slide.slick-current.slick-active.slick-center .timeline-description ,
.slick-slide.slick-current.slick-active.slick-center .timeline-subject {
     display:block;
}

.slick-slide.slick-current.slick-active.slick-center .timeline-year span {
    display:none;
}
.timeline-year {
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 33px;
    flex-direction: column;
    z-index: 999;
    color: gray;
    background: #141414;
    width: fit-content;
}

.slick-slide.slick-current.slick-active.slick-center  .timeline-year {
    color: black;
    width: 40px;
    height: 40px;
    background: #dedede;
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.timeline-item.slick-slide.slick-current.slick-active.slick-center:before {
    content: "";
    width: 200px;
    height: 200px;
    /* background-image: url('../images/Asset61.webp?v=1'); */
    position: absolute;
    bottom: -2px;
    background-size: cover;
    z-index: -1;
    transform: rotate(90deg);
    left: -15px;
    opacity: 0.6;
}

.dashed-line {
height: 1px;
    background: repeating-linear-gradient(to right, #ffffff4a 0, #ffffff4a 4px, transparent 4px, transparent 9px);
    position: absolute;
    top: 21.8pc;
    width: 100%;
    z-index: -1;
}


.slick-track {
    display: flex !important;
}
.slider-controls {
    display: none;
}


.timeline-item.slick-slide.slick-current.slick-active.slick-center .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93%;
    position: relative;
    top: -38px;
    margin: auto;
}



.timeline-item.slick-slide.slick-current.slick-active.slick-center .slider-controls button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid gray;
    background: black;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    margin: unset;
    cursor: pointer;
}


section#latest_posts {
    direction: rtl;
    text-align: center;
    color: #FFF;
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 110px;
}


.main_latest_posts {
    margin: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.description_latest {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    flex-direction: column;
    width: 40%;
    position: relative;
}


.description_latest h3 {
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: unset;
    padding: unset;
    line-height: normal;
    text-align: right;
}


.description_latest p {
    direction: rtl;
    text-align: right;
    margin: unset;
    font-size: 18px;
    margin-bottom: 18px;
}


.description_latest a {
    direction: rtl;
    text-align: left;
    text-decoration: none;
    color: black;
    background: linear-gradient(to left, #897a64, #FFF);
    padding: 4px 18px;
    border-radius: 25px;
    cursor: pointer;
}


.posts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 60%;
}



.post-item {
    direction: rtl;
    text-align: right;
    display: flex;
    min-width: 45.33%;
    max-width: 45.33%;
    padding: 15px;
}

.post-item a {
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    position: relative;
}

.post-item span {
    font-size: 13px;
    color: #f6ca6c;
}
.post-item h3 {
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin: unset;
    padding: unset;
    line-height: normal;
    text-align: right;
}


.post-item a i {
    position: relative;
    background: linear-gradient(131deg, rgb(31, 31, 20) -39%, rgb(10, 10, 10) 64%);
    padding: 10px;
    border-radius: 5px;
    width: 50px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    top: 2px;
    margin-left: 14px;
}

.post-item a i:after {
    content: "";
    background: linear-gradient(131deg, rgb(240 240 240) -25%, rgb(15, 14, 12) 35%, rgb(20 20 20) 105%);
    position: absolute;
    width: 50px;
    height: 50px;
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 6px;
}



img.latest_posts-pattern-1 {
    width: 236px;
    position: absolute;
    right: -171px;
    z-index: -1;
    opacity: 0.6;
    bottom: 60px;
    object-fit: contain;

  transform-style: preserve-3d;
  transform-origin: 50% 50%;

  /* دو انیمیشن همزمان: چرخش + نزدیک/دور شدن */
  animation:
    cubeSpin 14s linear infinite,
    cubeFloat 6.5s ease-in-out infinite;

  will-change: transform;
  backface-visibility: hidden;

  /* نرم‌تر شدن لبه‌ها و حس عمق */
  filter: drop-shadow(0 18px 35px rgba(0,0,0,.25));
}

@keyframes cubeSpin{
  0%   { transform: rotateX(-12deg) rotateY(0deg)   rotateZ(0deg); }
  50%  { transform: rotateX(-16deg) rotateY(180deg) rotateZ(1.5deg); }
  100% { transform: rotateX(-12deg) rotateY(360deg) rotateZ(0deg); }
}

/* نزدیک/دور شدن + یه حرکت ریز بالا پایین */
@keyframes cubeFloat{
  0%   { transform: translateZ(-35px) translateY(2px) scale(0.98); }
  50%  { transform: translateZ(55px)  translateY(-6px) scale(1.04); }
  100% { transform: translateZ(-35px) translateY(2px) scale(0.98); }
}



div#hero-elit .freelancer:before {
    display:none;
}

div#hero-elit .mentor {
    margin-top: 90px;
}

div#hero-elit  img.mentor-pattern-1 {
  z-index: 9999;
}

div#hero-elit  .shadow-shape-1 {
    z-index: 99;
}


section#elit .mentor-description p {
    margin: auto;
    margin-top: 12px;
}


section#elit  img.mentor-pattern-2 {
    left: 100px;
    bottom: 0px;
    animation: cubeSpin 14s linear infinite, cubeFloat 6.5s ease-in-out infinite;
    will-change: transform;
    backface-visibility: hidden;
    filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .25));
    top: unset;
}


section#elit img.cover-mentor {
    z-index: 9999999;
}

img.elit_timeline_cover {
    display: block;
    margin: auto;
    cursor: pointer;
    width: 700px;
    height: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    position: relative;
        z-index: 99;
}


div#elit_timeline {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}



.elit_container {
    margin: auto;
    display: block;
    position: relative;
}



.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

div#elit_timeline .wrapper {
  width: 100%;
  background: url('../images/Background-Image-min.webp?v=1') center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.content {
  height: 600px;
  margin: auto;
  width: 100%;
  max-width: 1050px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .content {
    max-width: 920px;
  }
}
@media screen and (max-width: 992px) {
  .content {
    max-width: 920px;
    margin-top: 100px;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.bg-shape {
  height: 68%;

  box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
  border-radius: 30px;
  padding: 45px 40px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(-45deg, #c59645 0%, #bfa273 100%);
}
@media screen and (max-width: 1200px) {
  .bg-shape {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .bg-shape {
    width: 90%;
    height: 290px;
    align-items: flex-start;
    padding: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .bg-shape {
    padding: 30px;
    width: 95%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .bg-shape {
    height: 200px;
    padding: 30px;
  }
}
.bg-shape img {
  object-fit: contain;
  width: 510px;
  display: block;
  object-position: left center;
  opacity: 0.2;
  transform: rotate(-90deg) translateY(-50%);
  max-width: inherit;
  left: 10px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .bg-shape img {
    width: 430px;
    left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .bg-shape img {
    transform: none;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
    object-position: top center;
  }
}

.next, .prev {
  z-index: 22;
  display: inline-flex;
  border: none;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
}
.next.disabled, .prev.disabled {
  cursor: not-allowed;
}
.next:focus, .prev:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .next, .prev {
    top: 170px;
  }
}

.prev {
  left: -30%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1200px) {
  .prev {
    left: -21%;
  }
}
@media screen and (max-width: 992px) {
  .prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .prev {
    transform: translate(20%, -50%);
  }
}

.next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 576px) {
  .next {
    transform: translate(-20%, -50%);
  }
}

.product-slider {
  width: 75%;
  height: 85%;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .product-slider {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .product-slider {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }
  .product-slider br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-slider {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}
.product-slider__wrp {
  height: 100%;
}
.product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .product-slider__item {
    height: auto;
  }
}
.product-slider__item.swiper-slide-active .product-slider__content > * {
  opacity: 1;
  transform: none;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
  transition-delay: 0s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
  transition-delay: 0.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
  transition-delay: 0.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
  transition-delay: 1s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
  transition-delay: 1.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
  transition-delay: 1.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
  transition-delay: 1.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
  transition-delay: 1.8s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
  transition-delay: 2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
  transition-delay: 2.2s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
  transition-delay: 2.4s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
  transition-delay: 2.6s;
}
.product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
  transition-delay: 2.8s;
}
.product-slider__item.swiper-slide-active circle {
  animation: progress 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0.75;
}
.product-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  direction: rtl;
    text-align: right;
}
@media screen and (max-width: 992px) {
  .product-slider__card {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product-slider__card {
    border-radius: 20px;
  }
}
.product-slider__cover {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: block;
  object-fit: cover;
  filter: blur(3px);
}
@media screen and (max-width: 767px) {
  .product-slider__cover {
    border-radius: 20px;
  }
}
.product-slider__content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 315px;
  padding-right: 80px;
  top:-48px;
}
@media screen and (max-width: 1200px) {
  .product-slider__content {
    padding-left: 220px;
  }
}
@media screen and (max-width: 992px) {
  .product-slider__content {
    padding: 20px 60px 100px;
    padding-top: 280px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .product-slider__content {
    padding: 20px 30px 50px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__content {
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-slider__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .product-slider__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__title {
    font-size: 24px;
  }
}
.product-slider__price {
  display: block;
  font-size: 35px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
  .product-slider__price {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__price {
    font-size: 30px;
  }
}
.product-slider__price sup {
  top: -20px;
  font-size: 65%;
}
.product-slider__cart {
  box-shadow: 0 7px 99px 0 #C6933A;
    background-image: linear-gradient(-45deg, #C6933A 0%, #bda57d 100%);
    border: none;
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family: "Darvish";
}
@media screen and (max-width: 768px) {
  .product-slider__cart {
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.product-slider__fav {
  color: #888e94;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}
.product-slider__fav:focus {
  outline: none;
}
.product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
.product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}
.product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
.product-ctr {
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .product-ctr {
    justify-content: center;
  }
}
.product-ctr .hr-vertical {
  width: 1px;
  background: #9fa3a7;
  align-self: stretch;
  margin: 0 35px;
  flex-shrink: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .product-ctr {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .product-ctr .hr-vertical {
    width: 100%;
    margin: 35px 0;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .product-labels {
    width: 100%;
  }
}
.product-labels__checkbox {
  display: none;
}
.product-labels__checkbox:checked + .product-labels__txt {
  border-color: #cc3743;
  padding: 10px 13px;
}
.product-labels__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-labels__group {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .product-labels__group {
    justify-content: center;
  }
}
.product-labels__group:last-child {
  margin-bottom: 0;
}
.product-labels__item {
  margin: 5px;
  cursor: pointer;
}
.product-labels__item:first-child {
  margin-left: 0;
}
.product-labels__txt {
  display: block;
  border: 2px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 50px;
  transition: all 0.3s;
  letter-spacing: 2px;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.product-inf {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-inf {
    width: 100%;
  }
}
.product-inf__percent {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
  position: relative;
}
.product-inf__percent circle {
  transform: rotate(180deg) scaleY(-1);
  transform-origin: 50%;
}
.product-inf__percent-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-inf__title {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.product-img {
  position: absolute;
  z-index: 2;
  width: 500px;
  left: 25%;
  transform: translateX(-45%);
  max-height: 500px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .product-img {
    width: 430px;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .product-img {
    width: 430px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .product-img {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}
@media screen and (max-width: 576px) {
  .product-img {
    max-width: 300px;
    height: 300px;
  }
}
.product-img__item {
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    top: 145px;
    overflow: hidden;
    border-radius: 22px;
}
.product-img__item.active {
  opacity: 1;
  transition-delay: 0.3s;
}
.product-img__item img {
  object-fit: contain;
  object-position: center right;
}

.social {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: flex;
  padding: 20px 55px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .social {
    flex-direction: column;
    bottom: 0;
  }
}
.social__item {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1em;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.social__item:hover {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .social__item {
    margin-bottom: 10px;
  }
}
.social__img {
  width: 24px;
  margin-right: 15px;
}


div#elit_timeline .wrapper > h2
{
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin: unset;
    padding: unset;
    line-height: normal;
    text-align: center;
    margin:auto;
margin-bottom: unset;
margin-top: 90px;
}


div#elit_contact {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}


#elit_contact .contactus-form {
    margin: auto;
    width: fit-content;
    margin-top: 22px;
}

#elit_contact  .form-description {
    height: auto;
}


section#elit section#support {
    padding-top: 0px;
}


section#elit section#support:before {
    top: 103px;
    z-index: -1;
}

section#elit  .support-description {
    padding-top: 85px;
}


.category-box {
    display: none;
}
.category-box.best-selling-services-box {
    display: block;
}


.kavimo{
    margin: auto;
    width: 100%;
    margin-bottom: 9px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 12px;
}


li.season {
    cursor: default;
    pointer-events: none;
}



    div#menu_mobile {
        display: none;
        position: fixed;
        width: 100%;
        top: 10px;
        left: 0px;
        z-index: 99999999999999;
    }





.hero-section:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 66%, #000);
    bottom: 0px;
    top: unset;
    width: 100%;
    height: 300px;
    z-index: 1;
    left: 0px;
}.aboutus-content-two:after {
    content: "";
    position: absolute;
    /* background: linear-gradient(to top, transparent 66%, #141414); */
    bottom: unset;
    top: 0px;
    width: 100%;
    height: 300px;
    z-index: 1;
    left: 0px;
}


.timeline-description span {
    color: black;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 25px;
    padding: 4px 10px;
    background: #dedede;
    width: fit-content;
    font-size: 14px;
    margin-top: 14px;
}




div#elit_timeline:before {
    content: "";
    position: absolute;
    /* background: linear-gradient(to top, transparent 66%, #141414); */
    bottom: unset;
    top: 0px;
    width: 100%;
    height: 300px;
    z-index: 1;
    left: 0px;
}



.choice-group {
    display: flex;
    background: #f3f4f6;
    border-radius: 6px;
    padding: 6px;
    gap: 6px;
    margin-bottom: 17px;
    flex-direction: row-reverse;
    background: #2b2b2b;
}

.choice-group input {
  display: none;
}

.choice-group label {
    flex: 1;
    text-align: center;
    padding: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #555;
    font-weight: 500;
    border-left: 1px solid #d2d2d21f;
        color: #aaaaaa;
        direction: rtl;
}

.choice-group input:checked + label {
    background: #897a64;
    border-radius: 5px;
    box-shadow: 0 8px 25px rgb(255 223 125 / 22%);
    color: black;
}
.choice-group label:last-child {
    border: none;
}

label.radio-products {
    font-size: 14px;
    color: #FFF;
    text-align: right;
    display: block;
    margin-bottom: 10px;
}


div#elit_contact button {
    margin-top: 9px;
}


.choice-group.is-error {
    outline: 1px solid #897a6461;
}

div#elit_contact label.is-error {
    color: #897a64 !important;
}


form#products_form .disabled {
    pointer-events: none;
}




  /* Overlay full screen */
  .asb-videoOverlay{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999999999999999;
  }

  /* Blur background (modern) */
  .asb-videoOverlay::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* Modal box */
  .asb-videoModal{
    position: relative;
    z-index: 1;
    width: min(900px, 92vw);
    background: rgba(20,20,20,.9);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
  }

  .asb-videoWrap{
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
  }

  .asb-videoPlayer{
    width: 100%;
    height: 100%;
    display: block;
  }

  .asb-videoClose{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 26px;
    line-height: 42px;
    background: rgba(255,255,255,.12);
    color: #fff;
        z-index: 9999999999999999;
  }
  .asb-videoClose:hover{
    background: rgba(255,255,255,.2);
  }

  /* Stop body scroll when open */
  body.asb-modalOpen{
    overflow: hidden;
  }


body.asb-modalOpen div#asbVideoOverlay {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div#asbVideoOverlay > img {
    position: relative;
    display: block;
    margin: unset;
    margin-bottom: 50px;
    width: 200px;
}

div#developer {
    display: flex;
    align-items: center;
        color: gray !important;
    font-size: 14px;
}
div#developer svg {
    width: 20px;
    opacity: 0.4;
    margin-right: 4px;
}
div#developer a {
    text-decoration: none;
    color: #d1d1d2;
    margin-left: 2px;
    font-size: 14px;
}



/* .timeline-item {
    position: relative;
}

.ac-slide-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: 0;
} */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    transition: all 0.5s ease;
}

/* ویدیو */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
}
/* پوستر */
.video-poster {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* دکمه پلی */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    color: #fff;
    font-size: 24px;
}

/* وقتی ویدیو پلی شد */
.video-wrapper.playing .bg-video {
    opacity: 1;
}

.video-wrapper.playing .video-poster {
    opacity: 0;
    pointer-events: none;
}

/* حالت ACTIVE تایم‌لاین */
.timeline-item.active .video-wrapper {
    aspect-ratio: 9/16;
    height: auto;
    max-height: 600px;
}

.timeline-item.active .ac-slide-img {
    height: auto !important;
    aspect-ratio: 9/16;
    max-height: 80vh; /* برای اینکه خیلی بزرگ نشه */
}
.timeline-item:not(.active) video {
    display: none;
}

.stars-effect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.content-design.left img{
    max-width: 500px;
}