/*@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');

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;
  font-family: 'Montserrat';
  color: #fff;
}

button:hover {
  background-color: #12ac4d;
}

*{
  /*font-family: 'Poppins', sans-serif;*/
   margin:0; 
   padding:0;
   box-sizing: border-box;
   font-family: 'Montserrat';
}





@media (max-width:768px) {
  body {
    background-size: contain;
    background-position: top;
}
}

@media (max-width: 992px){

  
}

/* ==================================== */

.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:768px) {
}

@media (max-width:768px) {
}

.fancy-button {
  text-align: center;
  margin-top: 25px;
}
/* =======================================================*/

@media (max-width:768px){
}

@media (max-width:450px){
}

.about-section {
  border: 3px solid green;
  padding: 25px;
  margin: 25px;
}

.about-section .container .header h2 {
  text-align: center;
  color: rgb(133, 103, 103);
  margin-bottom: 35px;
}

.about-section .container .header p {
  font-family: 'Montserrat';
  color: #6e6e6e;
}

.about-section .container .header span {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration-line: underline;
}

.about-section .container .header h6 {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

/*==========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=====*/