@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700");
@import url("https://use.typekit.net/srd8ksr.css");

@font-face {
    font-family: NexaText;
    src: url("/assets/front/fonts/Polly-Regular.woffx");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: NexaText;
    src: url("/assets/front/fonts/PollyRounded-Regular.woffx");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "NexaText", "Roboto", sans-serif;
    background: #1a1a1a;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    position: relative;
    z-index: 0;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

a {
    color: #eee;
    text-decoration: none;
}

@media (max-width: 992px) {
    .ali_rafiee {
        position: relative;
        left: 30%!important;
    }
}


@media (max-width: 480px) {
    .ali_rafiee {
        position: relative;
        left: 13%!important;
    }
}

@media (max-width: 992px) {
    .finance {
        position: relative;
        right: 25%!important;
    }
}

@media (max-width: 480px) {
    .ali_rafiee {
        position: relative;
        right: 23%!important;
    }
}

.mail-link {
    text-decoration: underline;
    letter-spacing: 0.5px;
}

h1,
h2,
h3 {
    font-family: "NexaText", "Roboto", sans-serif;
   /* font-weight: 400; */
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

p {
    font-weight: 300;
    font-size: 18px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    color: #eee;
}

.columns {
    width: 75%;
    max-width: 400px;
    min-width: 310px;
    margin: 0 auto;
}

.container {
    width: 100%;
}

.container h1 {
    margin: 0;
}

[class^="checkpoint"] {
    position: relative;
    z-index: 1;
    display: block;
    width: 74.74%;
    margin: 5em 0;
}

[class^="checkpoint"] h1 span {
    font-size: 0.6em;
    letter-spacing: 2px;
}

.checkpoint-right {
    margin-left: 24.16%;
}

.page-lines-container {
    position: absolute;
    z-index: 0;
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
}

.page-lines-container path {
    fill: none;
    position: relative;
    stroke-linecap: round;
}

.page-lines-container .line-bg {
    stroke: #707070;
    stroke-width: 1px;
}

.page-lines-container .line-fill {
    transition: stroke-dashoffset 0.25s ease-out;
    stroke: #c0d45c;
    stroke-width: 3px;
}

.page-lines-container .line-dashed {
    z-index: 99;
    top: 20px;
    stroke: #1a1a1a;
    stroke-width: 4px;
    stroke-dasharray: 20 10;
    stroke-dashoffset: 15;
}

.page-lines-container circle {
    fill: #707070;
    transition: fill 0.3s ease-out;
}

.page-lines-container circle.active {
    fill: #c0d45c;
}

.page-lines-container circle.hollow {
    fill: #1a1a1a;
    stroke: #707070;
    stroke-width: 3px;
    transition: stroke 0.3s ease-out;
}

.page-lines-container circle.hollow.active {
    stroke: #fff;
}

.page-lines-container #line-mask-container path {
    z-index: 100;
    stroke: #1a1a1a;
    stroke-width: 4px;
}

@media only screen and (min-width: 62.063em) {
    .projects-container {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .projects-container .project-container {
        display: block;
        margin-top: -1em;
        margin-bottom: -1em;
        margin: 0;
    }
    .projects-container > div,
    .projects-container .project-container {
        position: relative;
        width: 47%;
    }
    .projects-container > div:nth-child(2n + 1),
    .projects-container .project-container:nth-child(2n + 1) {
        top: 0;
        left: 53%;
    }
}

.scroll-transition {
    transition: 1s opacity, 1s transform ease-out;
}

[class*="fade"] {
    opacity: 0 !important;
}

.fade-up {
    transform: translateY(100px);
}

.fade-right {
    transform: translateX(-20px);
}

.fade-left {
    transform: translateX(20px);
}

.slide-down {
    transform: translateY(-100px);
}

.button {
    position: relative;
    display: inline-block;
    background-color: #eee;
    border: 0;
    color: #111;
    cursor: pointer;
    transition: 0.3s all ease-out;
}

.button::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(15px);
    background: linear-gradient(
        to left,
        #c0d45c,
        #c0d45c,
        #c0d45c
    );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
}

@media only screen and (min-width: 62.063em) {
    .button {
        font-size: 18px;
    }
}

.button.white {
    background: #eee;
    color: #1a1a1a;
}

.button.round {
    padding: 0.6em 1.5em;
    border-radius: 2em;
    margin-left: 0.3em;
}

.button:active {
    background-color: #fff;
}

.cta-button {
    position: relative;
    display: inline-block;
    background-color: #1a1a1a;
    color: #ddd;
    z-index: 5;
    border: 0;
    margin-top: 1rem;
    padding: 0.6em 1.5em;
    border-radius: 2em;
    margin-left: 0.3em;
    cursor: pointer;
    transition: 0.3s all ease-out;
}

.cta-button::before,
.cta-button::after {
    content: "";
    position: absolute;
    border-radius: 2em;
}

.cta-button::after {
    z-index: -2;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    opacity: 0.75;
    background-size: 200% 200% !important;
    box-shadow: inset 0 0 12px 12px #1a1a1a, inset 0 0 3px 2px #1a1a1a;
    background: linear-gradient(to right, #c0d45c, #d5d5d5, #c0d45c);
    animation: moving-gradient 5s ease infinite;
}

.cta-button:before {
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1a;
}

@keyframes moving-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#clipboard-input {
    position: absolute;
    left: -1000px;
    opacity: 0;
}

.email-container {
    position: relative;
}

.email-container button {
    display: inherit;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.email-container .email-status {
    position: absolute;
    z-index: -1;
    opacity: 0;
    bottom: 50%;
    left: 0;
    padding: 5px 15px;
    width: max-content;
    display: flex;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #21a1e1;
    border-radius: 7px;
    transition: all 0.3s ease-out;
}

.email-container .email-status::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 33%;
    width: 1px;
    height: 1px;
    border: 7px solid transparent;
    border-top-color: #21a1e1;
}

.email-container .email-status.active {
    z-index: 9999;
    bottom: 120%;
    opacity: 1;
}

footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 4em 0;
    background-color: #111111;
}

