* {
    font-family: 'iranSans', Verdana, Geneva, Tahoma, sans-seri ;
    scrollbar-width: thin;
    scrollbar-color: rgb(143, 143, 143) rgb(230, 230, 230);
    text-align: right;
    direction: rtl;
}
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 7px;
    border-radius: 2px;

  }

  ::-webkit-scrollbar:horizontal{
	height: 5px !important;
	width: 5px !important;
}
  
  *::-webkit-scrollbar-track {
    background: rgb(230, 230, 230);
    border-radius: 2px;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: rgb(143, 143, 143);
    border-radius: 2px;
  }

.search-box {
    width: 100%;
    position: relative;
    display: flex;
}

.search-input {
    width: 100%;
    padding: 0 10px;
    border: 2px solid #0077d5;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-left: none;
    outline: none;
    font-size: 14px;
    color: #0077d5;
    background: none;
}

.search-button {
    text-align: center;
    height: 51px;
    width: 40px;
    outline: none;
    cursor: pointer;
    border: 2px solid #0077d5;
    border-radius: 10px 0px 0px 10px;
    border-left: none;
    background: none;
    font-size: 20px;
    border-left: 2px solid #0077d5;
    justify-content: center;
}

.home-search-input {
    width: 100%;
    padding: 0 10px;
    border: 2px solid #fff;
    border-radius: 0px 10px 10px 0px;
    border-left: none;
    outline: none;
    font-size: 14px;
    color: #0077d5;
}

.home-search-button {
    text-align: center;
    height: 45px;
    width: 80px;
    outline: none;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px 0px 0px 10px;
    border-left: none;
    background: none;
    font-size: 20px;
    border-left: 2px solid #fff;
    justify-content: center;
    background-color: #0077d5;
}

.home-search-button i{
    color: #fff !important;
}

.text-blue {
    color: #0077d5 !important
}


.text-justify {
    text-align: justify;
}

.blog-width{
    width: 60%;
    border-radius: .25rem;
    background-color: hsl(0, 0%, 100%) !important;
    padding: 30px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog-details-avatar{
    border-radius: 0.75rem;
    width: 50px;
    border:1px inset;
    background-color: #f1f2f2;
}

.blog-details-thumbnail{
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    border-radius: .25rem;
    max-height: 400px;
    object-fit: cover;
}

.products-title{
    line-height: 1.9rem;
}

.blog-body *{
    font-family: 'IranSans' !important;
}

.blog-body img{
    width: 100% !important;
    transform: scale(.8);
    border-radius: .25rem;
    object-fit: contain;
    max-height: 500px;
}

.blog-thumbnail{
    object-fit: cover;
}

@media (max-width: 769px) {
    h2 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    .nav.nav-tabs.flex-column {
        padding: 5px;
    }

    .blog-width{
        width: 100%;
        padding: 30px 25px;
    }

    .blog-details-thumbnail{
        width: 100%;
        height: 100%;
    }
    
    .blog-body img{
        width: 100% !important;
        height: 100% !important;
        transform: scale(1);
    }

    .blog-details-avatar{
        width: 45px;
    }

    .author-box h6, span{
        font-size: 14px !important;
    }

    .tags a{
        font-size: 12px !important;
    }
    
    .post-body .content{
        height: auto !important;
    }
}


.feature-img {
    max-width: 80%;
    float: left;
}

.font-5 {
    font-size: 5px !important;
}

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}


.post {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    border-radius: .5rem;
}

.post img{
    width: 100%;
    object-fit: cover;
}

.post-header {
    display: flex;
    padding: 15px 10px;
}

.post-header .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.post-header .meta {
    margin-right: 10px;
    width: 100%;
}

.post-header .meta .name {
    margin-bottom: 5px;
    display: inline;
}

.post-body .content {
    padding: 20px;
    overflow-y: auto;
    height: 190px;
}

.post-body .content .title {
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
    transition: .1s ease-in-out;
}

.post-body .content .title:hover{
    color: #0077d5 !important;
    transition: .1s ease-in-out;
}

.post-body .content p {
    line-height: 1.7;
    color: #444;
}

