/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* #target {
  margin-top: 0px;
} */

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:hover {
  text-decoration: none; }

a:focus, a:hover, a:active {
  outline: none; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  color: #fff;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.loader {
  font-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 28px auto;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease; }

.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1001);
  /* ovde */
  /* padding-top: 10%; */
  transition: 350ms ease; }

input::-ms-clear {
  display: none; }

/* Internet Explorer ruls */
@-webkit-keyframes load6 {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* transition: opacity 0.5s ease; */
.text{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.text.show{
  opacity: 1;
  transform: translateY(0);
}
/* CSS */
button:focus {
  outline: none;
}
.button-78 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 19px 32px;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 80px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #ee6513 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  /* background-image: linear-gradient(#ee6513 0, #0c0d0d 100%); */
  background-image: linear-gradient(92.83deg, #ee6513 0, #f93a13 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover:not(:disabled):before {
  /* background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%); */
  background-image: linear-gradient(92.83deg, #333 0, #ee6513 100%);
  /* color: #ee6513; */
}

.button-78:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#fff 0, #333 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}
/* CSS */
.firstPageBtn {
  background: #ee6513;
  border-radius: 999px;
  box-shadow: #000 0 10px 20px -10px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}


.page-title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: .4px; }

.section-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px; }
  
body {
    overflow-x: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /*@media screen and (max-width: 650px) {
        overflow: hidden;
    }*/ }

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
  padding: 0;
  margin: 0; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1440px; } }

@media screen and (max-width: 1460px) {
  .container {
    padding-left: 35px;
    padding-right: 35px; } }

@media screen and (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 550px) {
  .container {
    padding-left: 5px;
    padding-right: 5px; } }

input {
  padding: 5px 10px; }

label {
  text-align: left;
  width: 100%; }


/*
 About Us 
*/

.text_wrap{
  text-align: center;
  margin-bottom: 30px;
  /* border: 1px solid black; */
  /* position: absolute; */
  /* top: 0px; */
}

#AboutUs{
  /* border: 1px solid black; */
  /* padding-bottom: 50px; */
  margin-bottom: 50px; 
}

.paragraphs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: justify;
  padding: 0;
  margin: 0;
}

p {
  /* flex: 1; */
  padding: 0;
  margin: 0;
  width: 45%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  p {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-color: #3d9cd2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  outline: none;
  min-width: 200px;
  transition: 350ms ease;
  position: relative; }
  .btn:hover {
    color: #000;
    transition: 350ms ease; }

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #ee6513;
  position: fixed;
  right: 0;
  cursor: pointer;
  border: 5px solid #ee6513;
  z-index: 3; }
  .hamburger::before, .hamburger::after {
    content: ''; }
  .hamburger::before, .hamburger::after,
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #333333;
    transition: 350ms ease; }
  .hamburger span {
    top: 50%;
    left: 0;
    margin-top: -1px; }
  .hamburger::before {
    top: 5px;
    left: 0;
    margin-top: 1px; }
  .hamburger::after {
    bottom: 5px;
    right: 0; }
  @media screen and (max-width: 650px) {
    .hamburger {
      display: block; } }

.hamburger--active::before, .hamburger--active::after {
  width: 0;
  transition: 350ms ease; }

.hamburger--active span {
  display: block;
  transform: rotate(45deg);
  transition: 350ms ease; }
  .hamburger--active span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #333333;
    transform: rotate(-90deg);
    transition: 350ms ease; }

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  background-color: #333333; 
}

@media screen and (max-width: 992px) {
  .header__container {
    max-width: 100%; } }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.nav__wrapper {
  display: flex;
  /* overflow: hidden; */
 /* do tu */
  align-items: center;
  justify-content: space-between;
  text-align: center; }
  @media screen and (min-width: 651px) {
    .nav__wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background-color: #333333;
      height: 100px;
      padding-left: 5%;
      padding-right: 5%; 
    }
  }
  @media screen and (max-width: 650px) {
    .nav__wrapper {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 0;
      background-color: #333333;
      z-index: 2;
      transition: 350ms ease; } }

.nav__wrapper--active {
  width: 250px;
  transition: 350ms ease; }

.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 650px) {
    .nav__logo {
      display: none; } }

.nav__logo--active {
  display: block;
  padding-top: 45px;
  padding-bottom: 25px; }

.nav__logo-image {
  border-radius: 7px;
  width: 105px;
  height: 70px; }
  @media screen and (max-width: 805px) {
    .nav__logo-image {
      border-radius: 5px;
      width: 85px;
      height: 50px; } }

@media screen and (max-width: 650px) {
  .nav {
    display: none; } }

.nav--active {
  display: block; }

