h1,
h2,
h3,
h4,
h5,
h6,
.hero .first-h1,
.hero .second-h1,
.hero-about-title,
.hero-about-title2,
.main-title,
.main-title2,
.section-title,
.tit-text1,
.tit-text2,
.how-container h1,
.video-hero .video-title,
.work-section h2,
.accordion-title,
.nav-link,
.why-section .content-wrapper p strong,
.video-hero.home em,
.accordion-title,
.btn-outline-dark,
footer,
.view-project1 span,
.view-project1,
.vid-button,
.list-title,
.list-title-main,
.list-title2,
.list-title-main2 {
    font-family: 'PingAR', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    font-style: normal;
}

.why-section .content-wrapper p span {
    font-size: 1.1rem;

}

.brand-desc {
    font-size: 20px
}

.vid-button {
    padding: 10px 50px;
}


.hero p {
    font-size: 1.3rem;
    line-height: 1.2;
}

.content h1 {
    font-size: 50px;
}

.work-section .container .content h2 {
    font-size: 3rem
}



.category span {
    padding-right: 0rem;
    padding-left: 1rem;
    font-style: normal;
}

.work-center h1 {
    font-size: 45px;
    font-style: normal;
}

.work-center p {
    font-size: 22px;
    line-height: 1.2;
}

.tags,
.content-project h1 {
    font-style: normal !important;
}


body,
p,
span,
li,
input,
textarea,
label,
.dropdown-item,
.accordion-content,
.form-label,
.category span,
.tags,
.list-desc,
.list-desc2 {
    font-family: 'Sakkal', sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
}

.nav-col ul li {
    line-height: 1.6;
}

.hero-about-desc {
    font-size: 20px;
}

feature p,
feature h3 {
    font-style: normal;
}

p,
.description,
.accordion-content {
    font-weight: 500;
    /* ?? 600 */
}


small,
.form-text,
footer {
    font-weight: 400;
}


.services-list a {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    font-size: 1.5rem;

    transition: color 0.3s ease;
    display: inline-block;
    /* min-width: 300px; */
    text-align: center;
    margin: 0 1rem;
}

.about-content p {
    font-size: 1.25rem;
    font-weight: 300;
    width: 100%;

    line-height: 1.2;
    color: #101010;
    margin-bottom: 35px;
    padding: 0px 10px 0px 10px;
}

.navbar-brand {
    margin: 0 !important;
}


[dir="rtl"] .why-section .title-overlay {
    right: auto;
    left: auto;
    text-align: left;
}

.video-hero.home .btn-outline-dark {
    border-radius: 0;
    padding: 0.6rem 1.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    color: white;
}

.title_serv {
    font-size: 3rem;
    margin-top: 2rem;
}

.about-content h2 {
    font-size: 2.5rem;
}

.main-title,
.main-title2 {
    font-size: 1.8rem;
}

.serv-item {
    padding-left: 0 !important;
}


.services-list a:hover {
    color: #000;
    font-style: italic;
    /* text-shadow: 0.02em 0 0 currentColor; */
    font-size: 1.3rem;
}

.dropdown-menu-end.show {
    right: auto;
    left: 0;
}

#phone {
    text-align: end
}

.dropdown-menu.list-menu .dropdown-item {
    font-family: 'Kepler Std', serif !important;
}

.work-section .container .content form {
    text-align: right;
}

.accordion-content {
    text-align: right;
}

@media (max-width: 767px) {
    .hero p {
        text-align: center;
    }

    .video-hero.home em {
        display: block;
        font-size: 2rem;
        font-style: italic;
        margin-bottom: 1rem;
        font-weight: 350;
    }

    .dropdown-toggle {
        margin-right: 1rem
    }

    .hero-about-desc,
    .hero-about-title2,
    .hero-about-title,
    .about-subtitle,
    .feature h3,
    .feature p {
        text-align: right
    }

    .project-title,
    .project-tags,
    .project-desc {
        text-align: right;
    }
}

.button-with-circle-icon {
    z-index: 9;
    grid-column-gap: 1rem;
    text-decoration: none;
    grid-row-gap: 1rem;
    border: 1px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding: 0.8rem 1.5rem;
    font-weight: 500;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    letter-spacing: 0.025em;
    flex-direction: row;
}

.button-with-circle-icon .button-arrow-wrapper {
    margin-right: 0;
    margin-left: 0.5rem;
}

.button-with-circle-icon:hover {
    background: #030712;
    color: var(--white);
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.button-with-circle-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.button-with-circle-icon:hover::before {
    left: 100%;
}

.button-with-circle-icon .arrow1 {
    transform: rotate(90deg) !important;
}

.button-with-circle-icon:hover .arrow1 {
    filter: invert(1);
    transform: rotate(90deg) scale(1.1) !important;
}