@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500&display=swap");


/*======= SECTION1 =========*/
.section1__kontakt{
  margin: 0;
  min-height: 800px;
  margin-top: 130px;
  width: 100%;
}

.section1__container__kontakt{
  margin: auto;
  display: flex;
  max-width: 1120px;
  height: 100%;
  gap: 80px;
}

.leva__strana__section1{
  max-width: 520px;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.header__leva__strana__kontakt1{
  font-size: calc(30px + 2.5vw);
  font-weight: 600;
  width: 100%;
}

.form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

label{
  display: none;
}

.form select,::picker(select) {
  appearance: base-select;
}

.form input,
.form select,
.form textarea{
  width: 100%;
  padding: 8px 10px;
  font-size: 1.3rem;
  background-color: transparent;
  border: 1px black solid;
  color: black;
  text-decoration: none;
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.form select{
  transition: 0.4s;
}



.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder{
  color: rgb(0, 0, 0);
}

.form input,
.form select,
.form textarea:focus{
  outline: none;
}

#ime,#prezime{
  width: 49.6%;
}

input[type=submit]{
  width: 200px;
  display: flex;
  align-self: flex-end;
  appearance: none;
  background-color: transparent;
  border: 0.125em solid #1A1A1A;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 3.75em;
  min-width: 0;
  outline: none;
  padding: 1em 2.3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

input[type=submit]:disabled{
  pointer-events: none;
}

input[type=submit]:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

input[type=submit]:active {
  box-shadow: none;
  transform: translateY(0);
}



.desna__strana__section1{
  max-width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.header__desna__strana__section1 {
  font-size: calc(30px + 2.5vw);
  font-weight: 600;
  color: rgb(246, 204, 106);
}

.email__desna__strana__section1{
  font-size: calc(10px + 2.5vw);
  font-weight: 700;
  color: rgb(246, 204, 106);
  font-style: italic;
}

.logo__desna__strana__section1{
  max-width: 440px;
}

/*======= SECTION2 =========*/

.section2__kontakt{
  margin: 0 auto;
  min-height: 500px;
  color: rgb(246, 204, 106);
}

.section2__kontakt__container{
  max-width: 1120px;
  margin: auto;
  height: 100%;
}

.box__kontakt2{
  background-color: black;
  max-width: 100%;
  height: 80%;
  display: flex;
  gap: 140px;
  padding: 30px 30px;
}

.leva__strana__box{
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.desna__strana__box{
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.box__subtitle{
  font-weight: 500;
  font-size: calc(10px + .5vw);
}

.box__desc{
  font-size: calc(10px + 1.5vw);
  font-weight: 700;
}