footer .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer .container .upper,
footer .container .mid,
footer .container .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer .container .upper h1 {
    margin-top: 0;
    margin-bottom: 0.25em;
}

footer .container .upper .footer-logo {
    margin-top: 0.25em;
    width: 24.16%;
    height: auto;
}

footer .container .upper .footer-logo img {
    width: 100%;
    height: auto;
}

footer .container .mid {
    margin-top: 3em;
}

footer .container .mid p {
    font-weight: 400;
    font-size: 1em;
}

footer .container .mid .links {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .container .mid .links li {
    margin-top: 0.75em;
}

footer .container .mid .links li a {
    text-decoration: underline;
    font-weight: 200;
}

footer .container .bottom {
    margin-top: 3em;
    margin-bottom: 2.75em;
}

footer .container .bottom .copyright {
    font-size: 10px;
}

footer .container .bottom .slogan {
    font-size: 12px;
    font-family: utopia-std, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .container .bottom .slogan span {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin-right: 0.33em;
}


[class="socail-link"]{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.project-container {
    display: block;
    width: 100%;
    margin-bottom: 5em;
}

.project-container:hover {
    color: #fff;
    text-decoration: none;
}

.project-container .image-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.project-container .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    transition: 0.3s transform ease-out;
}

.project-container .data-container {
    margin-top: 2em;
    transition: 0.3s transform ease-out;
}

.project-container .data-container h2 {
    margin: 0;
    font-size: 2em;
    font-family: "NexaText", "Roboto", sans-serif;
}

.project-container .data-container p {
    font-size: 1em;
}

.project-container:hover .image-container img {
    transform: scale(1.1);
}

.project-container:hover .data-container {
    transform: translateY(-1em);
}

nav {
    position: relative;
    z-index: 1;
    padding: 1em 0;
}

nav .nav-logo {
    display: block;
    width: 15.73%;
}

nav .nav-logo img {
    width: 100%;
    height: auto;
}

.menu-icon {
    width: 2.3em;
    height: 1.75em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    transition: 0.3s all ease-out;
}

#hamburger-menu {
    position: fixed;
    z-index: 999999;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em;
    background-color: #fff;
    color: #1a1a1a;
    clip-path: circle(100px at 100% 100%);
    -moz-clip-path: circle(100px at 100% 100%);
    -webkit-clip-path: circle(100px at 100% 100%);
    transition: 0.3s all ease-out;
    cursor: pointer;
}

#hamburger-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#hamburger-menu ul li {
    margin: 2em 0;
}

