body {
  font-family: 'Montserrat';
  overflow-x:hidden;
}

/* Language switch */

#content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
  padding: 1rem 2rem;
}
#content:not(.en) [data-lang="en"], #content:not(.sr) [data-lang="sr"] {
  display: none;
}
#content.en [data-lang="en"], #content.sr [data-lang="sr"] {
  display: block;
}

.main-header {
  background-color: #222D5E;
  color: #ffffff;
  height: 56px;
  display: -webkit-box;
  display: flex;
  padding: 0 2rem;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}
.main-header h1 {
  font-size: 1.25rem;
  line-height: 1.35;
  font-family: "Noto Sans", Arial, sans-serif;
}
.main-header .switch {
  margin-left: auto;
} 
#engSwitch {
  position: relative;
  right: -80px;
  color: black;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.switch {
  position: relative;
  color: black;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
svg {
  color: black!important;
}
.current {
  text-transform: uppercase;
  height: 50px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  display: -webkit-box;
  display: flex;
  background-color: #fecd00;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 0.2em 0 0.7em;
}
.current span {
  display: inline-block;
  line-height: 1;
  padding: 1.1em 0.2em 0 0;
}
.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: black!important;
  fill: black!important;
}
.current:hover {
  background-color: rgba(254, 205, 0, 0.9);
}

.options {
  position: absolute;
  right: 0;
  top: 0.6em;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.switch.show-options .options {
  display: block;
  z-index: 5;
}
.switch.anim-options .options {
  opacity: 1;
}
.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid black;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.24s ease-out;
  transition: all 0.24s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.options-list li.selected {
  color: #222D5E;
}
.switch.anim-options .options-list li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  overflow: hidden;
}
#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  -webkit-transform: scale(9);
          transform: scale(9);
} */




a {
  text-decoration: none;
}

.header {
  background-color: #131b4d;
  height: 100px;
  color: white;
}

#arrows {
  margin-top: 50px;
  display: flex; 
  justify-content: flex-end;
  margin-right: -10px;
}

.slidesSecond {
  opacity: 0;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: 0.5s;
}

#srCallUs {
  right: -80px;
  position: absolute;
}

#CallUs {
  right: 0px;
  position: absolute;
}

#srLogo {
  max-width: 10%!important;
}

.img {
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
  z-index: 1;
}

.menu-mobile {
  display: none;
  height: auto;
  background-color: #131b4d;
}

.pointer {
  position: absolute;
  left: 0px;
  top: -5px;
}

.pointer-white {
  position: absolute;
  left: 0px;
  top: 162px;
}

.links {
  margin-top: 25px;
}

.logo {
  height: 80px;
  margin-top: 5px;
}

.section {
  padding-left: 15%;
  padding-right: 15%;
}

.nav-link {
  color: white;
  font-size: 16px;
  margin-top: 5px;
  margin-right: 5px;
  font-weight: bold;
}

.button-press {
  background-color: #FECD00;
  border: 5px solid #FECD00;
  margin-top: 0px !important;
}

.nav-button-text {
  color: #141b4d;
  font-weight: bold;
  font-size: 16px;
  margin-left: 15px;
}

.active {
  border-bottom: 5px solid #FECD00 !important;
  padding-bottom: 10px;
}

.hero {
  background-image: url("../images/div1.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 600px;
  color: white;
  font-weight: bold;
}

.heroIndex {
  background-image: url("../images/homeHeroBackground.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 885px;
  color: white;
  font-weight: bold;
}


h1 {
  color: white;
  font-size: 72px;
  font-weight: bold;
  padding-top: 110px;
  line-height: 80px;
}

h2 {
  color: white;
  font-size: 26px;
   font-weight: 500;
}

img#jebenakuca {
  width: 97%;
  position: absolute;
  right: 4px;
}
.heroAboutButton {
border: 2px solid #FECD00;
color: white !important;
font-size: 16px !important;
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
padding-top: 14px;
padding-bottom: 14px;
margin-left: 20px;
}

.hero-button {
  border: 16px solid #FECD00;
  color: #131b4d !important;
  font-size: 16px !important;
  cursor: pointer;
}

.proizvodImg2 {
  width: 90%;
}

.house-img {
  float: right;
  width: 70%;
  height: 70%;
}


/** Modal **/
#modal-fullscreen .modal-dialog{
  align-items: center;
  justify-content: center;
  display: contents;
  height: 100%;
  width: 100%;
}

