@font-face {
    font-family: 'myPacifico' ;
    src: url('../font/Raleway-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Oswand ;
    src: url('../font/Oswald-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    src: url('../font/Vazir.eot');
    src: url('../font/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir.woff2') format('woff2'),
    url('../font/Vazir.woff') format('woff'),
    url('../font/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../font/Vazir-Bold.eot');
    src: url('../font/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir-Bold.woff2') format('woff2'),
    url('../font/Vazir-Bold.woff') format('woff'),
    url('../font/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('../font/Vazir-Light.eot');
    src: url('../font/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir-Light.woff2') format('woff2'),
    url('../font/Vazir-Light.woff') format('woff'),
    url('../font/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('../font/Vazir-Medium.eot');
    src: url('../font/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir-Medium.woff2') format('woff2'),
    url('../font/Vazir-Medium.woff') format('woff'),
    url('../font/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('../font/Vazir-Thin.eot');
    src: url('../font/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir-Thin.woff2') format('woff2'),
    url('../font/Vazir-Thin.woff') format('woff'),
    url('../font/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Vazir;
    src: url('../font/Vazir-Black.eot');
    src: url('../font/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir-Black.woff2') format('woff2'),
    url('../font/Vazir-Black.woff') format('woff'),
    url('../font/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
}






@font-face {
    font-family: Oswand;
    src: url('../font/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Oswand;
    src: url('../font/Oswald-SemiBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Oswand;
    src: url('../font/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Oswand;
    src: url('../font/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Oswand;
    src: url('../font/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Oswand;
    src: url('../font/Oswald-Bold.ttf') format('truetype');
    font-weight: 900;
}



* {
    font-family: 'Vazir', 'Oswand';
}

.font-oswand{
    font-family: Oswand !important;
}

html,
body,
header,
.intro-2 {
    height: 100%;
}

html{
    overflow-x:hidden;
    scroll-behavior: smooth;
}

@media (max-width: 740px) {

    html,
    body,
    header,
    .intro-2 {
        height: 900px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {

    html,
    body,
    header,
    .intro-2 {
        height: 900px;
    }
}


.farsi-text{
    direction: rtl;
}



.tooltip{
    direction: rtl !important;
}


#particles-js{
    width: 100%;
    height: 100%;
    /*background-color: rgba(182, 25, 36, 0.5) !important;*/
    /*background-image: url('');*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.my-gradient{
    background: linear-gradient(-45deg, #117a4f, #3b5194, #117a4f);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.my-gradient-text{
    background: -webkit-linear-gradient(-45deg, #b8f2ff, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}



.navbar {
    background-color: #3e4551;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.navbar:not(.top-nav-collapse) {
    background: transparent;
}
@media (min-width: 769px) {
    .navbar:not(.top-nav-collapse) {
        box-shadow: none;
    }
}
@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #13a84f;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #13a84f;
    }
}


@media (max-width:768px) {
    .creative-lp .navbar {
        background:linear-gradient(40deg,#13a84f, #4382ee)
    }
}

/*.pink-gradient{*/
/*    background: linear-gradient(40deg, #28d258, #13a1b4) !important;*/
/*}*/

.btn-white{
    color: #2f4de5 !important;
}

.navbar.scrolling-navbar .navbar-nav > li {
    text-align: center;
}



.purple-text {
    color: #9c27b0 !important;
  }


.dark-grey-text{
    color:rgb(61, 61, 61); 
}

.soft-shadow{
    /* box-shadow:
        2.8px 2.8px 2.2px rgba(0, 0, 0, 0.018),
        6.7px 6.7px 5.3px rgba(0, 0, 0, 0.026),
        12.5px 12.5px 10px rgba(0, 0, 0, 0.033),
        22.3px 22.3px 17.9px rgba(0, 0, 0, 0.041),
        41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
        100px 100px 80px rgba(0, 0, 0, 0.07)
        ; */

        -webkit-filter: drop-shadow(16px 16px 0px #12c359c7);
        filter: drop-shadow(16px 16px 0px #12c359c7);

}

.soft-shadow2{
        -webkit-filter: drop-shadow(10px 10px 0px #12c359c7);
        filter: drop-shadow(10px 10px 0px #12c359c7);

}
.soft-shadow3{
    -webkit-filter: drop-shadow(10px 10px 0px #ffffffc7);
    filter: drop-shadow(10px 10px 0px #ffffffc7);
}

.cband-gradient-rgba{
   background:  linear-gradient(40deg,rgba(77, 223, 120, 0.87),rgba(42, 93, 172, 0.78)) !important;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(40deg, rgba(77, 223, 120, 0.87), rgba(42, 93, 172, 0.78));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}



.highlight-text {
    /* background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc); */
    background-color: #b94685;
    border-radius: 15px;
    transform: rotate(-20deg);
    padding: 3px 6px;
}



/******* Pricing *******/
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
  }
  .pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
  }
  .pricing-action {
    color: inherit;
    border: none;
    background: none;
  }
  .pricing-action:focus {
    outline: none;
  }
  
  .pricing-feature-list {
    text-align: left;
  }
  
  .pricing-palden .pricing-item {
    font-family: "Open Sans", sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
  }
  
  @media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
      margin: 1em -0.5em;
    }
  
    .pricing-palden .pricing__item--featured {
      margin: 0;
      z-index: 10;
      box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
  }
  .pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgba(76, 70, 101, 0.99);
    padding: 4em 0 9em;
    position: relative;
  }
  .pricing-palden .pricing-deco-almas{
    border-radius: 10px 10px 0 0;
    padding: 4em 0 9em;
    position: relative;
  }
  .pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
  }
  .pricing-palden .pricing-title {
    direction: rtl;
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
  }
  .pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  .pricing-palden .icon {
    font-size: 2.5em;
  }
  .pricing-palden .pricing-price {
    font-size: 4em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
  }
  .pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
  }
  .pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
  }
  .pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
  }
  .pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 1.0em;
    list-style: none;
    text-align: center;
  }
  .pricing-palden .pricing-feature {
    padding: 1em 0;
  }
  .pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #4d4766;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
    background-color: #100A13;
  }
  
  .pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
  }
  .zomorod-plan-subtitle{
    font-size: 3.2em !important;
  }
  .firoozeh-plan-subtitle{
    font-size: 3.2em !important;
  }

  .almas-bg{
    background: linear-gradient(45deg, #07a047, #07a07f, #c70ac7) ;

    background-size: auto ;
    background-size: 200% 200% ;
    animation: gradient 3s ease infinite;

  }
  .zomorod-bg{
    background: rgba(162, 9, 37, 0.99) !important;
    
  }
  .firoozeh-bg{
      background: rgba(8, 88, 172, 0.99) !important;
  }

  .coworking-page .intro .container-fluid .heading{
    letter-spacing: normal;
  }









@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Raleway");
.mwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.box {
  display: block;
  min-width: 300px;
  height: 300px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 75px;
  background-color: cadetblue;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #7fb1b3;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: auto;
  left: calc(50% - 1.25rem);
  z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  content: "\f007";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  position: relative;
  font-size: 4.5em;
  color: #cfcfcf;
  top: calc(50% - 3rem);
  left: auto;
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}








