@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

/* .content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;

}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: white;
} */
.content-footer .p{
  font-size: 16px;
  font-weight: 600;
  color: white;
}
footer{
  /* position: fixed; */
  bottom: 0px;
  width: 100%;
  background: #111;
  color: #d9d9d9;
  z-index: 2;
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content-footer{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content-footer:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content-footer:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #FF0157;
  top: -10px;
}
.left .content-footer p{
  text-align: justify;
}
.left .content-footer .social{
  margin: 20px 0 0 0;

}
.left .content-footer .social a{
  padding: 0 2px;
  color: #FF0157;
}
.left .content-footer .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
  color: white;
}
.left .content-footer .social a span:hover{
  background: #FF0157;
}
.center .content-footer .fas{
  font-size: 1.4375rem;
  background: #FF0157;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content-footer .fas:hover{
  background: #FF0157;
}
.center .content-footer .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content-footer .phone{
  margin: 15px 0;
}
.right-footer form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right-footer form .msg{
  margin-top: 10px;
}
.right-footer form input, .right-footer form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right-footer form input:focus,
.right-footer form textarea:focus{
  outline-color: #3498db;
}
.right-footer form input{
  height: 35px;
}

button{
    width: 100%;
    height: 50px;
    background-color: #FF0157;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    color: white;
    font-weight:bold;
}
button:hover{
    background-color: #e1175a;
    letter-spacing: 2px;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: black;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  footer{
    position: relative;
    bottom: 0px;
    width: max-content;
  }
  .box h2{
    font-size: 1rem;
   }  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 2px 0;
  }
  .box .content-footer:before{
   width: 100px;
  }
  .box .content-footer:after{
    width: 20px;
      }
}