*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body
{
    /* background-image: url(IMG/bg.png); */
    background-size: cover;
    background-position: center;
    /* animation: bodyAnimation 10s ease-in-out alternate 1000; */
}
@keyframes bodyAnimation
{
    0%
    {
        background-position: top;
    }
    50%
    {
        background-position: bottom;
    }
}
.titleText
{
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
}
.title
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
}
.title1
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;

}
#cursor-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.outer-circle,
.inner-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

.outer-circle {
  width: 30px;
  height: 30px;
  background-color: #d30d14; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #701216; /* plava */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    bottom: 20px;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* aline start */
#aline
{
    padding: 5px 0px;
    background-color: #EB1C24;
    display: none;
}
.alineHolder
{
    display: flex;
    justify-content: flex-end;
}
#aline a i
{
    color: white;
    padding: 0px 5px;
    font-size: 16px;
}
/* aline end */

/* navigation start */
#navigation
{
    background: transparent;
}
.navbar-brand img
{
    width: 100px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 12px;
}
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: white;
}
.languageHolder img
{
    width: 32px;
    margin-left: 5px;
}
#langSmall 
{
    display: none;
}
#langBig
{
    display: block;
}
.languageHolder 
{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 10px;
}
.languageHolder .languageitem a img
{
    width: 32px;
}
/* navigation end */

/* hero start */
#hero
{
    background-color: rgba(245, 245, 245, 0.766);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: bottom; */
    animation: zoomBackground 30s ease-in-out infinite;
    z-index: 1;
}
@keyframes zoomBackground {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    100% {
        background-size: 100%;
    }
}
.hero-overlay
{
    padding: 300px 0px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}
.heroCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    z-index: 3;
}
.heroCon h1
{
    font-size: 75px;
    font-weight: 800;
    color: white;
    text-align: center;
}
.heroCon p
{
    font-size: 80px;
    color: white;
    font-weight: 700;
    text-align: center;
    font-family: "Corinthia", cursive;
    line-height: 65px;

}
#heroBtn 
{
    padding: 10px 30px;
    color: white;
    background-color: #D0000A;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: auto;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 250px;
}
#btn
{
    padding: 10px 30px;
    color: white;
    background-color: #D0000A;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: auto;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 250px;
    outline: none;
    border: 0px;
}
/* hero end */

/* why start */
#why
{
    padding: 80px 0px;
    background-color: rgba(255, 255, 255, 0.814);
}
/* why end */

/* line start */
#line
{
    max-width: 80%;
    width: 100%;
    /* background-color: whitesmoke; */
    display: block;
    margin: auto;
    margin-top: -50px;
    z-index: 15;
    position: relative;
}
.lineHolder
{
    display: flex;
    flex-wrap: wrap; /* vaĆ„Ā¹Ć„Ā¾no da elementi mogu da prelaze u novi red */
    align-items: center;
    justify-content: flex-start;
        z-index: 15;

}
.lineItem
{
    width: 25%;
    padding: 30px 50px;
    background: linear-gradient(45deg, #EB1C24, #d30d14);
}
.lineItem img
{
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 42px;
}
.lineItem h2
{
    text-align: center;
    color: white;
    font-size: 18px;
}
/* line end */

/* from start */
#from
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#from p
{
    font-size: 20px;
}
    video {
      width: 100%;
      height: auto;
      display: block;
    box-shadow: 5px 5px 10px rgb(113, 113, 113);
    }
/* from end */

/* klijenti start */
#klijenti
{
    padding: 50px 0px;
}
#klijenti p
{
    font-size: 20px;
    text-align: center;
}
#klijenti form input, textarea, select
{
    width: 100%;
    padding: 5px 7px;
    margin: 5px 0px;
    outline: none;
}

/* klijenti end */

/* mission start */
#mission
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.914);
}
/* mission end */