.nav__list {
  /* s */
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 650px) {
    .nav__list {
      display: block; } }

.nav__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.5s ease-in-out; }
  .nav__list-item:hover {
    background-color: #ee6513;
    transition: 0.5s ease-in-out; }
    .nav__list-item:hover .nav__list-item-link {
      color: black;
      transition: 0.5s ease-in-out; }

.nav__list-item-link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding: 30px 20px;
  transition: 0.5s ease-in-out; }
  @media screen and (max-width: 805px) {
    .nav__list-item-link {
      font-size: 17px;
      padding: 20px 10px; } }

.nav__lenguage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media screen and (max-width: 650px) {
    .nav__lenguage {
      display: none; } }

.nav__lenguage--active {
  display: block;
  padding-bottom: 45px; }

.nav__lenguage-eng,
.nav__lenguage-srb {
  padding-right: 15px; }

@media screen and (max-width: 676px) {
  .nav__lenguage-srb {
    padding-right: 0; } }

@media screen and (max-width: 676px) {
  .nav__lenguage-eng {
    padding-right: 8px; } }

.nav__lenguage-eng-flag {
  padding-right: 10px;
  width: 30px;
  height: 15px; }
  @media screen and (max-width: 805px) {
    .nav__lenguage-eng-flag {
      padding-right: 5px;
      width: 25px;
      height: 15px; } }
  @media screen and (max-width: 676px) {
    .nav__lenguage-eng-flag {
      width: 20px;
      height: 10px; } }

.nav__lenguage-srb-flag {
  padding-right: 10px;
  width: 30px;
  height: 19px; }
  @media screen and (max-width: 805px) {
    .nav__lenguage-srb-flag {
      padding-right: 5px;
      width: 25px;
      height: 15px; } }
  @media screen and (max-width: 676px) {
    .nav__lenguage-srb-flag {
      width: 20px;
      height: 10px; } }

.nav__lenguage-eng-text,
.nav__lenguage-srb-text {
  font-size: 17px;
  font-weight: 500;
  color: white; }
  @media screen and (max-width: 805px) {
    .nav__lenguage-eng-text,
    .nav__lenguage-srb-text {
      font-size: 15px; } }
  @media screen and (max-width: 676px) {
    .nav__lenguage-eng-text,
    .nav__lenguage-srb-text {
      font-size: 13px; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  background-color: black;
  padding: 70px 0 20px 0; }

@media screen and (max-width: 992px) {
  .footer__container {
    max-width: 100%; } }

.footer__box-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 580px) {
    .footer__box-link {
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px; } }

.footer__link {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer; }
  @media screen and (max-width: 805px) {
    .footer__link {
      margin: 0 17px; } }
  @media screen and (max-width: 580px) {
    .footer__link {
      width: 24%;
      margin: 0 10px 20px 10px; } }

.footer__link:hover .footer__link-icon,
.footer__link:hover .footer__link-title {
  color: #ee6513; }

.footer__link-icon {
  border-radius: 50%;
  background-color: white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /*@media screen and (max-width: 500px) {
        width: 37px;
        height: 37px;
    }*/ }

.footer__icon {
  font-size: 30px; }
  @media screen and (max-width: 580px) {
    .footer__icon {
      font-size: 24px; } }

.footer__link-title {
  font-size: 13px;
  font-weight: 500;
  color: #827e7e; }

.footer__text-wrap {
  text-align: center;
  padding-bottom: 40px; }
  @media screen and (max-width: 805px) {
    .footer__text-wrap {
      padding-bottom: 15px; } }

.footer__text-title {
  font-size: 30px;
  font-weight: 500;
  color: white; }
  @media screen and (max-width: 805px) {
    .footer__text-title {
      font-size: 25px; } }
  @media screen and (max-width: 580px) {
    .footer__text-title {
      font-size: 22px; } }

.footer__text-pretitle {
  font-size: 15px;
  font-weight: 500;
  color: white; }
  @media screen and (max-width: 580px) {
    .footer__text-pretitle {
      font-size: 14px; } }

.footer__wrap-contact {
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 805px) {
    .footer__wrap-contact {
      display: block;
      padding-top: 15px; } }

.footer__item-contact-wrap {
  padding-right: 20px; }
  @media screen and (max-width: 805px) {
    .footer__item-contact-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-bottom: 15px;
      padding-right: 0; } }

.footer__item-icon {
  margin-right: 15px;
  color: #827e7e;
  font-size: 25px; }
  @media screen and (max-width: 805px) {
    .footer__item-icon {
      width: 100%;
      display: block;
      margin-right: 0;
      margin-bottom: 10px; } }

.footer__item-contact {
  font-size: 19px;
  font-weight: 500;
  color: white; }
  @media screen and (max-width: 805px) {
    .footer__item-contact {
      display: block;
      width: 100%;
      font-size: 17px; } }

.green-- {
  color: #ee6513; }

.footer__item-contact-address-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 805px) {
    .footer__item-contact-address-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center; } }

