@import url('https://fonts.googleapis.com/css2?family=Lalezar&family=Poppins:wght@400;500;600;700&family=Scheherazade&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', 'Lalezar', cursive;
}

a {
    text-decoration: none;
}

.main-iner p {
    margin: 0;
    padding: 12px 0;
    color: white;
}

marquee {
    background: #fa2326;
}

header {
    position: sticky;
    top: 0px !important;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 10px 60px;
    background: #01379b;
    z-index: 10;
    margin: -6px 0;
}

header.sticky {
    padding: 5px 100px;
    background: #fff;
}

.main-iner {
    background: #fa2226;
    text-align: center;
}

header.sticky ul li a,
header.sticky .logo {
    color: #000;
}

/* header .logo {
    position: relative;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    text-transform: 2em;
    letter-spacing: 2px;
    transition: .6s;
} */

.inner-text-step li {
    margin: 0 0 20px 0;
    text-align: justify;
}

.inner-text-step h5 {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #f9171b;
}

.inner-text-step p {
    font-weight: 700;
}

.inner-step-img img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
}

a.logo img {
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.6s;
    display: block;
    height: 50px;
    line-height: 50px;
}

.banner {
    position: relative;
    width: 100%;
    height: 550px;
    background: url(../assets/images/hero.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.main-heo {
    position: relative;
    top: 200px;
}

.hero-btn {
    background: #fa4346;
    border: none;
}


.hero-btn:hover {
    background: #01379b;
}



header nav ul li a:hover,
header nav ul li a.active {
    border-bottom: 2px solid #fff;
}

.menuToggle {
    position: absolute;
    top: 5px;
    right: 100px;
    width: 50px;
    height: 50px;
    background: #000 url(https://frezaeistudio.ir/wp-content/uploads/2020/12/toggle.png);
    z-index: 2;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .6s;
    display: none;
}

header.sticky .menuToggle {
    filter: invert(1);

}

.menuToggle.active {
    background: #000 url(https://frezaeistudio.ir/wp-content/uploads/2020/12/close.png);
    z-index: 3;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    filter: invert(1);

}

@media (max-width: 991px) {
    header {
        padding: 5px 100px;
        background: #fff;
    }

    header .logo {
        color: #000;
    }

    .menuToggle {
        display: block;
        filter: invert(1);
    }

    header nav {
        position: absolute;
        top: 50px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: .6s;

    }

    header ul li a {
        color: #000;
    }

    header nav.active {
        left: 0;
    }

    header nav ul {
        display: block;
        text-align: center;
    }

    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

h2.inner-one-main-heading {
    padding: 90px 0 40px 0;
}

.inner-main-two {
    margin: 0 0 50px 0;
}

.inner-main-two img {
    width: 250px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

a.services-button {
    background-color: #fa4346;
    color: #fff;
    border-color: rgba(151, 37, 37, 0);
    outline-color: transparent;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    padding: 7px 20px;
    border-radius: 20px;
}

.inner-main-two:hover {
    background: white;
    box-shadow: 0px 0px 5px 1px #d6d6d6;
    padding: 25px 8px 25px 8px;
    border-radius: 10px;
    transition: 0.8s ease-in-out;
}

.inner-main-two p {
    padding: 0px 20px;
}

.main-inner-img img {
    border-radius: 15px;
}

h2.about-us-heading {
    padding: 15px 0;
}

.main-inner-about p {
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1px;
}

section.about-us {
    padding: 20px 0 75px;
}

section.main-three {
    padding: 45px 0;
}

.inner-main-three {
    border-right: 1px solid #dfdfdf;
}

h2.inner-three-main-heading {
    padding: 0 0 25px 0;
}

.inner-main-three h5 {
    padding: 25px 0 5px;
}


.fh-form-3 input[type="text"],
.fh-form-3 input[type="email"],
.fh-form-3 select {
    height: 50px;
    line-height: 50px;
}

.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.fh-form p:before,
.fh-form p:after {
    content: '';
    display: table;
}

.fh-form p:after {
    clear: both;
}

.paddbtm40 {
    padding-bottom: 40px !important;
}

.fh-form-3 textarea {
    height: 210px;
}

.fh-form textarea {
    height: 175px;
    padding: 10px 15px;
}

.fh-form textarea,
.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    width: 100%;
    border: 1px solid #ececec;
    padding-left: 17px;
    padding-right: 15px;
    border-radius: 10px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p.field.submit {
    text-align: center;
}

.fh-btn {
    padding: 8px 35px;
    background: #fa4346;
    color: white;
    border-radius: 20px;
    border: none !important;
}

section.contactpagform {
    padding: 50px 0;
}

/* footer css  */

.m-50px-b {
    margin-bottom: 50px;
}

.m-50px-t {
    margin-top: 50px;
}

.footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline;
}

.footer__menu li {
    display: inline-block;
}

.footer__menu li a {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: #2f4858;
    transition: 0.3s;
}

.social-icon {
    padding-left: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fa4548;
    color: #ffffff;
    transition: all 0.5s;
    box-shadow: 3px 3px #876585;
    text-decoration: none;
}

.social-icon li {
    list-style: none;

}

.footer__copyright i {
    animation: footerHeart 1s infinite;
}

.m-20px-b {
    margin-bottom: 20px;
}

.m-20px-t {
    margin-top: 20px;
}

@keyframes footerHeart {

    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(0.5);
        color: red;
    }

    50% {
        transform: scale(1);
        color: red;
    }
}

a.footer__logo img {
    width: 100%;
    max-width: 200px;
}


/* footer css  */

/* testimonial css  */

section.main-testimonials {
    padding: 85px 0 25px;
}

div#testimonial-slider {
    padding: 0 0 0 30px;
}

.left-image img {
    width: 355px;
    object-fit: cover;
}

.testimonial {
    border-right: 4px solid #ffffff;
    box-shadow: 0px 0px 5px 1px rgb(224 224 224);
    padding: 30px;
    margin: 5px 15px 15px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fa4346;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #01379b;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #fb5d60 !important;
    border-color: #fa4346;
}

video.sk__video {
    height: 450px;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    section.main-cur {
        position: relative;
        top: 195px !important;
    }

    .inner-track a {
        padding: 10px 8px !important;
        margin: 0 0px 8px 0 !important;
        display: inline-flex !important;
    }

    .inner-track {
        padding: 15px 0 10px !important;
    }

    .main-inerr a {
        color: white;
        padding: 0px 25px 10px 15px;
        display: inline-block;
    }


    .img_sld div {
        display: flex;
        position: relative;
        animation: marquee 40s linear infinite !important;
        justify-content: space-around;
    }

    .inner-step-img {
        margin: 0 0 35px 0;
    }

    a.logo img {
        max-width: 130px;
    }

    .banner {
        height: 176px !important;
    }

    .main-heo {
        top: 170px !important;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }

    .banner {
        height: 325px;
    }

    .hero-btn {
        background: #01379b;
        padding: 2px 10px;
    }

    .main-heo h1 {
        font-size: 15px;
        font-weight: 600;
    }

    .main-heo p {
        font-size: 12px;
    }

    .main-heo {
        position: relative;
        top: 250px;
        text-align: center;
    }

    h2.inner-one-main-heading {
        padding: 225px 0 40px 0;
    }

    .gallery-popup img {
        height: 205px !important;
    }

    .gallery-popup {
        top: 25% !important;
    }

    header {
        padding: 0px 0px;
        background: #ffffff;
    }

    .menuToggle {
        top: 23px;
        right: 20px;
    }

    .menuToggle {
        filter: none;
        background-color: #fff;
    }

    .menuToggle i {
        font-size: 35px;
        color: #01379b;
    }

    .menuToggle.active {
        background: #fff url(https://frezaeistudio.ir/wp-content/uploads/2020/12/close.png);
        filter: none;
    }

    header nav {
        top: 71px;
    }

    header {
        top: -1px !important;
    }

    header.sticky {
        padding: 0px 0px;
        background: #fff;
    }

    header.sticky .menuToggle {
        filter: none;
    }

    .main-inner-about p {
        font-size: 14px;
    }
}

/* testimonial css  */






/* gallery css  */
:root {
    --lightbox-bg-color: #292929;
    --lightbox-caption-text-color: white;
    --lightbox-controls-color: white;
    --lightbox-controls-hover-color: #bf40bf;
}

#lightbox {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: var(--lightbox-bg-color);
    opacity: 0;
    transition: opacity 0.5s;
}

