@import url("https://v1.fontapi.ir/css/Shabnam:100;300;400;500;700");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Shabnam";
}

a {
    text-decoration: none;
    color: #1a1b1e;
}

/* responsive */
/* sm */
@media (min-width: 640px) {
    .services {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .service-box:nth-child(5) {
        grid-column: span 2 / span 2;
    }

    /* about pirapardis */
    .about-pic {
        gap: 100px !important;
    }

    .about-pic img {
        width: 160px !important;
        height: 160px !important;
    }

    .about-pic img:nth-child(2) {
        width: 230px !important;
        height: 200px !important;
    }
}

/* md */
@media (min-width: 768px) {
    .eunibest-boxes {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    .about-content-two img {
        width: 500px !important;
    }

    .eunibest-service-box {
        /* width: 300px !important; */
        height: auto;
    }

    .clients-comment {
        gap: 30px !important;
    }

    .info-modal {
        width: 600px !important;
        max-height: 800px !important;
    }

    .management h1,
    .our-customers h1,
    .our-projects h1,
    .eunibest-content h1,
    .about-container h1 {
        font-size: 28px !important;
    }

    .about-title span,
    .pgc-section span,
    .about-eunibest span,
    .sell-development-desc span,
    .our-projects span,
    .eunibest-accordion span,
    .future-service span {
        font-size: 20px !important;
    }

    .team-member {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* lg */
@media (min-width: 1024px) {
    .about-content-two {
        width: 1320px !important;
        flex-direction: row !important;
    }

    .tabs {
        flex-direction: row !important;
    }

    .about-content-two img {
        width: 500px !important;
    }
    .eunibest-boxes {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .clients-comment {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    /* services */
    .services {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    }

    .service-box {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-column: span 2;
    }

    .service-box:nth-child(4) {
        grid-column: span 3 / span 3;
    }

    .service-box:nth-child(5) {
        grid-column: span 3 / span 3;
    }

    /* pgc section */
    .pgc-section img:nth-child(1) {
        width: 500px !important;
    }

    .pgc-pic {
        display: flex;
        gap: 50px;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center;
        width: 100%;
    }

    .pgc-pic img {
        width: 380px !important;
        height: 300px !important;
    }

    .projects-table td:last-child {
        min-width: 150px !important;
    }
}

/* xl */
@media (min-width: 1280px) {

    /* pgc section */
    .pgc-pic-org {
        width: 600px !important;
    }

    .pgc-pic {
        flex-wrap: wrap;
        gap: 20px !important;
        flex-direction: row !important;
        width: 100%;
    }

    .pgc-pic img {
        width: 450px !important;
        height: auto !important;
    }

    .eunibest-desc-pic{
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;

    }
}

/* 2xl */
@media (min-width: 1536px) {
    .about-content-two {
        width: 1320px !important;
        padding: 0 !important;
    }

    .about-content-two img {
        width: 500px !important;
    }

    .our-clients-container {
        width: 1320px !important;
    }

    .our-team {
        padding: 15px 0 25px 0;
    }

    .team-member {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        /* gap: 15px !important; */
    }

    .team-card {
        width: 100% !important;
    }

    .our-clients-container {
        padding: 0 !important;
    }

    .about-desc {
        align-items: center;
    }

    /* tabs */
    .about-conent {
        max-width: 1320px;
        padding: 0 !important;
    }
}

.container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-us {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.about-container {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.about-content-two {
    z-index: 10;
    width: 100%;
    display: flex;
    color: #1a1b1e;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.about-desc-two {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
}

.about-desc-two p {
    line-height: 32px;
    font-size: 17px;
}

.about-content-two img {
    width: 300px;
    animation: skew 2s infinite backwards;
}

@keyframes skew {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scaleX(1);
    }
}

/* tab */
.tabs {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tab {
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    cursor: pointer;
}

.tabs .active {
    background: #1a1b1e;
    color: #fff;
}

.tab:hover {
    background: #1a1b1e;
    color: #fff;
}

.content {
    width: 100%;
}

.content > div {
    display: none;
}

.content > .active {
    display: flex;
    /* width: 1300px; */
}

/* about desc */
.about-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    color: #1a1b1e;
    padding: 25px 0;
}

.about-conent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0 10px;
}

.about-title {
    /* width: 650px; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* color: #fff; */
}

.about-title h2 {
    font-size: 28px;
}

.about-title span,
.pgc-section span,
.about-eunibest span,
.sell-development-desc span,
.about-desc-two span,
.eunibest-accordion span,
.future-service span {
    font-weight: 600;
    font-size: 18px;
}

.about-pic {
    display: flex;
    width: 100%;
    height: 190px;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}

.about-pic img {
    width: 140px;
    height: 140px;
}

.about-pic img:nth-child(2) {
    width: 180px;
    height: 170px;
}

.about-title p {
    font-size: 17px;
    line-height: 28px;
}

.about-us .shape-1,
.about-eunibest .shape-1 {
    height: 191px;

    transform: scaleY(-1);
}

.about-desc svg,
.about-eunibest svg,
.about-us svg {
    fill: #f7f7f7;
}

.work-smaples {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.work-smaples img {
    height: 200px;
    border-radius: 15px;
}

.work-smaples-shop {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}

.work-smaples-shop-pic {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.work-smaples-shop-pic img {
    height: 165px;
    border-radius: 15px;
}

/* pgc section */

.pgc-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 28px;
}

.pgc-pic-org {
    width: 100%;
}

.pgc-section img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.pgc-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pgc-pic {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.pgc-pic img {
    width: 100%;
    height: auto;
}

.about-eunibest {
    display: flex;
    flex-direction: column;
}

.eunibest-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* background: #313b3f; */
    /* color: #fff; */
}

.eunibest-content img {
    border-radius: 15px;
}

.eunibest-content h1 {
    align-self: flex-start;
    font-size: 20px;
}

.eunibest-desc {
    font-size: 17px;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eunibest-desc-pic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
    gap: 20px;
}

.eunibest-boxes {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

.eunibest-sec-2 {
    position: relative;
}

.eunibest-sec-2 img {
    width: 100%;
}

.eunibest-pic-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.eunibest-pic-top img {
    max-width: 100%;
}

.eunibest-sec-2-content {
    margin-top: 25px;
    position: absolute;
    text-align: center;
    top: 0;
}

.eunibest-sec-2-content h2 {
    color: #ffb525;
}

.eunibest-sec-2-content p {
    padding: 20px 100px;
    font-size: 17px;
}

.eunibest-service-box {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    gap: 20px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #1a1b1e;
}

.eunibest-service-box img {
    height: 70px;
    filter: drop-shadow(0px 0px 10px #ffdd3c);
}

.eunibest-service-box:nth-child(4) img {
    width: 80px;
    margin-bottom: -5px;
}

.eunibest-service-box h3 {
    font-size: 20px;
}

.eunibest-desc img,
.eunibest-desc-pic img {
    width: 100%;
}

.eunibest-accordion {
    display: flex;
    flex-direction: column;
}

.eunibest-accordion img {
    width: 350px;
    align-self: center;
}

.neo-test-pic {
    width: 250px !important;
}

.mbti-pic {
    width: 150px !important;
}

/* sell development desc */
.sell-development {
    margin-bottom: 100px;
}

.sell-development-desc {
    font-size: 17px;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 20px;
}

.sell-development-desc h1 {
    font-size: 24px;
}

.sell-development-services h3 {
    margin-bottom: 15px;
    /* text-align: center; */
}

.sell-development-services ul {
    padding: 10px 20px;
}

.sell-development-services-sec {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.sell-development-services-sec ul {
    padding-top: 0 !important;
    /* background-color: #1a1b1e; */
}

.development-tabs {
    width: 100%;
    max-height: 60px;
    background-color: #fafafa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 17px 10px 0 10px;
    overflow: hidden;
    transition: all 0.5s;
    color: #1a1b1e;
    cursor: pointer;
    position: relative;
    border: 1px solid #989898;
}

.development-tabs.active {
    height: fit-content;
    transition: all 0.5s;
    max-height: 5000px;
    padding-bottom: 10px;
}

.development-tabs svg {
    position: absolute;
    width: 25px;
    left: 20px;
    fill: #fafafa;
    stroke: #1a1b1e;
    transition: all 0.5s;
    top: 18px
}

.development-tabs.active svg {
    transform: rotate(180deg);
}

.management {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

.disk-test {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 17px;
    gap: 15px;
}

.disk-test h2 {
    font-size: 18px;
}

.management h1,
.our-customers h1,
.our-projects h1,
.about-container h1 {
    font-size: 20px;
    text-align: right;
}

table {
    border: 1px solid #b3adad;
    border-collapse: collapse;
    padding: 5px;
    color: #1a1b1e !important;
}
table th {
    border: 1px solid #b3adad;
    padding: 5px;
    color: #1a1b1e;
}
table td {
    border: 1px solid #b3adad;
    text-align: center;
    padding: 5px;
    background: transparent;
    color: #1a1b1e;
}

.projects-table {
    width: 100%;
    overflow-x: auto;
    padding-left: 4px;
}

.projects-table td:last-child {
    min-width: 300px;
}

.all-course {
    width: 100%;
}

/* .our-customers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.our-customers-pic {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.our-customers-pic img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1);
} */

.our-projects {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.our-team {
    background-color: #313b3f;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 15px 10px 25px 10px;
}

.team-member-resume {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.our-team-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-member {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 20px;
}

.team-card {
    width: 100%;
    height: 415px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    color: #1a1b1e;
    gap: 13px;
    font-size: 15px;
    transition: all 0.4s;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.read-more {
    position: absolute;
    font-family: 'Shabnam';
    border: none;
    width: 130px;
    height: 35px;
    border-radius: 8px;
    background: #e76f29;
    color: #fff;
    font-size: 15px;
    bottom: -16px;
    cursor: pointer;
}

.info-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 15px 25px;
    width: 95%;
    max-height: 600px;
    background: #fff;
    border-radius: 15px;
    z-index: 110;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ,visibility 0.3s, transform 0.3s;
    overflow-y: auto;
}

/* .info-modal::-webkit-scrollbar {
  width: 10px;
}

.info-modal::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 20px;
}

.info-modal::-webkit-scrollbar-track {
  background: #dcdcdc;
  border-radius: 20px;
} */

.modal-background {
    position: fixed;
    width: 100%;
    height: 100vh;
    bottom: 0;
    top: 0;
    background-color: #00000085;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ,visibility 0.3s;
}

.info-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.modal-background.active {
    opacity: 1;
    visibility: visible;
}

.modal-name {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.modal-name svg {
    width: 30px;
    color: red;
}

.info-modal ul li {
    margin: 10px 0;
}

.close-modal {
    background: #fff;
    border: none;
    cursor: pointer;
}

.team-card img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    object-fit: cover;
}

.team-card span {
    font-size: 17px;
    color: #e76f29;
    text-align: center;
}

.team-status {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card:hover {
    background: #1a1b1e;
    color: #fff;
}

.our-clients {
    background-color: #fff;
    color: #1a1b1e;
    display: flex;
    justify-content: center;
    padding: 15px 0 25px 0;
}

.our-clients-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
}

.clients-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.clients {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding-bottom: 15px;
}

.clients::-webkit-scrollbar {
    height: 10px;
}

.clients::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 20px;
}

.clients::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 20px;
}

.clients img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.clients-comment {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}

.clients-card {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
    flex-direction: column;
    gap: 20px;
}

.clients-card p {
    font-size: 14px;
    color: #1a1b1e;
    line-height: 28px;
}

.clients-card svg {
    height: 50px;
    position: absolute;
    fill: #e76f29;
    top: -25px;
    right: 120px;
}

.clients-card ul {
    color: #1a1b1e;
    padding-right: 15px;
}

.clients-card ul li {
    font-size: 14px;
    margin: 15px 0;
}

.client-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-profile img {
    width: 100px;
    border-radius: 100%;
}

.client-name {
    font-size: 18px;
    color: #1a1b1e;
}

.client-name span {
    color: #e76f29;
    margin-top: 10px;
    display: block;
}

.websites-course {
    max-width: 1320px;
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 20px;
    align-items: center;
    overflow-x: scroll;
    padding: 15px 0;
}

.websites-course::-webkit-scrollbar {
    height: 10px;
}

.websites-course::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 20px;
}

.websites-course::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 20px;
}


.eunibest-guide {
    min-width: 100%;
    text-align: center;
    font-size: 18px
}

.eunibest-guide p {
    margin: 20px 0;
}

.eunibest-guide h1 {
    font-size: 24px ;
    text-align: center !important;
}