/*@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;
  margin-top: -5px;
}

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: -350px;
  }
}

/* ==================================== */

.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: 40px;
  margin-top: -15px;
}


/* 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: 7px;
}

/* 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);
}

/* 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%;
   }
}

@media (max-width:450px){

   html{
      font-size: 50%;
   }
}

.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;
  margin-top: 10px;
}

.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-29 a:hover {
  color: #fff;
}

.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;
  margin-top: 10px;
}

.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;
}

.button-11 a:hover {
  color: #fff;
}

@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: darkgreen;
  }
  .button-29 {
    margin-top: 5px;
  }
}

.clicks-container{
  background: #053001;
  position: relative;
  overflow: hidden;
}

.clicks {
  margin-bottom: 290px;
  margin-left: 600px;
}

@media (max-width: 992px){
  .clicks {
    margin-left: auto;
    margin-top: 200px;
  }

  .bismillah-1 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.store {
  margin-top: 135px;
}

/*==========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==========*/

.heading {
  color: #053001;
  font-weight: bold;
}

/*========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=====*/