#lightbox figure {
    max-width: calc(90vw - 100px);
    max-height: calc(90vh - 100px);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    width: 60vw;
    height: 100%;
    max-height: calc(100vh - 100px);
    display: block;
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s;
    object-fit: contain;
    aspect-ratio: 4/3;
}

#lightbox-caption {
    color: var(--lightbox-caption-text-color);
    text-align: center;
    width: 100%;
    height: 80px;
    background: rgba(0,
            0,
            0,
            0);
    padding: 10px;
    box-sizing: border-box;
    padding-top: 15px;
}

#lightbox-caption h2 {
    font-size: 1.2em;
    margin: 0;
}

#lightbox-caption p {
    font-size: 0.9em;
    margin: 0;
}

#close,
#prev,
#next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: var(--lightbox-controls-color);
}

#lightbox #close {
    top: 35px;
    right: 20px;
    width: 35px;
    height: 35px;
}

#lightbox #close:hover {
    background: rgba(178, 34, 52, 0.95);
}

#lightbox #close {
    text-indent: -9999px;
    cursor: pointer;
}

#lightbox #close:after,
#lightbox #close:before {
    content: "" "";
    width: 55%;
    height: 2px;
    background: #fafafa;
    position: absolute;
    top: 48%;
    left: 22%;
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
}

