footer{
    background: #24262b;
    height: 15vh;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content p{
    max-width: 100%;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #111;
    width: 100%;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

.footer-bottom {
  display: flex !important;
}

.footer-menu {
  margin-right: auto !important;
}

.footer-menu > * {
  width: max-content !important;
}
footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
}

.footer-content {
  text-align: center;
  margin-bottom: 20px;
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socials li {
  display: inline-block;
  margin-right: 10px;
}

.socials li:last-child {
  margin-right: 0;
}

.socials a {
  color: #fff;
  font-size: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu {
  text-align: center;
}

.f-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.f-menu li {
  display: inline-block;
  margin-right: 20px;
}

.f-menu li:last-child {
  margin-right: 0;
}

.f-menu a {
  color: #fff;
  text-decoration: none;
}

.f-menu a:hover {
  color: #ffd700;
}
