h2 {
  font-family: 'PPHatton';
  font-size: 55px;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('../css/fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PPHatton';
  src: url('../css/fonts/PPHatton-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.kontakt-title {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 5px solid rgb(209, 170, 97);
}

.kontakt-title h1 {
  font-family: 'PPHatton';
  font-size: 90px !important;
  padding-right: 10px;
  font-weight: bold;
  color: #000 !important;
  margin-left: 0;
}

.disclaimer {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid rgb(209, 170, 97);
}

.disclaimer p {
  font-family: 'Neue Montreal', sans-serif;
  padding-left: 10px;
  max-width: 80%;
  color: #333;
}


.sideways-image {
  margin-left: 40px;
  margin-right: -400px;
  margin-top: 200px;
  display: flex;

}

.img-sideway {
  width: auto;
  height: 80px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  padding-bottom: 50px;
}


.kontakt {
  background-color: #F2B285;
  margin-top: 50px;
  /* margin-bottom: -65px; */
  height: auto;
}

.kontakt section {
  padding-bottom: 0px;
}

.kontakt .container {
  align-items: center;
  text-align: left;
  background-color: #ffff;

}

.kontakt .container .row {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.kontakt .container .row .col-lg-12 {
  margin-top: 30px;
}

.kontakt .banner .naslov {
  font-size: 16px;
  font-weight: 400;
  color: #838da1;
  margin-left: 35px;
}

.kontakt .banner .naslov #trenutna-stranica {
  font-weight: 700;
}

.kontakt-forma {
  margin-bottom: 80px;

}

.kontakt-forma .informacije {
  padding: 20px 50px;
}

.kontakt-forma .informacije h1 {
  font-weight: 700;
  font-size: 48px;
  color: #909BB1;
  margin-bottom: 40px;
}

.kontakt-forma .informacije span {
  font-size: 20px;
  color: #333539;
  margin-left: 15px;
}

.kontakt-forma .informacije .podaci {
  margin-bottom: 5px;
  display: flex;
  flex: content;
}

.kontakt-forma .informacije .row img {
  width: 34px;
  height: 34px;
  margin-right: 15px;
}

.kontakt-forma .informacije .social-icons {
  margin-top: 36%;
}

.kontakt-forma .informacije .social-icons a {
  margin-right: 20px;
}

.kontakt-forma form {
  margin-top: 48px;
}

.kontakt-forma h1 {
  font-weight: 400;
  font-size: 35px;
  color: #333539;
  margin-bottom: 10%;
  text-align: left;
}

.kontakt-forma form label {
  margin-left: 2px;
  margin-bottom: 5px;
}

.kontakt-forma form input,
.kontakt-forma form textarea {
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgb(65, 64, 64);
  height: 45px;
  border-radius: 6px;
  outline: none;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

.valid {
  border-color: #36cc36;
}

.invalid {
  border-color: #FF9494
}

.kontakt-forma input+p {
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  color: #f04949;
  opacity: 0;
  height: 0;
}

.kontakt-forma input.invalid+p {
  opacity: 1;
  height: auto;
  margin-bottom: 10px;
}

.kontakt-forma form .poruka {
  min-height: 220px;
}

.kontakt-forma form .posalji {
  width: 100%;
  background: #F2B285;
  border: unset;
  color: white;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: unset;
}

.kontakt-forma form .posalji:disabled {
  width: 100%;
  background: #636160;
  border: unset;
  color: white;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: unset;
}

::placeholder {
  color: white;
  font-size: 16px;
  opacity: 0.5;
  color: #8896ab;
}

.mapa {
  height: 780px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mapa iframe {
  height: 100%;
  width: 100%;
}

#mobile-podaci {
  display: none;
}


.poslato h1 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 32px;
  color: #346ec1;
  margin-top: 50px;
}

.poslato p {
  font-family: var(--poppins-regular);
  font-weight: 400;
  font-size: 20px;
  color: #333539;
  margin-top: 30px;
  padding: 0 20%;

}

.poslato .btn-light {
  border-radius: 20px;
  color: white;
  background-color: #346ec1;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--poppins-semibold);
  margin-top: 25px;
  padding: 20px 0 20px 0;
  width: 186px;

  margin-bottom: 64px;
}


@media (max-width: 1400px) {
  .kontakt-forma .container {
    padding: 0 65px;
  }

  .informacije {
    padding: 40px;
  }
}

@media (max-width: 1369px) {
  .mapa {
    height: 790px;
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .kontakt .container .row {
    justify-content: space-between;
  }

  .kontakt-forma .container {
    padding: 0 35px;
  }

  .kontakt-forma .informacije {
    padding: -10px 0px;
  }

  .kontakt-forma .informacije h1 {
    font-size: 44px;
  }

  .informacije .podaci span {
    font-size: 18px;
  }

  .kontakt-forma form {
    margin-top: 24px;
  }

  .mapa {
    height: 735px;
    padding-top: 40px;
  }
}

@media (max-width: 1155px) {
  .mapa {
    height: 755px;
  }
}

/* mobile and tablet */

@media (max-width: 1024px) {

  .informacije {
    max-width: 100% !important;
  }

  .banner {
    display: none;
  }

  .kontakt-forma .informacije h1 {
    font-size: 45px !important;
    text-align: center;
  }

  .sideways-image img {
    display: none;
  }

  .disclaimer {
    margin-top: -10px;
    text-align: center;
  }

  .disclaimer p {
    max-width: 100% !important;
    padding-left: 0;
    margin: auto;
    padding-bottom: 10px;
  }

  h2 {
    font-size: 30px !important;
    text-align: center;
  }

  .kontakt {
    padding: 0;
  }

  h .kontakt-forma {
    padding: 0;
  }

  .kontakt .banner .naslov {
    margin-left: 36px;
  }

  .podaci a {
    width: 100%;
  }

  #podaci {
    display: none;
  }

  #mobile-podaci {
    display: flex;
    justify-content: left;
    margin-top: 32px;
    position: relative;
    text-align: justify;
    margin-bottom: -100px;
  }

  #mobile-podaci .row {
    display: block;
  }

  #mobile-podaci .row .podaci span {
    font-size: 26px;
  }

  #mobile-podaci .row .podaci img {
    width: 44px;
    height: 44px;
  }

  .kontakt-forma .row {
    padding: 0 0;
    align-items: left;
  }

  .kontakt .container .row {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .kontakt {
    display: block;
    margin-top: 0px !important;
  }

  .kontakt-forma .informacije {
    width: 100%;
  }

  .kontakt-forma .informacije .podaci {
    display: flex;
    margin-bottom: 2px;
    text-align: left;
  }

  .kontakt-forma .row .informacije img {
    width: 44px;
    height: 44px;
  }

  .kontakt-forma .informacije span {
    font-family: var(--poppins-regular);
    font-size: 16px;
    color: #333539;
    margin-left: 16px;
  }

  .kontakt-forma form input,
  .kontakt-forma form textarea {
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid rgb(65, 64, 64);
    height: 45px;
    border-radius: 6px;
    outline: none;
    width: 100%;
    overflow: hidden;
    padding: 10px;
  }

  .mapa {
    width: 100%;
    text-align: center;
    height: 500px;
  }

  .mapa iframe {
    margin-top: 0px;
    width: calc(100% - 30px);
    padding: 0px 30px;
  }

  #formaButton {
    width: 100%;
  }
}

