.footer-bottom{
  background-color: var(--primary-color);
  padding: 10px 0;
}

.footer{
    background-color: #161616;
    padding: 30px;
    color: whitesmoke;
  }

  .social-media {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-around ;
    /* border: 2px solid red; */
    padding:auto;
  }
/* .header{
    background-color: black;
    height: 300px;
    background-image: url(../images/hero-image.jpg);
    background-position: center;
    background-size: cover;
    /* align-items: center;
 }
 */
.s-bi{
    font-size: 15px;
    margin-right:15px;
    color: black;
}

.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo {
  border-bottom: 2px solid #dae4ff;
  margin-bottom: 25px;
}

.discuss {
  display: flex;
  flex-direction: row;
  padding: 0 180px;
  /* height: 500px; */
  align-items: center;
  margin-block: 50px;
  color: black;

}

.dis-cover{
  background-color:rgba(216, 40, 37,0.5);
  width:100%;
  border-radius: 10px;
}

.dis-cover h3,
.dis-cover a{
  color: #f9f9f9;
}

.dis-cover a:hover{
  color: gold;
}
.discuss-1 {
  flex: 2;
  border-right:2px solid red;
}

.discuss-1 h2 {
  font-family: "Source Sans 3";
  font-size: 35px;
  color: #dd2424;
}

.discuss-2 {
  display: flex;
  flex: 2;
  justify-content: end;
  background-image: url("../images/discuss.jpeg");
  width:300px;
  height: 200px;
  background-size: cover;
  margin-left:20px;
  border-radius: 10px;
  text-align: center;
}


.discuss-2 img {
  max-width: 400px;
  border-radius: 20px;
  margin-bottom: 20px;
}




.discuss-button {
  position: relative;
  overflow: hidden;
  border: none;
  color: white;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 15px 15px 14px;
  text-decoration: none;
  cursor: pointer;
  background: #dd2424;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 10px;
}

.discuss-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.discuss-button span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.discuss-button:after {
  content: "";
  position: absolute;
  /* bottom: -50%; */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.discuss-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.discuss-button:hover span:last-child {
  transform: translateX(-50%) translateY(-60%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

ul a{
  color:#727e89;
}

.foot .container2 {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}

.foot a li {
  font-family: "Source Sans 3", sans-serif;
}

.foot1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
}

.social-media {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-around ;
  /* border: 2px solid red; */
  padding:auto;
}