@font-face {
    font-family: 'vazir';
    src: url('./fonts/vazir-font-v16.1.0/Vazir.ttf') format('truetype'),
        url('./fonts/vazir-font-v16.1.0/Vazir.woff') format('woff'),
        url('./fonts/vazir-font-v16.1.0/Vazir.woff2') format('woff2');

    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'vazir', sans-serif;
    background-color: #e6e6e6ae;
    direction: rtl;
    overflow-x: hidden;
    padding-top: 2rem;
}

.navbar {
    margin: 0 auto;
    margin-top: 15px;
    width: 500px;
    height: 50px;
    border-radius: 26px;
    background: #e6e6e69c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.menu-items {
    display: flex;
    gap: 40px;
}

.menu-items a {
    text-decoration: none;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.3s;
}

.menu-items a:hover {
    color: #333;
}

.logo img {
    margin-top: 5px;
    height: auto;
    width: 100px;
}

.text {
    max-width: 90%;
    margin: 50px auto;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 15px;
    color: #5D5D5D;
    text-align: justify;
}


.buttonlive {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-right: auto;
    margin-left: 5%;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 25px;
    background: #FFFFFF80;
    color: #530A0B;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.h3 {
    color: #626262;
    text-align: center;
}

.buttonlive:hover {
    background: white;
    color: black;
}

.process-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 60px auto;
    flex-wrap: wrap;
    align-items: stretch;
}

.process-box {
    display: block;
    position: relative;
    background: #f5f5f59b;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    max-width: 30%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* ----------------------بخش درباره ما */
.cardtext {
    width: 100%;
    height: 300px;
    background-color: #D4D4D4E5;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    background-color: #e8e8e8;
    padding: 60px 80px;
    border-radius: 20px;
}

.about img {
    width: 750px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.about-text {
    max-width: 400px;
    direction: rtl;
}

.about-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;

}

.about-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about-text li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
}

.about-text li::before {
    content: "•";
    color: #555;
    position: absolute;
    right: -20px;
    font-size: 20px;
}

/* پایات بخش درباره ما  */


.icon-wrapper {
    position: absolute;
    top: -35px;
    left: 20px;
    padding: 10px;
}

.icon-wrapper img {
    width: 55px;
    height: auto;
}

.process-box h3 {
    font-size: 20px;
    color: #333;
    margin-top: 10px;

}

.process-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.process-box ul {
    list-style-type: disc;
    padding-right: 20px;
    color: #555;
    line-height: 1.8;
}

.process-box li {
    margin-bottom: 8px;
    font-size: 0.75rem;
}

.h {
    text-align: center;
    margin-top: 60px;
    color: #111;
    font-weight: 700;
}

.mobile-preview-section {
    max-width: 100%;
    margin: 80px auto;
    text-align: center;
}

.mobile-preview-section .h4 {
    text-align: left;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    margin-left: 20px;
    font-family: sans-serif;
}

.slider-container {
    width: 100%;
    margin: 0 auto;
    background: #AAAAAAB2;
    padding: 40px 0;
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.slider {
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slider::-webkit-scrollbar {
    display: none;
}

.slider img {
    height: 450px;
    max-width: 100%;
    border-radius: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.slider img:hover {
    transform: scale(1.03);
}

.btnmove {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

.btnmove button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.btnmove button:hover {
    transform: scale(1.1);
}

.btnmove img {
    width: 20px;
    height: auto;
    opacity: 0.8;
}


.process-container1 {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    flex-wrap: wrap;
    align-items: stretch;
}

.process-box1 {
    display: block;
    position: relative;
    padding: 30px 100px;
    width: 100%;
    max-width: 40%;
    height: auto;
    text-align: right;

}

.process-box1 ul {
    list-style-type: disc;
    padding-right: 20px;
    color: #555;
    line-height: 1.8;
}

.process-box1 li {
    font-size: 13px;
    margin-bottom: 8px;
}

.icon-wrapper1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;

}

.icon-wrapper1 img {
    width: 40px;
    height: auto;
}

.footer {
    background-color: #e6e6e6ae;
    padding: 40px 60px;
    font-family: "vazir", sans-serif;
    direction: rtl;
    border-top: 1px solid #ccc;
    color: #333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.footer-column {
    position: relative;
    margin-right: 70px;
    flex: 1;
    min-width: 150px;
    padding-right: 30px;
}

.footer-column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #c5c5c5;
    opacity: 0.6;
}


.footer-column h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 15px;
    font-size: 0.75rem;
}

.footer-column a {
    color: #6D6D6D;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #333;
}

.footer-logos img {
    height: 80px;
    margin-left: 15px;
    margin-top: 190px;
}

.footer-logo img {
    height: 100px;
    margin: 30px;
}


.contact-box {
    background: #ebebeb;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 15px;
    direction: rtl;
    font-family: "vazir", sans-serif;
    color: #5D5D5D;
    width: 90%;
    margin: 40px auto;
    margin-bottom: 15%;
}

.call-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.contact-logo {
    width: 40px;
    height: auto;
    margin-left: 0;

}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-list li {
    background: #ebebeb;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
}

.contact-list span {
    font-weight: bold;
    margin-left: 5px;
}





/* -----------نمونه کار تولیکی */


.titr {
    display: flex;
    color: #626262;
    justify-content: center;
    margin-top: 90px;
    text-align: justify;
}


.continer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 150px;
}

