/* Navbar  */
.nav-item.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
/* start why-book-this */
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.carousel-inner {
  height: 355px;
}

.carousel-item {
  height: 355px;
}

.carousel-item img {
  height: 100%;
}

.text-whyBook {
  padding: 36px 11px;
}

.text-whyBook {
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}

/* start Team  */
.Team-Img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  object-position: left;
}

.popular-adventures .card img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  object-position: left;
}

.popular-inner-content.blue-box {
  background: #006068;
}

.popular-adventures .card:hover .popular-inner-content.blue-box {
  background: #005f68c0;
}

.popular-adventures .card:hover .popular-inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #3e4148;
  top: 0;
  transition: all 0.5s ease;
}

.popular-adventures .card {
  overflow: hidden;
  transition: all 0.5s ease;
}

.popular-adventures .card h4 {
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 26px;
  top: inherit;
  z-index: 88;
}

.popular-inner-content::before 
{
	top: -3px;
}
.text-whyBook p i {
  font-weight: 200;
}

.why-book-this {
  padding: 50px 0px 0px !important;
}
.popular-adventures .card:hover h4 {
  top: 35px;
  z-index: 88;
}

.popular-inner-content ul li {
  line-height: 30px;
}
.popular-adventures .popular-inner-content ul li 
{
	margin: 10px 0px;
}
.popular-adventures .popular-inner-content 
{
	top: calc(100% - 18px);
}

.carousel-control-prev {
  position: relative;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon,
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  background: none;
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.carousel-control-prev-icon {
  top: -183px;
  left: -17%;
  border-right: 12px solid #ffffff;
  border-left: none;
}

.carousel-control-next-icon {
  top: 183px;
  right: -18%;
  border-left: 12px solid #ffffff;
  border-right: none;
}



.card {
  margin-right: 0.8em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: 0px;
  height: 357px;

}


.card img {
  max-height: 100%;
}

.popular-adventures .carousel-item {
  width: 100%;
}


.popular-adventures .card h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  top: -5px;
}
.popular-adventures .card:hover .popular-inner-content:before {
  display: none;
}


/* our Locations */

.More-info {
  padding-top: 40px;
}

.More-info p {
  line-height: 30px;
  font-size: 22px;
}
.MOUJ-MARINA {
  padding-top: 30px;
}
.MOUJ-MARINA h3
{
	color:#00646a;
	position:relative;
	margin-bottom:30px;
}


.Mouj-text {
  padding: 40px 10px;
}


.Mouj-text p {
  font-size: 22px;
}



/* Media query for devices greater than 768px */
@media (min-width: 768px) {
  .popular-adventures .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
    width: 25%;
  }

  .popular-adventures .carousel-inner {
    display: flex;
  }
}

@media (max-width:768px) {
  #popular-carousel-inner {
    padding-left: 3%;
  }

  .carousel-control-prev-icon {
    left: -3%;
  }
.Mouj-text p, .More-info p {
  font-size: 18px;
}
}