@charset "UTF-8";
body {
  overflow-x: hidden;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

* {
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

:root {
  --main-color: #08f;
  --main-black: #222;
}

#blog {
  opacity: 0.5 !important;
}

main {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main h1 {
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 45px;
  width: 728px;
  height: 152px;
  margin-top: 48px;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(93deg, #000 3.34%, #666 91.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .promote-post {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
main .promote-post:hover {
  transform: translateY(-4px);
}
main .promote-post img {
  width: 1023.886px;
  border-radius: 9.413px;
  flex-shrink: 0;
}
main .promote-post .block {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 31.378px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18.827px;
  top: 305px;
  left: 50px;
  z-index: 20;
  border-radius: 9.413px;
  border: 0.784px solid #E8E8EA;
  background: #fff;
  box-shadow: 0px 2px 42px 0px rgba(132, 132, 132, 0.25);
  position: absolute;
}
main .promote-post .block figcaption {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
main .promote-post .block span {
  display: flex;
  padding: 3.138px 7.844px;
  justify-content: center;
  border-radius: 4.707px;
  background: #08F;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  font-size: 12px;
  align-items: center;
  gap: 3.138px;
}
main .promote-post .block h2 {
  font-family: "Be Vietnam Pro";
  color: #181A2A;
  font-size: 28.24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.378px;
  /* 111.111% */
  align-self: stretch;
  margin: 0px;
  width: 430px;
}
main .promote-post .block .author-info {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
main .promote-post .block .author-info img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
main .promote-post .block .author-info p {
  color: var(--Secondary-400, #97989F);
  font-size: 12.551px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.827px;
  /* 150% */
}
main .promote-post .block .author-info span {
  inherits: none;
  color: var(--Secondary-400, #97989F);
  font-size: 12.551px;
  font-style: normal;
  background: none;
  font-weight: 400;
  line-height: 18.827px;
  /* 150% */
}
main .articles-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Ustawienie 3 kolumn */
  gap: 15px;
  padding-top: 68px;
  padding-bottom: 68px;
  /* Odstęp pomiędzy kartami */
}
main .articles-section .card {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  display: flex;
  width: 303.415px;
  padding: 12.384px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 9.288px;
  border: 0.774px solid #E8E8EA;
  background: #FFF;
  gap: 12.384px;
}
main .articles-section .card:hover {
  transform: translateY(-8px);
}
main .articles-section .card img {
  width: 298.646px;
  height: 185.764px;
  border-radius: 5px;
}
main .articles-section .card figcaption span {
  font-size: 12px;
  color: #08f;
  background: rgba(75, 107, 251, 0.05);
  border-radius: 5px;
  padding: 5px 8px;
}
main .articles-section .card figcaption h3 {
  color: #181A2A;
  font-size: 18.576px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.672px;
  /* 116.667% */
}
main .articles-section .card figcaption .author-info {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
main .articles-section .card figcaption .author-info img {
  width: 35px;
  height: 35px;
  border-radius: 45px;
}
main .articles-section .card figcaption .author-info p {
  color: #97989F;
  font-size: 12.384px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.576px;
  /* 150% */
}
main .articles-section .card figcaption .author-info p span {
  color: #97989F;
  font-size: 12.384px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.576px;
  background: none;
}
main #blog {
  color: rgba(0, 136, 255, 0.399) !important;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-color: transparent;
  height: 64px;
}
header .logo {
  position: fixed;
  left: 48px;
  z-index: 102;
}
header .logo img {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  main .articles-section {
    grid-template-columns: repeat(3, 1fr);
  }
  main .promote-post {
    width: 650px;
  }
  main .promote-post img {
    width: 650px;
  }
  main .promote-post .block {
    top: 140px;
    left: -40px;
    scale: 0.8;
  }
}
@media (max-width: 1000px) {
  main .articles-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  main h1 {
    font-size: 30px;
    width: 400px;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .articles-section {
    grid-template-columns: repeat(1, 1fr);
  }
  main .promote-post {
    display: none;
    width: 370px;
  }
  main .promote-post img {
    width: 370px;
  }
  main .promote-post .block {
    top: 50px;
    left: -63px;
    scale: 0.6;
  }
}/*# sourceMappingURL=styleBlog.css.map */