img {
  max-width: 100%;
}

.nav-link {
  font-size: 17px;

  font-weight: bold;
  text-transform: uppercase;
}

.navbar {
  align-content: space-around;
}

.top-header {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  padding: 10px !important;
  background-color: #0e7dd5;
}

.top-header-left,
.top-header-right {
  color: #fff;
  align-items: center !important;
  align-content: center !important;
}

.top-header-left a {
  color: #fff;
  margin-left: 10px;
}

.top-header-right a {
  color: #fff;
  margin-left: 10px;
}

.top-header-right {
  justify-content: end !important;
  text-align: right;
}

.grid-container {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.hero-form {
  background-color: #e9ecef;
  padding: 2.1rem;
  margin-top: 0;
  border-radius: 3%;
  margin-right: 1.5rem;
  box-shadow: 0 5px 5px #ced4da;
}

.form-header {
  font-size: 2.4rem;
  letter-spacing: -0.5px;
  color: #212529;
}

.form-text {
  margin-top: 2.8rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.form-btn:link,
.form-btn:visited {
  display: inline-block;
  background-color: #0e7dd5;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8rem;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 0.8rem;
  transition: all 1s;
}

.form-btn:hover,
.form-btn:active {
  text-decoration: none;
  background-color: #0d71c0;
}

.yt-video {
  padding-bottom: 3rem;
}

.stats-padding {
  padding-bottom: 6rem;
}
.carousel-caption p,
.carousel-caption h5 {
  color: #fff;
  font-weight: bold;
  /* text-shadow: 1px 1px #000; */
}

.carousel-caption h5 {
  -webkit-text-stroke: 1px #000;
}

.carousel-caption p {
  -webkit-text-stroke: 0.8px #000;
}

.grid-container-about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.grid-container-text-about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.section-headers {
  color: #7f7f7f;
  margin-bottom: 1.8rem;
}

.end-text {
  text-transform: uppercase;
  margin-top: 2rem;
  color: #0e7dd5;
  font-weight: bold;
  font-size: 1.4rem;
}

.about-us-h {
  font-size: 2rem;
}

.about-us-h li {
  font-size: 17px !important;
}

.bold {
  color: #0e7dd5;
  font-weight: bold;
}

.flex-contact {
  display: flex;
  align-items: center;
}
.flex-contact i,
.flex-contact a {
  margin-right: 1rem;
}

/** PROBA SUBMENU **/
.menu-proba {
  display: flex;
}

.menu-proba {
  position: relative;
  margin: 0 10px;
}
.submenu-proba {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}

.menu-proba:hover .submenu-proba {
  display: block;
  display: block;
  padding: 10px 20px;
  background-color: #e0e0e0;
  border: 1px solid #ccc;
}
.submenu-proba > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}

.sub-item-proba {
  /* border-bottom: 1px solid black; */
  width: 17rem;
}

.link-submenu-proba:link,
.link-submenu-proba:visited {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  padding-bottom: 0.5rem;
}

.link-submenu-proba:hover,
.link-submenu-proba:active {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

/** POP OUT BUTTON **/
.pop-out-body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.open-btn {
  padding: 15px 25px;
  font-size: 30px;
  margin-top: 4rem;
  border: none;
  background-color: #0e7dd5;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 1s;
}

.open-btn:hover {
  background-color: #0d71c0;
}

.pop-out-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 8px;
  z-index: 9999;
}

.pop-out-content {
  text-align: center;
}

.pop-out-content h2 {
  padding-bottom: 1.5rem;
}

.close-btn,
.prijava-button {
  background-color: #0e7dd5;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.close-btn {
  background-color: #7f7f7f;
}

.prijava-button:link,
.prijava-button:visited {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #c45941;
  font-weight: bold;
}

.prijava-button:hover,
.prijava-button:active {
  text-decoration: none;
  color: #fff;
}
.icon-a {
  text-decoration: none;
}

.icon-link {
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: -4px;
}

.kontakt-icon {
  color: #0e7dd5;
  font-size: 30px;
  padding-right: 20px;
}

.navbar-brand img {
  width: 50%;
  margin-left: 2rem;
}

/** NAV **/
.navbar {
  padding: 0.5rem 2rem !important;
  background: #fff !important;
}

.navbar-brand {
  width: 40%;
  color: #422774 !important;
  font-weight: bold;
}

.navbar-nav {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.active {
  background-color: #0e7dd5;
  color: #fff !important;
  border-radius: 2px;
}

.nav-item:hover {
  background-color: #0e7dd5;
  color: #fff !important;
  border-radius: 2px;
}

/* .hide {
  display: none;
} */

/* CAROUSEL */

.carousel-caption {
  bottom: 50% !important;
}

.carousel-caption h5 {
  font-size: 50px;
}

.carousel-caption p {
  font-size: 1.5rem;
}

.primary-h {
  color: #0e7dd5;
  padding-bottom: 5px;
}

.primary-p {
  color: #000;
}

.about-us-short {
  display: flex;
  align-items: center;
}

section {
  margin-top: 100px;
}

.subtitle {
  color: rgb(88, 86, 86);
  font-size: 17px;
  margin-bottom: 50px;
}

.feature {
  text-align: center;
}

.feature h4 {
  margin-top: 10px;
}

.feature i {
  color: #0e7dd5;
  font-size: 80px;
}

.bg-primary {
  background-color: #0e7dd5;
}

.light-h {
  color: #fff;
  padding-top: 40px;
}

.light-p {
  margin-top: 10px;
  color: aliceblue;
  font-size: 17px;
}

.stat h2 {
  color: #0e7dd5;
}

.stat h2 span {
  color: #000 !important;
}

.stat p {
  color: #000;
  font-size: 22px;
}

.md-feature {
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.btn-primary {
  background-color: #0e7dd5 !important;
}

footer {
  padding-top: 0;
  padding-left: 0 !important;
  background: #e9ecef;
}

.grey-p {
  color: rgb(59, 58, 58);
  font-size: 15px;
}

.f-menu {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style-type: none;
}

.general-section {
  padding-bottom: 70px;
}

.breadcrumb {
  background-image: url(../img/breadcrumb.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.active-breadcrumb {
  color: #fff !important;
}

.small-ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 15px;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.small-ul li {
  font-size: 15px;
}

.about-us-wide {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: left;
  padding-top: 20px;
}

.about-us-wide .primary-h {
  align-self: baseline;
}

.big-ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 15px;
}

.big-ul li {
  font-size: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0e7dd5;
}

.important {
  text-transform: lowercase;
}

.pricing {
  border: 1px solid #ccc;
}

.pricing-title {
  background: #0e7dd5;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-info {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.price-tag {
  font-size: 32px;
  padding: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  color: #0e7dd5;
  font-weight: bold;
}

.small-info {
  padding: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.small-info i {
  color: #0e7dd5;
  font-size: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 1150px) {
  .carousel-caption h5 {
    font-size: 40px;
  }
  .carousel-caption p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1090px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .hero-form {
    margin-left: 3rem;
  }
  .carousel-caption h5 {
    font-size: 50px;
  }
  .carousel-caption p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  .carousel-caption {
    display: block !important;
  }
}

@media screen and (max-width: 678px) {
  .navbar {
    flex-direction: column !important;
    padding: 0.5rem 4rem !important;
  }

  .navbar-brand {
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-collapse {
    width: 100% !important;
    margin-top: 10px;
  }

  .top-header-left,
  .top-header-right {
    text-align: center !important;
  }

  .top-header-left {
    margin-bottom: 10px;
  }

  section {
    margin-top: 50px !important;
  }

  .primary-h {
    text-align: center;
    font-size: 30px;
  }

  .primary-p {
    text-align: justify;
    padding-top: 10px;
  }

  .pricing {
    margin-top: 20px;
  }

  .general-section {
    margin-top: 0 !important;
    padding-bottom: 35px;
  }

  .contact-form {
    margin-top: 50px;
  }

  .grey-p {
    text-align: center;
  }

  .f-menu {
    text-align: center;
  }

  .f-contact p {
    text-align: center;
  }

  .yt-video iframe {
    height: 300px;
  }
}

@media screen and (max-width: 684px) {
  .navbar-brand img {
    width: 100%;
    margin-left: 0;
  }
}
