body {
  overflow-x: hidden;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

.carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url('../img/bali/eyal-nachum-bali-7.JPG');
  background-size: cover;
}

.carousel-image-2 {
  background: url('../img/venice/eyal-nachum-venice-29.JPG');
  background-size: cover;
}

.carousel-image-3 {
  background: url('../img/vaduz/eyal-nachum-vaduz-7.JPG');
  background-size: cover;
}

#home-heading {
  position: relative;
  height: 100px; 
  background: url('../img/bali/eyal-nachum-bali-7.JPG');
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  
}

.intro-text-title{
  padding:20px;
  text-align: left; 
  color: #fff;
 

}

.intro-text{
  padding:20px;
  background-image: url("../img/bali/eyal-nachum-bali-7.JPG"), linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center; 
  color: #fff;
 

}
/* .intro-text:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
} */

.dark-overlay {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

}

#video-play {
  position: relative;
  min-height: 200px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/eyal-nachum-bali-5.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #000;
  color: #fff;
}

.fab {
  padding-right: 20px;
}



.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

.content_img{
  position: relative;
  /* width: 200px;
  height: 200px; */
  float: left;
  margin-right: 10px;
 }
 
 .content_img div{
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(250, 249, 249);
  color: black;
  margin-bottom: 5px;
  font-family: sans-serif;
  font-size: 15px;
  opacity: 0;
  line-height: 1.3;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear; 
  transition: visibility 0s, opacity 0.5s linear;
 }
 
 .content_img:hover{
  cursor: pointer;
 }
 
 .content_img:hover div{
  width: 100%;
  padding: 8px 15px;
  visibility: visible;
  opacity: 0.8; 
 }

