*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body{
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

/* --- nav bar start --- */

.nav-bg{
  background: rgba(20,54,1,0.6);
}
.navbar-nav .nav-link{
  color:#fff!important;
}
.navbar-toggler{
  outline:none!important;
}

/* Style The Dropdown Button */
/*.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown .nav-item{
  background-color: orangered;
  border-radius: 7px 15px;
}*/

/* 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;
  font-size: 13px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #1d3501;
  color: #fff;
}

/* 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;
}


/* --- nav bar end --- */
/*---Hero---*/
#hero{
  width:100%;
  height: 100vh;
  overflow:hidden;
  position: relative;
}
#hero:after{
  content:'';
  position:absolute;
  left:50%;
  top:0;
  width:130%;
  height:95%;
  background:/*linear-gradient(to right,rgba(110,155,39,0.6),rgba(20,54,1,0.4)),*/url("images/dome_of_medina.jpg")center no-repeat;/*image-size 1920H 1080W*/
  z-index:0;
  border-radius: 0 0 50% 50%;
  transform:translateX(-50%) rotate(0deg);
}
#hero:before{
  content:'';
  position: absolute;
  left:50%;
  top:0;
  width:130%;
  height:96%;
  background:rgba(110,155,39,0.8);
  opacity:0.3;
  z-index:0;
  border-radius:0 0 50% 50%;
  transform: translateX(-50%)translateY(18px)rotate(2deg);
}
#hero .carousel-container{
  display:flex;
  justify-content: center;
  align-items:center;
  flex-direction:column;
  text-align:center;
  bottom:0;
  top:0;
  left:0;
  right:0;
}
#hero h2{
  color:#fff;
  margin-bottom:30px;
  font-size:48px;
  font-weight:bold;
  text-transform: uppercase;
  text-shadow: 3px 3px #3e8e41;
}
#hero p{
  width:80%;
  animation-delay:0.4s;
  margin:0 auto 30px auto;
  color:#fff;
}
#hero .carousel-control-prev, 
#hero .carousel-control-next{
  width:10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon{
  background:none;
  font-size:48px;
  line-height:1;
  width:auto;
  height: auto;
}
#hero .hero-btn{
  font-weight:bold;
  font-size:16px;
  letter-spacing:1px;
  display:inline-block;
  padding:12px 32px;
  border-radius:50px;
  transition:0.5s;
  line-height:1;
  margin:10px;
  color:#fff;
  animation-delay:0.5s;
  border:2px solid #9ef596;
}
#hero .hero-btn:hover{
  background:#0a6801;
  color:#fff;
  text-decoration:none;
}
@media(min-width:1024px){
  #hero p{
      width:60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next{
      width:5%;
  }
}
@media(max-width:768px){
  #hero h2{
      font-size:28px;
  }
  #hero:after{
      width:180%;
      height:95%;
      border-radius:0 0 50% 50%;
      transform:translateX(-50%)rotate(0deg);
  }
  #hero:before{
      top:0;
      width:180%;
      height:94%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%)translateY(20px)rotate(4deg);
  }
}
@media(max-width:575px){
  #hero:after{
      left:40%;
      top:0;
      width:200%;
      height:95%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%)rotate(0deg);
  }
  #hero:before{
      left:50%;
      top:0;
      width:200%;
      height:94%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%)translateY(20px)rotate(4deg);

  }
}
/*--End of Hero---*/

/*========Sunnats========*/

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #053001;
  color: #fff;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 15px;
  text-transform: uppercase;
}
.arabic {
  font-size: 25px;
}
.transliteration {
  font-size: 13px;
  font-style: italic;
}
.translation {
  font-size: 11px;
  font-weight: 500;
}

.fa-whatsapp {
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 5px 10px;
  border: none;
  font-size: 33px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px;
  color: #fff;
}

