/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

li, a, button {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

button {
  padding: 0 35px;
  background-image: radial-gradient(rgba(110,155,39,0.6),rgba(20,54,1,0.4));
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  margin-right: 11px;
}

button:hover {
  background-color: #12ac4d;
}

*{
  /*font-family: 'Poppins', sans-serif;*/
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   transition: all .2s linear;
   text-transform: capitalize;
}

html{
   font-size: 62.5%;
   overflow-x: hidden;
}

body div {
  overflow: hidden;
}

body{
  background: rgb(243, 232, 214);
  /*background:*//*linear-gradient(to right,rgba(110,155,39,0.6),rgba(20,54,1,0.4)),*//*url("images/medina_masjid_2.jpg")center no-repeat;*//*image-size 1920H 1080W*/
  width: 100%;
  height: 100vh;
  background-size: cover;
}

@media (max-width:768px) {
  body {
    background-size: contain;
    background-position: top;
}
  #listen {
    margin-top: -1000px;
  }
}

/* ==================================== */

.topnav .navbar-brand {
  float: right;
  display: block;
  text-align: center;
  padding: 7px;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

.topnav .navbar-brand img {
  width: 55px;
  margin-top: -20px;
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: rgba(20,54,1,0.6);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px;
  text-decoration: none;
  font-size: 11px;
  margin-top: 15px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: rgb(178, 236, 178);
}

/* Add an active class to highlight the current page */
.topnav a.active {
  color: rgb(178, 236, 178);
  font-size: 25px;
  text-transform: uppercase;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media (max-width:991px){

   html{
      font-size: 55%;
   }
}

/*.bismillah-1 {
  width: 400px;
  margin-bottom: 35px;
  margin-top: 71px;
}*/

/*.button-29 {
  align-items: center;
  appearance: none;*/ 
  /*background-image: radial-gradient(rgba(110,155,39,0.6),rgba(20,54,1,0.4)) /*radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);*/
  /*background: #fff;
  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: "JetBrains Mono",monospace;
  height: 30px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  text-align: left;
  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: 18px;
  margin-bottom: 23px;
}

.button-29: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;
}

.button-29:hover {
  box-shadow: #fff /*rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3)*/ /*0 7px 13px -3px,*/ /*#053001*/ /*rgba(20,54,1,0.6) 0 -3px 0 inset;*/
  /*transform: translateY(-2px);
}*/

/*.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.button-29 a {
  text-transform: uppercase;
  color: darkgreen;
  font-weight: bold;
  text-decoration: none;
}*/

.button-11 {
  align-items: center;
  appearance: none;
  /*background-image: radial-gradient(rgba(110,155,39,0.6),rgba(20,54,1,0.4))*/ /*radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);*/
  background: #fff;
  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: "JetBrains Mono",monospace;
  height: 30px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  text-align: left;
  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: 18px;
  margin-bottom: 23px;
}

.button-11: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;
}

.button-11: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);
}

.button-11:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.button-11 a {
  text-transform: uppercase;
 /* color: #021600;*/
  color: darkgreen;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 992px){
  .button-11 {
      width: 100%;
      font-size: 15px;
       /* background-image: radial-gradient(rgba(110,155,39,0.6),rgba(20,54,1,0.4))*/ /*radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);*/
       background-color: #fff;
  }
  .button-11 a {
    color: #000;
  }
  .project-container {
    margin-left: -110px;
    width: 90%;
  }
}

.clicks-container{
  background: #053001;
  position: relative;
  overflow: hidden;


}

.clicks {
  margin-bottom: 290px;
  margin-left: 600px;
}

h4 {
  color: #fff;
  padding-left: 90%;
}

#audio-player {
  width: 100%;
  margin-top: 50px;
  height: 25px;
}

#listen {
  margin-top: 50px;
}

#listen .container-projects {
   max-width: 1200px;
   margin:0 auto;
   padding:3rem 2rem;
   margin-top: 0px;
}

#listen .container-projects .title{
  font-weight: 600;
  font-size: 35px;
  color: rgba(85, 85, 85, 0.637);
   margin-bottom: 3rem;
   text-transform: uppercase;
   text-align: center;
}

#listen .container-projects .products-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   gap:2rem;
}

#listen .container-projects .products-container .product{
   /*text-align: center;*/
   padding:3rem 2rem;
   background: #fff;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
   outline: .1rem solid #ccc;
   outline-offset: -1.5rem;
   cursor: pointer;
}

#listen .container-projects .products-container .product img{
   height: 20rem;
   text-align: center;
}

#listen .container-projects .products-container .product:hover img{
   transform: scale(.9);
}

#listen h3{
   padding:.5rem 0;
   font-size: 23px;
   font-weight: 700;
   font-family: 'Montserrat';
   color:#777;
   text-align: center;
   text-transform: uppercase;

}

#listen .container-projects .products-container .product:hover h3{
   color:#27ae60;
}

#listen .container-projects .products-container .product .price{
   font-size: 15px;
   color:#fff;
   margin-top: 10px;
   text-align: center;
   background: green;
   border-radius: 50px;
   visibility: hidden;
}

#listen .container-projects .products-container .product .price:hover {
  background: orange;
}

#listen .container-projects .products-container .product:hover .price {
  visibility: visible;
}

@media (max-width:768px) {
  .container-projects .products-container .product .price {
    visibility: visible;
  }
}

