@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
.profile-links {
  font-size: 1.25em;
}
.profile-links img {
  max-width: 3em;
  height: auto;
  margin-right: 0.25em;
}
.profile-links div.profile {
  margin-bottom: 0.25em;
}
.profile-links div.profiles {
  width: 100%;
}

.modal-newsletter .modal-body, .modal-newsletter .modal-header, .modal-newsletter .modal-footer {
  border: none;
}
.modal-newsletter p.rodo {
  font-size: 0.7em;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 100vh;
  /* SCSS for gradient background */
  /* #2254e5 in RGBA is 34, 84, 229, 0.5 */
  background: linear-gradient(rgba(34, 84, 229, 0.7), rgba(0, 0, 0, 0.7)) no-repeat center center fixed;
}
.jumbotron .v-center {
  height: 100%;
}
.jumbotron img.logo {
  max-width: 300px;
}
.jumbotron .lead {
  text-align: center;
}
.jumbotron button {
  margin: 0 auto;
}

.bg-video {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  height: auto;
  min-height: 100%;
  z-index: -100;
  filter: blur(6px);
}

@media (min-width: 992px) {
  .fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .fullscreen-bg-video video {
    width: 100%;
    height: auto;
  }
}
.who-cards h4 {
  font-weight: 200;
  font-size: 1em;
}
.who-cards .img-container {
  height: 350px;
  overflow: hidden;
}
.who-cards .marcin img {
  margin-top: -10%;
}
.who-cards .wojtek img {
  margin-top: -15%;
}
.who-cards .fancy-line {
  width: 25%;
  height: 2px;
  border-top: 2px solid #2254e5;
  opacity: 1;
}
.who-cards .social-links {
  font-size: 1.5em;
  transition: all 0.1s ease-in-out;
}
.who-cards .social-links a {
  text-decoration: none;
  opacity: 0.5;
  margin-left: 0.25em;
}
.who-cards .social-links a:hover {
  opacity: 1;
}

.our-videos iframe {
  width: 100%;
  height: 315px;
}
@media (min-width: 992px) {
  .our-videos .timeline:not(:first-child) {
    margin-top: -215px;
    z-index: 1000;
  }
}
.our-videos .video-disabled {
  pointer-events: none;
  filter: grayscale(0.9) blur(8px);
}

.cta-bottom {
  background-color: #2254e5;
}
.cta-bottom h4 {
  font-weight: 200;
}
.cta-bottom button {
  margin: 0 auto;
  width: 50%;
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 5px solid rgba(34, 84, 229, 0.7);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }
  .left::before {
    right: auto;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
#polars-page, #notebook-page {
  background-color: #2254e5;
  color: white;
}
#polars-page a, #notebook-page a {
  text-decoration: none;
  color: inherit;
}
#polars-page .bg-image, #notebook-page .bg-image {
  background: url("/resources/polars.jpg") fixed;
  background-size: contain;
  width: 100%;
  height: 100%;
  filter: blur(1px);
}
#polars-page .col-notebook, #notebook-page .col-notebook {
  padding: 0;
}
#polars-page .logo, #notebook-page .logo {
  max-width: 33%;
}
#polars-page .ml-embedded, #notebook-page .ml-embedded {
  padding-bottom: 1em;
}

#notebook-page #kwantyzacja .bg-image {
  background: url("/resources/kwantyzacja-notebook.png") fixed;
  background-size: contain;
}

#notebook-page #pytorch .bg-image {
  background: url("/resources/pytorch-top10-notebook.png") fixed;
  background-size: contain;
}

/*# sourceMappingURL=style.css.map */