button {
  position: absolute;
  top: 45%;
  left: 37%;
  padding: 5px 10px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px; 
}
button:hover {
  background-color: #fff;
  color: #000;
}
.card span {
  display: none;
}
.card:hover span {
  display: block;
}
.card:hover .card {
  transform: scale(1.1);
  filter: brightness(0.3);
}
.card:hover {
  color: #000;
}
.card a {
  text-decoration: none;
  color: #1d3501;
  font-weight: bold;
}
/*========End of the Sunnats Section========*/

/*==========Footer Section=========*/
.footer{
  background:linear-gradient(rgba(162,247,106,0.6),rgba(0,59,37,0.4));
  padding: 0 0 30px 0;
  color: #000;
  font-size: 15px;
}
.footer .footer-top{
  padding: 60px 0 30px 0;
}
.footer .footer-top .footer-des{
  margin-top: -90px;
  margin-bottom: 15px;
  background:#053001;
  color:#fff;
  border-top: 4px solid #b3f19b;
  text-align: center;
  padding:30px 20px;
}
.footer .footer-top .footer-des {
  background-size: cover;
  background-image: url("images/dome_of_medina.jpg");
}
.footer em {
  font-size: 13px;
  margin-left: 57px;
}
.footer .footer-top .footer-des h3{
  font-size:24px;
  margin: 0 0 2px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: bold;
}
.footer .footer-top .footer-des em {
  font-size: 11px;
}
.footer .footer-top .footer-des p{
  font-size:14px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer .footer-top .social-links a{
  font-size: 18px;
  display: inline-block;
  background: #b3f19b;
  color:#053001;
  line-height:1;
  padding:8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align:center;
  width: 36px;
  height:36px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover{
  background: #053001;
  color: #fff;
  text-decoration: none;
}
.footer .footer-top h4{
  font-size:16px;
  font-weight:bold;
  color: #000;
  position:relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links{
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul{
  list-style: none;
  padding: 0;
  margin:0;
}
.footer .footer-top .footer-links ul i{
  padding-right: 2px;
  color:#000;
  font-size: 18px;
  line-height: 1;
}
.footer .footer-top .footer-links ul li{
  padding: 10px 0;
  display: flex;
  align-items:center;
}
.footer .footer-top .footer-links ul li:first-child{
  padding-top:0;
}
.footer .footer-top .footer-links ul a{
  color:#000;
  transition:0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover{
  color: #053001;
}
.footer .footer-top .footer-newsletter form{
  margin-top:30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
.footer .footer-top .footer-newsletter form input[type="email"]{
  border:0;
  padding: 4px;
  width: calc(100% - 110px);
}
.footer .footer-top .footer-newsletter form input[type="submit"]{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  border:0;
  background: none;
  font-size:16px;
  padding: 0 20px;
  background: #053001;
  color:#fff;
  transition: 0.3s;
  border-radius:4;
}
.footer .footer-top .footer-newsletter form input[type="submit"]:hover{
  background: #b3f19b;
  color:#053001;
}
/*=========End of Footer Section==========*/

/*========Copyright Section======*/
.skycloud-enterprises {
  text-align: center;
}
.skycloud-enterprises a {
  text-decoration: none;
  color: #053001;
  font-weight: bold;
}
.skycloud-enterprises i {
  font-weight: bold;
  color: #053001;
}
/*========End of Copyright Section=====*/
 
.column {
  width: 200px;
  align-items: center;
  margin-left: 20px;
  float: left;
  border: #000;
  border-radius: 10px;
}
.container {
  align-items: center;
}

.dropdown .nav-item {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(rgba(219, 155, 81, 0.836),rgba(54, 33, 1, 0.4)) /*radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%)*/;
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  height: 30px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 14px;
  margin-top: 3.5px;
}

.dropdown .nav-item:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.dropdown .nav-item:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #053001 0 -3px 0 inset;
  transform: translateY(-2px);
}

.dropdown .nav-item:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.malfoozaat-container .column {
  border: 1px solid #053001;
  background-color: #9ef596;
  margin-bottom: 10px;
}

.malfoozaat-img {
  width: 145px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.malfoozaat-container h1 {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #555;
}

.malfoozaat-container p {
  font-size: 11.5px;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: center;
}

.malfoozaat-container a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}