﻿/* Place Your Custom Styles Here */
.navbar-brand-img {

  width: 200px;
  height: 88px!important;
}
.navbar-partners-img {
  width: 10rem;
  margin:30px;
}
.black {
	color:#0A0A0A;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1 rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
h1, .h1 {
  font-size: 5rem;
}
h2, .h2 {
  font-size: 4rem;
}
.slick-prev,
.slick-next {
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  background: #fff;
  color: #030507;
  z-index: 100;
  transition: all 0.3s ease-out;
 display: none!important;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}

h2, .h2 {
  font-weight: 400;
  line-height: 1.35;
}
@media (max-width: 991.98px) {
  h2, .h2 {
	font-weight: 700;
     font-size: 1.875rem;
  }
}

.nav-pills-outer {
  border-radius: 12px;
  margin-left: 5px;
}

@media (max-width: 991.98px) {
  .nav-pills-outer {
    margin-left: 0;
    background: none;
  }
}

/* Certificates hover animations */
.certificates-container {
  position: relative;
}

.certificate-img {
  transition: all 0.2s ease-in-out;
  transform-origin: center;
  opacity: 1;
  width: 45%;
  height: auto;
  max-width: 400px;
}

.certificate-1 {
  margin-right: 10px;
}
.certificate-2 {
  margin-left: 10px;
}

/* Hover effect for first certificate */
.certificate-1:hover {
  transform: scale(1.1);
  z-index: 10;
  position: relative;
}

.certificate-1:hover ~ .certificate-link .certificate-2 {
  opacity: 0.5;
}

/* Hover effect for second certificate */
.certificate-2:hover {
  transform: scale(1.1);
  z-index: 10;
  position: relative;
}

.certificates-container:hover .certificate-1:not(:hover) {
  opacity: 0.5;
}

.certificates-container:hover .certificate-2:not(:hover) {
  opacity: 0.5;
}

.certificates-container:hover .certificate-1:hover,
.certificates-container:hover .certificate-2:hover {
  opacity: 1;
}

/* OLX Job Cards Hover Animations */
.job-card {
  transition: box-shadow 0.3s ease-in-out !important;
  cursor: pointer !important;
}

.job-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 100, 0.15) !important;
}

/* Alternatywny sposób - używając klas Bootstrap */
a:hover .job-card {
  box-shadow: 0 15px 30px rgba(0, 0, 100, 0.15) !important;
}
