@font-face {
  font-family: iransans;
  src: url("../fonts/iransansdn.ttf");
}
.container {
  width: 80%;
  margin: 0 auto 0 auto;
}

body {
  font-family: iransans;
}

section:not(.introduction) {
  padding: 100px 0 0px 0;
}

.introduction {
  padding: 150px 0 0px 0;
}

@keyframes btn-pulse {
  from {
    box-shadow: none;
  }
  to {
    box-shadow: 0px 0px 0px 5px oklch(62.3% 0.214 259.815);
  }
}
.btn-resume {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-resume i {
  background-color: oklch(62.3% 0.214 259.815);
  padding: 5px;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: btn-pulse 0.5s ease infinite alternate;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.im-prog {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  font-size: 20px;
  animation: typing 4s ease infinite alternate;
}

.progress-bar {
  width: var(--value);
  height: 100%;
  background-color: oklch(62.3% 0.214 259.815);
  border-radius: 50px;
}

.last-posts a {
  position: relative;
  text-align: center;
}
.last-posts p {
  position: absolute;
  color: white;
  background-color: rgba(0, 8, 17, 0.644);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  border-radius: var(--radius-3xl);
  place-content: center;
  top: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.last-posts a:hover {
  border-radius: var(--radius-3xl);
}
.last-posts a:hover p {
  opacity: 1;
}
.last-posts div:nth-child(6) img {
  width: 100% !important;
}

.topprog-courses .card:nth-child(2) .show-course {
  background-color: #fc035a;
}

@media screen and (max-width: 768px) {
  .introduction {
    padding: 100px 0 0px 0;
  }
  .container {
      width: 90%;

    }
}
.post-card-title {
  transition: 0.25s linear;
}

.post-card-img:hover h5 {
  color: #fc035a;
}

.post-date-author {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-top: 4px solid oklch(62.3% 0.214 259.815);
  padding-top: 10px;
}
.post-date-author p {
  display: flex;
  gap: 5px;
}

.pf-card-title {
  transition: 0.25s linear;
}

.pf-card-img:hover h5 {
  color: #fc035a;
}

.pf-date-author {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-top: 4px solid oklch(62.3% 0.214 259.815);
  padding-top: 10px;
}
.pf-date-author p {
  display: flex;
  gap: 5px;
}

.search-form {
  padding: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 50px;
  background-color: rgba(110, 110, 110, 0.2549019608);
}
.search-form .search-input {
  width: 100%;
  padding: 5px;
  border: none;
  outline: none;
}
.search-form .search-btn {
  background-color: oklch(62.3% 0.214 259.815);
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.search-form .search-btn i {
  display: flex;
}

.post-category a {
  transition: 0.25s ease;
}
.post-category a:hover {
  background-color: oklch(62.3% 0.214 259.815);
}

.scroll-top {
  margin-right: 80%;
}

.modal {
  display: none;
}/*# sourceMappingURL=main.css.map */