#modal-fullscreen .modal-content {
  top:10%;
  height: 70%;
  width: 100%;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
}

#modal-fullscreen .modal-content .close {
  top: 35%;
  z-index: 999;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

#modal-fullscreen .modal-content iframe  {
  width: 100%;
  height: 100%;
  margin-left: auto;   /* Automatic margin from left */
  margin-right: auto;
  justify-content: center;
  display: flex;
}

.section1 {
  background-image: url("../images/Section_first_background.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: 680px;
  margin-top: 20px;
}

.block-icons {
  margin-top: 100px;
}

.section1-title {
  font-size: 26px;
  font-weight: bold;
  color: #80808096;
  text-transform: uppercase;
}

.section1-description {
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}

.section1-description-two {
  font-size: 16px;
  color: grey;
}

.block-icon {
  width: 280px;
  background-color: white;
  height: 280px;
  -webkit-box-shadow: 1px 1px 50px #88888840;
          box-shadow: 1px 1px 50px #88888840;
  padding-top: 60px;
}

.block-icon:hover {
  background-color: silver;
  color: white;
}

.bg-blue {
  background-color: #131b4d;;
}

.bg-yellow {
  background-color: #FECD00;
}

.section2 {
  background-image: url("../images/div3.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: 400px;
  padding-bottom: 20px;
  width: 100%;
}

.contact-buttonIzuzetak {
  border: 20px solid #1d4289;
    color: white !important;
    cursor: pointer;
    background-color: #1d4289;
}

.section2-text {
  font-size: 46px;
  text-align: center;
  color: white;
  padding-top: 9%;
  font-weight: bold;
}

.section3 {
  background-image: url("../images/backgroundBlue.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: 730px;
  width: 100%;
  position: relative;
  margin-top: 200px;
}

.f-s-07 {
  font-size: 16px !important;
}

.block-section3 {
  height: 100%;
  min-height: 300px;
  width: 97%;
  position: absolute;
  right: 3px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.block-section3-button {
  padding-left: 10%;
  padding-right: 10%;
  bottom: 0px;
  right: 0px;
}

.section4 {
  background-image: url("../images/section4background.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 750px;
  width: 100%;
  position: relative;
}

.fa-phone {
  color:black;
}

.section4-block {
  background-color: #FECD00;
  width: 100%;
  height: auto;
  padding: 20px;
}

.section4-indicator-one {
  background-image: url("../images/section4img1.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 170px !important;
}

.section4-indicator-two {
  background-image: url("../images/section4img2.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 170px !important;
}

.section4-indicator-three {
  background-image: url("../images/section4img3.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 170px !important;
}

.icon-circle {
  background-color: #131b4d;
  border-radius: 100%;
  padding: 25px;
  height: 105px;
}

#widgetText {
  padding-right: inherit;
  margin-left: -40px;
  text-align: left;
  margin-right: -50px;
  line-height: 28px;
  margin-top: 10%;
}

#arrows a span.arrow-right {
  border-left: 13px solid black;
}

#arrows a span.arrow-left {
  border-right: 13px solid black;
}

#arrows a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.section4-icon-text-title {
  font-size: 40px;
}

.section4-icon-text-subtitle {
  font-size: 20px;
}

.section5 {
  background-image: url("../images/white-silver-background.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  height: 700px;
  width: 100%;
  position: relative;
  margin-top: 150px;
}

#animacija {
  width: 1200px;
  height: 650px;
  margin-left: -215px;
  margin-top: -159px;
}

.button-section5 {
  border: 5px solid #131b4d;
  line-height: 40px;
  text-align: center;
  background-color: #131b4d;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
}

.description {
  font-size: 14px;
  color: gray;
}

.button {
  height: 60px;
  background-color: #131b4d;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
}

.buttonYellow {
  height: 60px;
  background-color: #FECD00;
  color: black;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
}

.section-logo {
  background-image: url("../images/section5background.png");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: center;
  /* Center the image */
  height: auto;
  min-height: 600px;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
}

.button-arrow-section5 {
  border: 25px solid #FECD00;
  background-color: #FECD00;
  margin-left: 20px;
}

.footer {
  background-color: #131b4d;
  width: 100%;
  color: white;
}

.contact-button {
  border: 20px solid #FECD00;
  color: #131b4d !important;
  cursor: pointer;
  background-color: #FECD00;
}

.image-slider__section {
  position: relative;
}
.image-slider__section a {
  position: absolute;
  width: 50px;
  height: 53px;
  padding-left: 15px;
  padding-right: 60px;
  background: #fecd00;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider__section a:hover {
  cursor: pointer;
}
.image-slider__section a.prev {
  left: -10%;
}
.image-slider__section a.next {
  right: -10%;
}

.image-slider__section a span{
  position:absolute;
  left:0; 
  right:0;
  top:0; 
  bottom:0;
  margin:auto;
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
}

.widget {
  width: 100%;
  height: 125%;
  display: flex;
  background: #FECD00;
}

.circle{
  margin-top: 40px;
  margin-left: 20px;
  width:100px;
  height:100px;
  border-radius:100%;
  background-color:#131b4d;
  color:#fff;
  text-align:center;
  font-size:12px;
  overflow:hidden;
}

/* .widgetText{
  text-align: left;
  vertical-align: middle;
}

.circle.one-line{line-height:100px;}
.widgetText.multi-line{
  padding-top:30px;
  height:70px;
} */
.image-slider__section a span.arrow-right {
  border-left: 13px solid black; 
}
.image-slider__section a span.arrow-left {
  border-right: 13px solid black; 
}

.house {
  position: absolute;
  width: 70%;
  top: 60px;
  right: 0px;
}

.modal {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.9);
}

.w-100-full {
  width: 100%;
}

.m-t-40-neg {
  margin-top: -40px;
}

.m-t-26 {
  margin-top: 26px;
}

.m-t-70-neg {
  margin-top: -70px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-90 {
  margin-top: 90px;
}

.p-t-220 {
  padding-top: 220px;
}

.p-t-50 {
  padding-top: 50px;
}

.m-t-180 {
  margin-top: 180px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-t-250 {
  margin-top: 250px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.color-white {
  color: white !important;
}

.color-gray {
  color: gray !important;
}

.color-yellow {
  color: #FECD00 !important;
}

.color-blue {
  color: #131b4d !important;
}

.f-size-075 {
  font-size: 0.75em !important;
}

.f-size-026 {
  font-size: 26px !important;
}

.f-size-046 {
  font-size: 46px !important;
}

.f-size-046B {
  font-size: 46px !important;
  font-weight: bold;
  color: #101820;
}

.f-size-085 {
  font-size: 16px !important;
}

.f-size-050 {
  font-size: 0.5em !important;
}

.f-size-090 {
  font-size: 16px !important;
}

.f-size-100 {
  font-size: 1em !important;
}

.f-size-110 {
  font-size: 1.1em !important;
}

.f-size-120 {
  font-size: 1.2em !important;
}

.f-size-40 {
  font-size: 40px !important;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-80 {
  padding-top: 80px;
}

.cursor-pointer {
  cursor: pointer;
}

.overlay-yellow {
  height: 20px;
  background-color: #fccc08;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 50px #88888840;
          box-shadow: 1px 1px 50px #88888840;
  background-color: white;
}

@media (min-width: 0px) and (max-width: 800px) {
#engSwitch {
  left: 0!important;
}
.options {
left:20%;
}
  .section-logo {
    display: none;
  }

  h1 {
    line-height: 56px;
    font-size: 42px;
  }

  .section2 {
    display: none;
  }

  #proizvodiFoter {
    display: none;
  }

  .section5 {
    display: none;
  }
  .prev {
    z-index: 2;
    margin-left: -30px;
  }
  
  .next {
    z-index: 2;
    margin-right: -30px;
  }
  
  .block-section3 {
    height: 100%;
    min-height: 650px;
    width: 97%;
    position: absolute;
    right: 3px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  
  .block-section3 .row {
    padding-bottom: 20px;
  }
  

  .block-icon {
    margin-top: 20px;
  }

  #animacija {
    width: 0px;
    height: 0px;
  }

  .p-t-220 {
    padding-top: 0px;
  }

  .hero-button {
    display: block;
    margin-bottom: 30px;
  }
  .heroIndex {
    height: 700px;
    background-position-x: -235px;
  }

  .heroAboutButton {
    display: block;
    margin-left: 0px;
  }
  .section1-description-two {
    font-size: 16px !important;
    font-weight: bold;
  }

  .section1 {
    height: 1968px;
    background-image: none;
  }

  .block-icons {
    margin-top: 50px;
  }

#subtitleIndex {
  margin-top: 30px;
  margin-bottom: 70px;
}

  .overlay-yellow {
    display: none;
  }


  .section2-text {
    font-size: 30px;
    margin-left: 0px;
    padding-top: 60px;
    font-weight: bold;
  }
  .overlay-yellow {
    margin-top: -10px;
  }
  .section3 {
    margin-top: 100px;
    height: 1200px;
  }

  .widget {
    height: 165px;
  }

  #widgetImgDiv {
    margin-left: -33px;
  }

  #widgetText {
    margin-left: -144px;
    width: 100px;
  }

  .m-t-250 {
    margin-top: 10px;
  }

  #middleSection {
    width: 104%;
  }

  .proizvodImg2 {
    opacity: 0;
  }

  .block-section3-button {
    width: 112%;
    margin-left: -30px;
    text-align: center;
  }
  .pointer {
    display: none;
  }
  .section3-img1 {
    width: 100%;
    margin-top: 100px;
  }
  .block-section3 {
    margin-top: -171px;
    margin-left: -7px;
    margin-bottom: 40px;
    width: 108%;
    position: relative;
  }
  .pointer-white {
    display: none;
  }
  .house-img {
    height: auto;
    width: 100%;
  }
  .house {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
  }
  .section4 {
    height: auto;
    padding-bottom: 50px;
  }
  .header {
    padding-left: 0%;
    padding-right: 0%;
    height: auto;
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  .footer-col {
    margin-top: 50px;
  }
  .indicator {
    margin-bottom: 20px;
  }
  .icon-circle {
    background-color: #131b4d;
    padding: 15px;
    height: 80px;
  }
  .button-section5 {
    margin-bottom: 20px;
  }
  .button-arrow-section5 {
    margin-bottom: 10px;
    width: 35%;
    margin-right: 20px;
    padding-left: 0px;
  }
  .section5 {
    height: auto;
  }
  .active {
    border-bottom: 2px solid #FECD00 !important;
    padding-bottom: 0px;
  }
  .block-icon {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .block-icon img {
    height: auto;
  }
  .section4-indicator-one {
    height: 100px !important;
  }
  .section4-indicator-two {
    height: 100px !important;
  }
  .section4-indicator-three {
    height: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .block-icon {
    width: 150px;
    height: auto;
    padding-top: 20px;
  }
  .block-icon img {
    height: 100px;
  }

  .section1 {
    height: 700px;
  }

  .block-icons {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .button-section5 {
    margin-bottom: 0px;
  }
  .button-arrow-section5 {
    margin-bottom: 0px;
    width: 20%;
    margin-right: 20px;
    padding-left: 3%;
  }
  .footer-col {
    margin-top: 0px;
  }
  .contact-button {
    border: 0px solid #FECD00;
  }
  .contact-button i {
    display: none;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .house img {
    height: 250px;
  }
  .section3-img1 {
    width: 450px;
  }
  .header {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .block-icon {
    width: 220px;
    height: 220px;
    padding-top: 20px;
  }
  .proizvodImg2 {
    width: 200px;
  }
  .section4-indicator-one {
    height: 100px !important;
  }
  .section4-indicator-two {
    height: 100px !important;
  }
  .section4-indicator-three {
    height: 100px !important;
  }
  .button-arrow-section5 {
    border: 15px solid #FECD00;
    margin-right: 5px;
    padding-left: 3%;
  }
  .button-section5 {
    border: 2px solid #131b4d;
  }
  .row-header {
    width: 100%;
  }
  .contact-button {
    border: 10px solid #FECD00;
    font-size: 0.6em;
  }
}

@media (min-width: 1910px) and (max-width: 1920px) {
  .heroIndex {
    height: 900px;
  }

}
@media (min-width: 1680px) {
  /* #arrows {
    margin-right: -95px;
  } */

  .heroIndex {
    height: 885px;
  }

  .m-t-26 {
    margin-top: 21px;
  }
}

@media (min-width: 1920px) {
  .m-t-26 {
    margin-top: 70px;
  }

  .block-icons {
    margin-right: -73px;
  }
/* 
  #arrows {
    margin-right: -148px;
  } */

  .heroIndex {
    height: 970px;
  }


}

@media (min-width: 1930px) and (max-width: 2560px)  {
  .heroIndex {
    height: 970px;
  }
}
/*# sourceMappingURL=style.css.map */