.main-color {
  color: #99FD04;
}

@font-face {
  font-family: IRANYekan-Bold;
  src: url(../../Fonts/IRANYekan-Bold.ttf);
}
body {
  overflow-x: hidden;
  font-family: IRANYekan-Bold !important;
  background-color: #000;
}

html {
  scroll-behavior: smooth;
}

.reveal {
  position: relative;
  opacity: 0;
}

.fade-left {
  animation: fade-left 1s ease-in-out;
  -webkit-animation: fade-left 1s ease-in-out;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
.reveal.active .fade-left1 {
  animation: fade-left 0.2s ease-in;
}
.reveal.active .fade-left2 {
  animation: fade-left 0.4s ease-in;
}
.reveal.active .fade-left3 {
  animation: fade-left 0.6s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-right {
  animation: fade-right 1s ease-in;
  -webkit-animation: fade-right 1s ease-in;
}

@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.hero {
  background-image: url(../../imgs/ghaemian-bg.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.hero .container-fluid {
  background-color: rgba(0, 0, 0, 0.6117647059);
  height: 100vh;
  padding: 250px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero .container-fluid .hero-header {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.hero .container-fluid .hero-header {
    flex-direction: column;
  }
}
section.hero .container-fluid .hero-header img {
  padding: 10px;
  width: 120px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-left: 20px;
}
section.hero .container-fluid .buttons {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  text-align: center;
}
section.hero .container-fluid .main-btn {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 5px 10px;
  font-size: 16px;
  color: #4f4f4f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 3px solid #99FD04;
  width: 240px;
  height: 72px;
}
@media (max-width: 768px) {
  section.hero .container-fluid .main-btn {
    height: 64px;
  }
}
section.hero .container-fluid .main-btn img {
  max-width: 60px;
  margin-left: 5px;
}
section.hero img.hero-logo {
  width: 63%;
  padding: 0;
  margin: auto;
}
section.hero h1 {
  font-weight: bolder;
  font-size: 7rem;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
  color: #99FD04;
}
@media (max-width: 991px) {
  section.hero h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  section.hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  section.hero h1 {
    font-size: 3rem;
  }
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #99FD04;
  color: white;
}
::selection {
  background-color: #99FD04;
  color: white;
}

::-moz-selection {
  background-color: #99FD04;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #99FD04;
  border-radius: 10px;
}/*# sourceMappingURL=style2.css.map */