.projects {
    width: 16rem;
    height: 2.5rem;
    margin-bottom: 370px;
}

.imgpic {
    width: 670px;
    height: 400px;
    border-radius: 20px;
}

.project1 {
    background-color: #1E1E1E;
    color: #FFFFFF;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    border-radius: 10px;
}

.project2 {
    direction: ltr;
    margin-bottom: 0.25rem;
    background-color: #FFFFFF;
    color: #1E1E1E;
    padding: 0.75rem;
    border-radius: 15px;
    display: flex;
    height: 2.75rem;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: larger
}

.logo {
    direction: ltr;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 50%;
}

.continer a {
    text-decoration: none;
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.3s;
}

.continer a:hover {
    color: #333;
}

.gif {
    border-radius: 20px;
    width: 16rem;
    height: 12rem;
    margin-top: 210px;
}



/* //////////jjjjj */



#sample {
    display: flex;
    justify-content: left;
}

#arrow {
    height: 25px;
    padding-left: 1rem;
    margin-right: 1.5rem;
}

.text-box {
    direction: rtl;
    justify-content: center;
    align-items: center;
    text-align: right;
    margin-top: 4rem;
    display: flex;
    background-color: #AAAAAA;
    width: 100%;
    min-height: 13rem;
    height: auto;
}

.texts {
    margin-right: 3rem;
    padding-left: 3rem;
    color: #5E5E5E;
    font-size: 1rem;
    font-weight: 400;
}



.aboutUs {
    display: flex;
    align-items: center;
    direction: ltr;
    /* ترتیب فلش ← متن */
    gap: 0;
    /* فاصله بین فلش و متن */
    padding: 7px 3px;
    margin-left: 27%;
    border: 1px solid #1E1E1E;
    border-radius: 3px;
    padding-right: 1rem;
    background-color: transparent;
    white-space: nowrap;
    font-size: 0.75rem;
    font-family: 'vazir';
    appearance: none;
    -webkit-appearance: none;
}

#arrow1 {
    height: 18px;
    width: auto;
    margin: 0;
    display: block;
}

.custom-list {
    list-style: none;
    counter-reset: step;
    margin: 8rem 2rem 10rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 8rem;
}

.custom-list li {
    counter-increment: step;
    position: relative;
    padding-right: 1rem;
    border-right: 3px solid #585858;
    font-weight: 500;
    font-size: 16px;
    min-height: 10rem;
}

.custom-list li::before {
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    color: #5e5e5e;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    right: 1.25rem;
    top: -0.5rem;
    transform: translateY(0.5rem);
}

.list1 {
    margin-right: 3rem;
}

.span {
    display: block;
    margin-top: 1.5rem;
    margin-right: 1rem;
    font-weight: normal;
    color: #5e5e5e;
    font-size: 0.85rem;
    line-height: 1.5;
}

.h4 {
    display: flex;
    margin-top: 1rem;
    text-align: justify;
    font-size: 17px;
    color: #353535;
}

.services {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 3rem 12rem;
}


.sliders {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    overflow: hidden;
    flex: 1;
}

.sliders img {
    border-radius: 18px;
    width: 550px;
    height: auto;
}

.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 60px auto;
    direction: rtl;
}


.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    font-size: 0.9rem;
    white-space: nowrap;
}

.arrow-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1E1E1E;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background-color: #333;
}

section h3 {
    display: flex;
    color: #626262;
    justify-content: center;
    margin-top: 7rem;
    text-align: justify;
}

.procces {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 4rem 12rem;
    margin-bottom: 8rem;
}

@media (max-width:768px) {
    .procces {
        width: 100%;
        height: auto;
        padding: auto;
    }
}

/* -----------------services */
#work {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}