/*@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%;
   }
}

@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%;
  }
}

#listen {
  margin-top: 100px;
}



@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;
}

@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=====*/

#footers-d {
  margin-top: 700px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 5px;
  padding-left: 80px;
  margin-bottom: 15px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

#listen2 img {
  height: 100%;
  width: 300px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}

/*===========================================*/