/* services start */
#services
{
    padding: 50px 0px;
    background-color: rgba(245, 245, 245, 0.955);
}
#services a
{
    text-decoration: none;
}
#s1
{
    background-image: url(IMG/izgradnja.avif);
    background-size: cover;
}
#s2
{
    background-image: url(IMG/ser6.avif);
    background-size: cover;
    background-position: bottom;
}
#s3
{
    background-image: url(IMG/gips.avif);
    background-size: cover;
}
#s4
{
    background-image: url(IMG/upravljanje.avif);
    background-size: cover;
}
#s5
{
    background-image: url(IMG/temelj.avif);
    background-size: cover;
}
.servicesHolderItemLeft a
{   
    text-decoration: none;
}
.servicesHolder-overlay
{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 150px 0px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.servicesHolder-overlay:hover
{
    background-color: rgba(102, 45, 45, 0.6);
}

.servicesHolderItemLeft
{
    width: 80%;
    padding: 20px 20px;
    background-color: #D0000A;
    display: block;
    margin: auto;
    margin-top: -60px;
    z-index: 11111;
    position: relative;
}
.servicesHolderItemLeft h3
{
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.servicesHolderItemLeft p
{
    text-align: center;
    color: white;
    font-size: 16px;
}
.servicesHolder {
  position: relative;
  overflow: hidden;
}

.s1 {
  position: relative; /* Mora imati position da ::after može biti absolute */
}

.s1 p {
  display: none; /* Sakrij originalni <p> */
}

.s1::after {
  content: "Specijalizirani smo za izvođenje svih vrsta radova u visokogradnji – od temelja do krova, s naglaskom na kvalitetu, sigurnost i dugoročnu vrijednost objekta.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  box-sizing: border-box;
}

.s2::after {
    content: 'Izvodimo radove u niskogradnji s fokusom na infrastrukturu, pripremne zemljane radove, izgradnju puteva i komunalnu opremu, uz poštivanje svih stručnih standarda i rokova.';
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  box-sizing: border-box;
}
.s3::after {
  content: "Pružamo usluge adaptacije i sanacije stambenih i poslovnih objekata, s ciljem modernizacije prostora, povećanja funkcionalnosti te uklanjanja oštećenja i građevinskih nedostataka.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  box-sizing: border-box;
}

.s5::after {
  content: "Nudimo uslugu izgradnje po sistemu 'ključ u ruke', koja obuhvaća sve faze projekta – od idejnog rješenja i pribavljanja dokumentacije do kompletne izvedbe i završnih radova, s jednom kontakt točkom i punom odgovornošću za kvalitetu.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  box-sizing: border-box;
}


.servicesHolder:hover .servicesHolder-overlay::after {
  opacity: 1;
}

/* services end */

/* how start */
#how
{
    padding: 50px 0px;
}
.howHolder
{
    padding: 20px 20px;
    background-color: #f5f5f5;
    margin: 5px 0px;
    /* background-image: url(IMG/holBg.png); */
    background-size: cover;
    background-position: bottom;
    border-radius: 10px;
}
#how h3
{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0px;
}
#how img
{
    width: 100px;
    display: block;
    margin: auto;
}
#howP
{
    font-size: 20px;
    text-align: center;
}
.howHolder p
{
    font-size: 20px;
    text-align: center;
}
/* how end */

/* about start */
#about
{
    padding: 50px 0px;
    background-size: cover;
    background-position: bottom;
}
#about p
{
    font-size: 20px;
    text-align: center;
}
/* about end */

/* team start */
#team
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#team p
{
    font-size: 20px;
    text-align: center;
}
/* team end */

/* test start */
#test
{
    background-image: url(IMG/poz.avif);
    background-size: cover;
    position: relative;
    background-position: center;
    max-width: 100%;
    width: 100%;
    background-attachment: fixed;
}
.test-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.2);
}
.testHolder
{
    position: absolute;
    padding: 30px 50px;
    width: 80%;
    background-color: #D0000A;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testHolder h3
{
    color: white;
}
.testItem a
{
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px;
    text-align: center;
    border: 2px solid white;
    padding: 10px 30px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 220px;
    transition: 0.3s ease-in-out;
}
.testItem a:hover
{
    color: white;
    background-color: rgba(245, 245, 245, 0.355);
}
/* test end */

/* newsletter start */
#newsletter
{
    padding: 150px 0px 100px 0px;
    background-color: rgba(255, 255, 255, 0.814);
}
#newsletter p
{
    font-size: 20px;
}
#newsletter form
{
    width: 90%;
    display: block;
    margin: auto;
}
#newsletter form input
{
    width: 100%;
    padding: 5px 7px;
}
#newsletter form button
{
    padding: 10px 30px;
    background-color: #D0000A;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
    color: white;
    margin-top: 10px;
}
/* newsletter end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #121212;
}
#footer img
{
    width: 100px;
}
#footer p
{
    color: white;
    font-weight: 400;
}
#footer h3
{
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}
#footer ul
{
    list-style: none;
    margin-left: -30px;
    margin-top: 25px;
}
#footer ul li a
{
    text-decoration: none;
    color: white;
    padding: 10px 0px;
    font-size: 16px;
}
#footer a
{
    text-decoration: none;
    color: white;
}
/* footer end */

/* putanja start */
#putanja
{
    padding: 20px 0px;
    background-color: whitesmoke;
}
.putanjaHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.putanjaHolder a
{
    text-decoration: none;
    color: #121212;
    font-size: 16px;
    padding: 0px 5px;
    font-weight: 600;
}
.putanjaHolder a:hover
{
    color: #121212;
}
/* putanja end */

#contact
{
    padding: 50px 0px;
    background-color: white;
}
#contact p
{
    font-size: 20px;
}
#contact ul
{
    list-style: none;
    margin: 10px 0px;
    margin-left: -30px;
    font-size: 18px;
}
#contact ul li
{
    margin: 15px 0px;
}
#contact ul li a
{
    text-decoration: none;
    color: #1a1a1a;
}
#contact form input
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #707070;
}
#contact form textarea
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;    
    outline: none;
    border: 1px solid #707070;
}
#contact form button
{
    padding: 10px 30px;
    background-color: #D0000A;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: 0px;
}
#provera
{
    display: none;
}