.page-item:first-child .page-link{
    border-radius: 0 .25rem .25rem 0;
}

.page-item:last-child .page-link{
    border-radius: .25rem 0 0 .25rem;
}

.active>.page-link, .page-link.active{
    background-color: #0077d5;
    border-color: #0077d5;
}

.page-link{
    color: #666;
}

.text-dark-grey{
    color: #627680
}

.blue-hover{
    transition: .3s ease-in-out !important;
    transform: scale(1);
}

.blue-hover:hover{
    color: #0077d5 !important;
    transition: .3s ease-in-out !important;
    transform: scale(1.1);
    transform: translateX(-10px);
}

.text-active{
    color: #0077d5 !important;
    font-size: 16px;
    font-weight: 600;
}

.text-white{
    color: #fff !important
}

.weight-300{
    font-weight: 300 !important;
}

.header_title {
    font-weight: 600 !important;
    color: hsl(0, 0%, 100%) !important;
    font-size: 25px !important;
    line-height: 1.2;
    padding-top: 50px;
}

.header_subtitle {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    color: #7b94a3 !important;
}

.waves {
    position: relative;
    width: 100%;
    height: 10vh;
    margin-bottom: -7px;
    min-height: 10px;
    max-height: 65px;
    bottom: 0;
    align-self: baseline;
    display: flex;
}

.text-muted-2{
    color: #7b94a3 !important;
}

/* Animation */
  
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }

    .tag{
        font-size: 14px;
    }

    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }

    .header_title{
        font-size: 22px !important;
        margin-bottom: 3px!important;
    }

    .header_subtitle{
        font-size: 11px !important;
    }
    .tag{
        font-size: 11px!important;
    }
  }

.btn-shiny{
    background-color: hsla(0,0%,100%,.2) !important;
    color: #fff !important
}


.tag{
    font-size: 15px;
    transition: color .3s,background-color .3s;
    margin: .25rem .1rem !important;
}

.tag:hover{
    background-color: #0b85e5 !important;
    text-decoration: none;
    transition:color .3s,background-color .3s;
    color: #fff !important;
}

.pointer{
    cursor: pointer;
}

.btn-outline-primary{
    color: #0b85e5 !important;
    border-color: #0b85e5 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.owl-stage-outer{
    direction:ltr !important;
    
}

.owl-item{
    margin-bottom: 46px !important;
}

.hashtags-div{
    max-height: 270px;
    overflow-y: auto;
    overflow-x:hidden;
}


@media screen and (min-width: 1401px) {
    .container-1 {
        margin-bottom: 75px;
    }
}


@media screen and (min-width: 1000px) and (max-width: 1200px){
    .container-1 {
        margin-bottom: 10px;
    }
}

.industry-link{
    color: #455f7c;
    text-decoration: underline;
    text-decoration-color: #455f7c;
}
.industry-link:hover{
    color: #455f7c;
    text-decoration: underline;
    text-decoration-color: #455f7c;

}
.category-link:hover {
    text-decoration: underline;
}

.industry-cart{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); 
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Ensures items wrap when the container is too narrow */
    text-align: center; /* Center text for all screen sizes */
}

.title-wrapper {
    margin-right: auto; /* Aligns title to the right on larger screens */
    flex: 1; /* Takes up remaining space */
}

.flash-link {
    color: #adb5bd;
    margin: 10px auto 0 auto; /* Center the link horizontally and adjust top margin */
}

.flash-link:hover {
    color: #000;
}

.flash-link i {
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .section-title{
        display: block;
        text-align: center;
    }
    .title-wrapper {
        text-align: center;
    }
    .title-wrapper h2, p{
        text-align: center;
    }

    .title-wrapper {
        margin-bottom: 20px;
    }
    .flash-link {
        margin: 0; 
    }
}



.icon--statistic {
    background-image: url(https://cdn.statcdn.com/static/icons/products/product-icons.svg?uvm8w1r#statistic_icon);
    background-size: contain;
    height: 30px;
    width: 30px;
    padding-right: 20px;
    margin-left: 30px;
}