@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSans/woff/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSans/ttf/IRANSansWeb.ttf) format("truetype");
}

:root {
    --first-color: 7, 124, 178;
    --second-color: 213, 49, 61;
    --text-gray: 114, 114, 114;
    --white-color: #ffffff;
    --black-color: #1f1f1f;
    --bg-gray: #f0f2f4;
    --bg-gray-dark: #282828;
    --big-radius: 20px;
    --small-radius: 10px;
    --medium-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container-homepage.latest-post {
    display: none;
}

.top-header {
    display: none;
}

.container-homepage.body-container {
    margin-top: 110px;
}

.main-header.scroll-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
}

body {
    font-family: IRANsans;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    background-color: var(--white-color);
    color: var(--black-color);
}

html {
    overflow-x: hidden;
}

/* general code */

img {
    max-width: 100% !important;
}

a {
    text-decoration: none;
    color: unset;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: unset;
}

a:focus {
    outline: none;
}

p {
    text-align: justify;
    line-height: 1.75;
    color: rgb(var(--text-gray));
}

.text-center p {
    text-align: center;
}

ul {
    padding: 0;
    list-style: none;
}

section {
    margin: 50px 0;
}

.fas {
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: 500;
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width:1800px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width:2600px) {
    .container {
        max-width: 2000px;
    }
}

.container.hero {
    max-width: 100%;
    padding: 0;
    margin-top: 111px;
}


/* Headings */
h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}

h2 {
    font-size: clamp(1.25rem, 2vw, 2rem);
}

h3 {
    font-size: clamp(1.125rem, 2vw, 1.625rem);
}

h4 {
    font-size: clamp(1rem, 1.5vw, 1rem);
}

h5 {
    font-size: clamp(1.2rem, 1.2vw, 1.25rem);
}

h6 {
    font-size: clamp(0.85rem, 1vw, 1rem);
}

p {
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
}

/* Lists */
ul,
ol {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
}

/* Links */
a {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
}

/* Blockquotes */
blockquote {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
}

/* Form Elements */
input,
textarea,
select,
button {
    font-size: clamp(0.9rem, 0.8vw, 1rem);
}

label {
    font-size: clamp(0.9rem, 0.8vw, 1rem);
}

/* Table */
table {
    font-size: clamp(0.85rem, 0.8vw, 1rem);
}

/* TV  */

@media (min-width: 2600px) {
    body {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 2.5rem;
    }

    h5 {
        font-size: 2.25rem;
    }

    h6 {
        font-size: 2rem;
    }

    p,
    ul,
    ol,
    a,
    label,
    input,
    textarea,
    select,
    button {
        font-size: 2rem;
    }

    blockquote {
        font-size: 2rem;
    }

    table {
        font-size: 1.2rem;
    }
}


/* Start Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(var(--first-color));
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(var(--first-color));
}

/* End Scrollbar */

/* Navbar */

