/* از سایت گرفته شده fonts.google.com */

@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');
/* چون دانلود شده به اینصورت وارد میشه */

@font-face {
    font-family: "vazir";
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Bold.ttf") format("truetype");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Bold.woff") format("woff");
    src: url("../fonts/vazir-font-v16.1.0/Vazir-Light.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'samim';
    src: url('../fonts/Samim-Bold.eot') format('samim-opentype'), url('../fonts/Samim-Bold.woff') format('woff'), url('../fonts/Samim.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Parastoobold;
    src: url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo-Bold.eot') format('embedded-opentype'), url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo-Bold.woff') format('woff'), url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Parastoo;
    src: url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo.eot') format('embedded-opentype'), url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo.woff') format('woff'), url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo.ttf') format('truetype'), url('../fonts/collection-persian-web-font-(www.pixelboy.ir)/parastoo-font-v1.0.0-alpha5/web/Parastoo.woff2') format('woff2');
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
  overflow-x: hidden; 
}

body {
    font-family: 'vazir';
  overflow-x: hidden;
}

footer {
    background: #f2f5fc;
}

span :hover {
    visibility: visible;
    opacity: 1;
}

.aa {
    text-decoration: none;
}
.align-text{
    text-align: left;
}
.bor {
    border-left: 3px solid #219ebc;
    padding: 20px;
    height: 100px;
}
.b{
    font-weight:bolder;
}

