* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background: black;
}
@font-face {
  font-family: myFirstFont;
  src: url(Montserrat/static/Montserrat-ExtraLight.ttf);
  color: rgb(109, 109, 109);
}
div,
li,
a,
p,
h3,
h2,
strong {
  font-family: myFirstfont;
}
@font-face {
  font-family: mySecondFont;
  src: url(/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: myThirdFont;
  src: url(/Montserrat/static/Montserrat-Bold.ttf);
}
h1 {
  font-family: myThirdFont;
}
h4 {
  font-family: myFirstfont;
  font-size: 40px;
  justify-content: center;
  margin: auto;
}
.logo {
  padding: 7px 7px 7px 20px;
}
#divMenuWrap {
  display: inline-flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.99);
  width: 100%;
  position: relative;
  align-items: center;
  gap: 50px;
}
#divMenuWrap li,
bold {
  font-family: mySecondFont;
  display: inline-flex;
  justify-content: space-between;
}

.menu a {
  font-weight: 700;
  padding: 20px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.menu a:hover {
  color: rgb(255, 50, 50);
  text-decoration: underline;
}
.en {
  border-left: 1px solid #fff;
}
#divCoverWrap {
  background-color: black;
}
#sidebarMenu {
  z-index: 1000;
  height: 100%;
  position: fixed;
  user-select: none;
  left: 0;
  width: 100%;
  margin-top: -20px;
  transform: translateX(450px);
  transition: transform 250ms ease-in-out;
  background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%);
}
#sidebarMenu ul {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.638);
}
.sidebarMenuInner li {
  list-style: none;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(51, 51, 51, 0.638);
}
.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.sidebarMenuInner li a {
  color: white;

  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.sidebarMenuInner li:hover {
  color: rgb(255, 50, 50);
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}
input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  height: 100%;
  width: 100%;
  top: 12px;
  left: 15px;
  height: 22px;
  width: 22px;
  margin-left: 340px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: white;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: right;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-top: 3px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 9px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}
.w3-section,
.w3-code {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
}

#aboutTxt {
  justify-content: center;
  text-align: center;
  color: white;
}
#aboutTxt p {
  text-align: left;
  margin: 0px 150px;
  font-size: 20px;
  padding-bottom: 30px;
}

#divCover {
  padding-top: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-90%, -60%);
  color: white;
  height: 100%;
  font-weight: 1000;
  font-size: 40px;
  justify-content: center;
}
#divCover h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 84px;
  text-transform: uppercase;
  padding-bottom: 50px;
  margin: 0;
}
#divCover h2 {
  font-size: 70px;
  font-family: myThirdFont;
}
#divCover h4 {
  padding-bottom: 100px;
}
#divCover a {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: myThirdFont;
}
#divCover a:hover {
  color: rgb(230, 76, 76);
  text-decoration: underline;
}
.tag {
  opacity: 0;
  transform: translate(0, 50vh);
  transition: all 4s;
}
.tag1 {
  opacity: 0;
  transform: translate(0, 30vh);
  transition: all 2s;
}
.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.tag1.visible {
  opacity: 1;
  transform: translate(0, 0);
}
#divSectionWrap h1 {
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  font-family: myThirdFont;
  margin: 0px !important;
  font-size: 30px;
  color: white;
  background-color: black;
}

#radoviWrap {
  background-color: black;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  padding: 20px 0 20px 0;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  border-radius: 10px;
  text-align: center;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 1.5s;
  animation-name: animatetop;
  animation-duration: 1.5s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0.8;
  }
  to {
    top: 0;
    opacity: 0.8;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  border-radius: 20px;
  padding: 30px;
  background-color: white;
  color: black;
  text-transform: uppercase;
}
.modal-header h2 {
  font-family: myThirdFont;
}

.modal-body {
  padding: 50px 2px;
  font-size: 17px;
}

.modal-footer {
  padding-bottom: 10px;
  background-color: white;
  color: black;
  border-radius: 20px;
}
#gallery-1,
#gallery-2,
#gallery-3,
#gallery-4,
#gallery-5,
#gallery-6,
#gallery-7,
#gallery-8 {
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: normal;
  padding-top: 50px;
}
#gallery-1 li,
#gallery-2 li,
#gallery-3 li,
#gallery-4 li,
#gallery-5 li,
#gallery-6 li,
#gallery-7 li,
#gallery-8 li {
  width: 30%;

  margin-bottom: 10px;
  list-style-type: none;
}
#gallery-1 li img,
#gallery-2 li img,
#gallery-3 li img,
#gallery-4 li img,
#gallery-5 li img,
#gallery-6 li img,
#gallery-7 li img,
#gallery-8 li img {
  width: 100%;
}

