@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
* {
    font-family: "Poppins", sans-serif;
  }
  .fw-medium {
    font-weight: 500;
  }
  .fw-semibold {
    font-weight: 600;
  }
  .fw-bold {
    font-weight: 700;
  }
  .text-black-primary {
    color: #333;
  }
  .text-black-secondary {
    color: #666;
  }
  .scale-up {
    transform: scale(1.2);
  }
body {
    background-color: #a099e8;
  }
  /* .linear-gradient-body {
    background: linear-gradient(
      287.83deg,
      #8d99ae 32.33%,
      rgba(237, 242, 244, 0) 91.61%
    );
  } */
  .locate-floor {
    right: 0;
    transform: translate(40%, 0%);
  }
  .with-fit-content {
    width: fit-content;
  }
  
  @media only screen and (max-width: 600px) {
    .scale-down {
      width: 170%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .width-100-important {
      width: 100% !important;
    }
    .scale-up {
      
      transform: scale(1);
    }
  }
  
  @media only screen and (min-width: 992px) {
    .scale-down {
      width: 200%;
    }
  }
  
  /* Color Pallete */
  .gunmetal {
    background-color: #2b2d42;
  }
  .cool-grey {
    background-color: #8d99ae;
  }
  .anti-flash-white {
    background-color: #f4efed;
  }
  .medium-candy-apple-red {
    background-color: #d90429;
  }
  
  .text-gunmetal {
    color: #2b2d42;
  }
  nav{
    background-color: #09062c;
  }





  

.footer-section {
  background: #824a00;;
  position: relative;
  bottom: 0;
  width:100%;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #262222;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}

.copyright-area{
  background: #4d2f06;
  padding: 10px 0;
  align-items: center;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  align-items: center;
  color: #ffffff;
}
.copyright-text p a{
  color: #efff14;
  text-decoration: none;
}
