/**
  */


/*  */
footer {
  width: 100%;
  background-color: #1F1F1F;
  padding: 0 30px;
  padding-top: 40px;
  color: white;
  border-bottom: 3px solid #E42D11;
}

.footer-logo-container {
  max-width: 250px;
  margin: auto;
  margin-bottom: 30px;

}

.footer-logo-container img {
  width: 100%;
}

footer>.header {}

footer>.main {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-bottom: 100px;
}

footer .main>.footer-group {
  width: calc(100% / 3 - 50px);
  margin: auto;
  margin-top: 0;
}

.footer-group>.header {
  color: white;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bolder;
}

.footer-logo {
  max-width: 80%;
}

.footer-group>.link-list {
  color: white;
  padding: 0;
  height: fit-content;
}

.footer-group>.link-list li {
  list-style-type: none;
  margin: 15px 0;
}

.footer-group>.link-list li>a {
  display: flex;
  align-items: center;
  justify-content: left;
  text-transform: capitalize;
}

.footer-group>.link-list li>a>.icon {
  color: white;
  margin-right: 10px;
}

.footer-group>.link-list li>a>.title {
  color: grey;
}


footer>.footer {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border-top: 0.5px dashed grey;
  height: fit-content;
  padding: 40px 0px;
  font-weight: bold;
}



footer *{
  color:white;
}

@media only screen and (max-width:991px){
  footer > .main{
        display: block;
    }footer .main > .footer-group{
        width: 100%;
        margin-top: 50px;
    }.footer-logo{
        max-width: 250px;
    }
}

.follow-icons-container{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.follow-icon{
  font-size: 20px;
  border-radius:50%;
  padding: 5px;
  background:royalblue;
  margin-top: 20px;
  
}