#radoviWrap2 {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 22px;
  flex-wrap: wrap;
  background-color: black;
}

.radovi1 {
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.radovi2 {
  text-transform: uppercase;
  height: 200px;
  width: 100px;
  overflow: hidden;
  position: relative;
}
.radovi1 p {
  text-transform: none;
  justify-content: center;
  margin: 0 100px;
}

.text {
  text-decoration: none;
  font-family: myThirdFont;
}
.text:hover {
  color: #fff;
}

.radovi1 img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(163, 160, 160, 0.445);
  color: white;
}

.overlay:hover {
  opacity: 0.8;
}
#mobileTxt {
  display: none;
}
.text {
  color: black;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.w3-section {
  margin-bottom: 0 !important;
}
#divsectionWrap2 {
  background-color: black;
  color: white;
  text-align: center;
  padding-bottom: 50px;
}
#divSectionWrap2 p {
  padding-top: 60px;
  margin: auto;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 50px;
}
#divSectionWrap2 a {
  padding-top: 50px;
  padding: 20px;
  background-color: white;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
}
#divSectionWrap2 a:hover {
  color: black;
  background-color: white;
  border: 2px solid black;
  border-radius: 3px;
}
#divSectionWrap3 {
  padding-bottom: 50px;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: justify;
  gap: 70px;
}
.gumb {
  font-size: 23px;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.gumb a {
  text-transform: uppercase;
  color: black;
}
.gumb a:hover {
  color: grey;
}
#divFooterWrap {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: black;
  color: white;
  height: 300px;
}
#divFooterWrap h1 {
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#divFooterWrap p {
  color: white;
  font-size: 13px;
}
.logoFooter img {
  margin-top: 50px;
  height: 90px;
}
#gallery-9,
#gallery-10,
#gallery-11,
#gallery-12,
#gallery-13,
#gallery-14,
#gallery-15,
#gallery-16,
#gallery-17,
#gallery-18 {
  margin: 0px 10px 0px 20px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: normal;
  padding-top: 10px;
  gap: 20px;
}
#gallery-9 li,
#gallery-10 li,
#gallery-11 li,
#gallery-12 li,
#gallery-13 li,
#gallery-14 li,
#gallery-15 li,
#gallery-16 li,
#gallery-17 li,
#gallery-18 li {
  width: 20%;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}
#gallery-9 li img,
#gallery-10 li img,
#gallery-11 li img,
#gallery-12 li img,
#gallery-13 li img,
#gallery-14 li img,
#gallery-15 li img,
#gallery-16 li img,
#gallery-17 li img,
#gallery-18 li img {
  width: 100%;
}

#divSectionTeam {
  padding-top: 20px;
  background-color: #fff;
  text-align: center;
}
.divSectionTeam2 {
  text-align: center;
  padding: 20px 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  background-color: #fff;
}
.divSectionTeam2 img {
  width: 57%;
}
#divSectionTeam img {
  width: 15%;
}
.w3-animate-opacity {
  animation: opac 6s;
}
#usluge {
  background-color: white;
  text-align: justify;
  text-align: left;
  font-size: 25px;
}
#usluge h1 {
  padding: 0px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: myThirdFont;
}
#usluge p {
  font-size: 20px;
  padding-bottom: 40px;
  margin-left: 300px;
}
#uslugeWrap {
  background-color: black;
  color: white;
  text-align: justify;
  text-align: left;
  font-size: 25px;
  padding: 40px 0;
}
#uslugeWrap h1 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: myThirdFont;
}
#uslugeWrap p {
  font-size: 20px;
  padding-bottom: 40px;
  margin-left: 300px;
}
#uslugeWrap a {
  font-family: myThirdfont;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  margin-left: 300px;
  background-color: white;
  padding: 15px;
  color: black;
  text-transform: uppercase;
  font-size: 15px;
}
#uslugeWrap a:hover {
  color: rgb(255, 50, 50);
}
.dolje {
  padding-bottom: 100px;
}
.a {
  padding-top: 50px;
}
#txt {
  padding: 100px 50px;
  background-color: white;
  justify-content: center;
  font-size: 22px;
  text-transform: uppercase;
}
#divTopHeaderWrap {
  display: none;
}