#hamburger-menu ul li a {
    text-decoration: none;
}

#hamburger-menu ul li a .text {
    color: #1a1a1a;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}

#hamburger-menu ul li a .text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #1a1a1a;
    transition: 0.2s width ease-out;
}

#hamburger-menu ul li a .text:hover::before {
    width: 50%;
}

#hamburger-menu ul li.active a .text {
    font-weight: 900;
}

#hamburger-menu ul li.active a .text::before {
    width: 50%;
}

#hamburger-menu .mail-link {
    position: absolute;
    bottom: 0;
    left: 2em;
    margin: 0;
    margin-bottom: 1em;
    text-decoration: none;
}

#hamburger-menu .mail-link p {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
}

#hamburger-menu .mail-link .text {
    text-transform: none;
}

#hamburger-menu .menu-icon {
    position: absolute;
    right: 1.25em;
    bottom: 1.25em;
}

#hamburger-menu.menu-open {
    z-index: 9999999999;
    border-top-right-radius: 100vw;
    clip-path: circle(141.2% at 0 100%);
    -webkit-clip-path: circle(141.2% at 0 100%);
    -moz-clip-path: circle(141.2% at 0 100%);
}

.menu-open .menu-icon .second {
    width: 0;
}

.menu-open .menu-icon .first {
    transform-origin: top right;
    transform: rotate(-45deg);
}

.menu-open .menu-icon .third {
    transform-origin: bottom right;
    transform: rotate(45deg);
}

#desktop-nav {
    position: absolute;
    padding: 2em 0;
    padding-top: 1em;
    right: 0;
    top: 0;
    width: 275px;
    background-color: transparent;
    color: #1a1a1a;
    clip-path: circle(30px at calc(100% - 50px) 50px);
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.15);
    transition: 0.3s all ease-out;
}

#desktop-nav .menu-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

#desktop-nav .menu-icon span {
    background: #fff;
}

#desktop-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    padding: 1em 3em;
    margin: 0;
}

#desktop-nav ul li {
    margin-top: 2em;
}

#desktop-nav ul li > a {
    display: flex;
    color: #1a1a1a;
}

#desktop-nav ul li > a .icon img {
    width: 35px;
    height: auto;
}

#desktop-nav ul li > a .text {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}

#desktop-nav ul li > a .text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #1a1a1a;
    transition: 0.2s width ease-out;
}

#desktop-nav ul li > a .text:hover::before {
    width: 50%;
}

#desktop-nav ul li.active .text {
    letter-spacing: 3px;
    font-weight: 900;
}

#desktop-nav ul li.active .text::before {
    width: 50%;
}

#desktop-nav ul li.mail-link {
    text-decoration: none;
}

#desktop-nav ul li.mail-link p {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
}

#desktop-nav ul li.mail-link .text {
    text-transform: none;
}

#desktop-nav ul li.menu-icon {
    margin-left: 0;
}

#desktop-nav.menu-open {
    clip-path: circle(450px at calc(100% - 40px) 30px);
    background-color: #fff;
}

#desktop-nav.menu-open .menu-icon span {
    background: #1a1a1a;
}

.reviews-section {
    margin-top: 3em;
}

.reviews-section .review {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s all ease-out;
}

.reviews-section .review .review-text,
.reviews-section .review .reviewee,
.reviews-section .review .reviewee-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.reviews-section .review .review-text {
    position: relative;
    z-index: 2;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 100;
}

