body {
  font-family: Poppins, sans-serif;
  color: #000;
  background-color: #fff;
}

.custom_nav-container {
  height: 70px;
}

#Logotip {
  max-height: 50px;
  width: auto;
  background-color: white;
}

.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-toggler {
  height: 100%;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

iframe {
  margin: 0 auto;
  background-color: #777;
  display: block;
}

.heading_container h2 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.heading_container h2::before {
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.heading_container h2::after {
  right: -5px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}


.hero_video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.container {
  max-width: 1300px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #fff;
  text-align: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  border-radius: 100%;
  background-color: #fff;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a {
  color: #fff;
}

a:focus,
a:hover {
  color: green;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #fff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: 0;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url("http://jelenovgric.com/images/icons8-grip-lines-96.png");
  background-size: 100px;
}

.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d4af37;

}

.slider_section .detail-box {
  text-align: center;
  margin-bottom: 500px;
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  text-transform: uppercase;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

#reservationButton {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);

  display: inline-block;
  padding: 20px 70px;
  /* bigger padding → larger button */
  font-size: 1.5rem;
  /* bigger text */

  background-color: #fff;
  color: #d4af37;
  text-decoration: none;
  border: #606c60 solid 3px;
  border-radius: 30px 30px 0 30px;
  /* rounder corners */
  z-index: 1000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#reservationButton:hover {
  background-color: #606c60;
  color: #000;

}


button {
  display: inline-block;
  padding: 10px 55px;
  background-color: #606c60;
  border: 1px solid #606c38;
  color: #fff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

button:hover {
  background-color: transparent;
  color: #000;
}

.do_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.do_section .do_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 35px 25px 0;
}

.do_section .do_container .box .img-box {
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353434;
  border-radius: 100%;
}

.do_section .do_container .box .img-box img {
  width: 80%;
}

.do_section .do_container .box .detail-box {
  margin-top: 35px;
}

.do_section .do_container .box:hover .img-box {
  background-color: #fec016;
}

.do_section .do_container .arrow_bg::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -17px;
  width: 262%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}

.do_section .do_container .arrow-start::before {
  background-image: url("http://jelenovgric.com/images/arrow-start.png");
}

.do_section .do_container .arrow-middle::before {
  background-image: url("http://jelenovgric.com/images/arrow-middle.png");
}

.who_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.who_section .img-box img {
  width: 100%;
}

.who_section .detail-box {
  margin-left: 65px;
}

.who_section .detail-box p {
  margin-top: 35px;
}

.who_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #fff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.who_section .detail-box a:hover {
  background-color: transparent;
  color: #353434;
}

.work_section .work_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.work_section a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #fff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.work_section a:hover {
  background-color: transparent;
  color: #000;
}

.work_section .work_container .box {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.work_section .work_container .box img {
  width: 100%;
}

.work_section .work_container .box.b-2,
.work_section .work_container .box.b-3 {
  width: 43.5%;
}

.work_section .work_container .box.b-1,
.work_section .work_container .box.b-4 {
  width: 56.5%;
}

.client_section {
  background-color: #ded1b6;
}

.owl-stage {
  font-size: larger;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.client_section .box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.client_section .box .img-box {
  width: 60px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.client_section .box .detail-box h5 span {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  color: #fec016;
}

.client_section .box .detail-box img {
  width: 15px;
  margin: 35px 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.client_section .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.client_section a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #fff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.client_section a:hover {
  background-color: transparent;
  color: #353434;
}

.client_section .owl-item.active.center .box {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}


.target_section {
  background-size: cover;
  color: #fff;
  text-align: center;
}

.detail-box {
  z-index: 5;
}

.target_section .detail-box {
  margin: 30px 0;
}

.target_section h2 {
  font-weight: 700;
}

.target_section h5 {
  font-size: 18px;
  font-weight: 500;
}

.contact_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section {
    background: #765341;
    color: white;
    padding: 3rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.info_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.info_section h5 {
    color: var(--primary-gold);
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.info_section p, .info_section a {
    color: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}

.info_section a:hover {
    color: var(--primary-gold);
    text-decoration: none;
    transform: translateX(5px);
}

.info_section .info_insta .insta_container img {
  width: 100%;
}

.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  padding: 10px 20px;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.info_section .info_contact>div img {
  height: auto;
  margin-right: 12px;
}

#bentral-frame-0a907c4b37f5f6a19abb79158033d6ad {
  width: 100%;
}

.squares-row {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: nowrap;
}

.square {
  flex: 1 1 0;
  max-width: 30%;
  height: 450px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.6s, opacity 0.6s;
  overflow-y: auto;
}

.square.toggled {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  font-size: 15px;
}

.square1 {
  background: #524c2f;
}

.square2 {
  background: #524c2f;
}

.square3 {
  background: #524c2f;
}

.fade-out {
  opacity: 0;
}

@media (max-width: 1000px) {
  .square {
    width: 300px;
    height: 300px;
    font-size: 13px;
  }
}

.square ul {
  padding-left: 20px;
  margin: 0;
}

.square li {
  margin-bottom: 6px;
}

.who_section {
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(222, 184, 135, 0.05));
}

.who_section .detail-box p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.2rem;
}

.heading_container h2 {
  color: #8b4513;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.client_section {
  background: linear-gradient(135deg, #f5f5dc, #deb887);
  padding: 60px 0;
}

.work_section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(222, 184, 135, 0.05));
}

.info_section {
  color: white;
  padding: 60px 0;
}

.info_section h5 {
  color: #deb887;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.info_section a {
  color: #deb887;
  transition: color 0.3s ease;
}

.info_section a:hover {
  color: white;
}

#reservationButton {
  background: linear-gradient(135deg, #deb887, #cd853f);
  color: white !important;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(222, 184, 135, 0.4);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 20px;
}

#reservationButton:hover {
  box-shadow: 0 8px 25px rgba(222, 184, 135, 0.6);
  background: linear-gradient(135deg, #cd853f, #deb887);
  text-decoration: none;
  color: white !important;
}

.do_section .box {
  background: linear-gradient(135deg, rgba(222, 184, 135, 0.1), rgba(255, 255, 255, 0.9));
  border-radius: 15px;
  padding: 2rem;
  margin: 1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(222, 184, 135, 0.2);
}

.do_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.do_section .box h6 {
  color: #8b4513;
  font-weight: 700;
  margin-top: 1rem;
}