/*
Theme Name: Afra
Author: MohammadReza Fazli
Author URI: fazlimr72@gmail.com
Description: Afra Template
Version: 1.0
*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
:root {
--color-bg: #ffffff;
--color-1: #010630;
--color-2: #fff;
--color-3: #ffffffde;
}
html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    direction: rtl;
    font: 1rem "IRANYekanX";
    overflow-x: hidden;
    background: #fff;
}
header {
    background: linear-gradient(to bottom, #00ad82, #0F7863);
    color: var(--color-2);
}
.header-endsvg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.header-endsvg svg {
    height: 100px;
    transform: translateX(-50%) rotateY(180deg);
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -moz-transform: translateX(-50%) rotateY(180deg);
    -o-transform: translateX(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    top:-1px;
}
.elementor-shape-fill {
    fill: var(--color-bg);
}
header a {
    color: var(--color-2);
}
.header-container {
    width: 1200px;
    margin: 0 auto;
}
nav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff70;
    padding: 28px 0px;
}
nav button {
    background: none;
    outline: none;
    border: none;
    color: white;
    display: none;
}
.menu-h {
    display: flex;
    justify-content: flex-end;
    padding-left: 12px;
}
.menu-h button {
    cursor: pointer;
}
.menu-top {
    display: none;
}
.menu-exit {
    display: none;
    justify-content: flex-end;
    margin-bottom: 2rem;
}
.menu-top button {
    border: 1px solid #0202021a;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu-top h2 {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3rem;
    display: none;
    color: #01c694;
}
nav ul {
    justify-content: space-between;
    border-right: 1px solid #ffffff70;
    font-weight: 500;
}
nav ul li a {
    color: #fffffff2;
    font-weight: 500;
}
.menu>ul>li:first-child {
    margin-right: 1rem;
}
.logo h1 {
    font-weight: 600;
    word-spacing: -2px;
    font-size: 1.1rem;
}

.menu>ul>li:hover a {
    opacity: 0.8;
}
.sub-menu {
    margin: 15px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-radius: 12px 12px 12px 12px;
    min-width: 220px;
    position: absolute;
    max-height: none;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    -moz-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    -o-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    -ms-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    background: #fff;
    color: var(--color-1);
    display: none;
    flex-direction: column;
    z-index: 2;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.sub-menu a {
    color: #334155;
}
.sub-menu li {
    display: flex;
}
.sub-menu li a {
    font-family: "IRANYekanX", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: -0.025em;
    padding: 13px 15px 13px 15px;
}
.addsub {
    visibility: visible;
    opacity: 100%;
    height: auto;
    display: flex !important;
}
.header-main {
    margin-top: 9rem;
    padding-left: 8px;
    padding-right: 8px;
}
.header-desc h1 {
    font-weight: 500;
    font-size: 0.8rem;
    background: #ffffff14;
    display: inline-flex;
    padding: 6px 16px 6px;
    border: 1px solid #ffffff57;
    border-radius: 102px;
}
.header-desc h2 {
    font: 3.4rem "gofteh";
    line-height: 1.36;
    letter-spacing: -1.1px;
    margin-top: 10px;
}
.header-desc p {
    color: var(--color-3);
    margin-top: 1.5rem;
    line-height: 2;
    font-size: 1rem;
    text-align: justify;
    word-spacing: -3px;
    letter-spacing: -0.07px;
}
.header-action {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 2rem;
}
.moshavere {
    background: #0a7760;
    padding: 18px 32px;
    border-radius: 100px;
    cursor: pointer;
}
.moshavere:hover {
    background: #0eb38f;
}
header hr {
    border: 1px solid #ffffff2e;
    margin: 3em 0 2rem;
}
.header-time {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
}
.header-time span:first-child {
    color: #fffffff2;
    font-size: 1.1rem;
}
.header-time span:last-child {
    background-color: transparent;
    background-image: linear-gradient(155deg, #ffffff 35%, #26d499 100%);
    font-size: 1.82rem;
    font-weight: 700;
    line-height:1.7;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    margin-top: 1rem;
}
.header-img {
    display: flex;
    justify-content: center;
    position: relative;
    height: 75%;

}
.header-img img {
    width: 100%;
    z-index: 1;

}
.header-img::before {
    content: "";
    width: 75%;
    height: 100%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: -70px;
    background: linear-gradient(45deg, #fef3de00, #17fcc721);
    border-radius: 140px 0px;
}

.header-img::after {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
    right: 10px;
    top: -10px;
    background: linear-gradient(230deg, #144aaf00, #050c1833);
    border-radius: 140px 0px;
}
.container {
    padding-top: 8rem;
}
.permission h4{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.9;
}
.permission__logo {
    width: 100%;
    margin: 0 auto;
}
.permission__logo__items {
    width: 100%;
    justify-content: center;
}
.permission__logo--item {
    text-align: center;
    margin: 2rem 0;
}
.permission__logo img {
    width: 180px;
    opacity: 0.5;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    -webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    -moz-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    -o-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    -ms-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.4s;
    transform: scale(0.9);
    cursor: pointer;
}
.permission__logo img:hover {
    opacity: 0.8;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.services {
    margin-top: 6rem;
}
.services h2, .bootcamp h2, .team h2, .aboutus h2, .blog h2 {
    background-color: transparent;
    background-image: linear-gradient(155deg, #0e7b65 35%, #0cd1a0 100%);
    font-size: 1.6rem;
    font-weight: 700;
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
}
.services__items {
    margin-top: 2rem;
}
.services--item__container {
    padding: 8px;
    cursor: pointer;
}
.services--item {
    border:1px solid #e3e5ef;
    border-radius: 8px;
    padding: 1.4rem 2rem;
}
.services--item:hover {
    box-shadow: 0 0 50px 0px rgba(119, 132, 157, .2);
    -webkit-box-shadow: 0 0 50px 0px rgba(119, 132, 157, .2);
    -moz-box-shadow: 0 0 50px 0px rgba(119, 132, 157, .2);
    -o-box-shadow: 0 0 50px 0px rgba(119, 132, 157, .2);
    -ms-box-shadow: 0 0 50px 0px rgba(119, 132, 157, .2);
    border-color: #dadce4;
    transform: scale(1.02);
}
.services--item:hover.services--item h3 {
    color: #01c694;
}
.services--item:hover.services--item a {
    border-color: #01c694;
}
.services--item:hover.services--item a>svg>g>path {
    fill: #01c694;
}
.services--item__icon {
    height: 84px;
    width: 84px;
    display: flex;
    justify-content: right;
    align-items: center;
}
.services--item__icon svg {
    width: 56px;
    fill: none;
}
.services--item h3 {
    font-size: 1.19rem;
    font-weight: 600;
    margin: 1rem 0;;
}
.services--item p {
    color: #6b6e7a;
    line-height: 1.6rem;
    font-size: 0.93rem;
    text-align: justify;
    word-spacing: -2px;
}
.services--item__action {
    border: none;
    background: none;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}
.services--item a {
    border: 1px solid #0202021a;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    padding: 8px 10px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services--item a>svg {
    width: 24px;
    height: 24px;
}
.bootcamp, .team {
    margin-top: 8rem;
}
.bootcamp__items {
    margin-top: 2rem;
    overflow: hidden;
}
.bootcamp--item {
    overflow: hidden;
    cursor: pointer;
    padding: 8px;
}

.bootcamp--item__main {
    display: flex;
    width: 100%;
    height: 100%;
}
.bootcamp--item__body {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.bootcamp--item img {
    width: 100%;
    overflow: hidden;
}
.bootcamp--item__desc {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #00ad82f0, #0e7b65e6);
    position: absolute;
    top:100%;
    font-weight: 600;
    color: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    line-height: 1.95;
    transition: 0.8s;
}
.bootcamp--item:hover.bootcamp--item img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.bootcamp--item:hover .bootcamp--item__desc {
    top:0;
}

.team__items {
    margin-top: 2rem;
}
.team--item {
    padding: 8px;
    cursor: pointer;
}
.team--item__main {
    padding: 0.7rem;
    box-shadow: 0px 15px 20px -15px #D9DAE5;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #ecedf4;
}
.team--item__main:hover {
    box-shadow: 0 0 40px 0 #d9dae5c8;
    -webkit-box-shadow: 0 0 40px 0 #d9dae5c8;
    -moz-box-shadow: 0 0 40px 0 #d9dae5c8;
    -o-box-shadow: 0 0 40px 0 #d9dae5c8;
    -ms-box-shadow: 0 0 40px 0 #d9dae5c8;
    border: 1px solid #fff;
}
.team--item__main:hover .team--item__action {
    background-color: #A4FCC4;
}
.team--item__main:hover.team--item__main h3 {
    color: #01c694;
}
.team--item__main:hover .team--item__action svg g path {
    fill: #01c694;
}
.team--item__main:hover.team--item__main img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}
.team--item__main img {
    max-height: 270px;
    margin-bottom: 1rem;
    object-fit: cover;
    filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
}

.team--item__main h3{
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.team--item__main h3 {
    color: var(--color-1);
}
.team--item__main span {
    color: #6b6e7a;
    font-size: 0.8rem;
}
.team--item__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.team--item__action {
    border-radius: 50%;
    padding: 0.66rem;
    background-color: #ebf1ed;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutus {
    margin-top: 9rem;
}
.aboutus .row, .blog--items {
    margin-top: 2rem;
}
.aboutus-desc {
    text-align: justify;
    line-height: 1.84;
    color: #545867;
}
.aboutus-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.blog {
    margin-top: 9rem;
}
.blog--item {
    padding: 8px;
    overflow: hidden;
    cursor: pointer;
}
.blog--item:hover .blog--item__imghover {
    left:0
}
.blog--item:hover .blog--item__main h4 a {
    color: #01c694;
}
.blog--item__img {
    width: 100%;
    height: 16rem;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.blog--item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog--item__imghover {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #00ad82c7, #0e7b65cc);
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog--item__imghover span {
    width: 64px;
    height: 64px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #16e4b4;
    border: 8px solid #00000029;
}
.blog--item__main h4 {
    margin: 1rem 0 0.6rem;
    font-size: 1.1rem;
}
.blog--item a {
    color: var(--color-1);
}
.blog--item__main p {
    text-align: justify;
    color: #545867;
    font-size: 0.91rem;
    line-height: 1.78;
}
.footer {
    background: #090a1d;
    margin-top: 8rem;
    color: #9a9ba1;
}
.footer-start {
    width: 100%;
    overflow: hidden;
}
.footer-start svg {
    height: 100px;
    width: 100%;
}
.footer-main {
    padding-top: 4rem;
}

.footer a {
    color: #9a9ba1;
}
.footer h5 {
    font-size: 1.28rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    color: #01c694;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}
.contactus ul li , .links ul li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 17px;
    cursor: pointer;
}
.contactus ul li svg {
    width: 14px;
    height: 14px;
    fill: #01c694;
}
.contactus ul li:hover, .links ul li a:hover {
    color: #fff;
}
.reserve p {
    line-height: 2.2;
    font-size: 0.95rem;
    font-weight: 400;
}
.reserve span {
    display: flex;
}
.reserve a {
    background: #079f7c;
    border-radius: 8px;
    padding: 20px 56px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 24px;
    font-weight: 600;
}
.reserve a:hover {
    background: #15bc9c;
}
.footer-copyright {
    border-top: 1px solid #ffffff2b;
    padding: 24px 0;
    font-size: 0.9rem;
    line-height: 1.7;
}
.footer-copyright a {
    color: #01c694;
    font-weight: 600;
}
.footer-copyright a:hover {
    color: #049f78;
}
.developer {
    display: flex;
    justify-content: flex-end;
}
.footer-social {
    border-top: 1px solid #2e2f41;
    padding: 20px 0;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 3rem;
}
.footer-social div:first-child {
    display: flex;
    align-items: center;
}
.social-ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.social-ul li a {
    width: 36px;
    height: 36px;
    background-color: #515261;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
}
.social-ul li a:hover {
    background: #01c694;
}
.social-ul li a svg {
    width: 24px;
    height: 24px;
}
.right-0 {
    right: 0 !important;
}
.bg-b {
    background: #00000094;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
}
.display-none {
    display: none;
}
.grecaptcha-badge { 
    visibility: hidden;
}
small {
    display: flex;
    gap: 4px;
    justify-content: flex-start;
    direction: ltr;
    color: #a0a1a5;
    margin-top:12px;
}
small a {
    color: #a0a1a5;
    font-weight: bold;
}
.wp-block-list {
    list-style: initial;
    margin-right: 16px;
}
@media (max-width: 1200px) and (min-width: 768px) {
     .logo h1 {
        text-align: center;
        margin-bottom: 2rem;
    }
    nav ul {
        border-right: none;
    }
    .menu>ul>li:first-child {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .menu {
        position: fixed;
        top: 0;
        right: -120%;
        background: #fff;
        height: 100%;
        color: var(--color-1);
        padding: 4rem 2rem;
        z-index: 3;
        overflow-y: auto;
    }
    nav ul {
        display: flex;
        flex-direction: column;
    }
    nav ul li a {
        color: #334155;
    }
    nav button {
        display: block;
    }
    .st-menu {
        stroke: var(--color-1) !important;
    }
    .sub-menu {
        position: relative;
        box-shadow: none;
        -webkit-box-shadow: none;
        background: none;
        display: none;
    }
    .menu>ul>li:first-child {
        margin-right: 0;
    }
    .menu>ul>li {
        margin-bottom: 1rem;
    }
    .menu-top h2 {
        display: block;
    }
    .menu-exit {
        display: flex;
    }
    .menu-top {
        display: block;
    }
    .footer-copyright {
        text-align: center;
    }
    .developer {
        justify-content: center;
        margin-top: 1.5rem;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .row {
        margin-left: 5px;
        margin-right: 5px;
    }
    .services .row, .bootcamp .row, .team .row, .aboutus .row, .blog .row {
        margin-top: 1.5rem;
    }
    .services h2, .bootcamp h2, .team h2, .aboutus h2, .blog h2 {
        margin-right: 11px;
        line-height: 1.74;
    }
    .header-desc {
        margin-top: 2rem;
    }
    .header-desc h2 {
        text-align: center;
    }
    .header-action {
        justify-content: center;
    }
    .sub-menu {
        min-width: auto;
    }
    .sub-menu li a {
        padding: 8px 15px;
    }
    .social-ul {
        justify-content: center;
        margin-top: 12px;
    }
    .footer-social {
        margin-top: 2rem;
    }
    .header-action {
        font-size: 1rem;
    }
    .moshavere {
        padding: 16px 24px;
    }
}
@media (max-width: 992px) {
 .header-main {
  margin-top: 1rem;   
 }
}
@media (max-width: 576px) {
 .header-desc h2 {
        font-size: 2.9rem;
    }
 .header-time span:last-child {
     font-size: 1.7rem;
 }
}