/* location start */
#location
{
    padding: 50px 0px;
    background-color: rgba(245, 245, 245, 0.955);
}
/* location end */


#inspiracija
{
    padding: 50px 0px;
    background-color: white;
}
/* inspiracija end */
#inspiracija a
{
    text-decoration: none;
    font-size: 20px;
    color: #121212;
}

 #klizac {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  
  /* sakrij horizontalni scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE i Edge */
}

#klizac::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .klizac-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
  }

  .strelica-levo,
  .strelica-desno {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    z-index: 10;
    color: #D0000A;
  }
  .button
  {
    border: none;
    outline: none;
  }

  .strelica-levo {
    left: -50px;
        font-size: 100px;
            border: none;
    outline: none;

  }

  .strelica-desno {
    right: -50px;
            font-size: 100px;
                border: none;
    outline: none;

  }

  @media (max-width: 768px) {
    .klizac-item {
      max-width: 90%;
    }

    .strelica-levo,
    .strelica-desno {
      display: none !important;
    }
  }

@media (max-width: 576px) 
  {
    .slikaHolder::before {
    content: "";
    position: absolute;
    top: 20px;       /* pomera se nadole */
    left: 70px;    
    width: 100%;
    max-width: 80%;
    height: 100%;
    background-color: #58442c1c;
    z-index: 0;      /* iza slike */
        display: block;
    margin: auto;
    }
    .slikaHolder img {
  position: relative;
  z-index: 1;      /* slika ide preko pozadine */
  display: block;
  width: 100%;
  max-width: 90%;
  display: block;
  margin: auto;
}
  }