.reviews-section .review .review-text::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -1em;
    top: -0.5em;
    width: 40px;
    height: 30px;
    background-image: url("../icons/quote.svg");
}

.reviews-section .review .reviewee {
    font-weight: 900;
    margin-top: 0.75em;
}

.reviews-section .review.active {
    position: relative;
    opacity: 1;
    display: block;
}

.reviews-section .reviews-controller {
    display: flex;
    margin-top: 2em;
    padding-left: 0.75em;
}

.reviews-section .reviews-controller button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.reviews-section .reviews-controller button span {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-left-color: #333;
    border-top-color: #333;
    transform-origin: center;
    transform: rotate(-45deg);
}

.reviews-section .reviews-controller button.left span {
    margin-left: 0.5em;
}

.reviews-section .reviews-controller button.right {
    margin-left: 2em;
}

.reviews-section .reviews-controller button.right span {
    transform: rotate(-225deg);
    margin-right: 0.5em;
}

body {
    margin: 0;
    background-color: #1a1a1a;
}

.container-404 {
    color: #fff;
    background-color: #0c0c26;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
        "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif;
    height: 80vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-404 h1 {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
    margin-right: 20px;
    padding: 10px 23px 10px 0;
    font-size: 24px;
    font-weight: 500;
    vertical-align: top;
}

.container-404 .text-container {
    display: inline-block;
    text-align: left;
    line-height: 49px;
    height: 49px;
    vertical-align: middle;
}

.flex-gap{
    display: inline-flex;
    flex-wrap: wrap;
}
.container-404 .text-container h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.MuiButton-root {
    color: #01bfff !important;
}

.team {
    position: relative;
    margin-top: 5em;
}

.team #diagonal {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.team #diagonal line {
    stroke: #fff;
}

.team .member {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    margin-bottom: 10em;
}

.team .member .member-info h2 {
    font-size: 30px;
    line-height: 32px;
}

.team .member .member-info p {
    font-weight: 300;
    font-size: 16px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.team .member .member-photo img {
    width: 100px;
    height: 100px;
  /*  object-fit: cover;
    border-radius: 50px;
    border: 2px solid #fff; */
}

.team .member .member-photo .network {
    display: block;
    position: relative;
    border-radius: 100px;
    background-color: #fff;
    border: 2px solid #fff;
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.team .member .member-photo .network #network {
    width: 175px;
    height: 175px;
    position: absolute;
    left: -20%;
    top: -25%;
}

.team .member.member-left .member-info {
    margin-right: 1em;
}

.team .member.member-left img {
  /*  box-shadow: 0px 3px 6px #4326ff63; */
} 

.team .member.member-right .member-info {
    margin-left: 1em;
}

.team .member.member-right img {
/*    box-shadow: 0px 3px 6px #fff12629; */
} 

#main {
    padding-top: 20em;
}

#opener {
    margin: 0;
}

#wave-animation {
    position: fixed;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blur-anim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    animation: rotating-glow 15s linear infinite;
}

.blur-anim.reverse {
    animation-direction: reverse;
}

.blur-anim .blur {
    position: absolute;
    width: 350px;
    height: 350px;
    margin: -175px -175px;
    border-radius: 100px;
    animation: moving-glow 15s ease infinite;
}

@media only screen and (max-width: 48em) {
    .blur-anim .blur {
        width: 150px;
        height: 150px;
        border-radius: 50px;
        margin: -75px -75px;
    }
}

.blur-anim .blur.blur1 {
    left: 40%;
    top: 60%;
    background: radial-gradient(circle at center, #f68e95, transparent 50%);
}

.blur-anim .blur.blur2 {
    left: 40%;
    top: 60%;
    background: radial-gradient(circle at center, #d297ef, transparent 50%);
    animation-delay: 3s;
}

.blur-anim .blur.blur3 {
    background: radial-gradient(circle at center, #8eeaff, transparent 50%);
    left: 60%;
    top: 40%;
    animation-delay: 8s;
    animation-direction: reverse;
}

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

@keyframes moving-glow {
    0% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(-20px, 20px);
    }
    66% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 48em) {
    @keyframes moving-glow {
        0% {
            transform: translate(0, 0);
        }
        33% {
            transform: translate(-10px, 10px);
        }
        66% {
            transform: translate(10px, -10px);
        }
        100% {
            transform: translate(0, 0);
        }
    }
}

#van-anim {
    position: relative;
    top: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 56.25%;
}

@media only screen and (max-width: 48em) {
    #van-anim {
        width: 100%;
        margin: 0;
    }
}

