
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: iransans;
    scroll-behavior: smooth;
}

html{
    direction: rtl;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    background:
      repeating-linear-gradient( 45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)),repeating-linear-gradient( 45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)) 24px 24px,
      repeating-linear-gradient(-45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)),repeating-linear-gradient(-45deg,#0000 calc(-650%/13) calc(50%/13),rgba(28, 57, 187, 0.49) 0 calc(100%/13),
      #0000 0 calc(150%/13),rgba(28, 57, 187, 0.49) 0 calc(200%/13),
      #0000 0 calc(250%/13),rgba(28, 57, 187, 0.49) 0 calc(300%/13)) 24px 24px #ffffff;
    background-size: 48px 48px;
}

h2{
    font-size: 35px;
    width: max-content;
    font-weight: 900;
    margin: 1rem auto;
    color: #efeeee;
    -webkit-text-stroke: 2px #1C39BB;
    font-family: Saadi;
}

#about_company{
    margin: 1rem;
}

img{
    width: 100%;
    height: 100%;
}

ul{
    list-style: none;
}


@font-face{
    font-family: iransans;
    src: url(../fonts/IRANSansXFaNum-Regular.ttf) format("truetype"),
    url(../fonts/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum-Regular.woff2) format("woff2");
}


@font-face {
    font-family: hodhod;
    src: url(../fonts/Hodhod-Circle-Dots.ttf) format("truetype"), url(../fonts/Hodhod-Circle-Dots.woff) format("woff"), url(../fonts/Hodhod-Circle-Dots.woff2) format("woff2"), ;
}

@font-face {
    font-family: Saadi;
    src: url(../fonts/Mj_Saadi\ Ultra_0.TTF) format("truetype"), url(../fonts/Mj_Saadi\ Ultra_0.woff) format("woff"), url(../fonts/Mj_Saadi\ Ultra_0.woff2) format("woff2"), ;
}


.full_container{
    max-width: 900px;
    box-shadow: 1px 1px 10px 4px #ccc;
    margin: 1rem auto;
    padding: 1rem;
    height: auto;
    position: relative;
    background-color: #ffffff;
}


.contact_top{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #1C39BB;
    color: #fafafa;
    font-size: 11px;
    padding: 0.3rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-radius: 0.2rem;
}

.contact_top i{
    font-size: 12px;
}


.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 1rem;
    flex-wrap: wrap;
}


.header_logo{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.header_logo img{
    width: 7rem;
    height: 8rem;
}

.company_title{
    font-family: IranNastaliq !important;
    font-size: 10px;
    text-align: center;
}

.header ul{
    display: flex;
    gap: 0.5rem;
    font-size: 11px;
    color: #fafafa;
    border: 1px solid;
}

.header ul li{
    background-color: #1C39BB;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s;
    border-radius: 0.2rem;
}

.header ul li:hover{
    background-color: #32127A;
}

.header ul li a{
    padding: 0.5rem; 
}

.about_company{
    height: 20rem;
    background-image: url(../images/about-us_bg7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.5rem;
    background-position: center;
    margin-top: 1rem;
    border-radius: 0.2rem;
}

.about_company_text{
    width: 70%;
    color: #ffffff;
    margin-right: 2rem;
    background-color: rgba(42, 41, 41, 0.638);
    font-size: 18px;
    font-weight: 700;
    padding: 0.5rem;
}

.about_company_text > h1{
    font-size: 20px;
}

.about_company_text > p{
    line-height: 2;
    margin-right: 10px;
   
}


.services{
    margin: 4rem 0;
    font-size: 13px;
    width: 100%;
    font-weight: 700;
    background-color: #c9b0ed7f;
    padding:  0 1rem 2rem 1rem;
    border-radius: 0.2rem;
}

.services_box_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    gap: 4rem;
}

.services_box_container div{
    width: 18rem;
    height: 15rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 6.5px -5px 1.5px 1px #1C39BB;
    -moz-box-shadow: 6.5px -5px 1.5px 1px #1C39BB;
    box-shadow: 6.5px -5px 1.5px 1px #1C39BB;
    border-left: 3px solid #1C39BB;
    border-bottom: 3px solid #1C39BB;
    border-radius: 0.2rem;
   
}


.services_box_container div img{
    transition: all 1s;
}

.services_box_container div:hover img{
    transform: scale(1.3);
}

.services_box_container p{
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    bottom: 0;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    transition: all 1s;
}




.introduce_managers {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 1rem;
    flex-wrap: wrap;
}

.introduce_managers__info__container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    column-gap: 1rem;
    row-gap: 2rem;
    flex-wrap: wrap;
    margin-top: 0rem;
}

