@font-face {
    font-family: BNazanin;
    src: url(/Fonts/B-NAZANIN.TTF)
}

/* ----- Main Cods ----- */

/* ----- Header ----- */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: BNazanin;
    line-height: 2rem;
    color: #f9f9f9;
}

.container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-2 {
    color: #081D43;
    font-size: 22px;
}

.title-p-2 {
    color: #008000;
}

.nav_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0;
    background-color: rgb(219, 236, 252);
    padding-left: 10px;
    padding-right: 10px;
}

.nav {
    display: flex;
    align-items: center;
}

.nav_logo_img {
    height: 70px;
    width: 170px;
    transition: all 0.2s;
    border-radius: 5px;
}

.nav_logo_img:hover {
    height: 75px;
    width: 175px;
}

.nav_link {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    font-size: 22px;
    font-weight: 400;
}

.list_item {
    margin-left: 1.8rem;
    text-decoration: none;
    color: black;
    padding: 0.3rem 1rem;
    border-radius: 6px;
    transition: all 0.4s;
}

.list_item:hover {
 background-color: #438eff;
}

.list_links {
    text-decoration: none;
    color: black;
}


.nav_rightpart_bars {
    font-size: 1.6rem;
    display: none;
    cursor: pointer;
}

.contactus {
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #438eff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 0.5rem;
    font-size: 22px;
    font-weight: 400;
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_div {
    width: 40%;
}

.header_content_title {
    color: black;
}

.header_content_text {
    color: black;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.here{}

.zarfo {
    display: flex;
    align-items: center;
    position: fixed;
    width: 7%;
    top: 15px;
}

.getbackk {
    text-decoration: none;
    color: #1F1F1F;
    padding: 1rem;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    width: 150px;
    background-color: #438eff;
    transition: all 0.2s;
}
.getbackk:hover{
    background-color: #438eff;
}
.getbackk2 {
    text-decoration: none;
    color: #1F1F1F;
    padding: 1rem;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    width: 80px;
    background-color: #438eff;
    transition: all 0.2s;
}
.getbackk2:hover{
    background-color: #1170ff;
}

.works_content_box {
    transition: all 0.4s;
}

.works_content_box:hover {
    background-color: #438eff;
}

.clickme {
    text-decoration: none;
    color: #0000ff;
}

.buttons {
    display: flex;
    padding-top: 2rem;
}

.header_content_button1 {
    text-decoration: none;
    text-align: center;
    margin-right: 1rem;
    color: #fff;
    background-color: #438eff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    border-radius: 0.5rem;
}

.header_content_button2 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #0050c8;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    border-radius: 0.5rem;
}

.right_div {
    width: 50%;
}

.header_content_img {
    width: 100%;
    border-radius: 8px;
}

/* ----- main ----- */

.works_header {
    text-align: center;
    margin-top: 5rem;
}

.works_title {
    color: black;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.works_text {
    font-size: 1.8rem;
    margin: 0px 0px 36px 0px;
    color: black;
    font-weight: bold;
}

.works_content {
    display: flex;
    justify-content: space-between;
    padding: 0px 2rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.works_content_box {
    text-align: center;
    width: 33%;
}

.works_content_box_title {
    margin: 0px;
    color: black;
}

.works_content_box_text {
    margin: 10px 0px 0px 0px;
    color: black;
    font-size: 19px;
    font-weight: 600;
}

.main_header_img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.main_img {
    padding-top: 2rem;
    width: 340px;
    height: 280px;
}

.comments-section {
    /* background-color: #2F5BEA; */
    background-color: #438eff;
    margin-top: 2rem;
}

.comments_container {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #2F5BEA; */
    background-color: #438eff;
    color: black;
    padding: 2rem 15rem;
}

.comments_title {
    margin: 20px 0px 15px 0px;
    text-align: center;
}

.comments_text {
    margin: 0 auto;
    text-align: center;
    max-width: 40rem;
    font-size: 22px;
    font-weight: 600;
}

.comments_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
}

.comments_boxes_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 16px 10px;
    border-radius: 10px;
    flex-basis: 20rem;
    min-height: 22rem;
    text-align: justify;
    margin: 0.5rem;
}

.comments_boxes_content_text {
    color: black;
    font-family: Times-Roman;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 500;
}

.comments_boxes_content_name {
    color: black;
    display: flex;
    align-items: center;
    border-top: 1px solid;
    padding: 0.6rem 0.8rem;
    font-size: 22px;
    font-weight: 600;
}

.comments_boxes_content_img {
    margin-right: 10px;
    margin-left: 10px;
}

.comments_companies {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
    max-width: 100%;
}

.companies_img {
    display: inline-block;
    margin: 1rem;
}

.portfolio-section {
    text-align: center;
}

.portfolio_header {
    text-align: center;
    margin: 2rem 0;
    margin-top: 4rem;
}

.portfolio_title {
    text-transform: uppercase;
    margin: 0px;
    color: black;
}

.text-22 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}
.text-224 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

