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

body {
    background-color:black;
      font-family: "KookFaNum";
          padding: 25px;
    overflow-x: hidden;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-Bold.eot");
  src: url("../fonts/KookFaNum-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-Bold.woff2") format("woff2"),
    url("../fonts/KookFaNum-Bold.woff") format("woff"),
    url("../fonts/KookFaNum-Bold.ttf") format("truetype"),
    url("../fonts/KookFaNum-Bold.svg#KookFaNum-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-ExtraBold.eot");
  src: url("../fonts/KookFaNum-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/KookFaNum-ExtraBold.woff2") format("woff2"),
    url("../fonts/KookFaNum-ExtraBold.woff") format("woff"),
    url("../fonts/KookFaNum-ExtraBold.ttf") format("truetype"),
    url("../fonts/KookFaNum-ExtraBold.svg#KookFaNum-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-ExtraLight.eot");
  src: url("../fonts/KookFaNum-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/KookFaNum-ExtraLight.woff2") format("woff2"),
    url("../fonts/KookFaNum-ExtraLight.woff") format("woff"),
    url("../fonts/KookFaNum-ExtraLight.ttf") format("truetype"),
    url("../fonts/KookFaNum-ExtraLight.svg#KookFaNum-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-Light.eot");
  src: url("../fonts/KookFaNum-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-Light.woff2") format("woff2"),
    url("../fonts/KookFaNum-Light.woff") format("woff"),
    url("../fonts/KookFaNum-Light.ttf") format("truetype"),
    url("../fonts/KookFaNum-Light.svg#KookFaNum-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum-Medium.eot");
  src: url("../fonts/KookFaNum-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum-Medium.woff2") format("woff2"),
    url("../fonts/KookFaNum-Medium.woff") format("woff"),
    url("../fonts/KookFaNum-Medium.ttf") format("truetype"),
    url("../fonts/KookFaNum-Medium.svg#KookFaNum-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KookFaNum";
  src: url("../fonts/KookFaNum.eot");
  src: url("../fonts/KookFaNum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KookFaNum.woff2") format("woff2"),
    url("../fonts/KookFaNum.woff") format("woff"),
    url("../fonts/KookFaNum.ttf") format("truetype"),
    url("../fonts/KookFaNum.svg#KookFaNum") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




div#main {
position: fixed;
    background: rgb(20, 20, 20);
    left: 25px;
    right: 25px;
    bottom: 25px;
    top: 25px;
    border-radius: 25px;
    z-index: -1;
}

header {
    background: #000000;
    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(20 20 20) 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: 150px;
    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: 5px 10px;
    border-radius: 25px;
}

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;
}

div#layer-down-page {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #000000;
    z-index: 9999;
    height: 25px;
    left: 0px;
    right: 0px;
}
div#layer-down-page: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: 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: 47px;
    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;
}




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: "KookFaNum";
    line-height: normal;
}


.why-container {
    max-width: 1400px;
    margin: auto;
    position: relative;
}
img.pattern-main-why {
    display: block;
    margin: auto;
    width: 400px;
    height: auto;
    padding:25px;
    will-change: transform;  
     animation: softPulse 3s ease-in-out infinite;
}

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(2) {
    right: 80px;
    top: 0px;
}


#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: 47px;
    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);  }
}

.why-container:before {
    content: "";
    width: 350px;
    height: 350px;
    background: url(../images/fZd0myX08Jxc5CHAWfrRzn1q7M4.avif);
    position: absolute;
    z-index: -1;
    filter: blur(25px);
    background-size: contain;
    padding: 15px;
    opacity: 1;
    left: 33pc;
    top: 3pc;
}



.best-selling-courses {
    width: 100%;
    padding: 100px 0px;
}


.courses-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;
}


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

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


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

.courses-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: 2px;
}

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


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

.effect-logo-courses:after, .effect-logo-courses: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-courses: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-courses: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
    }
}



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

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

.course-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%);
}


.course-item a {
    cursor: pointer;
    padding: 5px 15px;
    color: black;
    text-decoration: none;
    background: #FFF;
    border-radius: 25px;
    position: absolute;
    bottom: -17px;
    font-weight: 500;
    font-size: 16px;
    right: 92px;
}


.course-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;
}


.course-item h3 {
    background: linear-gradient(#ffffff, #f2c277);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 22px;
    margin-top: unset;
    margin-bottom: 34px;
}


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



.courses-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); }
}



div.course-items > div:nth-child(2) {
    top: -63px;
     transform: translateY(0);
  animation: floatSoft 3s ease-in-out infinite;
  will-change: transform;
}

