
/* footer */
.containernav{
  margin-top: 0;
}

.container{
  max-width: 93%;
  margin: auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
}

.footer-col img{
  width: 170px;
  height: auto;
  margin-bottom: 30px;
}

ul{
  list-style: none;
}


.footer{
  background: rgb(116,0,130);
  background: linear-gradient(90deg, rgba(116,0,130,1) 0%, rgba(251,176,59,1) 100%);
  padding: 70px 0;
}

.footer-col{
  width: 16.5%;
  padding: 0 15px;
}

.footer-col h4{
  font-family: 'Red Hat Display', sans-serif;
  font-size: 25px;
  color: white;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
}

.footer-col ul li a{
  font-size: 17px;
  margin-top: 20px;
  text-transform: capitalize;
  font-family: 'Red Hat Display';
  color: white;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.footer-col .img-under a{
  font-size: 13px;
  font-family: 'Red Hat Display';
  text-transform: capitalize;
  color: white;
  text-decoration: none;
  font-weight: 300;
  display: block;
}

.footer-col .img-under a:hover {
  background-color: transparent; 
  color: #ffffff;
}


.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 10px;
}

.social-links{
  margin-top: 20px;
  transform: translateX(40px);
}
.social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}

.rights{
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  margin-top: 50px;
}

.rights a{
  text-decoration: none;
  color: #ffffff;
}

.social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}
.real-contacts{
  margin-top: 20px;
}
.social-links p{
  font-weight: 100;
  color: #ffffff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 12px;
}

/*Responsive*/

@media(max-width: 767px){
  .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  .rights a{
    width: 600px;
    margin-left: 50px;
    margin-top: 75px;
    color: #ffffff;
    text-align: left;
}}

@media(max-width: 574px){
  .footer-col{
      width: 100%;
  }
  .rights a{ 
    width: 400px;
    margin-left: 10px;
    margin-top: 50px;
    color: #ffffff;
    text-align: left;
}}







