body {
  width: 90%;
  margin: auto;
  background-color: #fcf5ee;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-logo {
  text-align: center;
  position: relative;
}
.main-page-logo {
  width: 40%;
}

.zlatibor-main-page-logo {
  text-align: center;
  position: relative;
  width: 40%;
}

.language-button {
  width: 100%;
  border: none;
  background-color: transparent;
}

/* .choose-language {
  width: 10%;
  position: absolute;
  top: 20px;
  right: 16px;
}

@media only screen and (max-width: 480px) {
  .choose-language {
    position: absolute;
    top: 8px;
    right: 2px;
  }
} */
.choose-language {
  width: 100%;
  position: absolute;
  top: 20px;
  right: 16px;
  display: flex;
  justify-content: space-between;
}

.choose-language .language-button {
  float: left;
  margin: 0 10px;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 480px) {
  .choose-language {
    position: fixed;
    top: 8px;
    right: 2px;
    width: auto;
  }

  .choose-language .language-button {
    width: 20px;
    height: 20px;
  }
}



.header-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: #cc9a19;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .header-text {
    margin-top: 7px;
    font-weight: 500;
    font-size: 0.8rem;
  }
  .choose-language {
    width: 16%;
    position: absolute;
    top: 15px;
    right: 5px;
  }
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: transparent;
  color: #000000;
  border: none;
}

.carousel-inner {
  height: 400px;
  width: auto;
}

.imageObject {
  height: 400px;
  object-fit: cover;
}

.cards {
  display: inline-block;
  border: none !important;
  margin: 30px 75px 0 75px;
  background-color: #fcf5ee;
  
}
@media (max-width: 768px) {
  .cards {
    margin: 30px auto;
  }
}

.cardImage {
  border-radius: 45% 45% 0 0;
  border: 3px #cc9a19;
  border-style: solid;
  border-bottom: none;
  height: 181px;
}
.card-body {
  border: 3px #cc9a19;
  border-style: solid;
  border-top: none;
}

footer {
  background-color: #fcf5ee;
  border: 1px #afadad;
  border-top-style: solid;
  margin-top: 50px;
}

.footer-powerd-by {
  text-align: left;
  font-size: 0.7em;
}

.links-to-legal {
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.links-to-legal a {
  color: #000000;
}

.links-to-legal li {
  list-style: none;
  display: inline-block;
}
.cards-choose-location {
  text-align: center;
  margin-top: 50px;
}

.cards-choose-location h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  color: #cc9a19;
}
.izaberi-svoju {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: #cc9a19;
}
.avantura {
  font-family: "Zeyada", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
  color: #cc9a19;
}

#idCard {
  text-decoration: none;
  color: #000000;
}