a.courses-all-link {
    text-decoration: none;
    margin: auto;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}


a.courses-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;
}


.freelancer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url(https://hoseinifinance.com/mentor/assets/imgs/patterns/lines1.png);
    background-size: auto;
    background-position: center top;
    opacity: .2;
    z-index: -1;
        background-color: #3f51b58f;
}
.freelancer .caption {
    text-align: center;
}
.freelancer:after {
    content: '';
    position: absolute;
        top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, #141414, transparent);
    z-index: -1;
}

.mentor-container:after{
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to top, #141414, 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 {
top:-150px;
        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;
        height: 212px;
        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;
        height: 212px;
        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;
        height: 140px;
        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: 40px;
        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);
        background-color: var(--token-5cda19d4-7efa-4b63-b7e4-17b25f40e63f, rgb(255, 223, 125));
        border-radius: 80px;
        opacity: 1;
        background-color: rgb(255, 223, 125);
        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;
    height: 80%;
}
.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: 600px;
    position: relative;
    border-radius: 25px;
    filter: brightness(0.8);
    top: -20px;
}
.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, #ffdf7d, #bcbcbc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
    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: #ffdf7d;
    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%, #ffdf7d6e 75%, #ffdf7d 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: -38px;
    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.png");
  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.png");
  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.png");
  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;
}
section.employment {
    overflow: hidden;
    padding-bottom: 100px;
}

.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%, #141414);
    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: 15px;
    filter: invert(200);
    width: 100px;
    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: 1400px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
}

.footer-last ul {
    display: flex;
    flex-direction: row;
    margin-left: 81px;
}

.footer-last ul li {
    list-style: none;
    margin-right: 15px;
}

.footer-last ul li a {

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

.footer-last ul li a:hover {
    color: #fff;
}

.footer-last ul li a i {
    font-size: 20px;
}

.footer-last p {
    text-align: right;
    color: #d8d8d8;
    font-size: 16px;
    margin-right: 116px;
    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-image: url(https://hoseinifinance.com/mentor/assets/imgs/patterns/lines1.png);
    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;
}

    @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;
}
  html {
    scroll-behavior: smooth;
  }

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: #ffdf7d;
    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(https://hoseinifinance.com/wp-content/uploads/2023/05/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


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


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

.contactus-form form button {
    background: #ffdf7d;
    padding: 10px 15px;
    width: 100%;
    border: navajowhite;
    border-radius: 5px;
    font-family: "KookFaNum";
    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(https://hoseinifinance.com/seminar/assets/Header-Background-min.png);
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}



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


.hero-section-aboutus img.layer-two  {
    position: absolute;
    right: 52px;
    top: 183px;
    width: 150px;
}

.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;
animation: marquee linear infinite;
animation-duration: var(--speed);
}


/* هر آیتم تصویر */
.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 {
    width: 400px;
    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;
}

.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(https://hoseinifinance.com/seminar/assets/Background-Image-min.png);
    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;
}


.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;
    right: 5px;
}

.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://saberiteam.com/assets/images/pattern-2.png);
    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: unset;
    color: #FFF;
    direction: rtl;
    position: relative;
    overflow: hidden;
    height: 460px;

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


.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, #ffdf7d);
    -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;
}

.support_faq_container div:before  {
    background: url(https://saberiteam.com/assets/images/pattern-2.png);
    position: absolute;
    width: 54%;
    height: 100%;
    content: "";
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background-position: right;
    background-size: unset;
    background-repeat: no-repeat;
    opacity: 0.8;
    border-radius: 15px;
}



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: 36px;
    background: linear-gradient(#ffffff, #898989);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.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(https://saberiteam.com/assets/images/pattern-2.png);
    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(https://hoseinifinance.com/wp-content/uploads/2024/11/arrow_handwrite.png) !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;
}



.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;
}



.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: -1;
    margin: auto;
    width: 50%;
    top:40px;
}


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

.section-cover-video:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0px;
    height: 100%;
    opacity: 1;
    top: 0;
    background: linear-gradient(to right, transparent 0%, #141414 100%);
    backdrop-filter: blur(2px);
    bottom: 0px;
    z-index: 999;
}


.section-cover-video:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0px;
    height: 100%;
    opacity: 1;
    top: 0;
    background: linear-gradient(to left, transparent 0%, #141414 100%);
    backdrop-filter: blur(2px);
    bottom: 0px;
    z-index: 999;
}



#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;
}


.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: "KookFaNum";
    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;
}

.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;
}