@font-face {
  font-family: Season;
  src: url(../font/Demo_Fonts/Fontspring-DEMO-theseasons-reg.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Season;
}

nav {
  padding: 0.8rem;
  border-bottom: 2px solid gray;
  padding: 0rem 10rem;
  font-family: Nunito-sans-Semibold;
  z-index: 99;
}
nav img {
  width: 35px;
}
nav #navbarNav ul li {
  margin: 0rem 1rem;
}
nav #navbarNav ul li a {
  color: black;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
nav #navbarNav ul li a:hover {
  color: rgb(149, 149, 231);
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50rem;
  position: relative;
}
.hero-section video {
  width: 100%;
  height: 50REM;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  filter: brightness(60%);
  position: absolute;
}
.hero-section .hero2 {
  color: white;
  text-align: center;
  border: 2px solid rgb(149, 149, 231);
  width: 100%;
  margin: 1.5rem;
  padding: 18.5rem 0rem;
  position: relative;
}
.hero-section .hero2 h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.hero-section .hero2 a {
  text-decoration: none;
  color: black;
  background-color: rgb(149, 149, 231);
  font-size: 0.9rem;
  padding: 0.9rem 3rem;
  border-radius: 20px;
  transition: 0.4S;
  border: 2px solid rgb(149, 149, 231);
}
.hero-section .hero2 a:hover {
  background-color: transparent;
  color: rgb(149, 149, 231);
}
.hero-section .hero2 .omardr {
  position: absolute;
  margin: auto 0;
  left: 0;
  right: 0;
  top: -1.5rem;
  margin: 0rem 43rem;
  background: black;
}

.about-sec {
  margin: 8rem;
}
.about-sec .left-about {
  margin-left: -2rem;
}
.about-sec .left-about h1 {
  position: relative;
  font-weight: 300;
  margin-top: 7rem;
  margin-bottom: 40px;
  font-size: 3rem;
}
.about-sec .left-about h1::after {
  content: "";
  position: absolute;
  background-color: rgb(149, 149, 231);
  height: 3px;
  width: 20rem;
  left: 0;
  bottom: -15px;
}
.about-sec .left-about h3 {
  font-weight: 300;
}
.about-sec .left-about p {
  font-size: 1.2rem;
  margin-bottom: 6rem;
}
.about-sec .left-about a {
  text-decoration: none;
  border: 3px solid rgb(149, 149, 231);
  border-radius: 15px;
  font-size: 0.9rem;
  padding: 0.9rem 3rem;
  color: white;
  background: rgb(149, 149, 231);
  transition: 0.3s;
}
.about-sec .left-about a:hover {
  background-color: transparent;
  color: rgb(149, 149, 231);
}
.about-sec .left-about label {
  color: rgb(149, 149, 231);
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.7em;
  cursor: pointer;
  transition: 0.3s;
}
.about-sec .left-about label:hover {
  color: #7e7b73;
}
.about-sec .left-about label:hover::before {
  color: #7e7b73;
  border-color: #7e7b73;
}
.about-sec .left-about label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
  content: "\f107";
  color: rgb(149, 149, 231);
  font-size: 19px;
  border: 1px solid rgb(149, 149, 231);
  padding: 8px;
  border-radius: 100%;
  transform: 0.3s;
}
.about-sec .right-about {
  text-align: center;
  margin-left: 9rem;
}
.about-sec .right-about img {
  width: 30rem;
  border-radius: 5px;
}

.infoj {
  background-image: url(../img/info.jpg);
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 0 10000px inset;
  color: white;
  padding: 10rem 0rem;
  background-size: cover;
  position: relative;
  background-position: 0px -8rem;
}
.infoj .left-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.infoj .left-info h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.infoj .left-info a {
  text-decoration: none;
  color: rgb(149, 149, 231);
  background-color: transparent;
  font-size: 0.9rem;
  padding: 0.9rem 3rem;
  border-radius: 20px;
  transition: 0.4S;
  border: 2px solid rgb(149, 149, 231);
}
.infoj .left-info a:hover {
  background-color: rgb(149, 149, 231);
  color: black;
}
.infoj .right-info .single-info {
  border-bottom: 1px solid rgb(149, 149, 231);
  margin-bottom: 20px;
}
.infoj .right-info .single-info h4 {
  color: rgb(149, 149, 231);
  text-transform: uppercase;
  font-size: 1rem;
}
.infoj .right-info .single-info p {
  margin-bottom: 10px;
}