/* media query start */
@media only screen and (max-width: 768px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 110px;
        top: 40px;
    }
    #langBig
    {
        display: none;
    }
    #line
    {
        margin-top: -80px;
        max-width: 90%;
    }
    .lineItem
    {
        width: 50%;
        padding: 20px 5px;
    }
    .lineItem h2
    {
        color: white;
        text-align: center;
        font-size: 16px;
    }
}
@media only screen and (max-width: 700px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 160px;
        top: 40px;
    }
    #langBig
    {
        display: none;
    }
}
@media only screen and (max-width: 600px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 110px;
        top: 40px;
    }
    #langBig
    {
        display: none;
    }
}
@media only screen and (max-width: 576px)
{
    #footer img
    {
        width: 100px;
        display: block;
        margin: auto;
    }
    #footer h3
    {
        margin-top: 30px;
    }

    .testItem h3
    {
        text-align: center;
    }
    .testHolder
    {
        position: absolute;
        padding: 30px 50px;
        width: 93.8%;
        background-color: #D0000A;
        bottom: -40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #newsletter
    {
        padding: 100px 0px 50px 0px;
        background-color: rgba(255, 255, 255, 0.814);
    }
    #newsletter p
    {
        font-size: 20px;
        text-align: center;
    }
    #newsletter form
    {
        width: 90%;
        display: block;
        margin: auto;
    }
      #newsletter h3
    {
        text-align: center;
    }
    #newsletter form input
    {
        width: 100%;
        padding: 5px 7px;
        border-radius: 0px;
    }
    #newsletter form button
    {
        padding: 10px 30px;
        background-color: #D0000A;
        font-weight: 600;
        text-align: center;
        outline: none;
        border: none;
        color: white;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    .hero-overlay
    {
        padding: 280px 0px;
        width: 100%;
        max-width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
    }
    #hero
    {
        animation: none;
        background-position: center;
        animation: bgSmall 20s ease-in-out alternate 1000;
    }
    @keyframes bgSmall
    {
        0%
        {
            background-position: left;
            
        }
        100%
        {
            background-position: right;
        }
    }
    #from p
    {
        text-align: center;
    }


    .heroCon
    {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        width: 100%;
    }
    .heroCon h1
    {
        text-align: center;
        font-size: 38px;
    }
    .heroCon p
    {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
          transform: rotate(-4deg); /* povećaj ili smanji ugao po potrebi */
        margin-bottom: 30px;
    }   
    #heroBtn 
    {
        padding: 10px 30px;
        color: white;
        background-color: #D0000A;
        font-weight: 600;
        font-size: 18px;
        display: block;
        margin: auto;
        text-decoration: none;
        text-align: center;
        width: 100%;
        max-width: 250px;
    }
    .title1
    {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }
    .title
    {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .servicesHolderItemLeft
    {
        width: 95%;
        padding: 20px 10px;
        background-color: #D0000A;
        display: block;
        margin: auto;
        margin-top: -30px;    }
    .servicesHolderItemRight
    {
        width: 95%;
        margin-left: 0px;
        padding: 20px 10px;
        background-color: #D0000A;
        display: block;
        margin: auto;
        margin-top: -30px;
    }
    .servicesHolderItemLeft h3
    {
        color: white;
        font-size: 18px;
        text-align: center;
    }
    .servicesHolderItemRight h3
    {
        color: white;
        font-size: 18px;
        text-align: center;
    }
        #langSmall 
    {
        display: block;
        position: absolute;
        right: 75px;
        top: 40px;
    }
    #langBig
    {
        display: none;
    }
    #test
    {
        background-attachment: scroll;
    }
    video
    {
        margin-bottom: 20px;
    }
    #contact form button
    {
        padding: 10px 30px;
        background-color: #D0000A;
        color: white;
        text-align: center;
        max-width: 220px;
        width: 100%;
        font-weight: 600;
        outline: none;
        border: 0px;
        display: block;
        margin: auto;
    }
}
/* media query end */


/* job start */
#job
{
    padding: 50px 0px;
    background-color: white;
}
#job p
{
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
#job form input
{
    max-width: 80%;
    width: 100%;
    margin: 10px 0px;
    display: block;
    margin: auto;
    padding: 5px 7px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #707070;
}
#job form label
{
    margin-left: 63px;
}

#job form textarea
{
    max-width: 80%;
    width: 100%;
    margin: 10px 0px;
    display: block;
    margin: auto;
    padding: 5px 7px;
    border-radius: 0px;
        outline: none;
    border: 1px solid #707070

}
#job form select
{
    max-width: 80%;
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    display: block;
    margin: auto;
    border-radius: 0px;
    outline: none;
    border: 1px solid #707070;
}
#job form button
{
    padding: 10px 30px;
    background-color: #D0000A;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    font-weight: 600;
    outline: none;
    border: 0px;
}
/* job end */
.contact-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
#contactHero p
{
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
#contactHero h3
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-top: -15px;
    color: white;
}
/* contactHero end */



/* gallery start */
#gallery
{
    padding: 50px 0px;
}
#dsmallnone
{
    display: none;
}
#gallerys img
{
    width: 100%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
#gallerys img:hover
{
    width: 100%;
    filter: brightness(0.8);
}
#allProducts
{
    padding: 10px 30px;
    background-color: #D0000A;
    color: white;
    display: block;
    margin: auto;
    text-decoration: none;
    text-align: center;
    max-width: 220px;
    font-weight: 600;
}
/* gallery end */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    max-width: 90%;
    width: 100%;
    height: 100%;
    max-height: 90%;
}
.close button
{
    width: 30px;
    height: 30px;
    background-color: #D0000A;
    position: absolute;
    font-weight: 600;
    top: 0%;
    right: 0%;
    /* transform: translate(-10%, -10%); */
    outline: none;
    border: 0px;
    color: white;
}

.modal-content img {
    display: block;
    max-height: 100%;    
    margin: auto;
}

.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: black;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
}

.modal-arrow.left {
    left: 10px;
}

.modal-arrow.right {
    right: 10px;
}

@media (max-width: 576px) {
    #contactHero h3
    {
        max-width: 95%;
        display: block;
        margin: auto;
        font-size: 38px;
    }
    .modal-arrow {
        font-size: 1.5rem;
    }
    .modal-content img {
        display: block;
        max-height: 50%;    
        height: 50%;
        margin: auto;
        max-width: 95%;
    }
    .modal-content {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .firstArrowHolder img
    {
        width: 32px;
        opacity: 0.3;
        animation: projectsArrow 0.3s ease-in-out alternate 1000;
    }
    .secondArrowHolder img
    {
        width: 32px;
        opacity: 0.5;
        animation: projectsArrow 0.3s ease-in-out alternate 1000;
        filter: invert(1);
    }
    .projectsHolder img
    {
        opacity: 0.3;
        width: 32px;
        animation: projectsArrow 0.3s ease-in-out alternate 1000;
    }
    .howHolder p
    {
        font-size: 20px;
        text-align: center;
    }
    .howHolder
    {
        padding: 10px 20px;
        background-color: #f5f5f5;
        margin: 5px 0px;
        /* background-image: url(IMG/holBg.png); */
        background-size: cover;
        background-position: bottom;
        border-radius: 10px;
    }
        #job form input
{
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #707070;
}
#job form label
{
    margin-left: 0px;
}
#job form textarea
{
    max-width: 100%;
    width: 100%;
    display: block;
    margin: auto;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;
        outline: none;
    border: 1px solid #707070

}
#job form select
{
    max-width: 100%;
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #707070;
}
    #aboutS p
    {
        text-align: center;
    }
        #about p
    {
        text-align: center;
    }

    .navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 12px;
}
}

/* about page start */
#aboutS
{
    padding: 50px 0px;
    background-color: white;
}
#aboutS h3
{
    text-align: center;
    margin-bottom: 30px;
}
#aboutS p
{
    font-size: 20px;
    text-align: center;
}
#aboutS img
{
    display: block;
    margin: auto;
    width: 80%;
}
/* about page end */

/* usluge start */
#usluge
{
    padding: 50px 0px;
}
#usluge p
{
    font-size: 20px;
    text-align: center;
}
/* usluge end */