*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Vazir', sans-serif !important;

}

.call-btn {
    color: #fff;
    background-color: #202020;
    width: 100%;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Paginations {
    width: 100%;
    display: flex;
    justify-content: center;
}


.grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.grayscale:hover {
    filter: grayscale(0%);
}

.main-caption {
    min-height: 22vh;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about .main-part,
.contact .main-part {
    max-width: 1250px;      
    width: 100%;             
    margin: 0 auto 25px;     
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 1.25rem;
    min-height: 550px;      
}


.re {
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 520px;
}

.re picture,
.re img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bg-incss {
    background-color: #202020;
    font-size: 15px;
}

.condtre{
    max-width: 1250px;
    width: 90%;
}

@media (max-width: 1500px) {
    .Paginations {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 1024px) {
    .ht {
        height: 300px;
    }

    .about .main-part,
    .contact .main-part {
        flex-direction: column;
    }

    .Paginations {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}