#van-anim #single-image img {
    opacity: 1;
}

#van-anim img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 70%;
    height: auto;
    opacity: 0;
}

#van-anim img.actived-van-image {
    opacity: 1;
}

.projects-container {
    margin-top: 5em;
}

.diagonal-svg-page [class^="checkpoint"] {
    margin: 15em 0;
}

@media only screen and (min-width: 62.063em) {
    .diagonal-svg-page [class^="checkpoint"] {
        margin: 20em 0;
    }
}

.diagonal-svg-page .checkpoint.opener {
    margin-top: 5em;
}

.diagonal-svg-page .closer {
    margin-bottom: 7.5em;
}

.diagonal-svg-page .checkpoint-right {
    margin-left: 24.16%;
}

.diagonal-svg-page #last-checkpoint {
    margin-bottom: 5em;
}

@media only screen and (min-width: 62.063em) {
    .diagonal-svg-page #last-checkpoint {
        margin-bottom: 15em;
    }
}

.hidden {
    display: none !important;
}

@media only screen and (min-width: 62.063em) {
    .hidden-large-up {
        display: none !important;
    }
}

@media only screen and (min-width: 62.063em) and (max-width: 90em) {
    .hidden-large-only {
        display: none !important;
    }
}

@media only screen and (max-width: 62.063em) {
    .hidden-large-down {
        display: none !important;
    }
}

@media only screen and (min-width: 48.063em) {
    .hidden-medium-up {
        display: none !important;
    }
}

@media only screen and (max-width: 62em) {
    .hidden-medium-down {
        display: none !important;
    }
}

@media only screen and (max-width: 48em) {
    .hidden-small-only {
        display: none !important;
    }
}

@media only screen and (max-width: 62em) {
    #main {
        padding-top: 10em;
    }
}

@media only screen and (min-width: 62.063em) {
    h1 {
        font-size: 48px;
        line-height: 52px;
    }
    p {
        font-size: 24px;
    }
    .columns {
        width: 100%;
        max-width: 1640px;
        min-width: 900px;
    }
    .container {
        position: relative;
        width: 50%;
        margin: 0 auto;
    }
    main.container {
        padding-top: 15em;
    }
    .page-lines-container {
        left: -40px;
        height: calc(100% + 15em);
        width: calc(100% + 80px);
    }
    [class^="checkpoint"] {
        width: 83%;
        margin: 15em 0;
    }
    .checkpoint-right {
        margin-left: 15.73%;
    }
    nav {
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
    }
    nav .container {
        width: 66.86%;
    }
    nav .nav-logo {
        width: 9.125%;
        max-width: 70px;
    }
    .reviews-section .review .review-text,
    .reviews-section .review .reviewee,
    .reviews-section .review .reviewee-title {
        font-size: 20px;
        line-height: 25px;
    }
    footer .footer-logo {
        max-width: 70px;
    }
    .team {
        margin-top: -10em;
        margin-bottom: 6em;
    }
    .team .member .member-photo img {
        width: 150px;
        height: 150px;
        border-radius: 100px;
    }
    .team .member .member-photo .network {
        width: 175px;
        height: 175px;
        border-radius: 100px;
    }
    .team .member .member-photo .network #network {
        width: 225px;
        height: 225px;
        left: -15%;
        top: -20%;
    }
    .team .member .member-info {
        width: 70%;
    }
    .team .member .member-info h2 {
        font-size: 42px;
        line-height: 46px;
    }
    .team .member .member-info p {
        font-size: 20px;
    }
    [class="team"] {
 color:#c0d45c ;

}


/*# sourceMappingURL=global.css.map */
