@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

section {
    font-family: 'Roboto Condensed', sans-serif;
    background: #000;
}
.section-for-contact-info {
  padding-bottom: 200px;
  position: relative;
  z-index: 3;
}
.see-all-hero {
    position: sticky;
    top: 60px;
    margin-top: 60px;
    height: auto;
    background: radial-gradient(circle, #001d2e 20%, #000 100%);
    background-image: url("../assets/img/kontakt/baner-kontakt-mob.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* margin-bottom: 30px; */
    padding: 40px 0;
    height: calc(80svh - 60px);
    z-index: 2;
}
/* Glavna sekcija */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #000; */
    color: #fff;
    padding: 60px 40px 20px 40px;
    border-top: 2px solid #00D4E9;
    margin-top: 40px;
}
.title h2{
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 0;
    line-height: 45px;
    letter-spacing: 0%;
}
.title p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px;
}

.contact-holder{
    display: flex;
      /* background-color: #000; */
  color: #fff;

}
.contact-holder{
    display: flex;
    color: #fff;
    flex-direction: column;

}
/* Kontakt podaci */
.contact-info {
  flex: 1 1 300px;
  /* margin-right: 40px; */
}

.contact-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin: 5px 0;
}
.contact-info p a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info p a:hover {
  color: var(--primary-color);
}
.social-info {
  margin-top: 70px;
}
.social-info p {
  font-size: 23px;
}

/* Kontakt forma */
.contact-form {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin: 0 0 5px;
  font-size: 14px;
  width: 70%;
  font-weight: 300;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  background-color: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  background: linear-gradient(272.72deg, rgba(217, 217, 217, 0.15) 12.91%, rgba(115, 115, 115, 0.15) 89.57%);
  transition: border-color 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: none;
  border: 2px solid var(--primary-color);
  
}
.contact-form input[type="text"]:hover,
.contact-form input[type="email"]:hover,
.contact-form textarea:hover {
  outline: none;
  border: 2px solid var(--primary-color);
}
.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.privacy-policy {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.checkbox-container {
  display: flex;
  align-items: start;
}
.custom-checkbox {
    margin-right: 15px;
    border:1px solid white;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
    flex-grow: 0;
}
.custom-checkbox:hover {
    border-color: #666;
}
.custom-checkbox:checked {
    border-color: var(--primary-color);
    background-color: transparent;
}
.custom-checkbox:checked::after {
    content: "";
    background: url("../assets/img/kontakt/checked.svg") no-repeat center center;
    background-size: 14px 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.form-check-input:checked[type=checkbox] {
  background-image: none;
  border-color: var(--primary-color);
}
.contact-form button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  /* margin-top: 15px; */
  border-radius: 4px;
  cursor: pointer;
  width: 200px;
  transition: background-color 0.3s ease;
  font-size: 15px;
}

.contact-form button:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.contact-info p{
    color: #fff;
}
.contact-info h2{
    color: white;
}
/* .contact-info h5{
    color: white;
    padding-top: 40px;
} */
.info-section {
    justify-items: center;
    bottom: 0;
    align-items: end;
}
.contact-info{
    text-align-last: center;
}
.info-section img{
    margin: 0 15px;
    width: 38px;
}
.footer-glow {
  position: absolute;
  /* margin: 0 auto; */
  width: 100%;
  bottom: 0;
}

@media (min-width: 992px) { 
  .see-all-hero {
    background-image: url("../assets/img/kontakt/baner-kontakt.webp");
    background-size: cover;
    background-position: center;
    height: calc(100vh - 60px);
  }
  .contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #000; */
    color: #fff;
    padding: 0 40px 20px 40px;
    border-left: 1px solid var(--primary-color);
    border-top: none;
    margin-top: 40px;
  }

  .contact-info {
    flex: 1 1 300px;
    margin-right: 40px;
  }

  .contact-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /* Kontakt forma */
  .contact-form {
    flex: 2 1 500px;
    display: flex;
    flex-direction: column;
  }

  .contact-form label {
    margin: 0 0 5px;
    font-size: 14px;
    width: 70%;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    background-color: #111;
    color: #fff;
    border: 2px solid #111;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    background: linear-gradient(272.72deg, rgba(217, 217, 217, 0.15) 12.91%, rgba(115, 115, 115, 0.15) 89.57%);
    margin-bottom: 12px;
  }

  .contact-form textarea {
    resize: vertical;
    min-height: 100px;
  }

  .privacy-policy {
      align-items: center;
      margin-top: 10px;
      font-size: 12px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }

  .privacy-policy input[type="checkbox"] {
    margin-right: 8px;
    border:1px solid white;
    background: transparent;
  }

  .contact-form button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    /* margin-top: 15px; */
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
    transition: background-color 0.3s ease;
    font-size: 15px;
  }

  .info-section{
      justify-items: right;
      display: grid;
      bottom: 0;
      align-items: end;
  }
  .info-section img{
      margin: 0 0 0 32px;
  }
  .contact-info{
      text-align-last: right;
  }
  .contact-holder{
      flex-direction: row;
  }
  .title p{
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 1200px) { 

}

@media (min-width: 1400px) { 
  .see-all-hero{
    margin-bottom: 40px;
  }
  .title h2{
    padding-top: 150px;
  }
}

@media (min-width: 1920px) {
  .info-section{
    align-items: flex-end;
  }
}







.glow-section {
    height: 100%;
    background-color: #000;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0);
}