#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0px !important;
}

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: fit-content;
  background: rgba(201, 66, 134, 1);
  overflow: hidden;
  border-top: none;
  transition: all ease-in-out 0.2s;
  text-align: center;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03);
}

.line {
  /* position: absolute; */
  display: none;
  height: 1px;
  background: #6b6869;
  width: 100%;
  margin: 0 auto;
}

.columnsContainer {
  text-align: center;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  position: relative;
  height: auto;
  overflow: hidden;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

.column {
  float: left;
  color: #58595b;
  height: 100%;
  position: relative;
  display: flex;
  text-align: left;
  width: 82%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0 0;
}

.columnHeadingNewsletter {
  color: white;
  width: fit-content;
  text-align: center;
  text-transform: lowercase;
  font-family: "PlayfairDisplay";
  font-style: italic;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 43px;
  line-height: 61px;
}

.whatsAppWebContainer {
  width: 60px;
  height: 50px;
  bottom: 70px !important;
  right: 64px;
}

.columnItem {
  width: 100%;
  display: block;
  color: white;
  margin: 12px 30px 0px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.columnItem:hover {
  font-weight: bold;
}

.lubaviaLogo {
  height: 90px;
  margin: 0 104px;
}

.newsletterColumn {
  width: 100%;
  margin: 0 auto 10px;
  border-bottom: 1px solid white;
  font-size: 18px;
  color: #000000;
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 35px;
  flex-direction: row;
  align-items: center;
}

#emailFooterInput {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: transparent;
  color: black !important;
  line-height: 40px;
  font-size: 12px;
  text-indent: 31px;
  text-transform: uppercase;
}

#emailFooterInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-weight: 400;
}

#subscribeNewsletterButton {
  position: relative;
  cursor: pointer;
  float: left;
  height: 100%;
}

#subscribeNewsletterButton:hover {
  opacity: 0.6;
}

.newsletter_go {
  display: block;
  line-height: 38px;
  height: fit-content;
  width: auto;
  top: calc(50% - 20px);
  right: 3px;
  color: white;
  position: absolute;
  background-color: #c94286;
  cursor: pointer;
  padding: 0 9px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 35px;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 1px solid white;
}
.newsletter_go:hover {
  color: #c94286;
  border: 1px solid #c94286;
  background-color: white;
}

#footerBottom {
  height: 40px;
  border-top: 1px solid white;
}

#footerLogoContainer {
  height: 230px;
  float: left;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 13%;
}

.rights {
  line-height: 40px;
  color: white;
  font-size: 13px;
  float: left;
  text-align: left;
  margin-left: 5%;
}

.byluna {
  position: relative;
  height: 100%;
  margin-right: 5%;
  width: auto;
}

.whatsAppWebLogo {
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding-left: 2px;
}

.newsletterHeading {
  text-align: center;
  font-size: 12px !important;
}

.newsletterHeading1 {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

#newsLetterDiv {
  height: 34px;
  width: auto;
  margin-bottom: 25px;
}
a .columnItem:hover {
  color: #c09f80;
}
.openItem {
  display: none;
}
.suscribeNewsContainer {
  position: relative;
  float: left;
  width: 29%;
  height: 45px;
  margin-left: 14px;
  background: white;
  border-radius: 30px;
  overflow: hidden;
}

.lineAnimation::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  left: 50%;
  top: 0;
  background-color: #000000;
  transition: all ease-in-out 1s;
}
.visible.lineAnimation::after {
  width: 100%;
  left: 0;
}
.comment {
  text-align: center;
  color: #454545;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    overflow: hidden;
  }

  .newsLetterContainer {
    padding: 0px;
    width: 85%;
    float: none;
    margin: 0 auto;
  }

  .whatsAppWebContainer {
    width: 44px;
    height: 45px;
    bottom: 45px !important;
    z-index: 10;
  }
  .suscribe {
    position: relative;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .rights {
    text-indent: 0px !important;
    line-height: 10px;
    text-align: left;
    margin-top: 16px;
    margin-left: 15px;
    font-size: 11px;
    width: 60%;
  }
  #footerLogo img {
    width: 28%;
  }

  .column {
    float: none;
  }

  .newsletterColumn {
    margin: 0 auto;
    width: 100%;
    flex-flow: column;
    padding-bottom: 0px;
    margin-bottom: 2px;
  }

  .columnHeadingNewsletter {
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: unset;
    letter-spacing: 1px;
  }

  .column {
    width: 100%;
    margin: 5px auto;
    font-weight: 500;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .columnsContainer {
    width: 100%;
    margin-top: 13px;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
  }

  .columnHeading {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
  }
  .columnItem {
    font-size: 16px;
    text-align: center;
    width: fit-content;
    margin: 13px auto;
    font-weight: 100;
  }

  #emailFooterInput {
    margin: 0px auto;
    line-height: 40px;
    font-size: 10px;
    overflow: hidden;
    height: 40px;
    text-indent: 18px;
  }
  .newsletter_go {
    display: block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 12px;
    margin: 0;
    padding: 0;
    right: 2px;
    top: calc(50% - 18px);
  }

  .byluna {
    margin-right: 4%;
  }

  .whatsAppWebContainer {
    right: 20px;
  }

  .suscribeNewsContainer {
    width: 75%;
    margin: 21px auto;
    height: 40px;
    max-width: 400px;
    display: block;
    overflow: hidden;
  }
  .comment {
    width: 92%;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}

/*ipad*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .columnsContainer {
    width: 79%;
  }
  #footerLogo {
    margin-left: 4%;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .newsLetterContainer {
    width: 50%;
  }
  #emailFooterInput {
    width: calc(100% - 25px);
  }
  #footerLogo {
    width: 30%;
  }
}