#listen .container-projects .products-container .product .text {
  color: #555;
  font-size: 15px;
}

#listen .container-projects .products-container .product:hover .text {
  color: rgba(153, 153, 153, 0.233);
}

#listen .products-preview{
   position: fixed;
   top:0; left:0;
   min-height: 100vh;
   width: 100%;
   background: rgba(0,0,0,.8);
   display: none;
   align-items: center;
   justify-content: center;
}

#listen .products-preview .preview{
   display: none;
   padding:2rem;
   text-align: center;
   background: #fff;
   position: relative;
   margin: 2rem;
   width: 851px;
   background-color: rgba(0,0,0,0.2);
   opacity: 19;
}

@media (max-width:768px) {
.products-preview .preview p span {
  visibility: hidden;
}
}

#listen .products-preview .preview.active{
   display: inline-block;
}

#listen .products-preview .preview img{
  width: 201px;
  margin-top: -20px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#listen .products-preview .preview .fa-times{
   position: absolute;
   top:1rem; right:1.5rem;
   cursor: pointer;
   color: green;
   font-size: 4rem;
}

#listen .products-preview .preview .fa-times:hover{
   transform: rotate(90deg);
   color: orange;
}

#listen .products-preview .preview h3{
   color:#fff;
   padding:.5rem 0;
   font-size: 35px;
}

#listen .products-preview .preview .stars{
   padding:1rem 0;
   font-size: 1.7rem;
}

#listen .products-preview .preview .stars i{
   color:#27ae60;
}

#listen .products-preview .preview .stars span{
   color:#999;
}

#listen .products-preview .preview p{
   line-height: 1.5;
   padding:1rem 0;
   font-size: 15px;
   color:rgba(226, 221, 221, 0.753);
}

#listen .products-preview .preview .price{
   padding:1rem 0;
   font-size: 2.5rem;
   color:#27ae60;
}

#listen .products-preview .preview .buttons{
   display: flex;
   gap:1.5rem;
   flex-wrap: wrap;
   margin-top: 1rem;
}

#listen .products-preview .preview .buttons a{
   flex:1 1 16rem;
   /*padding:1rem;*/
   font-size: 1.8rem;
   color:#fff;
   border:.1rem solid green;
   text-decoration: none;
}

#listen .products-preview .preview .buttons a:hover {
  color:#fff;
}

#listen .products-preview .preview .buttons a.cart{
   /*background: #444;
   color:#fff;*/
   flex:1 1 16rem;
   padding:1rem;
   font-size: 1.8rem;
   color:#fff;
   border:.1rem solid green;
}

#listen .products-preview .preview .buttons a.cart:hover{
   background: orange;
   color:#fff;
}

#listen .products-preview .preview .buttons a.buy:hover{
   background: orange;
   color:#fff;
}

.bg-light {
	background-color: transparent !important;
}

/* CSS */
.button-91 {
  color: #fff;
  padding: 5px 25px;
  background-color: #38D2D2;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}

.fancy-button {
  text-align: center;
  margin-top: 25px;
}
/* =======================================================*/

.heading-container {
  text-align: center;
  margin-top: 15px;
  /*background: rgba(5, 31, 6, 0.5) linear-gradient(rgba(5, 31, 6, 0.5) 0%, rgba(5, 31, 6, 0.5) 5%, rgba(5, 31, 6, 0.5) 40%, rgba(47, 147, 69, 0.7) 76%, rgba(47, 147, 69, 0.7) 94%, rgba(93, 236, 117, 0.5) 100%) repeat scroll 0% 0%;*/
  color: #555;
}
.heading-container h3 {
  font-weight: 600;
  font-size: 45px;
}

@media (max-width:768px){

   .products-preview .preview img{
      visibility: hidden;
   }
}

@media (max-width:450px){

   html{
      font-size: 50%;
   }
}

/*==========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 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 h4 {
  padding-left: 10px;
}
.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;
}

.footer .footer-top .footer-newsletter h4 {
  padding-left: 15px;
}

#footers-d {
  margin-top: 100px;
}

@media (max-width: 992px){
  .button-11 {
      width: 100%;
      font-size: 15px;
  }
  .footer .footer-newsletter h4 {
    right: 50%;
  }
  .footer .footer-links h4 {
    right: 50%;
  }
}
/*=========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=====*/

.card-header {
  text-align: center;
  font-family: 'Montserrat';
  color: #999;
}
.card-text {
  font-size: 15px;
  font-family: 'Montserrat';
  text-align: left;
  color: #555;
}

.card-title {
  font-size: 19px;
  font-weight: 900;
  font-family: 'Montserrat';
  text-align: center;
  background-color: rgb(178, 236, 178);
  border-radius: 5px;
  text-transform: uppercase;
  color: #444;
}

.daleel{
  font-size: 11px;
  font-weight: 900;
  font-family: 'Montserrat';
  text-align: center;
  align-items: center;
  font-style: italic;
  background-color: rgb(178, 236, 178);
}

.card {
  border: solid 3px rgb(178, 236, 178);
  border-radius: 7px;
}

#downloadpdf {
  border-radius: 5px;
  background-color: rgb(178, 236, 178);
  border: solid 1px crimson;
  color: crimson;
  font-family: 'Montserrat';
  font-weight: 900;
}