.introduce_managers__info {
    width: 24rem;
    min-width: 18rem;
    border-radius: 0.2rem;
    position: relative;
    height: 21rem;
    overflow: hidden;
    background-color: #f4f5f9;
    border:4px double #1C39BB;
    background-image: url(../images/reporter-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.introduce_managers__info__full-view {
    animation: h-info 3s alternate forwards;
}

@keyframes h-info {
    0% {
        height: 21rem;
    }

    100% {
        height: 52rem;
    }
}

.introduce_managers__info__less-view {
    animation: h-L-info 1s alternate forwards;
}

@keyframes h-L-info {
    0% {
        height: 52rem;
    }

    100% {
        height: 21rem;
    }
}

.introduce_managers__profile {
    height: 10rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 10rem;
    height: 10rem;
    text-align: center;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}


.introduce_managers_show-more-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.introduce_managers_show-more-info-icon img {
    width: 1.7rem;
}

.show-less-manager-info {
    display: none;
}

.show-more-manager-info,
.show-less-manager-info {
    padding: 0.5rem;
}

.introduce_managers__profile img {
    height: 100%;
    transition: all 1s;
    border-radius: 0.3rem;
}

.introduce_managers__profile:hover img {
    transform: scale(1.1);
}

.introduce_managers__text-info__item {
    padding: 1.5rem 1rem;
    text-align: center;
}

.introduce_managers__text-info__item > p {
    font-size: 13px;
    padding-right: 1rem;
}

.introduce_managers__text-info__item > p:nth-of-type(1) {
    font-size: 11px;
    font-weight: bold;
    background-color: #1C39BB;
    margin-bottom: 1rem;
    width: max-content;
    padding: 0.3rem 0.7rem;
    border-radius: 0.3rem;
    color: #ffffff;
}

.en-dirc {
    text-align: center;
}

.introduce_managers__text-info__item span {
    font-size: 13px;
    font-weight: bold;
}

.o-span {
    background-color: #1C39BB;
    color: #f4f5f9;
    font-size: 9px !important;
    text-align: center;
    margin-left: 0.3rem;
    padding: 0.2rem 0.3rem;
    border-radius: 0.3rem;
}

.skill_span {
    font-weight: bold;
    display: block;
    text-align: center !important;
    width: 100%;
    font-size: 13px;
}


.communication__way{
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background-color: #1C39BB;
    color: #ffffff;
    width: max-content;
    font-size: 10px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3rem;
}


.footer{
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
}


.footer_company_logo{
    width: 20rem;

}

.go-up {
    position: fixed;
    border-radius: 100%;
    background-color: #1C39BB;
    color: #ffffff;
    padding: 0.7rem;
    font-size: 16px;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
    display: none;
}


@media only screen and (max-width: 900px) {
    .full_container{
        width: 100%;
        margin: 0;
    }
}

.menu_bar::before{
    display: none;
    margin-top: 2rem;
    z-index: 3;
    color: #1C39BB;
}

.menu_x::before{
    display: none;
    font-size: 11px;
    padding: 0.3rem;
    border-radius: 50%;
}



@media only screen and (max-width: 576px) {
    .header{
        align-items: flex-start;
    }

    .header ul{
        position: absolute;
        flex-direction: column;
        right: -14rem;
        top: 0rem;
        width: 11rem;
        background-color: #c9b0ed;
        border-left: 4px solid #1C39BB;
        transition: all 2s;
        font-size: 12px;
        height: 100vh;
        color: #000000;
    }

    .menu_bar::before{
        display: block;
    }

    .menu_x::before{
        display: block;
        top: 0.9rem;
        right: 0.9rem;
        position: absolute;
    }

    .header ul li{
        width: 100%;
        background-color: transparent;
        border-bottom: 1px solid #1C39BB;
        border-radius: 0;
    }

    .header ul li:hover{
        background-color: transparent;
        font-weight: 700;
    }

    .about_company_text{
        width: 90%;
        margin: auto;
        font-size: 16px;
    }
    
    .about_company_text > h1{
        font-size: 16px;
    }
    


}

@media only screen and (max-width: 450px){
    .about_company_text{
        width: 100%;
        margin-right: 0;
    }

    .contact_top{
        display: none;
    }

    .header_logo img{
        width: 6rem;
        height: 6.5rem;
    }

    .footer{
        padding-bottom: 10rem;
    }
}