footer{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./Frame 5.png"); */
    /* background-repeat: no-repeat; */
/* background-size: cover; */
/* padding-bottom: 40px; */
padding-top: 60px;
background-color: #fdf6d7;
}
.footer-info h2{
  font-size: 48px;
font-weight: 500;
color: #FFFFFF;
/* text-align: center; */
padding: 0;
margin-bottom: 10px;
}
.socail-icon i{
font-size: 24px;
color: #fff;
padding: 0px 5px 0px 5px;
}
.footer-row{
display: flex;
justify-content: center;
padding-top: 340px;

}
/* .socail-icon{
padding: 20px 0px;
margin-left: 120px;
} */
.main-row{
  display: flex;
justify-content: space-around;
}
.footer-logo img{
width: 77px;
}
.footer-contact a{
display: flex;
text-decoration: none;
color: black;
font-size: 16px;
font-weight: 300;
padding-bottom: 8px;
gap: 10px;
align-items: center;
}
.footer-contact h3 {
font-size: 20px;
font-weight: 500;
padding-bottom: 8px;
}
.footer-links h3{
font-size: 20px;
font-weight: 500;
padding-bottom: 8px;

}
.footer-links a{
display: flex;
color: black;
font-size: 13px;
font-weight: 500;
padding-bottom: 8px;
}
.main-footer{
background-color:white;
padding: 50px;
}
.copyright p{
text-align: center;
}

/* Slider CSS */
.footer-row {
  position: relative;
  display: block;
  padding:0px;
}

.footer-info {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.image-carousel{
  /* pointer-events: none; */
}
#eapps-instagram-feed-1{
  max-width: 100% !important;
}
.footer-slider{
  filter: brightness(0.5);
}
.footer-slider-img img{
  max-height: 504px;
  width: 100%;
}