.first-button {
    box-shadow: none !important;
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: var(--black-color);
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* custom style */
/* nav */

.Navbar-class {
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 10px 0;
}

.animated-icon1 span {
    background-color: var(--black-color);
}

nav.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .nav-link {
    transition: 0.4s;
    padding: 10px 0 !important;
    margin: 10px 15px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .active .nav-link {
    color: rgb(var(--second-color));
}

/* SideNav  */

.SideNav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.ChangeThemeBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* sm */

.sm-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.sm-list a {
    font-size: 20px;
    transition: 0.4s;
}

.sm-list a:hover {
    color: rgb(var(--second-color));
}



@media (max-width: 990px) {
    nav.navbar {
        justify-content: flex-start;
    }

    .first-button {
        padding-top: 20px;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar .nav-link {
        margin: 0px 15px;
    }

    .sm-list {
        align-items: flex-start;
        padding-top: 25px;
        gap: 5px;
    }
}

/* custom style */
/* navbar */

/* Homepage */

.Titr {
    width: fit-content;
    border-right: 5px solid rgb(var(--second-color));
    background-color: var(--bg-gray);
    color: rgb(var(--first-color));
    padding: 10px 10px 10px 25px;
    margin: 20px 0 30px;
}

.ReadMore {
    position: relative;
    background-image: linear-gradient(to right, rgb(var(--second-color)) 0%, rgb(var(--first-color)) 50%, rgb(var(--second-color)) 100%);
    background-size: 200% auto;
    color: white !important;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: var(--big-radius);
    transition: 0.4s;
    z-index: 1;
}

.ReadMore:hover {
    background-position: right center;
}

.ul-check li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
}

.ul-check li p {
    margin: 0;
}

.ul-check li .fas {
    color: rgb(var(--second-color));
    border: 1px solid;
    border-radius: 50%;
    padding: 2px;
}

.border-image {
    position: relative;
    margin-top: 1.5rem;
}

.border-image::before {
    background-color: rgb(var(--first-color));
    content: '';
    position: absolute;
    top: 30px;
    bottom: -30px;
    right: 30px;
    left: -30px;
    z-index: -1;
    border-radius: var(--big-radius);
}

.logo {
    padding: 10px 0;
}

section.header-nav {
    margin: 0;
}

.border-image img {
    transition: 0.4s;
    border-radius: var(--big-radius);
    height: 350px;
}

.border-image img:hover {
    transform: translate(-30px, 30px);
}

@media (max-width: 768px) {
    .border-image {
        margin-left: 30px;
    }
}


/* Slider */

.Slider {
    margin-top: 0;
}

.carousel-caption {
    width: 30%;
    bottom: 30%;
    text-align: right;
    padding: 30px 30px 30px 50px;
    background-color: rgba(var(--text-gray), 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.carousel-caption h1,
.carousel-caption h2 {
    color: rgb(var(--second-color));
}

.carousel-caption p {
    color: var(--text-gray);
    margin-top: 25px;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--white-color);
}

/* About */

/* Item */

.Item {
    /* margin: 100px 0; */
    padding: 60px 0;
    background: linear-gradient(transparent, var(--bg-gray), transparent);
    position: relative;
}

.Item::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 90%;
    background: url("../Image/ItemBG.png");
    background-repeat: repeat;
    background-position: top;
}

.Item-card {
    text-align: center;
    background: var(--white-color);
    padding: 30px;
    border-radius: var(--big-radius);
    box-shadow: 0 10px 29px 0 rgb(33 43 70 / 10%);
    transition: 0.4s;
    margin: 15px 0;
}

.Item-card:hover {
    box-shadow: 0 10px 29px 0 rgb(33 43 70 / 30%);
}

.Item-card img {
    width: 100px;
    height: 100px;
    object-fit: none;
    background-color: rgb(var(--first-color));
    border-radius: 50%;
    transition: 0.8s;
}

.Item-card:hover img {
    transform: rotateY(360deg);
}

.Item-card p {
    text-align: center;
}

.Item-card h5 {
    font-weight: 600;
    margin: 20px 0;
}

/* SEO */

.SEO {
    background-color: rgb(var(--first-color));
    padding: 100px 0 50px;
    position: relative;
}

.SEO::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../Image/BG.png");
    background-position: center;
    background-repeat: no-repeat;
}

.SEO-box h2 {
    margin-bottom: 40px;
}

.SEO-box p {
    color: var(--white-color);
}

.SEO img {
    width: 80%;
    display: block;
    margin: auto;
    border-radius: var(--big-radius);
}


/* Product  */

.Product-box {
    text-align: center;
    background: linear-gradient(0deg, var(--bg-gray), var(--white-color));
    padding: 30px;
    border-radius: var(--big-radius);
    transition: 0.4s;
    margin: 15px 0;
}

.Product-box img {
    border-radius: var(--big-radius);
}

.Product-box p {
    text-align: center;
}

.Product-box h5 {
    font-weight: 600;
    margin: 20px 0;
}

/* Contact */

.Contact {
    position: relative;
    padding: 100px 0;
    margin: 100px 0;
    background-color: rgba(var(--first-color), 0.8);
}

.Contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../Image/Map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.5;
}

.Contact p {
    color: var(--white-color);
}

.Contact .sm-list {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 0 0;
    gap: 20px;
}

.Contact .sm-list span {
    color: rgb(var(--second-color));
    background-color: var(--white-color);
    font-size: 4rem;
    padding: 10px;
    border-radius: var(--big-radius);
}


/* News */

.News .card {
    background-color: var(--white-color);
    border-radius: var(--big-radius);
    overflow: hidden;
    margin: 10px 0;
}

.News .card-body {
    padding: 0;
}

.News .card-body a:nth-child(1) {
    width: 100%;
}

.News .card-body img {
    width: 100%;
}

.News h5,
.News p,
.News ul,
.News .btn {
    margin: 10px 20px;
}

.News .btn:hover {
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
}

.News h5 {
    min-height: 50px;
}

.News h5 a {
    font-size: clamp(1.2rem, 1.2vw, 1.25rem);
    color: rgb(var(--first-color));
    font-weight: 500;
}

.News ul .fa {
    color: rgb(var(--second-color));
}

.News .btn {
    position: relative;
    background-image: linear-gradient(to right, rgb(var(--second-color)) 0%, rgb(var(--first-color)) 50%, rgb(var(--second-color)) 100%);
    background-size: 200% auto;
    color: white !important;
    padding: 10px 20px;
    margin: 20px;
    border-radius: var(--big-radius);
    transition: 0.4s;
    border: none;
    z-index: 1;
}

.News .btn:hover  {
    background-position: right center;
}

/* Start Footer */

footer {
    background-color: rgb(var(--first-color));
    margin-top: 80px;
    padding-top: 20px;
    overflow: hidden;
}

footer h5 {
    margin-bottom: 25px;
    color: rgb(var(--second-color));
}

footer h5 span {
    color: var(--white-color);
}


footer p {
    color: var(--white-color);
    font-size:15px;
}

footer p a{
    font-size:15px;
    
}

footer p span {
    color: rgb(var(--second-color));
    font-weight: 500;
}

footer li {
    position: relative;
    transition: 0.4s;
    line-height: 1.75;
    color: var(--white-color);
}