#lightbox #close:after {
    transform: rotate(45deg);
    transition: 0.3s ease-out;
}

#lightbox #close:hover:after,
#lightbox #close:hover:before {
    transform: rotate(180deg);
}

#lightbox #prev {
    left: 20px;
}

#lightbox #next {
    right: 20px;
}

#close:hover,
#prev:hover,
#next:hover {
    color: var(--lightbox-controls-hover-color);
    transition: all 0.5s ease-in-out;
}

/* Demo styles */

.top-title {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.gallery {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;

    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: contain;
}

.gallery img:hover {
    transform: scale(1.05) translateY(-5px);
}

@media (max-width: 980px) {
    .gallery img:hover {
        transform: none;
    }
}

/* Demo page styles */


article {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    txt-align: center;
    padding-top: 50px;
}

article a {
    color: white;
    text-decoratin: none;
    text-decoration: none;
    font-size: 150%;
}

article a:hover {
    color: red;
}

article a span {
    font-size: 150%;
    padding-right: 10px;
}

.code-container {
    position: relative;
    background: #292929;

    padding: 0px;
    border-radius: 5px;
}

.code-container pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    background: #111;
    padding: 20px;
}

.copy-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

article li {
    margin-top: 15px;
}

/* gallery css  */


.animate {
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.button {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes bounce {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.main-inerr {
    background: #fa2226;
    padding: 20px 0;
    text-align: center;
}

.main-inerr a {
    font-size: 20px;
    font-weight: 700;
}

.main-inerr a {
    color: white;
    padding: 0 25px 0 15px;
}

a.pdf1 {
    background: #01379b;
    padding: 5px 40px;
    border-radius: 10px;
}

a.pdf2 {
    background: #01379b;
    padding: 5px 40px;
    border-radius: 10px;
    margin: 0 0 0 15px;
}

a.pdf1:hover {
    background: #000;

}

a.pdf2:hover {
    background: #000;

}

.logo-slider {
    padding: 65px 0;
    background: #01379b;
}

.img_sld {
    --image-size: 100px;
    padding: 20px;
    overflow: hidden;
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.img_sld:hover div {
    animation-play-state: paused;
}

.img_sld div {
    display: flex;
    position: relative;
    animation: marquee 100000s linear infinite;
    justify-content: space-around;
}

.img_sld img {
    display: block;
    height: 100px;
    margin: 0 1vw;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.img_sld:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);
}

@media (max-width: 900px) {
    .img_sld {
        --image-size: 50px;
        --image-size: min(max(50px, 10vw), 100px);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.inner-main-one i {
    font-size: 50px;
    margin: 0 0 12px 0;
    color: #f91317;
}

.inner-track {
    padding: 20px 0 30px;
}

.inner-track a {
    background: #01379b;
    padding: 10px 10px;
    border-radius: 6px;
    color: white;
    margin: 0 8px 10px 0;
    display: inline-flex;
}

.inner-track a:hover {
    background: #f9191d;
    transition: 0.6s ease-in-out;
}

.inner-track h4 {
    margin: 20px 0 40px 0;
}

.gif-dow img {
    width: 100%;
    max-width: 230px;
    margin: 20px;
}

a.dhl-c {
    background: #ffb200;
}

a.fedex-c {
    background: #ff5905;
}

a.dpex-c {
    background: #e53841;
}

a.blue-c {
    background: #0056a4;
}

a.ups-c {
    background: #f2b20a;
}

a.aramex-c {
    background: #bc0e19;
}

a.gulf-c {
    background: #4ea16f;
}

a.pn-no {
    color: #f92023;
}

.inner-main-three i {
    font-size: 25px;
    color: #fa4e51;
}

form.main-form-page input {
    padding: 12px 20px;
    box-shadow: none !important;
    border: 1px solid #e6e6e6 !important;
}

form.main-form-page textarea {
    height: 110px;
    box-shadow: none !important;
    border: 1px solid #e6e6e6 !important;
}