.bor-bot {
    border-bottom:3px double #0d085c  ;
}
.bg-c{
    background:#ddd;
}
.bg{
    background-color: #eceff1;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.bg-div{
    background-color: #7fb49c  ;
}
.bg-div-odor{
    background-color: #38aac4;
}
.bg-div-fire{
    background-color: rgb(123, 153, 191);
    
}
.bg-div-water{
    
    background-color: #9eaaad;
}
.bor-radius{
    border-radius: 30px;
}
.bor-a{
    border-bottom: 4px solid #ccc;
}
.btn-whatsapp {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 0;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    transform: scale(1);
    bottom: 45px;
    right: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.container-fluid1 {
    width: 100%;
    height: 0px;
    margin-top: 48px;
    margin-left: 30px;
}

.container-fluid2 {
    width: 100%;
    height: 115px;
    margin-top: 1px;
    margin-left: 30px;
}

.container-fluid3 {
    width: 100%;
    height: 100%;
    margin-top: 1px;
    margin-left: 30px;
}
.container-cus{
    width:100%;
    height:auto;
}
.container1 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.contact-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.contact-info p {
    margin-bottom: 0.5rem;
}
.color-whats{
    color:#14a558;
}
.color-insta{
    color:#f72d2de1;
}
.color {
    background-color: rgb(135, 172, 236);
    animation-name: changeColor;
    animation-duration: 8s;
    /* تاخیر اجرا */
    animation-delay: 0s;
    /* بیش از یکبار اجرا بشه */
    animation-iteration-count: infinite;
    /* حرکت رفت و برگشت */
    animation-direction: alternate;
    /* خلاصه نویسی 
  animation: changeColor 6s 0s infinite alternate; */
}
.caption{
        border: 3px solid #9edbbd;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        max-width: 900px;
        max-height:250px;
        margin-bottom:20px;
}

.caption1{
    font-family: Vazir, Arial, sans-serif;
        font-size: 16px;
        color: black;
        line-height: 1.6;
}
.container-fluid,
.container {
  padding-right: 0;
  padding-left: 0;
}
.colorhr {
    background-color: rgb(135, 172, 236);
    animation-name: changeColorhr;
    animation-duration: 2s;
    /* تاخیر اجرا */
    animation-delay: 0s;
    /* بیش از یکبار اجرا بشه */
    animation-iteration-count: infinite;
    /* حرکت رفت و برگشت */
    animation-direction: alternate;
    /* خلاصه نویسی 
  animation: changeColor 6s 0s infinite alternate; */
}

.color:hover {
    /* وقتی موس اومد روش بایسته */
    animation-play-state: paused;
}
.carousel-inner .carousel-item {
    display: flex;
    justify-content: center;
}
.carousel-inner img {
    width:200px; /* تنظیم عرض تصویر */
    height: auto; /* تنظیم ارتفاع متناسب */
    border-radius: 8px;
    margin: 5px; /* فاصله بین تصاویر */
}
.div-shrink {
    display: flex;
    flex-shrink: 1;
}

.div-flex {
    display: inline-flex;
}

.font{
    font-size: 10px;
}
.fontpx{
    font-size: 16px;
}
.font-s{
    font-size: 15px;
}
.font30{
    font-size: 30px;
}
.font-s7{
    font-family: Parastoobold;
    text-decoration: none;
    color: rgb(248, 247, 247);
    font-size: 30px;
    padding-top: 400px;
    padding-right: 30px;
    color: currentColor;
}

.fa-color {
    color: rgb(14, 3, 3);
}

.font32 {
    font-family: Parastoobold;
    text-decoration: none;
    color: rgb(248, 247, 247);
    font-size: 40px;
    padding-top: 400px;
    padding-right: 30px;
    color: currentColor;
}

.font-s7:hover {
    color: #9aefaa;
}

.font32:hover {
    color: #9aefaa;
}
.fieldset {
    border: 5px solid #85a9f1;
    border-radius: 10px;
    position: relative;
}

.grow {
    display: flex;
    flex-grow: 1;
}
h2 {
    color: #007bff;
    font-weight: bold;
}
.hr {
    width: 1200px;
    color: #14a558;
    border-width: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.hr-s {
    justify-content: center;
    border-width:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.hr1 {
    width: 1330px;
    color: #14a558;
    border-width: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.h3 {
    display: flex;
    align-items: center;
}

.hh {
    visibility: hidden;
}

.header {
    background: url("../img/background/header-bg.png") top center no-repeat;
    background-size: cover;
}
iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 12px;
    margin-top: 1rem;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.img {
    height: 525px;
}
.img-scroll{
    width: 150px !important;
    height: 150px !important;
}
.img-scrollx{
    width: 200px !important;
    height: 150px !important;
}
.logo {
    margin: 0 20px;
    padding-right: 10px;

}
.lalezar {
    font-family: "lalezar";
    
}
.line-space {
    line-height: 2;
}
.line{
    line-height: 240%;
}
.legend {
            font-size:2.5rem;
            text-align:right;
            padding: 0 10px;
            margin: 0;
            position: relative;
            top: -35px; /* برای حرکت به بالای حاشیه */
            right: 30px; /* برای فاصله از لبه چپ */
            background-color: #fff; /* پس‌زمینه سفید برای جلوگیری از تداخل با خطوط */
            width:170px;
        }
.mt {
    margin-top: 500px;
}
.m-left {
    margin-left: 100px;
}

.move {
    animation-name: movebox;
    animation-duration: 2s;
    animation-direction: reverse;
}

.nav {
    height: 50px;
}
.nav-bg{
    background-color: #e0e0e05b;
}
.opacity {
    opacity: 0%;
}

.over {
    overflow: hidden;
}

.parastoobold {
    font-family: 'Parastoobold';
}

.parastoo {
    font-family: 'Parastoo';
}

.padding {
    margin-right: 0px;
}

.pricing-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


/* برای انجام تغییر نرم در ترنسفرم */

.pricing-box {
    transition: all 0.5s;
}

.radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.read {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.svg-div{
    width:280px;
    margin:-50px -100px 0 0;
}
svg {
  max-width: 100%;
  height: auto;
  display: block;
overflow-x: hidden;
}
.scrolling-logos {
    display: flex;
    overflow: hidden;
}
.scrolling-logos-inner {
    display: flex;
    animation:scroll 30s linear infinite;
}
.samim {
    font-family: 'samim';
}

.servic-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 4px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.servic-box.border-primary:hover {
    background: rgb(8, 31, 241);
}

.servic-box.border-success:hover {
    background: rgb(4, 114, 22);
}

.servic-box.border-warning:hover {
    background: rgb(126, 139, 4);
}

.servic-box:hover {
    color: wheat;
}

.social-icons a {
    margin-left: 10px;
    color: #007bff;
    text-decoration: none;
}
/* importantحتما بایذ باشه تا تغییر رنگ لینکها لحاظ بشه  */

.servic-box:hover .read {
    color: wheat !important;
}

.scale:hover {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.shadowbox {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.skew {
    display: inline-flex;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}

.skew1 {
    display: inline-flex;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
}

.sizesmall {
    width: 100px;
    height: 100px;
}
.size {
    width: 300px;
    height: 600px;
    background-color: #7fffd4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: aliceblue;
    padding-top: 80px;
    background-attachment: fixed;
}
.text{
    color: indigo;
}
.ul {
    justify-content: center;
}
.voice{
    width: 100%; 
    max-width: 400px;
}
@keyframes scroll {
    0% { transform: translateX(3560px); }
    100% { transform: translateX(-1440px); }
}
@keyframes movebox {
    100% {
        transform: translate(1000px);
        -webkit-transform: translate(1000px);
        -moz-transform: translate(1000px);
        -ms-transform: translate(1000px);
        -o-transform: translate(1000px);
    }
}

@keyframes changeColorhr {
    0% {
        background-color: rgb(0, 2, 9);
    }
    25% {
        background-color: rgb(220, 222, 227);
    }
    50% {
        background-color: rgb(255, 60, 0);
    }
    75% {
        background-color: rgb(180, 255, 5);
    }
    100% {
        background-color: rgb(6, 3, 50);
    }
}

@keyframes changeColor {
    0% {
        background-color: rgb(44, 30, 74);
    }
    25% {
        background-color: #3C205D;
    }
    50% {
        background-color: rgb(53, 45, 116);
    }
    75% {
        background-color: rgb(108, 117, 215);
    }
    100% {
        background-color: rgb(6, 3, 50);
    }
}

@media screen and (min-width: 768px) {
    .position-md-fixed {
        position: fixed;
    }
}
@media only screen and (min-width: 780px) {
    .hr,
    .hr1 {
        width: 700px;
    }
}

@media screen and (max-width: 768px) {
    .hide {
        display: none;
    }
    .mt {
        margin-top: 100px;
    }
    .hh {
        visibility: visible;
    }
    .hr,
    .hr1 {
        width: 330px;
    }
}
/* فقط روی دسکتاپ هاور فعال بشه */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
/* برای زیر منو */
.dropdown-menu {
  --bs-dropdown-link-active-bg: transparent;  /* پس‌زمینه موقع active */
  --bs-dropdown-link-active-color: inherit;   /* رنگ متن موقع active */
    background-color: rgba(255, 255, 255, 0.678);
  
}
