@font-face {
  font-family: "Vazir";
  src: url(../fonts/vazir/Vazir-Medium.eot) format("embeded-opentype"), url(../fonts/vazir/Vazir-Medium.woff2) format("woff2"), url(../fonts/vazir/Vazir-Medium.woff) format("woff"), url(../fonts/vazir/Vazir-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "shabnam";
  src: url(../fonts/shabnam/Shabnam.eot) format("embeded-opentype"), url(../fonts/shabnam/Shabnam.woff2) format("woff2"), url(../fonts/shabnam/Shabnam.woff) format("woff2"), url(../fonts/shabnam/Shabnam.ttf) format("truetype");
}

.container {
  width: 70%;
  height: 100%;
  margin: auto;
}

.blue {
  color: #1a74e2;
}

.blue-underline {
  border-bottom: 2px solid #1a74e2;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  direction: rtl;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

@media screen and (min-width: 2560px) {
  .title {
    font-family: "Vazir";
    font-size: 2.25rem;
    color: #000000;
    width: 100%;
  }
  .navigation {
    height: 100px;
    font-family: "Vazir";
    font-size: 2rem;
    color: #ffffff;
  }
  .navigation .container ul li a {
    font-family: "Vazir";
    font-size: 1.6rem;
    color: #ffffff;
  }
  .header-text-center .header-title {
    font-family: "shabnam";
    font-size: 5rem;
    color: #ffffff;
  }
  .header-text-center .header-desc {
    font-family: "Vazir";
    font-size: 2rem;
    color: #ffffff;
  }
  .arrow {
    bottom: 60px;
  }
  .arrow .arrow-item {
    width: 40px;
    height: 40px;
  }
  #about-us {
    height: 600px;
    font-family: "Vazir";
    font-size: 1.25rem;
    color: #000000;
  }
  #about-us .container .right {
    width: 75%;
  }
  #about-us .container .right .desc {
    font-size: 1.5rem;
    text-align: right;
  }
  #services {
    height: 900px;
    font-family: "Vazir";
    font-size: 2rem;
    color: #ffffff;
  }
  #services .container .service-box {
    height: 700px;
  }
  #topWorks {
    height: 900px;
    font-family: "Vazir";
    font-size: 2rem;
    color: #ffffff;
  }
  #topWorks .container .work-box {
    height: 700px;
  }
  #contact-us {
    width: 100%;
    height: max-content;
    padding: 2rem 0;
    font-family: "Vazir";
    font-size: 1.75rem;
    color: #000000;
  }
  #contact-us .container {
    display: flex;
    flex-flow: column wrap;
  }
  #contact-us .container .contact-us-image {
    width: 100%;
    height: 600px;
    background: url(../image/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact-us .container .comment-box {
    margin: auto;
    padding: 1rem 3rem;
    width: 80%;
    height: max-content;
    background-color: #ffffff;
    margin-top: -125px;
  }
  #contact-us .container .comment-box #form-comment {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }
  #contact-us .container .comment-box #form-comment .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #contact-us .container .comment-box #form-comment .btnsubmit {
    padding: .7rem 5rem;
    font-family: "Vazir";
    font-size: 1.5rem;
    color: #1a74e2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  #contact-us .container .comment-box #form-comment input,
  #contact-us .container .comment-box #form-comment textarea {
    font-size: 1.2rem;
  }
  #contact-us .container .contact-address .item p {
    font-size: 2rem;
  }
  #contact-us .container .contact-address .item p:last-child {
    font-size: 1.2rem;
    color: gray;
  }
  #contact-us .container .social-media .icon {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title {
    font-family: "Vazir";
    font-size: 1.5rem;
    color: #000000;
    width: 100%;
  }
  .navigation .container ul li {
    display: none;
  }
  .navigation .container ul li:last-child {
    display: flex;
  }
  .header-text-center .header-title {
    font-family: "shabnam";
    font-size: 2.5rem;
    color: #ffffff;
  }
  .header-text-center .header-desc {
    font-family: "Vazir";
    font-size: 1.2rem;
    color: #ffffff;
  }
  #about-us {
    width: 100%;
    height: 500px;
    padding: 3rem 0;
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
  }
  #about-us .container {
    display: flex;
  }
  #about-us .container .right {
    width: 100%;
    align-items: center;
  }
  #about-us .container .right .title {
    align-self: flex-start;
  }
  #about-us .container .left {
    display: none;
  }
  #services {
    height: 600px;
    font-family: "Vazir";
    font-size: 1rem;
    color: #ffffff;
  }
  #services .container .service-box {
    height: 400px;
  }
  #topWorks {
    height: 600px;
    font-family: "Vazir";
    font-size: 1rem;
    color: #ffffff;
  }
  #topWorks .container .work-box {
    height: 400px;
  }
  #contact-us .container .contact-us-image {
    width: 100%;
    height: 350px;
  }
  #contact-us .container .contact-us-image p {
    width: max-content;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .title {
    font-family: "Vazir";
    font-size: 1.25rem;
    color: #000000;
    width: 100%;
  }
  .navigation .container ul li {
    display: none;
  }
  .navigation .container ul li:last-child {
    display: flex;
  }
  .header-text-center .header-title {
    font-family: "shabnam";
    font-size: 2.5rem;
    color: #ffffff;
  }
  .header-text-center .header-desc {
    font-family: "Vazir";
    font-size: 1.2rem;
    color: #ffffff;
  }
  #about-us {
    width: 100%;
    height: 500px;
    padding: 3rem 0;
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
  }
  #about-us .container {
    display: flex;
  }
  #about-us .container .right {
    width: 100%;
    align-items: center;
  }
  #about-us .container .right .title {
    align-self: flex-start;
  }
  #about-us .container .left {
    display: none;
  }
  #services {
    height: 700px;
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #ffffff;
  }
  #services .container {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #services .container .service-box {
    width: 100%;
    height: 500px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    column-gap: 0.4rem;
  }
  #services .container .service-box .row {
    width: calc(50% -.8rem);
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #services .container .service-box .row .service {
    width: 100%;
    height: 32.5%;
    position: relative;
    overflow: hidden;
  }
  #topWorks {
    height: 700px;
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #ffffff;
  }
  #topWorks .container {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #topWorks .container .work-box {
    width: 100%;
    height: 500px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    column-gap: 0.4rem;
  }
  #topWorks .container .work-box .row {
    width: calc(50% -.8rem);
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #topWorks .container .work-box .row .work {
    width: 100%;
    height: 32.5%;
    position: relative;
    overflow: hidden;
  }
  #topWorks #contact-us .container .contact-us-image {
    width: 100%;
    height: 350px;
  }
  #topWorks #contact-us .container .contact-us-image p {
    width: max-content;
  }
  #contact-us {
    width: 100%;
    height: max-content;
    padding: 2rem 0;
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
  }
  #contact-us .container {
    display: flex;
    flex-flow: column wrap;
  }
  #contact-us .container .contact-us-image {
    width: 100%;
    height: 300px;
    background: url(../image/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact-us .container .contact-us-image p {
    width: max-content;
  }
  #contact-us .container .comment-box {
    margin: auto;
    padding: 1rem 0rem;
    width: 90%;
    min-height: max-content;
    background-color: #ffffff;
    margin-top: -110px;
    box-sizing: border-box;
  }
  #contact-us .container .comment-box #form-comment {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: none;
    align-items: center;
    padding: 0 1rem;
  }
  #contact-us .container .comment-box #form-comment .row {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #contact-us .container .comment-box #form-comment .row label {
    font-size: 0.8rem;
    margin: 0.5rem 0;
    width: 100%;
  }
  #contact-us .container .comment-box #form-comment .row label input {
    width: 100%;
  }
  #contact-us .container .comment-box #form-comment label {
    font-size: 0.8rem;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 2rem;
  }
  #contact-us .container .comment-box #form-comment label .comment {
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #000000;
    width: 100%;
    overflow: hidden;
    min-height: 1rem;
    max-height: max-content;
    padding: 0 1rem;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 2px solid gray;
  }
  #contact-us .container .contact-address {
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 425px) {
  .title {
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
    width: 100%;
  }
  .container {
    width: 80%;
  }
  #header {
    width: 100%;
    max-height: 600px;
    min-height: 100vh;
  }
  .navigation {
    font-size: 0.9rem;
  }
  .navigation .container {
    justify-content: space-between;
  }
  .navigation .container ul li {
    display: none;
  }
  .navigation .container ul li:last-child {
    display: flex;
    width: 25px;
    height: 30px;
  }
  .header-text-center .header-title {
    width: 100%;
    padding: 0 0.5rem;
    font-family: "shabnam";
    font-size: 1.5rem;
    color: #ffffff;
  }
  .header-text-center .header-desc {
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #ffffff;
  }
  #about-us {
    width: 100%;
    height: 500px;
    padding: 3rem 0;
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
  }
  #about-us .container {
    display: flex;
  }
  #about-us .container .right {
    width: 100%;
    align-items: center;
  }
  #about-us .container .right .title {
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
  }
  #about-us .container .right .desc {
    font-size: 0.8rem;
    text-align: justify;
  }
  #about-us .container .right .statistics .count {
    font-size: 1rem;
    font-weight: bolder;
  }
  #about-us .container .right .statistics .text {
    font-size: 0.6rem;
  }
  #about-us .container .left {
    display: none;
  }
  #services {
    height: max-content;
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #ffffff;
  }
  #services .container {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #services .container .service-box {
    width: 100%;
    height: 900px;
    display: flex;
    margin-top: 1rem;
    flex-flow: column wrap;
    justify-content: space-between;
    row-gap: 0.1rem;
  }
  #services .container .service-box .row {
    width: 100%;
    height: calc(50% - 0.2rem);
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #services .container .service-box .row .service {
    width: 100%;
    height: 32.5%;
    position: relative;
    overflow: hidden;
  }
  #topWorks {
    height: max-content;
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #ffffff;
  }
  #topWorks .container {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #topWorks .container .work-box {
    width: 100%;
    height: 900px;
    display: flex;
    margin-top: 1rem;
    flex-flow: column wrap;
    justify-content: space-between;
    row-gap: 0.1rem;
  }
  #topWorks .container .work-box .row {
    width: 100%;
    height: calc(50% - 0.2rem);
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #topWorks .container .work-box .row .work {
    width: 100%;
    height: 32.5%;
    position: relative;
    overflow: hidden;
  }
  .light-box {
    width: 100%;
    height: 100vh;
    background-color: #000000a8;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
  }
  .light-box .image-box {
    width: 70%;
    height: 50%;
    display: flex;
    flex-flow: column wrap;
    position: relative;
    justify-content: space-between;
  }
  .light-box .image-box .close-button {
    width: 100%;
    height: max-content;
  }
  .light-box .image-box .close-button svg {
    color: white;
    font-size: 2rem;
    cursor: pointer;
  }
  .light-box .image-box .close-button svg:hover {
    color: #7e7e7e;
  }
  .light-box .image-box .image {
    width: 100%;
    height: 50%;
  }
  .light-box .image-box .image-caption {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(126, 126, 126, 0.5);
    padding: 0.5rem;
    font-family: "Vazir";
    font-size: 1rem;
    color: #ffffff;
  }
  .light-box .image-box .image-control {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .light-box .image-box .image-control .next svg,
  .light-box .image-box .image-control .prev svg {
    color: #ffffff;
    font-size: 2rem;
  }
  .light-box .image-box .image-control .next svg:hover,
  .light-box .image-box .image-control .prev svg:hover {
    color: #7e7e7e;
    cursor: pointer;
  }
  #contact-us {
    width: 100%;
    height: max-content;
    padding: 2rem 0;
    font-family: "Vazir";
    font-size: 1rem;
    color: #000000;
  }
  #contact-us .container {
    display: flex;
    flex-flow: column wrap;
  }
  #contact-us .container .contact-us-image {
    width: 100%;
    height: 300px;
    background: url(../image/contact-bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact-us .container .contact-us-image p {
    width: max-content;
  }
  #contact-us .container .comment-box {
    margin: auto;
    padding: 1rem 0.5rem;
    width: 85%;
    min-height: max-content;
    background-color: #ffffff;
    margin-top: -125px;
  }
  #contact-us .container .comment-box #form-comment {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }
  #contact-us .container .comment-box #form-comment .row {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #contact-us .container .comment-box #form-comment .row label {
    font-size: 0.8rem;
    margin: 0.5rem 0;
    width: 100%;
  }
  #contact-us .container .comment-box #form-comment .row label input {
    width: 100%;
  }
  #contact-us .container .comment-box #form-comment label {
    font-size: 0.8rem;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 2rem;
  }
  #contact-us .container .comment-box #form-comment label .comment {
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #000000;
    width: 100%;
    overflow: hidden;
    min-height: 1rem;
    max-height: max-content;
    padding: 0 1rem;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 2px solid gray;
  }
  #contact-us .container .comment-box #form-comment .btnsubmit {
    padding: 0.3rem 1.5rem;
    font-family: "Vazir";
    font-size: 0.8rem;
    color: #1a74e2;
  }
  #contact-us .container .contact-address {
    margin-top: 1.5rem;
    width: 100%;
    height: max-content;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  #contact-us .container .contact-address .item p {
    font-size: .9rem;
  }
}
/*# sourceMappingURL=responsive.css.map */