.footer__item-contact-address-text {
  padding-right: 20px; }
  @media screen and (max-width: 805px) {
    .footer__item-contact-address-text {
      padding-right: 0; } }

.footer__item-contact-address-title {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: white; }
  @media screen and (max-width: 805px) {
    .footer__item-contact-address-title {
      font-size: 17px; } }
  @media screen and (max-width: 580px) {
    .footer__item-contact-address-title {
      font-size: 16px; } }

.footer__item-contact-address-pretitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: white; }
  @media screen and (max-width: 580px) {
    .footer__item-contact-address-pretitle {
      font-size: 14px; } }

.footer__copyright {
  padding: 40px 0 25px 0;
  border-top: 1px solid white; }
  @media screen and (max-width: 580px) {
    .footer__copyright {
      padding: 20px 0 0 0; } }

.footer__copyright-text {
  font-size: 15px;
  font-weight: 500;
  color: #827e7e;
  text-align: center;
  display: block; }
  @media screen and (max-width: 580px) {
    .footer__copyright-text {
      font-size: 13px; } }
  @media screen and (max-width: 375px) {
    .footer__copyright-text {
      font-size: 11px; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.text{
  padding: 100px 10px;
  background-color: #eaeaea;
}  @media screen and (max-width: 1200px) {
  .text {
    display: flex; } }
@media screen and (max-width: 810px) {
  .text {
    padding: 50px 10px; } }

@media screen and (max-width: 1200px) {
.text__container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px; } }

.text__wrap {
display: flex;
justify-content: space-between; }

.boxes {
  padding: 100px 10px;
  background-color: #eaeaea; }
  @media screen and (max-width: 1200px) {
    .boxes {
      display: flex; } }
  @media screen and (max-width: 810px) {
    .boxes {
      padding: 50px 10px; } }

@media screen and (max-width: 1200px) {
  .boxes__container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px; } }

.boxes__wrap {
  display: flex;
  justify-content: space-between; }

/* .boxes__box {
  padding: 30px 20px;
  max-width: 22.5%;
  background-color: white;
  margin-bottom: 45px;
  border-radius: 7px; }
  @media screen and (max-width: 1200px) {
    .boxes__box {
      padding: 15px 10px;
      max-width: 24%; } }
  @media screen and (max-width: 992px) {
    .boxes__box {
      max-width: 32%; } }
  @media screen and (max-width: 768px) {
    .boxes__box {
      max-width: 49%;
      margin-bottom: 25px; } }
  @media screen and (max-width: 576px) {
    .boxes__box {
      max-width: 100%;
      margin-bottom: 15px; } } */

/* .boxes__box-img {
  width: 50px;
  height: 50px;
  margin-bottom: 25px; }

.boxes__box-title {
  font-size: 20px;
  font-weight: 500;
  color: black; }

.boxes__box-pretitle {
  font-size: 18px;
  font-weight: 500;
  color: #827e7e; }

.boxes__box-city {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #464646; }

.boxes__box-price {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #464646; }

.boxes__box-aply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px; }

.boxes__box-aply-date {
  font-size: 13px;
  font-weight: 500;
  color: #a0a0a0; } */

/* .boxes__box-aply-aply {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #ee6513;
  background-color: #333333;
  padding: 5px 16px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: 1s ease-in-out; }
  .boxes__box-aply-aply:hover {
    background-color: #ee6513;
    color: #333333;
    transition: 0.5s ease-in-out;
    font-weight: 600; } */

.contact {
  padding: 100px 10px; }
  @media screen and (max-width: 810px) {
    .contact {
      padding: 50px 10px; } }

@media screen and (max-width: 992px) {
  .contact__container {
    max-width: 95%; } }

@media screen and (max-width: 768px) {
  .contact__container {
    width: 80%; } }

@media screen and (max-width: 567px) {
  .contact__container {
    width: 95%; } }

.contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .contact__wrap {
      display: block; } }