.bolesti {
  background-color: white;
  padding: 8rem 0rem;
  position: relative;
}
.bolesti .container {
  max-width: 97%;
}
.bolesti .checkbox {
  display: none;
}
.bolesti .checkbox:checked ~ .content {
  display: block;
}
.bolesti .checkbox:checked ~ label {
  display: none;
}
.bolesti h1 {
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
.bolesti h1::after {
  content: "";
  position: absolute;
  background-color: rgb(149, 149, 231);
  height: 3px;
  width: 250px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bolesti h4 {
  margin-bottom: 4rem;
  text-align: center;
}
.bolesti .col-lg-3 {
  height: auto;
  padding: 20px;
  position: relative;
}
.bolesti .col-lg-3 img {
  width: 20rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.bolesti .col-lg-3 h2 {
  margin-top: 20px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.bolesti .col-lg-3 h2::after {
  content: "";
  position: absolute;
  background-color: rgb(149, 149, 231);
  height: 2px;
  width: 100%;
  bottom: -20px;
  left: 0;
}
.bolesti .col-lg-3 p {
  margin-top: 40px;
}
.bolesti .col-lg-3 .content {
  display: none;
}
.bolesti .col-lg-3 .content p {
  margin-top: -15px;
}
.bolesti .col-lg-3 label {
  color: rgb(149, 149, 231);
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.7em;
  cursor: pointer;
  transition: 0.3s;
}
.bolesti .col-lg-3 label:hover {
  color: #7e7b73;
}
.bolesti .col-lg-3 label:hover::before {
  color: #7e7b73;
  border-color: #7e7b73;
}
.bolesti .col-lg-3 label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
  content: "+";
  color: rgb(149, 149, 231);
  font-size: 19px;
  border: 1px solid rgb(149, 149, 231);
  padding: 8px;
  border-radius: 100%;
  transform: 0.3s;
}

.contact {
  padding: 6rem 0rem;
  background-color: #f0f0f0;
}
.contact .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact h1 {
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.contact h1::after {
  content: "";
  position: absolute;
  background-color: rgb(149, 149, 231);
  height: 3px;
  width: 150px;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.left-side {
  width: 100%;
}
.left-side .forma {
  max-width: 400px;
  margin: 0 auto;
}
.left-side .forma .form {
  margin-top: 5rem;
}
.left-side .forma .form form {
  display: flex;
  flex-direction: column;
}
.left-side .forma .form form input,
.left-side .forma .form form textarea {
  border: none;
  resize: none;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 10px;
  outline: none;
  background-color: transparent;
}
.left-side .forma .form form button {
  background-color: rgb(149, 149, 231);
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  transition: 0.3s;
}
.left-side .forma .form form button:hover {
  background-color: #555;
}

.right-side {
  margin-top: 3rem;
  background-color: rgb(91, 91, 218);
  width: 30rem;
  border-radius: 15px;
  font-family: "Raleway", sans-serif;
  padding: 3rem 4rem;
}
.right-side h2 {
  color: rgb(194, 194, 235);
  font-weight: 350;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.right-side h2::after {
  content: "";
  position: absolute;
  background-color: white;
  height: 3px;
  width: 100px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.right-side p {
  margin-bottom: 2rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
}
.right-side h3 {
  color: rgb(194, 194, 235);
  font-weight: 350;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.right-side h3::after {
  content: "";
  position: absolute;
  background-color: white;
  height: 3px;
  width: 100px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.right-side #br {
  font-family: sans-serif;
  color: white;
  font-size: 2rem;
  font-weight: 800;
}

.footer {
  font-family: "Raleway", sans-serif;
  position: relative;
  padding: 7rem 0rem;
  background-color: #181A1E;
}
.footer .kontakt {
  display: table;
  margin: 0 auto;
}
.footer .kontakt p {
  color: rgb(149, 149, 231);
}
.footer .kontakt i {
  font-size: 1.2rem;
  margin-right: 10px;
}
.footer .kontakt #email:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
  content: "\f0e0";
  color: white;
  font-size: 19px;
  font-weight: 200;
}
.footer .kontakt #fon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
  content: "\f095";
  color: white;
  font-size: 19px;
}
.footer span {
  font-size: 1.3rem;
  color: white;
  text-transform: uppercase;
  color: rgb(149, 149, 231);
}
.footer p {
  color: white;
}
.footer a {
  color: white;
  text-decoration: none;
  transition: 0.1s;
}
.footer a:hover {
  color: #b3b2af;
}
.footer .stranice {
  display: table;
  margin: 0 auto;
}
.footer .stranice a {
  text-transform: uppercase;
}
.footer .slika-footer {
  display: table;
  margin: 0 auto;
}
.footer .slika-footer img {
  margin-top: 2rem;
  width: 6rem;
}
.footer #btmfooter {
  font-family: sans-serif;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7e7b73;
}
.footer #email {
  font-family: sans-serif;
}
.footer #fon {
  font-family: sans-serif;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  nav {
    padding: 0rem 1rem;
  }
  nav img {
    padding: 0.5rem 0rem;
  }
  nav #navbarNav ul li {
    border-top: 1px solid #7e7b73;
    text-align: center;
    margin: 0rem;
    width: 100%;
  }
  .hero-section .hero2 {
    border: none;
    zoom: 0.9;
  }
  .about-sec {
    margin: 0;
    padding-bottom: 8rem;
  }
  .about-sec .col-md-6 {
    width: 100%;
  }
  .about-sec .left-about {
    margin: 0rem 1rem;
  }
  .about-sec .left-about h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .about-sec .left-about h1::after {
    width: 10rem;
  }
  .about-sec .left-about h3 {
    margin-bottom: 1rem;
  }
  .about-sec .left-about p {
    margin-bottom: 2rem;
  }
  .about-sec .left-about label {
    margin-bottom: 3rem;
  }
  .about-sec .right-about {
    margin: 0;
  }
  .about-sec .right-about img {
    width: 90%;
  }
  .infoj {
    padding: 8rem 0rem;
    background-position: -30rem 0rem;
  }
  .infoj .left-info h1 {
    font-size: 2.5rem;
  }
  .infoj .left-info a {
    zoom: 0.9;
  }
  .infoj .right-info {
    margin-top: 6rem;
  }
  .bolesti h1 {
    font-size: 2.5rem;
  }
  .bolesti .col-lg-3 img {
    width: 90%;
  }
  .contact h1 {
    font-size: 2.3rem;
  }
  .contact .right-side {
    padding: 3rem 2rem;
  }
  .footer {
    text-align: center;
    padding-top: 4rem;
  }
  .footer #btmfooter {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
  .footer .kontakt {
    margin: 3rem 0rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1330px) {
  .about-sec {
    margin: 8rem 0rem;
  }
  .about-sec .container {
    max-width: 95%;
  }
  .about-sec .left-about {
    margin-left: 0px;
  }
  .about-sec .left-about h1 {
    margin-top: 1rem;
  }
  .about-sec .right-about {
    margin-left: 0px;
  }
  .about-sec .right-about img {
    width: 100%;
  }
  .bolesti .col-lg-3 {
    width: 50%;
  }
  .infoj {
    background-position: 0rem 0rem;
  }
  .infoj .left-info h1 {
    font-size: 2.5rem;
  }
  .infoj .left-info a {
    zoom: 0.9;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1330px) {
  .about-sec .left-about h1 {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=style.css.map */