/* .text-224:hover {
    background-color: #44ff92;
} */

a{

}

.portfolio_text {
    margin: 0px 0px 36px 0px;
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.portfolio_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio_item {
    flex-basis: 25rem;
    transition: all 0.2s;
}
.portfolio_item:hover {
    background-color: #438eff;
}


.portfolio_img {
    width: 100%;
    margin-bottom: 0.6rem;
    /* border-radius: 0.6rem; */
}

/* ----- footer ----- */
.footer_newsletter {
    background-color: #00c875;
    color: #fff;
}

.news_letter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news_letter_title {
    font-size: 25px;
}

.news_letter_email {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    background-color: #fff;
    border-radius: 0.4rem;
}

.news_letter_input {
    border-style: none;
    outline: none;
    font-size: 20px;
    font-weight: 40;
}

.news_letter_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-style: none;
    outline: none;
    border-radius: 0.5rem;
    background-color: #2F5BEA;
    padding: 0.8rem 1.2rem;
}

.copy_rights {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.copy_right_text_left {
    font-size: 30px;
    font-weight: 600;
    color: black;
}

.copy_right_text_right {
    font-size: 30px;
    font-weight: 600;
    color: #081D43;
}

.clickme2 {
    text-decoration: none;
    color: #0000ff;
}
/* ----------Responsive---------- */

.axoo {
    width: 400px;
    height: 200px;
    transition: all 0.3s;
}

.axoo:hover {
    background-color: #438eff;
}


@media only screen and (max-width: 1230px) {
    .portfolio_items {
        padding-right: 7rem;
        padding-left: 7rem;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    .comments_boxes {
        justify-content: center;
    }

    .comments_companies {
        justify-content: center;
        margin-top: 2rem;
    }

    .comments_container {
        padding: 2rem 0rem;
    }

    .comments_boxes {
        margin-bottom: 0rem;
    }
    .portfolio_items {
        padding-right: 0;
        padding-left: 0;
    }

}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 720px;
    }

    .works_content_box {
        text-align: center;
        flex-basis: 40rem;
    }

    .contactus {
        display: none;
    }

    .header_content {
        flex-direction: column-reverse;
    }

    .left_div {
        width: 100%;
    }

    .right_div {
        width: 100%;
    }

    .header_content_button1 {
        margin-bottom: 1rem;
    }

    .buttons {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .works_content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .works_content_box {
        margin-bottom: 4rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
    }

    .main_img {
        width: 100%;
        padding: 0;
    }

    .portfolio_item {
        flex-basis: 20rem;
    }
}
@media only screen and (max-width: 768px) {
    .container {
        max-width: 540px;
    }

    .comments_boxes_content {
        flex-basis: 70%;
    }

    .portfolio_item {
        flex-basis: 15rem;
    }
    .list_item {
        margin-left: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .nav_wrapper{
        padding-bottom: 1.8rem;
    }

    .nav_link {
        /* display: none; */
    }

    .nav_rightpart_bars {
    }

    .nav_link {
        position: fixed;
        flex-direction: column;
        background-color: #3f70e1;
        width: 10rem;
        padding: 0.6rem;
        margin: 0;
        top: 0;
        left: -160px;
        bottom: 0;
        transition: 0.3s all;
    }

    .list_links {
        color: #fff;
    }

    .comments_boxes_content {
        flex-basis: 90%;
    }

    .portfolio_item {
        flex-basis: 100%;
    }

    .news_letter {
        flex-direction: column;
    }

    .news_letter_email {
        width: 100%;
    }

    .copy_rights {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 506px) {
    .container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .comments_companies {
        flex-direction: column;
        margin-top: 0;
    }

    .comments_boxes {
        margin-bottom: 2rem;
    }

}