footer li:hover {
    transform: translate(-5px, 0)
}

footer .fas {
    color: rgb(var(--second-color));
    padding-left: 10px;
}
p.footer-phone .fa,
p.footer-whatsapp1 .fa,
p.footer-whatsapp2 .fa{
    margin-left: 10px;
}

.footer-box {
    padding: 30px 10px;
}

.footer-address img {
    margin-bottom: 15px;
}

.footer-links li a {
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
}

/* Social Media */

.social-footer .fa {
    font-size: 25px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
}

footer .sm-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

footer .sm-list li:hover {
    transform: translate(0px, -5px);
}

footer .sm-list li {
    margin: 2px;
}

footer .sm-list li:nth-child(1) {
    margin-right: 0;
}

footer .sm-list .fas {
    font-size: 20px;
    background-color: var(--white-color);
    color: rgb(var(--second-color));
    padding: 7px;
    border-radius: 5px;
    transition: 0.4s;
}

footer .sm-list li:hover .fas {

    background-color: rgb(var(--second-color));
    color: var(--white-color);
}

.copyright {
    padding: 20px 0 10px;
    border-top: 1px solid rgba(255, 255, 250, 0.5)
}

.copyright a:hover {
    color: rgb(var(--second-color));
}

/* End Footer */




/* Responsive */

/* X < 768  || 0 < X < 768 */
@media (max-width: 768px) {}

/* X > 768  || 768 < X < ... */
@media (min-width: 768px) {}

section.sidepage.about-us {
    /* margin-top: 111px; */
    /* padding: 60px 40px; */
    margin-bottom: 0;
}

section.sidepage.about-us h1{
    font-size:35px;
    text-align:center;
    padding: 0 0 40px 0;
}

section.sidepage.about-us img{
    border-radius:20px;
}

.contact-us{
    margin-top: 160px !important;
    direction: rtl;
}
.contact-us .contact-title h1{
    text-align:center;
    margin-bottom: 80px;
    font-size:35px;
}
.contact-us .item{
    height: 100%;
    border: 2px solid lightgray;
    border-radius: 20px;
    padding: 60px 25px 20px 25px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.contact-us .item .fa{
    border: 3px #082551 solid;
    border-radius: 50%;
    padding: 20px;
    background-color: #077CB2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #082551;
    font-size: 25px;
    font-weight: 500;
}
.contact-us .item h5{
    font-size: 22px;
    font-weight: 500;
    color: #082551;
}
.contact-us .item p{
    color: #082551;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-us .item .tel{
    display:flex;
    flex-flow:column;
    align-items:center;
    margin-bottom:20px;
}
.contact-us .item .tel a{
    color: #082551;
    font-size: 18px;
    font-weight: 500;
}

.contact-us .item .whatsapp a{
    color: #082551;
    font-size: 18px;
    font-weight: 500;
}

.contact-us .item .whatsapp{
    display:flex;
    flex-flow:column;
    align-items:center;
}

.Company-registration {
    margin-top:130px;
}
.Company-registration h2.titr {
    text-align:center;
    font-size:35px;
    font-weight:500;
    margin-bottom:30px;
}
.Company-registration h2.titr::after{
    content:none;
}
.Company-registration p{
    font-size:16px;
}

.Company-registration h2{
    width: fit-content;
    font-size:25px;
    margin-top:30px;
    color:#09275A;
}

.Company-registration h2::after{
    content:"";
    display:block;
    height:3px;
    width:60%;
    background-color:#077CB2;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:50%;
}

.Company-registration li {
    color:#7F7F7F;
    font-size:15px;
    line-height:30px;
    list-style:disc;
    transition:all linear .2s;
}

.Company-registration li::marker{
    color:#077CB2;
}
.Company-registration li:hover{
    transform:translate(-10px);
}



.startup-visa {
    margin-top:150px
}
.startup-visa h2.titr {
    text-align:center;
    font-size:35px;
    font-weight:500;
    margin-bottom:30px;
color:#09275A;
}
.startup-visa table{
   margin:auto;
}
.startup-visa table td.title{
    font-weight:500;
color:#077CB2;
}
.startup-visa table td p{
    margin:0;
}
.startup-visa table td {
    padding:10px
}

.Work-visa {
    margin-top:150px
}
.Work-visa h2.titr {
    text-align:center;
    font-size:35px;
    font-weight:500;
    margin-bottom:30px;
color:#09275A;
}
.Work-visa table{
   margin:auto;
}
.Work-visa table td.title{
    font-weight:500;
color:#077CB2;
}
.Work-visa table td p{
    margin:0;
}
.Work-visa table td {
    padding:10px
}



.blue-card {
    margin-top:150px
}
.blue-card h2.titr {
    text-align:center;
    font-size:35px;
    font-weight:500;
    margin-bottom:30px;
color:#09275A;
}
.blue-card table{
   margin:auto;
}
.blue-card table td.title{
    font-weight:500;
color:#077CB2;
}
.blue-card table td p{
    margin:0;
}
.blue-card table td {
    padding:10px
}