@media only screen and (max-width: 980px) {
  #divTopHeaderWrap {
    display: block;
  }
  body {
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
  }
  #divFooterWrap {
    text-align: left;
    padding-left: 20px;
  }
  a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;

    transition: color 0.3s ease;
  }

  a:hover {
    color: rgb(255, 50, 50);
  }
  .menu {
    display: none;
  }
  #usluge p {
    margin: 10px;
  }
  #usuge {
    text-align: justify;
  }
  #lokacija {
    display: block;
  }
  .tag {
    transform: translate(-90%, -60%);
  }
  #divCoverWrap {
    height: auto;
  }
  #divCover h1,
  #divCoverWrap h1 {
    font-size: 40px;
  }
  #divCover h2,
  #divCoverWrap h2 {
    font-size: 20px;
  }
  #divCover h4,
  #divCoverWrap h4 {
    font-size: 20px;
  }
  #divCover a,
  #divCoverWrap a {
    font-size: 18px;
  }
  .tag1 {
    justify-content: center;
    opacity: 1;
    transform: none;
    transition: all 2s;
  }
  #aboutTxt {
    text-align: left;
    margin: 0px 10px;
  }
  #aboutTxt h1 {
    font-size: 15px;
    text-transform: uppercase;
  }
  #aboutTxt p {
    font-size: 15px;
  }

  #menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 290px;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;

    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    font-family: myThirdFont;
    padding: 10px 0;
    font-size: 18px;
  }
  #menu a {
    text-align: left;
  }
}
@media only screen and (max-width: 520px) {
  #uslugeWrap {
    display: none;
  }
  #usuge {
    text-align: justify;
  }
  #lokacija {
    display: block;
  }
  .tag {
    transform: translate(-90%, -60%);
  }
  #divCoverWrap img {
    height: 100vh !important;
    object-fit: cover !important;
  }

  #divCover {
    width: 60%;
    padding-top: 200px;
    left: 60%;
  }
  #divCover h1,
  #divCoverWrap h1 {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 40px;
  }
  #divCover h2,
  #divCoverWrap h2 {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0;
  }
  #divCover h4,
  #divCoverWrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #divCover a,
  #divCoverWrap a {
    font-size: 15px;
  }
  .tag1 {
    justify-content: center;
    opacity: 1;
    transform: none;
    transition: all 2s;
  }
  #divFooterWrap {
    flex-direction: column;
    gap: 20px;
    height: auto;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
    margin: 0;
  }
  #usluge a {
    margin-left: 50px;
  }
  #divSectionWrap {
    margin-top: 20px;
  }
  #divSectionWrap h1 {
    font-size: 17px;
    padding-top: 10px;
  }
  #lokacija {
    display: none;
  }
  #divSectionWrap2 p {
    font-size: 13px;
  }
  #divSectionWrap2 a {
    font-size: 10px;
  }
  .logo img {
    width: 100%;
  }
  .w3-animate-opacity {
    height: auto;
    width: fit-content;
  }
  .divSectionTeam2 {
    flex-direction: column;
    gap: 0;
  }
  .divSectionTeam2 p {
    padding-bottom: 30px;
  }
  #divCover {
    padding-top: 130px;
  }
  #divSectionTeam img {
    width: 55%;
  }
  .menu {
    display: none;
  }
  #divTopHeaderWrap {
    display: block;
  }
  body {
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
  }
  #divFooterWrap {
    text-align: left;
    padding-left: 20px;
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;

    transition: color 0.3s ease;
  }

  a:hover {
    color: rgb(255, 50, 50);
  }
  #gallery-9,
  #gallery-10,
  #gallery-11,
  #gallery-12,
  #gallery-13,
  #gallery-14,
  #gallery-15,
  #gallery-16,
  #gallery-17,
  #gallery-18 {
    display: flex;
    flex-direction: column;
    height: auto;
    align-content: center;
    gap: 5px;
    margin: 0;
  }
  #gallery-9 li,
  #gallery-10 li,
  #gallery-11 li,
  #gallery-12 li,
  #gallery-13 li,
  #gallery-14 li,
  #gallery-15 li,
  #gallery-16 li,
  #gallery-17 li,
  #gallery-18 li {
    width: 100%;
    height: auto;
  }
  #aboutTxt {
    text-align: left;
    margin: 0px 10px;
  }
  #aboutTxt h1 {
    font-size: 15px;
    text-transform: uppercase;
  }
  #aboutTxt p {
    font-size: 15px;
  }

  #menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 290px;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;

    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    font-family: myThirdFont;
    padding: 10px 0;
    font-size: 18px;
  }
  #menu a {
    text-align: left;
  }
  .overlay {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  #lokacija {
    display: none;
  }
  #divFooterWrap {
    text-align: left;
    padding-left: 20px;
  }

  #divFooterWrap p {
    font-size: 10px;
  }
  #divFooterWrap h1 {
    font-size: 13px;
  }
  .logoFooter img {
    height: 50px;
  }
  #divSectionTeam img {
    width: 55%;
  }
  .menu {
    display: none;
  }
  #divTopHeaderWrap {
    display: block;
  }
  body {
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
  }
  #divFooterWrap {
    text-align: left;
    padding-left: 20px;
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;

    transition: color 0.3s ease;
  }

  a:hover {
    color: rgb(255, 50, 50);
  }
  #gallery-9,
  #gallery-10,
  #gallery-11,
  #gallery-12,
  #gallery-13,
  #gallery-14,
  #gallery-15,
  #gallery-16,
  #gallery-17,
  #gallery-18 {
    display: flex;
    flex-direction: column;
    height: auto;
    align-content: center;
    gap: 5px;
    margin: 0;
  }
  #gallery-9 li,
  #gallery-10 li,
  #gallery-11 li,
  #gallery-12 li,
  #gallery-13 li,
  #gallery-14 li,
  #gallery-15 li,
  #gallery-16 li,
  #gallery-17 li,
  #gallery-18 li {
    width: 100%;
    height: auto;
  }
  #aboutTxt {
    text-align: left;
    margin: 0px 10px;
  }
  #aboutTxt h1 {
    font-size: 15px;
    text-transform: uppercase;
  }
  #aboutTxt p {
    font-size: 15px;
  }

  #menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 290px;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;

    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    font-family: myThirdFont;
    padding: 10px 0;
    font-size: 18px;
  }
  #menu a {
    text-align: left;
  }
}