@media screen and (max-width: 994px) {
  .kontakt {
    display: block;
    padding: 16px;
  }

  .mapa {
    width: 100%;
    text-align: center;
    height: 600px;
  }
}

@media (max-width: 984px) {
  .kontakt .banner .naslov {
    margin-left: 35px;
  }

  .kontakt-forma .informacije {
    margin-left: 0;
  }

  #mobile-podaci .row {
    display: block;
  }

  #mobile-podaci .row .podaci span {
    font-size: 18px;
  }

  #mobile-podaci .row .podaci img {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 774px) {
  #mobile-podaci .row .podaci img {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 600px) {
  #mobile-podaci .row .podaci span {
    font-size: 17px;
  }

  #mobile-podaci .row .podaci img {
    width: 34px;
    height: 34px;
  }

  .mapa {
    width: 100%;
  }

  .mapa iframe {
    height: calc(100%);
    width: calc(100% - 10px);
    padding: 0px;
  }

  .kontakt-forma .container {
    padding: 0 10px;
    padding-bottom: 15px !important;
  }

  .kontakt-forma .informacije {
    padding: 0px 10px;
    padding-bottom: 15px !important;
  }

}

@media screen and (max-width: 400px) {
  #mobile-podaci .row .podaci span {
    font-size: 17px;
  }

  #mobile-podaci .row .podaci img {
    width: 24px;
    height: 24px;
  }

  .mapa {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .kontakt {
    margin-top: 125px;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 480px) {
  .kontakt {
    margin-top: 105px;
  }
}

/* Captcha */
#captcha {
  margin: 10px 0;
}

.captcha-image {
  margin: 0 10px;
}

.refresh-captcha {
  font-size: 20px;
}

/* form valid info*/
.valid-info {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.mail-info {
  color: green;
}

.valid-info {
  color: green;
  display: none;
}

/* form invalid info*/
.invalid-info {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}


.invalid-info {
  color: red;
  display: none;
}

#captcha-div {
  background-image: url("../assets/background-images/captcha_background.webp"), url("../assets/background-images/captcha_background.png");
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-left: 10px;
  background-position: center;
  background-repeat: round;
}

#captcha-div #captcha-p {

  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  opacity: 59%;
  letter-spacing: 9px;
}

#refresh {
  font-size: 20px;
  margin-left: 10px;
}