/*
* Section - Hero
*/

/** BG - Static */
#hero-bg-static {
  background-image: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

/** BG - Parallax */
#hero-bg-parallax > .bg-img-parallax {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

/** BG - Slider */
#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(1) {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(2) {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(3) {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../assets/images/abu_abdillah-abdul_lateef.jpg");
}

/** BG - Video */
#hero-bg-video:before {
  z-index: 15;
}

#hero-bg-video .container {
  position: relative;
  z-index: 20;
}

#hero-bg-video .player.is-mobile {
  display: none;
}


/*
* Countdown
*/

#countdown {
  margin-bottom: -90px;
  margin-top: -40px;
}


/*
* Section - Venue
*/

#venue {
  background-image: url("../images/bg-venue.jpg");
}


/*
* Promo
*/

#promo {
  background-image: url("../images/bg-promo.jpg");
}


/*
* Ticket
*/

#ticket {
  background: url(../images/bg-pattern.jpg) 0 0 repeat;
}
#coaching {
  background: url(../images/2.jpg) 0 0 repeat;
}
#marriage {
  background: url(../images/1.jpg) 0 0 repeat;
}
#arabic {
  background: url(../images/3.jpg) 0 0 repeat;
}
#fiqh {
  background: url(../images/4.jpg) 0 0 repeat;
}
/*
* Register
*/

#register {
  background-image: url("../images/bg-register.jpg");
}


/*
* Footer
*/

.footer-logo {
  max-height: 40px;
}

.footer-icon-social {
  bottom: 10px;
  position: relative;
}
.onesignal-customlink-container{
  margin-top:20px;
  display: inline-block;
  text-align:center;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}