/* Start Font Setting */

@import url("../font/css/fontiran.css");

body {
    font-family: iranyekan !important;
    direction: rtl;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: iranyekan !important;
}

h1 {
    font-weight: bold;
}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}

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

.text-left {
    text-align: left;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.text-extrabold {
    font-weight: 800;
}

.text-black {
    font-weight: 900;
}

.text-extrablack {
    font-weight: 950;
}

blockquote {
    font-weight: 500;
    padding: 10px;
    border: 1px dashed #666666;
}

.mainbox {
    width: 100%;
    background-color: #efefef;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #ccff33;
}

.mainboxnegativ {
    width: 100%;
    background-color: #000000;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #ccff33;
    color: #f9f9f9;
}

.mainbox2 {
    font-size: 1em;
    width: 90%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainbox3 {
    width: 100%;
    background-color: #dfdfdf;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
    font-size: 1em;
    color: #f9f9f9;
    background-color: #000000;
    padding-right: 20px;
}

.farsiparagraph {
    font-size: 1em;
    width: 47%;
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.farsiparagraph_negativ {
    font-size: 1em;
    color: #f9f9f9;
    background-color: #000000;
    width: 47%;
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.englishparagraph {
    font-size: 1em;
    width: 47%;
    float: left;
    direction: ltr;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.englishparagraph_negativ {
    font-size: 1em;
    color: #f9f9f9;
    background-color: #000000;
    width: 47%;
    float: left;
    direction: ltr;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rightbox {
    width: 60%;
    padding-right: 20px;
    padding-left: 5px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
    background-color: #f7f7f7;
}

.titelbox {
    width: 60%;
    padding-right: 25px;
    padding-left: 0px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
    background-color: #d5d5d5;
    color: #4b4b4b;
}

.lefttbox {
    padding-right: 20px;
    padding-left: 4px;
    float: right;
    margin-bottom: 10px;
    min-width: 0px;
}

.alphabet {
    width: 35%;
    float: left;
    font-size: 21em;
    text-align: center;
    font-weight: 500;
    color: #999999;
}

.alphabet2 {
    width: 35%;
    float: left;
    direction: ltr;
    font-size: 1.6em;
    text-align: left;
    font-weight: 500;
    color: #333333;
    margin-top: 100px;
}

.footer {
    font-weight: 300;
    font-size: 0.7em;
    text-align: center;
    direction: ltr;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* End Font Setting */

/* ***************************** */
/* Start General Setting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: iranyekan !important;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

.text-desc1 {
    color: #001c44 !important;
    font-size: 15px !important;
    line-height: 2;
    text-align: justify;
    font-weight: 400;
    letter-spacing: -0.7px;
}

.text-desc1 p {
    color: #001c44 !important;
    font-size: 15px !important;
    line-height: 2;
    text-align: justify;
    font-weight: 400;
    letter-spacing: -0.7px;
}

Make scrollbar thin ::-webkit-scrollbar {
    width: 8px;
}

.mt-128 {
    margin-top: 128px;
}

.w-60 {
    width: 60% !important;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Make scrollbar thin in Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.mainsection {
    scrollbar-width: thin;
    scrollbar-color: #444 #f1f1f1;
}

.mainsection::-webkit-scrollbar {
    width: 8px;
}

.mainsection::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mainsection::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

.mainsection::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.text-success {
    color: #4cb036 !important;
}

.btn-success {
    background-color: #4cb036 !important;
    border-color: #3a9326 !important;
}

.bg-success {
    background-color: #4cb036 !important;
}

.main-head-title p {
    color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    font-size: 81px;
}

.main-head-title small {
    display: block;
    color: #7a8b9d;
    font-size: 20px;
}

/* why us */
.main-why-us {
    background-color: #dddddd;
}

.why-us-content {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #113d797a 0%,
        rgba(234, 0, 128, 0) 100%
    );
    cursor: pointer;
    transition: all 0.4s;
}

.main-why-us-container {
    background-image: url("../images/files/proj2.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.why-us-intro-box {
    border-radius: 7px !important;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 21px;
}

div.why-us-intro-box::before {
    content: "";
    width: 42px;
    height: 100%;
    background-color: red;
    position: absolute;
    top: -1px;
    left: 0px;
    border-radius: 10% 50% 56% 10%;
    transform: scale(0);
    transition: all 0.3s ease;
    z-index: 999;
}

div.why-us-intro-box:hover::before {
    transform: scale(1);
}

div.why-us-intro-box:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.why-us-intro-box p {
    font-size: 15px;
    letter-spacing: -1px;
}

/* slider */
.carousel-item img,
.carousel-item video {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    filter: brightness(0.55);
}

.carousel-item {
    transform: scale(1.2);
    transition: transform 1s ease;
}

.carousel-item.active {
    opacity: 1;
    transform: scale(1);
}

.achievements {
    /* background-image: radial-gradient(
      50% 50% at 50% 50%,
      #113d797a 0%,
      rgba(234, 0, 128, 0) 100%
    ),
    url("../images/files/achievements-bg.png"); */
    background-image: radial-gradient(
            50% 50% at 70% 50%,
            #113d797a 0%,
            rgba(234, 0, 128, 0) 100%
        ),
        url(../images/files/achievements-bg.png);

    background-position: right bottom;
    background-repeat: no-repeat;
}

.gray-style {
    opacity: 0.6;
}

.ranks span:first-child {
    color: #222;
}
.ranks span:nth-child(2) {
    color: #001c44;
}

.ranks span {
    font-size: 14px;
    letter-spacing: -0.2px;
}

.achivment-box {
    cursor: pointer;
}

.achivment-box span {
    font-size: 50px;
    color: #4cb036;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.achivment-box p {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #000;
}

#seach_btn {
    background-color: #2a3663 !important;
    color: #faf6e3 !important;
}

nav .text-dark {
    color: #1f264f !important !important;
    transition: all 0.4s;
}

nav .text-dark:hover {
    color: #000 !important;
    font-weight: bolder;
}

/* Projects */

section.projects {
    padding: 64px 0 64px 0px;
    background-color: #3e4a62;
    background-image: url("../images/files/new-pattern.png");
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
}

.projects .proj-link {
    position: relative;
}

.projects .row .proj-link p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    text-align: center;
    width: 98%;
    font-weight: 500;
    background: #2c2c2c8a;
    line-height: 1.8;
    font-size: 15px;
}

.projects .row .col a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(0.65);
    transition: all 1s;
}

.projects .row .col a:hover img {
    transform: scale(1.2);
    transition: transform 1s ease;
}

/* ******** */

/* Footer */
footer p {
    color: #fff;
    font-size: 14px;
    margin-top: 18px;
}

/* css */
.swiper-container {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.swiper-container,
#carouselExampleCaptions {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    background: #4cb036 !important;
    font-size: 12px !important;
    border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
    font-size: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 20px;
}

.blog-slider .text-muted {
    font-size: 12px;
}

p.blog-slide-desc {
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #333;
}

section.blogs {
    background-color: rgba(112, 113, 114, 0.12);
}

section.blogs .swiper-container .card:hover img {
    filter: blur(1px);
}

.projects-map {
    background-color: rgba(71, 86, 116, 0.24);
}

.projects-map .map-box {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #113d797a 0%,
        rgba(234, 0, 128, 0) 100%
    );
}

.map-box {
    position: relative;
}

.map-point {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: radar-blink 2s infinite;
    opacity: 0;
}

.red {
    background-color: #ed1c24;
}

.green {
    background-color: #4cb036;
}

@keyframes radar-blink {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.85;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.projects-map .main-paraph,
.projects-map .main-paraph p {
    font-size: 30px;
    font-weight: 800;
    color: #475674;
}

.projects-map .main-paraph span {
    font-size: 36px;
    line-height: 2.4;
}

.company-items .comp-item span {
    font-size: 14px;
    color: #444;
}

/* our vision */
.Our-Vision .vision1 p.text-success {
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.Our-Vision .vision1 p.text-white {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -1.4px;
}

.Our-Vision .vision1 {
    background-color: #475674;
    text-align: center;
}

.Our-Vision .vision2 {
    background-image: url("../images/files/parallax-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.Our-Vision .vision3 {
    background-image: url("../images/files/mp2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.Our-Vision .vision4 p.first {
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center;
    margin-bottom: 12%;
}

.Our-Vision .vision4 p.text-white {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -1.4px;
}

.vision-content {
    background-image: url("../images/files/sketch-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll;
}

.vision-content .main-p {
    text-align: justify;
    font-weight: 400;
    font-size: 17px;
    line-height: 2;
    letter-spacing: -0.7px;
}

.position-relative {
    position: relative;
}

.rotate-box {
    position: absolute;
    top: 40%;
    left: 28%;
}

.logo-overlay {
    position: relative;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: url(../images/logos/2WA6a35PBthtZaKvLr2KfL8Ds42elkOMUb5wibJx.png),
        #ffffffab;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#r-logo {
    position: absolute;
    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 50%;
    filter: brightness(1.5) contrast(1);
}

#r-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
}

.rt-span {
    position: absolute;
    left: 50%;
    font-size: 14px;
    transform-origin: 0 64px;
    top: 7%;
    font-family: tahoma;
    color: #111;
    font-weight: 400;
}

.about-us-baner {
    background-image: radial-gradient(
            at left bottom,
            rgba(66, 139, 202, 0) 0%,
            #475674 100%
        ),
        url(https://www.danialpetro.com/wp-content/uploads/2021/11/agencies-banner1.jpg);
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-attachment: scroll;
    background-size: cover;
    min-height: 400px;
}

.item-box .card {
    transition: all 0.5s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.item-box .card:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: #4cb036;
}

.item-box .card:hover p,
.item-box .card:hover svg {
    color: #fff;
}

.item-box .card:hover img {
    filter: invert(1);
}

.baner-content h1 {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px solid #ed1c1f;
    color: #fff;
    font-size: 32px;
}

.bread-crump {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 9px;
}

.bread-crump *,
.bread-crump a {
    display: inline;
    margin-right: 1px;
    border-radius: 12px 0px 0px 12px;
    color: #475674 !important;
    font-size: 13px !important;
}

article h2.article-second-title {
    color: #475674;
    padding-bottom: 5px;
    border-bottom: 2.5px solid red;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
}

.address-div {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 15px;
}

.address-div p {
    font-weight: 600;
    font-size: 15px;
    color: #757575;
    word-wrap: break-word;
}

.proj-list-box img {
    height: 250px !important;
    object-fit: cover;
}

.proj-list-box:hover img {
    filter: blur(1px);
}

.proj-list-box p.card-text {
    color: #444 !important;
}

h2.sub-primary-head {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.3px;
    background: #f5f5f5;
    padding: 30px;
    text-align: justify;
    color: #111;
    border-radius: 4px;
}

p.prj-main-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #020202;
    text-align: justify;
}

p.prj-main-content p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 2 !important;
    letter-spacing: -0.1px !important;
    color: #020202 !important;
    text-align: justify !important;
}

.single-post-contnent {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 2 !important;
    letter-spacing: -0.1px !important;
    color: #020202 !important;
    text-align: justify !important;
}

.sider-bar-item i {
    font-size: 24px;
    color: #444;
}

.sider-bar-item span {
    font-weight: 500;
    font-size: 13px;
}

.baner-content {
    width: 50% !important;
}

.article-first-title {
    line-height: 2;
    letter-spacing: -0.5px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 12px;
}

.art-icon-box span {
    color: #777;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
}

.art-icon-box i {
    color: #777;
    font-size: 21px;
    line-height: 2;
    letter-spacing: 0;
}

.related-title-sidebar {
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    color: #333 !important;
}

.r-post {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    align-items: center;
}

.r-post p {
    font-size: 12px;
    margin: 0 !important;
    color: #444 !important;
}

.r-post span {
    font-size: 9px;
    color: #666 !important;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }
}

/* ***************************** */

/* make responsive */
@media screen and (max-width: 992px) {
    .main-head-title p {
        font-size: 42px;
    }

    .main-head-title small {
        font-size: 15px;
    }

    .achivment-box span {
        font-size: 32px;
        letter-spacing: 0.4px;
    }

    .achivment-box p {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .text-desc1 {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        letter-spacing: -0.3px;
    }

    .projects-map .main-paraph span {
        font-size: 28px;
    }

    .projects-map .main-paraph,
    .projects-map .main-paraph p {
        font-size: 24px;
    }

    footer h5 {
        margin-top: 21px;
        font-size: 18px;
    }

    .Our-Vision .vision4,
    .Our-Vision .vision1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .baner-content {
        width: 75% !important;
    }
}

@media screen and (max-width: 768px) {
    .projects-map .main-paraph span {
        font-size: 24px;
    }

    .projects-map .main-paraph,
    .projects-map .main-paraph p {
        font-size: 21px;
    }

    .map-point {
        width: 9px;
        height: 9px;
    }

    .Our-Vision .vision1 p.text-success {
        font-size: 50px;
    }

    .Our-Vision .vision1 p.text-white {
        font-size: 21px;
    }

    .Our-Vision .vision4 p.text-white {
        font-weight: 700;
        font-size: 21px;
        line-height: 1;
        letter-spacing: -1.4px;
    }

    .Our-Vision .vision4 p.first {
        font-size: 24px !important;
    }

    p.blog-slide-desc {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: -0.2px;
        color: #333;
    }

    .mt-128 {
        margin-top: 64px;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .baner-content {
        width: 90% !important;
    }
}

@media (min-width: 991.98px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

/* Default white toggler icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.85)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Dark toggler icon after scrolling */
.navbar.navbar-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.75)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
