@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
}

h1 {
  font-weight: 900 !important;
}

.main-desc {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.navbar {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff !important;
}

section {
  padding: 80px 0 80px 0;
  z-index: 2;
  position: relative;
}

.section-intro {
  margin-bottom: 40px;
}

.section-intro .divider {
  height: 3px;
  width: 200px;
  background-color: black;
  margin: 10px auto;
}

.oferta-divider {
  height: 3px;
  width: 200px;
  background-color: white;
  margin: 10px auto;
}

#background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(61, 61, 61, 0.8), rgba(25, 50, 70, 0.685));
  z-index: -1;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  text-align: center;
  align-items: center;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#oferta {
  min-height: 100vh;
  background: url(../img/oferta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.oferta-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.774);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#kontakt {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/kontakt.jpg");
  overflow: hidden;
}

.kontakt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 61, 61, 0.87);
  z-index: -1;
}

form .form-control {
  border-radius: 0;
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

form .form-control:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

form input.form-control {
  height: 54px;
}

form .form-control::placeholder {
  color: #fff;
}

#copyright {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  font-size: 14px;
}

.btn {
  width: 100px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.185);
  font-weight: bold;
}

#logo-img {
  height: 4rem;
  width: 7rem;
}

.zobacz-oferte {
  width: 170px;
  height: 50px;
  color: white;
  background: transparent;
  border-style: none;
  border: 2px solid white;
  border-radius: 20px;
  font-weight: bold;
}

.zobacz-oferte:hover {
  background: rgba(65, 65, 65, 0.548);
  transition: 0.3s;
}

.about-desc {
  font-size: 20px;
}

.adres {
  font-size: 22px;
  font-weight: 400;
}

.about-img {
  width: 100%;
  height: auto;
}

.o-addition {
  padding: 15px;
  border: 1px solid rgb(184, 184, 184);
  background-color: white;
}

.service {
  background-color: white;
  border: 2px solid rgb(184, 184, 184);
}

p {
  font-weight: 500;
  font-size: 17px;
}

.description {
  height: 160px;
}

.o_nas-section {
  overflow: hidden;
}

.szkolenia-img {
  border-radius: 10px;
  border: 1px solid rgb(184, 184, 184);
}