@media only screen and (max-width: 428px) {
  .mySlides {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
    background-position: -50% 50% !important;
  }
  .a {
    padding-top: 0px;
  }
  .w3-section {
    margin-bottom: -10px !important;
  }
  .modal-header {
    border-radius: 20px;
    padding: 30px;
    background-color: white;
    color: black;
    text-transform: uppercase;
  }
  .modal-header h2 {
    font-size: 20px;
    font-family: myThirdFont;
  }

  .modal-body {
    padding: 10px 2px;
    font-size: 15px;
  }
  .modal-body p {
    margin: 0 10px !important;
  }

  .modal-footer {
    padding-bottom: 10px;
    background-color: white;
    color: black;
    border-radius: 20px;
  }
  #gallery-1 li,
  #gallery-2 li,
  #gallery-3 li,
  #gallery-4 li,
  #gallery-5 li,
  #gallery-6 li,
  #gallery-7 li,
  #gallery-8 li {
    width: 80%;
  }

  #gallery-1,
  #gallery-2,
  #gallery-3,
  #gallery-4,
  #gallery-5,
  #gallery-6,
  #gallery-7,
  #gallery-8 {
    gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  #divSectionTeam img {
    width: 55% !important;
  }
  .text {
    font-size: 25px;
  }
  #mobileTxt {
    padding-top: 10px;
    display: block;
    color: white;
    text-transform: uppercase;

    font-family: myThirdFont;
    text-align: center;
  }
  #radoviWrap2 {
    gap: 5px;
  }
  .menu {
    display: none;
  }
  #divTopHeaderWrap {
    display: block;
  }
  body {
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
  }
  #divFooterWrap {
    text-align: left;
    padding-left: 50px;
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;

    transition: color 0.3s ease;
  }

  a:hover {
    color: rgb(255, 50, 50);
  }
  #gallery-9,
  #gallery-10,
  #gallery-11,
  #gallery-12,
  #gallery-13,
  #gallery-14,
  #gallery-15,
  #gallery-16,
  #gallery-17,
  #gallery-18 {
    display: flex;
    flex-direction: column;
    height: auto;
    align-content: center;
    gap: 5px;
    margin: 0;
  }
  #gallery-9 li,
  #gallery-10 li,
  #gallery-11 li,
  #gallery-12 li,
  #gallery-13 li,
  #gallery-14 li,
  #gallery-15 li,
  #gallery-16 li,
  #gallery-17 li,
  #gallery-18 li {
    width: 100%;
    height: auto;
  }
  #aboutTxt {
    text-align: left;
    margin: 0px 10px;
  }
  #aboutTxt h1 {
    font-size: 15px;
    text-transform: uppercase;
  }
  #aboutTxt p {
    font-size: 15px;
    margin: 15px;
  }

  #menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 290px;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;

    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    font-family: myThirdFont;
    padding: 10px 0;
    font-size: 18px;
  }
  #menu a {
    text-align: left;
  }

  .logoFooter img {
    height: 73px;
  }
  #uslugeWrap {
    display: none;
  }
  #usuge {
    text-align: justify;
  }
  #lokacija {
    display: block;
  }
  .tag {
    transform: translate(-90%, -60%);
  }
  #divCoverWrap img {
    height: 100vh !important;
    object-fit: cover !important;
  }

  #divCover {
    width: 60%;
    padding-top: 200px;
    left: 60%;
  }
  #divCover h1,
  #divCoverWrap h1 {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 40px;
  }
  #divCover h2,
  #divCoverWrap h2 {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0;
  }
  #divCover h4,
  #divCoverWrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #divCover a,
  #divCoverWrap a {
    font-size: 15px;
  }
  .tag1 {
    justify-content: center;
    opacity: 1;
    transform: none;
    transition: all 2s;
  }
  #divFooterWrap {
    flex-direction: column;
    gap: 20px;
    height: auto;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
    margin: 0;
  }
  #usluge a {
    margin-left: 50px;
  }
  #divSectionWrap {
    margin-top: 20px;
  }
  #divSectionWrap h1 {
    font-size: 17px;
    padding-top: 10px;
  }
  #lokacija {
    display: none;
  }
  #divSectionWrap2 p {
    font-size: 13px;
  }
  #divSectionWrap2 a {
    font-size: 10px;
  }
  .logo img {
    width: 100%;
  }
  .w3-animate-opacity {
    height: auto;
    width: fit-content;
  }
  .divSectionTeam2 {
    flex-direction: column;
    gap: 0;
  }
  .divSectionTeam2 p {
    padding-bottom: 30px;
  }
  #divCover {
    padding-top: 130px;
  }
  #divSectionTeam img {
    width: 55%;
  }
  .menu {
    display: none;
  }
  #divTopHeaderWrap {
    display: block;
  }
  body {
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
  }
  #divFooterWrap {
    text-align: left;
    padding-left: 20px;
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;

    transition: color 0.3s ease;
  }

  a:hover {
    color: rgb(255, 50, 50);
  }
  #gallery-9,
  #gallery-10,
  #gallery-11,
  #gallery-12,
  #gallery-13,
  #gallery-14,
  #gallery-15,
  #gallery-16,
  #gallery-17,
  #gallery-18 {
    display: flex;
    flex-direction: column;
    height: auto;
    align-content: center;
    gap: 5px;
    margin: 0;
  }
  #gallery-9 li,
  #gallery-10 li,
  #gallery-11 li,
  #gallery-12 li,
  #gallery-13 li,
  #gallery-14 li,
  #gallery-15 li,
  #gallery-16 li,
  #gallery-17 li,
  #gallery-18 li {
    width: 100%;
    height: auto;
  }
  #aboutTxt {
    text-align: left;
    margin: 0px 10px;
  }
  #aboutTxt h1 {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
  }
  #aboutTxt p {
    font-size: 15px;
  }

  #menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 290px;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;

    background: black;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    font-family: myThirdFont;
    padding: 10px 0;
    font-size: 18px;
  }
  #menu a {
    text-align: left;
  }
  .overlay {
    display: none;
  }
  #divCoverWrap img {
    display: none;
  }

  @media screen and (max-width: 768px) {
    #menu {
      transform: none;
      opacity: 0;

      transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
  }
  .navbarHamburger {
    width: 100px;
  }
  .logo img {
    width: 90px;
  }
}
