/* @font-face {
    font-family: 'Peyda';
    font-style: normal;

    src: local('Peyda'), url('/assets/styles/Font/PeydaWeb.woff') format('woff');
 
} */

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 200;
    src: local('Peyda'), url('/assets/styles/Font/IRANSansWeb(FaNum)_UltraLight.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 300;
    src: local('Peyda'), url('/assets/styles/font/IRANSansWeb(FaNum)_Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 400;
    src: local('Peyda'), url('/assets/styles/font/IRANSansWeb(FaNum).woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 500;
    src: local('Peyda'), url('/assets/styles/font/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 600;
    src: local('IRANSans'), url('/assets/styles/font/IRANSansWeb(FaNum)_Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 700;
    src: local('Peyda'), url('/assets/styles/font/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 800;
    src: local('Peyda'), url('/assets/styles/font/IRANSansWeb(FaNum)_Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 900;
    src: local('Peyda'), url('/assets/styles/font/Peyda-Black.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'IransansEn';
    font-style: normal;
    font-weight: 400;
    src: local('Peyda'), url('/assets/styles/font/irsans.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'IransansEn';
    font-style: normal;
    font-weight: 500;
    src: local('Peyda'), url('/assets/styles/font/irsans.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'IransansEn';
    font-style: normal;
    font-weight: 600;
    src: local('Peyda'), url('/assets/styles/font/irsansb.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'IransansEn';
    font-style: normal;
    font-weight: 600;
    src: local('Peyda'), url('/assets/styles/font/irsansb.woff') format('woff');
    font-display: swap;
}




/* 

:is([dir=rtl]) select:not([size]) {
    background-position: left 4.75rem center;
    padding-left: 0;
    padding-right: 1.75rem;
}

.special-offer {
    animation: Special-offer 5s ease infinite;
}



.Banner-animate {
    transition: all .55s;
}

.Banner-animate:hover {
    transform: translateY(-20px);

}

.Products {
    background: linear-gradient(180deg, rgba(228, 227, 225, 1) 0%, rgba(255, 255, 255, 1) 52%) !important;

}

.Verified {
    The image used
    background-image: url("/assets/image/verify/BgTikFirozei.jpg");

    Set a specific height
    min-height: 200px;

    Create the parallax scrolling effect
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/ 

.Pin {
    /* The image used */
    background-image: url("/assets/image/pin/BgNardeban.jpg");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seller-swiper-slide:hover {
    animation: seller-pulse 1.5s linear forwards;
}

#dropdown {
    /* transform: translate3d(00px,260px,0px) !important; */
    inset: 0% 23% !important;
}

.Tab-Data {
    animation: pop-UP .5s linear both;
}

.ProductImg::before {
    position: absolute;
    top: 0;
    left: -58%;
    z-index: 2;
    display: block;
    content: '';
    width: 37%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    /* transform: rotate(45deg) !important; */

}

div article {
    overflow: hidden;
}



.About-Us .IMG img {
    mask-image: url('/assets/image/aboutUs/imageMask.svg');
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;

}

#Services-Page {
    background-image: url("/assets/image/services/bacground1.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}

.Project-img:hover .Project-Hover-Animation {
    display: flex !important;
}

.Project-img:hover .Project-Hover-Animation i:nth-child(1) {
    animation: Project-Hover-Animation .3s .1s linear forwards;
    animation-delay: 0s !important;
}

.Project-img:hover .Project-Hover-Animation i:nth-child(2) {
    animation: Project-Hover-Animation .3s .2s linear forwards;
    /* animation-delay: .2s !important; */
}

.Project-img:hover .Project-Hover-Animation i:nth-child(3) {
    animation: Project-Hover-Animation .3s .3s linear forwards;
    /* animation-delay: .3s !important; */
}

.Project .Content:hover .project-buttons-next {

    display: flex !important;
    animation: project-buttons-next-Animation .3s linear forwards;
}

.Project .Content:hover .project-buttons-perv {
    display: flex !important;
    animation: project-buttons-perv-Animation .3s linear forwards;
}


#HeroSection {
    transition: transform 0.5s ease-out;
    animation: HeroSection 1.5s linear forwards;
}
#Truck {
    transition: transform 1s ease-out;

}
#Plane {
    transition: transform .6s ease-out;

}

.From-Right-animation{
    animation: From-Right .5s linear forwards;
}

.From-Left-animation{
    animation: From-Left .5s linear forwards;
}

.rectangle-blog{
    width: 70px !important; /* Adjust width as needed */
    height: 25px !important; /* Adjust height as needed */
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%) !important;
}

/* #ship1{
    transition: all 1s linear;
} */

@keyframes Project-Hover-Animation {

    from {
        transform: translate3d(50px, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes project-buttons-next-Animation {

    from {
        transform: translate3d(50px, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes project-buttons-perv-Animation {

    from {
        transform: translate3d(-50px, 0, 0);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes HeroSection {

    from {
        transform: translateY(500px);
        opacity: 0;

    }

    to {
        transform: none;
        opacity: 1;
    }

}

@keyframes ship1-Animation {

    from {
      right: -30rem;

    }

    to {
      right: -15rem;
 
    }

}

@keyframes ship2-Animation {

    from {
        left: -30rem;
  
      }
  
      to {
        left: -15rem;
   
      }

}

@keyframes From-Right {

    from {
      transform: translateX(200px);

    }

    to {
      transform: translateX(0);
 
    }

}

@keyframes From-Left {

    from {
        transform: translateX(-200px);
  
      }
  
      to {
        transform: translateX(0);
   
      }

}

.Counter{
    /* background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(196,196,196) 100%); */
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgba(255, 255, 255, 0) 0%, rgba(196, 196, 197, 0.432) 100%);
    /* background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255,255,255) 0%, rgb(196,196,196) 100%); */
}

.Customer-Title{
    box-shadow: 0px 0px 34.04px 2.96px rgba(0, 0, 0, 0.2);
clip-path: inset(0px -10px -10px 0px);
}

.Blog-tag:hover::before{
    animation: Blog-Tag 3s linear forwards;
}

.Blog-tag:not(:hover)::before {
    animation: Blog-Tag-Reverse 3s linear forwards;
}

.HeaderLogo{
    animation: header-logo 7s linear infinite;
}

@keyframes Blog-Tag {
    0%{
        right: 3rem;
        bottom: -0.25rem;
    }
    25%{
        right: -0.25rem;
        bottom: -0.25rem;
    }
    50%{
        right: -0.25rem;
        bottom: 1rem;
    }
    75%{
        right: 0rem;
        bottom: 2rem;
    }
    100%{
        right: 3rem;
        bottom: 2rem;
    }
}

@keyframes Blog-Tag-Reverse {
    0% {
        right: 3rem;
        top: -0.25rem;
    }
    25% {
        right: 0rem;
        top: -0.25rem;
    }
    50% {
        right: -0.25rem;
        top: 1rem;
    }
    75% {
        right: -0.25rem;
        top: 2rem;
    }
    100% {
        right: 3rem;
        top: 2rem;
    }
}

@keyframes header-logo {
    0% {
        transform:rotateY(0) translateY(0px) scale(1.1);
    }
    10% {
        transform:rotateY(90deg) translateY(-10px) scale(.90);

    }
    20% {
        
        transform:rotateY(180deg) translateY(-20px) scale(.80);

    }
  
    30% {
        transform:rotateY(90deg) translateY(-10px) scale(.90);

    }

    50% {
        transform:rotateY(0) translateY(0px) scale(1.1);

    }

    100% {
        transform:rotateY(0) translateY(0px) scale(1.1);
    }
}