/* Nav Bar style*/
.navbar-sve {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.navbar-buttons {
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  word-spacing: 1em;
  
}

/* .navbar {
  margin-top: 20px;
}

.navbar button {
  all: unset;
  color: #6e6c6c;
  border-radius: 20%;
  padding: 0.5rem 0.5rem;
}

.nav-btn-decoration {
  text-decoration: none;
  color: #000000;
}

.navbar-buttons-a {
  margin-right: 30px;
  width: 10%;
  transition: 0.3s background-color;
}



@media only screen and (max-width: 1009px) {
  .navbar-buttons {
    height: 40px;
    line-height: 40px;
    font-size: medium;
    display: inline-block;
    text-align: center;
  }

  .navbar-buttons-a {
    width: auto;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    color: black;
    border: 1px solid #000000;
    border-radius: 1cm;
    border-color: rgb(238, 188, 188);
    background-color: rgb(238, 188, 188);
    transition: 0.3s background-color;
  }
} */
.navbar {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar button {
  all: unset;
  cursor: pointer;
  color: #6e6c6c;
  border-radius: 20%;
  padding: 0.5rem 0.5rem;
  transition: 0.3s background-color;
  flex: 1;
}

.nav-btn-decoration {
  text-decoration: none;
  color: #000000;
}

.navbar span:hover {
  background-color: #f7eebe;
}
.navbar span:focus {
  background-color: #f7eebe;
  color: #000000;
}

.navbar-nav a:hover {
  background-color: #f7eebe;
}

.navbar-nav a:focus {
  background-color: #f7eebe;
  color: #000000;
}

.navbar-toggler {
  text-decoration: none;
  outline: 0;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.collapse {
  justify-content: center;
}

@media (min-width: 768px) {
  .collapse {
    justify-content: center;
  }

  .navbar-nav {
    justify-content: center;
  }
}


@media only screen and (max-width: 1009px) {
  .navbar {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .navbar button {
    width: auto;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.navbar-buttons-a:hover {
  background-color: #f7eebe;
}

.navbar-buttons-a:focus {
  background-color: #f7eebe;
  color: #000000;
}


.wrapper-gallery {
  margin: 0 10vw;
}
.bottom-line {
  border-bottom: 1px solid #c4c1c1;
  margin-bottom: 20px;
}

#index-gallery {
  margin-top: 50px;
  display: grid;
  grid-template-rows: auto;
  grid-gap: 10px;
  grid-template-areas: 
    "img1"
    "img2";
}
 @media screen and (min-width: 600px) {
  #index-gallery {
    grid-template-areas: "img1 img2";
  }
}

#index-gallery .gallery-img {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

#index-gallery .img-1 {
  grid-area: img1;
  background-image: url("../images/gallery/adams1/DSC03527.jpg");
}

#index-gallery .img-1:hover {
  grid-area: img1;
  background-image: url("../images/gallery/adams1/DSC03508.jpg");
}

#index-gallery .img-2 {
  grid-area: img2;
  background-image: url("../images/gallery/adams2/DSC05722.jpg");
}

#index-gallery .img-2:hover {
  grid-area: img2;
  background-image: url("../images/gallery/adams2/DSC05742.jpg");
}

.gallery-img div {
  width: 100%;
  height: 100%;
  background-color: #585858;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-img span {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.gallery-img div:hover {
  opacity: 0.6;
  transition: all ease-in-out 100ms;
}

@media screen and (min-width: 800px) {
  .text-span-square {
    text-align: justify;
  }

  .text-span-square:after {
    /* this adds an extra invisible line, so any other line is justified */
    content: "";
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
}

.nanogallery2 {
  margin-left: auto;
  margin-right: auto;
}

/* .make-border {
  border: 1px solid #c4c1c1;
  border-radius: 1cm;
  border-color: #f1eae2;
  --------background-color: #f1eae2; 
  transition: 0.3s background-color;
}  */

.about-image {
  text-align: center;
  margin: auto;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.about-image img {
  margin: auto;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5%;
}

.animation-hidden-left {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-200px);
  transition: all 2s;
}

.animation-hidden-bottom {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(300px);
  transition: all 1s;
}

.animation-hidden-top {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-300px);
  transition: all 1s;
}
@media (prefers-reduced-motion) {
  .animation-hidden-left {
    transition: none;
  }
  .animation-hidden-bottom {
    transition: none;
  }
  .animation-hidden-top {
    transition: none;
  }
}

.showX {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transform: translateY(0);
}

.remove-list-style {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* .remove-list-style span {
  font-weight: bolder;
} */

/* .borders-circle {
   border-radius: 10%;
  border: 1px solid #0a0a0a;
  border-color: #0e0d0d;
  background-color: #f0e3d4;
  transition: 0.3s background-color;
  padding: 7%; 
} */

.map-responsive {
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 90%;
  width: 90%;
  position: absolute;
}

.text-center {
  margin-top: auto;
  margin-bottom: auto;
  text-align: start;
}

/* .box-shadow {
  box-shadow: 0 0 10px rgba(70, 69, 69, 0.5);
} */

#javinamse {
  height: auto;
  max-width: 300px;
}

#textJaviNamSe{
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  color: #cc9a19;
  letter-spacing: 5px;
}

.text-opacity {
  color: rgb(85, 85, 85)
}

