body {
  /* margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; */

  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
}

.wrapper{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.background-img{
  height: 100vh;
  height: var(--app-height);
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.background-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-wrapper{
  width: 100%;
  max-height: 250px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: rgb(255, 255, 255);opacity:0.7;
}
.overlay{
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.overlay-logo img{
  width: 145px;
  height: auto;
}

.overlay-title h2{
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  color: #000;
}

.overlay-text{
  font-family: 'Poppins', sans-serif;
}
.overlay-text p{
  line-height: 24px;
  margin: 0px;
}

.overlay-social{
  font-family: 'Poppins', sans-serif;
}

.overlay-social a{
  color: #000;
  text-decoration: none;
}

.social-links a{
  margin-right: 25px;
}
.social-links ul{
  padding: 0;
  margin: 0;
}
.social-links ul li {
  list-style-type: none;
  display: inline;
}

.navigation{
  display: flex;
}
.nav-logo{
  width: 150px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 320px){
  .background-img img {
    height: 100vh;
    min-height: var(--app-height);
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .overlay{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;

    display: block;
  }
  .overlay-wrapper{
    max-height: 350px;
  }
  .overlay-title{
    max-width: 80%;
    margin-right: 25px;
    margin-bottom: 10px;
    order: 1;
  }
  .overlay-logo{
    /* margin-right: 25px; */
    order: 2;

    position: absolute;
    right: 10px;
    margin: 0;

  }
  .overlay-logo img {
    width: 105px;
  }
  .lipa_logo{
    margin-right: -10px;
  }
  .overlay-title h2{
    line-height: 32px;
    font-size: 25px;
  }
  .overlay-text{
    max-width: 85%;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    order: 3;
  }
  .overlay-social{
    font-size: 15px;
    order: 4;
  }
  .social-links{
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .social-links ul li {
    list-style-type: none;
    display: block;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
  .background-img img {
    height: 100vh;
    min-height: var(--app-height);
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .overlay{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    display: flex;
  }
  .overlay-wrapper{
    max-height: 300px;
  }
  .overlay-title{
    max-width: 50%;
    margin-right: 25px;
    order: 1;
  }
  .overlay-logo{
    margin-right: 25px;
    order: 2;
    position: unset;
  }
  .overlay-logo img {
    width: 145px;
  }
  .lipa_logo{
    margin-right: -10px;
    
  }
  .overlay-title h2{
    line-height: 45px;
    font-size: 40px;
  }
  .overlay-text{
    max-width: 50%;
    margin-right: 25px;
    font-size: 16px;
    order: 3;
  }
  .overlay-social{
    font-size: 15px;
    order: 4;
  }
  .social-links{
    position: unset;
  }
  .social-links ul li {
    list-style-type: none;
    display: inline;
  }
 }

/* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
  .background-img img {
    height: 100vh;
    min-height: var(--app-height);
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .overlay{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: nowrap;
    display: flex;
  }
  .overlay-title{
    max-width: 175px;
    margin-right: 25px;
    order: 0;
  }
  .overlay-logo{
    margin-right: 25px;
    order: 0;
    position: unset;
  }
  .overlay-logo img {
    width: 145px;
  }
  .lipa_logo{
    margin-right: -10px;
  }
  .overlay-title h2{
    line-height: 30px;
    font-size: 25px;
  }
  .overlay-text{
    max-width: 200px;
    margin-right: 25px;
    font-size: 16px;
    order: 0;
  }
  .overlay-social{
    font-size: 15px;
    order: 0;
  }
  .social-links{
    position: unset;
  }
  .social-links ul li {
    list-style-type: none;
    display: inline;
  }
 }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .background-img img {
    width: 100%;
    height: auto;
  }
  .overlay{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: nowrap;
    display: flex;
  }
  .overlay-title{
    max-width: 175px;
    margin-right: 25px;
    order: 0;
  }
  .overlay-logo{
    margin-right: 25px;
    order: 0;
    position: unset;
  }
  .overlay-logo img {
    width: 145px;
  }
  .overlay-title h2{
    line-height: 30px;
    font-size: 25px;
  }
  .overlay-text{
    max-width: 320px;
    margin-right: 25px;
    font-size: 16px;
    order: 0;
  }
  .overlay-social{
    font-size: 16px;
    order: 0;
  }
  .social-links{
    position: unset;
  }
  .social-links ul li {
    list-style-type: none;
    display: inline;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .background-img img {
    width: 100%;
    height: auto;
  }
  .overlay{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: nowrap;
    display: flex;
  }
  .overlay-title{
    max-width: 255px;
    margin-right: 25px;
  }
  .overlay-logo{
    margin-right: 25px;
    position: unset;
  }
  .overlay-logo img {
    width: 145px;
  }
  .overlay-title h2{
    line-height: 40px;
    font-size: 35px;
  }
  .overlay-text{
    max-width: 360px;
    margin-right: 25px;
    font-size: 18px;
  }
  .overlay-social{
    font-size: 18px;
  }
  .social-links{
    position: unset;
  }
  .social-links ul li {
    list-style-type: none;
    display: inline;
  }
}

@media only screen and (min-width: 1400px) {
  .background-img img {
    width: 100%;
    height: auto;
  }
  .overlay{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 90px;
    padding-right: 90px;
    flex-wrap: nowrap;
    display: flex;
  }
  .overlay-title{
    max-width: 360px;
    margin-right: 45px;
  }
  .overlay-logo{
    margin-right: 45px;
    position: unset;
  }
  .overlay-logo img {
    width: 145px;
  }
  .overlay-title h2{
    line-height: 60px;
    font-size: 52px;
  }
  .overlay-text{
    max-width: 360px;
    margin-right: 45px;
    font-size: 22px;
  }
  .overlay-social{
    font-size: 20px;
  }
  .social-links{
    position: unset;
  }
  .social-links ul li {
    list-style-type: none;
    display: inline;
  }
}