.contact__wrap-form {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 48.5%;
  padding: 0 0; }
  @media screen and (max-width: 1200px) {
    .contact__wrap-form {
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .contact__wrap-form {
      max-width: 100%;
      margin-bottom: 25px; } }

.contact__form {
  width: 50%;
  padding: 30px 10px;
  background: white;
  opacity: 0.7;
  min-height: 650px; }
  @media screen and (max-width: 1200px) {
    .contact__form {
      width: 100%; } }

.contact__form-title {
  font-size: 25px;
  font-weight: 500;
  color: black;
  width: 100%;
  display: block;
  margin-bottom: 30px; }

.contact__form-box {
  width: 100%; }

.contact__form-box-name {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.contact__form-name {
  color: black;
  width: 100%; }

.contact__form-email {
  color: black; }

.contact__form-phone {
  color: black; }

.contact__form-message {
  color: black; }

.contact__first-name {
  width: 50%; }

.contact__compa-name {
  width: 100%; }

.contact__last-name {
  width: 50%; }

.contact__email {
  width: 100%;
  margin-bottom: 15px; }

.contact__phone {
  width: 100%;
  margin-bottom: 15px; }

.contact__message-box {
  height: 150px;
  margin-bottom: 30px; }

.contact__message {
  width: 100%;
  resize: none;
  height: 100%;
  padding: 15px 10px; }

.contact__submit {
  font-size: 12px;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  background-color: #ee6513;
  border-radius: 3px;
  cursor: pointer; }

.contact__item-wrap {
  width: 50%;
  background-color: black;
  opacity: 0.7;
  min-height: 650px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1200px) {
    .contact__item-wrap {
      width: 100%;
      min-height: 450px; } }
  @media screen and (max-width: 810px) {
    .contact__item-wrap {
      width: 100%;
      min-height: 350px; } }

.first-contact--,
.second-contact-- {
  width: 100%;
  min-height: 650px;
  background-size: cover;
  object-fit: fill; }
  @media screen and (max-width: 1200px) {
    .first-contact--,
    .second-contact-- {
      background-position: center; } }

.first-contact-- {
  background-image: url("../img/first-image.png"); }

.second-contact-- {
  background-image: url("../img/second-image.png"); }

.contact__item-contact {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%; }

.contact__item-contact-icon {
  padding-right: 20px;
  width: 10%;
  color: white; }

.contact__item-contact-img {
  width: 16px;
  height: 19px; }

.contact__item-contact-text {
  width: 90%;
  text-align: left;
  margin-bottom: 20px; }

.contact__item-contact-text-title {
  display: block;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: white; }

.contact__item-contact-text-pretitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ee6513; }

.banner {
  background-image: url("../img/first-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* ovde */
  /* position: relative; */
  /* padding-top: 5%; */
  /* margin-top: 100px; */
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left; }
  @media screen and (min-width: 651px) {
    .banner {
      margin-top: 100px;
    }
  }
  @media screen and (max-width: 768px) {
    .banner {
      /* margin-top: 0px; */
      height: 550px; } }

@media screen and (max-width: 1200px) {
  .banner__container {
    margin: 0 25px;
    max-width: 100%; } }

@media screen and (max-width: 550px) {
  .banner__container {
    margin: 0 10px; } }

.banner__wrap-box {
  /* border: 4px solid black; */
  text-align: center;
  margin: 0% auto;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  /* margin-top: 16%; */
  margin-top: 220px; 
}

.banner__wrap-box button{
  margin: 0 15px;
  /* margin-right: 1%;
  margin-left: 22%; */
}

.banner__box {
  width: 62%;
  background-color: #000;
  opacity: 0.8;
  padding: 30px 10px; }
  @media screen and (max-width: 1200px) {
    .banner__box {
      width: 82%; } }
  @media screen and (max-width: 992px) {
    .banner__box {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .banner__box {
      width: 92%; } }
  @media screen and (max-width: 550px) {
    .banner__box {
      width: 100%; } }

.banner__title {
  font-size: 58px;
  font-weight: 500;
  color: #ee6513;
  padding-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .banner__title {
      font-size: 44px; } }
  @media screen and (max-width: 768px) {
    .banner__title {
      font-size: 38px; } }
  @media screen and (max-width: 768px) {
    .banner__title {
      font-size: 27px; } }
  @media screen and (max-width: 550px) {
    .banner__title {
      font-size: 25px; } }

.banner__pretitle {
  font-size: 25px;
  font-weight: 500;
  color: #ee6513; }
  @media screen and (max-width: 768px) {
    .banner__pretitle {
      font-size: 15px; } }



      .why {
    padding: 60px 0;
    background: #f9f9f9;
}

/* centriranje celog why bloka */
.why__header {
    text-align: center;
}

/* centriranje teksta u karticama */
.why__card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* osigurava da i paragraf bude lepo centriran */
.why__card p {
    text-align: center;
    max-width: 260px;
}

.why__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why__subtitle {
    text-align: center;
    color: #666;
    margin: 0 auto 40px auto;
    max-width: 600px;
}


.why__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.why__icon {
    font-size: 36px;
    margin-bottom: 15px;
    color: #2e7d32; /* tamno zelena */
}

.why__card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
