@media only screen and (min-width: 1264px) {
  .footer-no-logged-in {
    height: 355px;
  }

  .footer {
    padding: 0 5.2%;
  }

  .footer-no-logged-in {
    background-image: url("../assets/footer-no-logged-in-bg.jpg");
  }

  .footer-join-us {
    padding: 100px 0 5.2% 5.2%;
    width: 50%;
  }

  .footer-angel-devil-box {
    width: 50%;
    height: 355px;
    float: right;
  }

  .footer-angel-devil-image {
    background-image: url("../assets/angel-devil-footer.svg");
    width: 631px;
    height: 431px;
    margin: -50px 159px 0 50px; /* change the position of the angel-devil-image so it will not cover the footer links */
  }

  .footer-light-them-image {
    background-image: url("../assets/persons/figure-light-them.png");
    background-repeat: no-repeat;
    width: 524px;
    height: 564px;
    margin: 49px 159px 0 0;
    background-size: contain;
    position: absolute;
    bottom: -137px;
  }

  .footer-join-us h2 {
    font-size: 36px;
  }
  .join-us-header {
    font-size: 35px;
  }

  .footer-join-us h5 {
    font-size: 16px;
    line-height: 40px;
  }

  .footer-logged-in {
    padding: 0 120px;
  }

  .footer-join-us .pagination-button-join-us {
    font-size: 16px!important;
  }

  .footer-logged-in-header {
    height: 42px;
    font-size: 36px;
    padding: 62px 0 110px;
  }

  .footer-logged-in-description {
    height: 96px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }

  .footer-logged-in-small-header {
    font-size: 26px;
    width: 100%;
  }

  .footer-logged-in-profile-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/profiles.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-ads-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/offers.svg");
    background-attachment: scroll;
  }

  .footer-logged-in-activity-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/alert.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-messages-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/chat.svg");
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1264px) {
  .footer-no-logged-in {
    height: 355px;
  }
  .footer {
    padding: 0 0 0 2%;
  }

  .footer-join-us {
    padding: 5.2% 0 0 2%;
    width: 40%;
  }

  .footer-angel-devil-box {
    width: 60%;
    height: 355px;
    float: right;
  }

  .footer-no-logged-in {
    background-image: url("../assets/footer-no-logged-in-bg.jpg");
    position: relative;
  }

  .footer-angel-devil-image {
    background-image: url("../assets/angel-devil-footer.svg");
    width: 100%;
    height: 100%;
  }

  .footer-light-them-image {
    background-image: url("../assets/persons/figure-light-them.png");
    background-repeat: no-repeat;
    width: 524px;
    height: 564px;
    margin: 49px 159px 0 0;
    background-size: contain;
    position: absolute;
    bottom: -137px;
  }
  .join-us-header {
    font-size: 35px;
  }
  .footer-join-us h5 {
    font-size: 16px;
    line-height: 40px;
  }

  .footer-join-us .pagination-button-join-us {
    font-size: 16px!important;
  }

  .footer-logged-in {
    padding: 0 20px;
  }

  .footer-logged-in-header {
    font-size: 36px;
    padding: 62px 0;
  }

  .footer-logged-in-description {
    height: 96px;
    line-height: 22px;
    width: 100%;
  }

  .footer-logged-in-small-header {
    font-size: 26px;
    width: 100%;
  }

  .footer-logged-in-profile-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/profiles.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-ads-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/offers.svg");
    background-attachment: scroll;
  }

  .footer-logged-in-activity-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/alert.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-messages-img {
    width: 70px;
    height: 70px;
    background-image: url("../assets/chat.svg");
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1054px) {
  .footer-no-logged-in {
    height: 295px;
  }
  .footer {
    padding: 0 3.2%;
  }

  .footer-join-us {
    padding: 5.2% 0 5.2% 3.2%;
    width: 50%;
  }

  .footer-angel-devil-box {
    width: 50%;
    height: 295px;
    float: right;

  }

  .footer-no-logged-in {
    background-image: url("../assets/footer-no-logged-in-bg-tablet.jpg");
  }

  .footer-angel-devil-image {
    background-image: url("../assets/angel-devil-footer-tablet.svg");
    width: 354px;
    height: 241px;
    margin: 29px 0 0 90px;
  }

  .footer-light-them-image {
    width: 344px;
    height: 461px;
    bottom: -120px;
  }
  .join-us-header  {
    font-size: 28px;
  }

  .footer-join-us h5 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .footer-angel-devil-image {
    margin: 29px 0 0 0;
  }

  .footer-join-us {
    padding: 5.2% 0 5.2% 3.2%;
    width: 45%;
  }

  .footer-angel-devil-box {
    width: 55%;
    height: 295px;
    float: right;
  }

  .footer-logged-in-header {
    font-size: 32px;
  }
  .footer-logged-in-description {
    font-size: 14px;
  }
  .signUp-form .checkbox-label {
    font-size: 14px;
  }

  .footer-join-us h2 {
    font-size: 32px;
  }

  .footer-join-us h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-join-us .pagination-button-join-us {
    font-size: 14px!important;
  }
}

@media (max-width: 782px) {
  .footer-logged-in-header {
    font-size: 26px;
  }
  .footer-logged-in-small-header {
    font-size: 22px;
  }
  .footer-join-us h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-logged-in {
    padding: 0 20px;
  }

  .footer-logged-in-description {
    height: 96px;
    line-height: 20px;
    width: 75%;
    float: left;
  }

  .footer-logged-in-small-header {
    width: 75%;
    float: left;
  }

  .footer-logged-in-profile-img {
    margin: 15px 20px 0 0;
    float: left;
    width: 60px;
    height: 60px;
    background-image: url("../assets/profiles.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-ads-img {
    margin: 15px 20px 0 0;
    float: left;
    width: 60px;
    height: 60px;
    background-image: url("../assets/offers.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-activity-img {
    margin: 15px 20px 0 0;
    float: left;
    width: 60px;
    height: 60px;
    background-image: url("../assets/alert.svg");
    background-repeat: no-repeat;
  }

  .footer-logged-in-messages-img {
    margin: 15px 20px 0 0;
    float: left;
    width: 60px;
    height: 60px;
    background-image: url("../assets/chat.svg");
    background-repeat: no-repeat;
  }
  .footer-light-them-image {
    width: 306px;
    height: 417px;
    left: 47px;
    bottom: -107px;
  }
}

@media only screen and (max-width: 709px) {
  .footer-logged-in-description {
    width: 60%;
  }

  .footer-logged-in-small-header {
    width: 60%;
  }
}

@media only screen and (max-width: 715px) {
  .footer-no-logged-in {
    height: 475px;
  }

  .footer-no-logged-in {
    background-image: url("../assets/footer-no-logged-in-bg-mobile.jpg");
  }

  .footer-angel-devil-image {
    background-image: url("../assets/angel-devil-footer-mobile.svg");
    width: 278px;
    height: 189px;
    margin: 29px auto;
  }

  .footer-light-them-image {
    height: 316px;
    left: 157px;
    bottom: -82px;
  }

  .footer-join-us {
    padding: 5.2% 3%;
    width: 100%;
    text-align: center;
  }

  .footer-angel-devil-box {
    width: 100%;
    height: 189px;
    float: left;
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .pagination-button-join-us {
    width: 70%!important;
    margin: auto;
  }

  .join-us-header {
    font-size: 21px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-logged-in-description {
    height: auto;
  }

}

@media only screen and (max-width: 575px) {
  .footer-logged-in {
    padding: 0 20px;
  }

  .footer-logged-in-description {
    width: 100%;
    padding: 0 6%;
    text-align: center;
    margin: auto!important;
  }

  .footer-logged-in-small-header {
    width: 100%;
    text-align: center;
    margin: 10px auto!important;
  }

  .footer-logged-in-profile-img {
    margin: auto;
    float: none;
    height: 60px;
  }

  .footer-logged-in-ads-img {
    margin: auto;
    float: none;
    height: 60px;
  }

  .footer-logged-in-activity-img {
    margin: auto;
    float: none;
    height: 60px;
  }

  .footer-logged-in-messages-img {
    margin: auto;
    float: none;
    height: 60px;
  }
  .footer-light-them-image {
    height: 255px;
    width: 187px;
    margin: auto auto;
    position: static;
  }
}

.footer {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  color: #5d5970;
  font-size: 13px;  /* Default font size for larger screens */
  padding-bottom: 10px;
  position: relative;
  z-index: 99; /* Ensure the footer is not on top of other elements */
  display: flex;
  justify-content: center;  /* Center all items horizontally */
  align-items: center;  /* Center items vertically */
  padding: 20px;
}

.footer div {
  text-align: center;  /* Centers the text horizontally */
  display: block;
}

.footer a {
  margin: 0 10px;  /* Space between the links */
}

.separator {
  color: #888;  /* Customize the separator's color */
}

/* Default font size for copyright */
.footer-copyright {
  font-size: 10px;
}

@media (max-width: 900px) {
  .footer {
    padding-top: 20;
    font-size: 13px;
  }
  .footer-links {
    font-size: 13px;
  }
  .footer-copyright {
    font-size: 10px;
  }

  /* Add margin for links inside .footer-links */
  .footer-links a {
    margin: 0 10px;
  }
}

@media (max-width: 600px) {
  .footer {
    font-size: 12px;
  }
  .footer-links {
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 10px;
  }

  .footer-links a {
    margin: 0 8px;  /* Adjust margin for smaller screens */
  }
}

@media (max-width: 449px) {
  .footer {
    font-size: 11px;
  }
  .footer-links {
    font-size: 10.5px;
  }
  .footer-copyright {
    font-size: 9px;
  }

  .footer-links a {
    margin: 0 5px;  /* Reduced space between the links */
  }

  .sirtemed-footer-location {
    background-image: url("../assets/sirtemed2.svg");
    width: 40px;
    height: 39.5px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 0 -12px -1px;
  }
}

/* Media query for screens up to 375px */
@media (max-width: 423px) {
  .footer {
    font-size: 11px;
  }
  .footer-links {
    font-size: 10.5px;
  }
  .footer-copyright {
    font-size: 9px;
  }

  .footer .footer-links a {
    margin: 0 3px;
  }

  .sirtemed-footer-location {
    background-image: url("../assets/sirtemed2.svg");
    width: 40px;
    height: 39.5px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 0 -12px -1px;
  }
}

/* Class for links */
.footer-links a {
  margin: 0 10px;  /* Default margin for larger screens */
  color: #5d5970;  /* Link color */
}

/* Class for copyright */
.footer-copyright {
  color: #8c859b;  /* Copyright text color */
}

@media (max-height: 950px) {
  .footer-no-padding-top {
    padding-top: 20px;
    position: initial;
  }

  .footer-copyright-link-tablet {
    position: relative;
    z-index: 1000;
  }
}

@media (max-height: 840px) {
  .images-column-tablet {
    height: auto!important;
  }
}

.footer-no-logged-in-container {
  background-color: white;
  padding-bottom: 1px;
  position: relative;
  z-index: 100;
}

.footer-no-logged-in {
  background-color: #34207d;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 100;
}

.footer-social-media {
  padding: 2% 0;
  display: none;
}

.social-button {
  cursor: pointer;
}

.footer-join-us {
  color: #fff;
}

.footer-join-us h5 {
  font-weight: 400;
  margin-bottom: 40px;
}

.footer-join-us a {
  line-height: 40px;
}

.footer-angel-devil-box {
  position: relative;
}

.footer-angel-devil-image {
  background-repeat: no-repeat;
}

/*FOOTER LOGGED FOR LOGGED IN USER*/
.footer-logged-in {
  width: 100%;
  background-color: #F9F9FB;
  padding-bottom: 62px;
  margin-top: 62px;
  position: relative;
  z-index: 100;
}

.footer-logged-in-header {
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.78px;
  text-align: center;
}

.footer-logged-in-small-header {
  color: #000000;
  font-weight: 500;
  margin-top: 20px;
}

.footer-logged-in-description {
  color: #5d5970;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

/* Parent container: Center the footer content */
.footer-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
  width: 100%;
  height: 100%;            /* Ensure it takes full height */
  flex-direction: column;  /* Stack content vertically */
  text-align: center;      /* Ensure text is centered */
}

/* .footer-copyright a {
  margin-right: 10px;
  color: #a8a1b3;
} */

.footer-location {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 10px;
  color: #8c859b;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;  /* Center text and icon horizontally */
  padding-top: 10px; /* Space between links and location */
  gap: 3px;
}

.location-icon {
  background-image: url("../icons/location-icon.svg");
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: cover;
}

@media (max-width: 449px) {
  .pagination-button-join-us {
    width: 90%!important;
  }

  .footer-location {
    font-size: 9px;
  }

  .location-icon {
    width: 9px;
    height: 9px;
  }

  .sirtemed-footer-location {
    background-image: url("../assets/sirtemed2.svg");
    width: 40px;
    height: 39.5px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 0 -12px -1px;
  }
}

/* Media query for screens up to 340px */
@media (max-width: 375px) {
  .footer {
    font-size: 11px;
  }

  .footer-links {
    font-size: 10.5px;
  }

  .footer-location {
    font-size: 8px;
  }

  .location-icon {
    width: 8px;
    height: 8px;
  }

  .footer-copyright {
    font-size: 8px;
  }

  .footer .footer-links a {
    margin: 0 3px;
  }

  .sirtemed-footer-location {
    background-image: url("../assets/sirtemed3.svg");
    width: 35px;
    height: 39.5px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 0 -12px -1px;
  }
}

.visa-mastercard-logo {
  display: flex;                  /* Use Flexbox for the container */
  justify-content: center;        /* Center the child elements horizontally */
  align-items: center;            /* Center the child elements vertically */
  height: 40px;                   /* Fixed height */
  gap: 0px;                       /* Add some space between the logos if needed */
}

.visa-logo,
.mastercard-logo {
  height: 100%; /* Ensure both logos take the full height of the container */
  object-fit: contain; /* Keep the logos proportional while scaling */
}

/* age-verification-popup */
.age-verification-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #202020;
  z-index: 9999999999999999999999;
  color: white;
  padding: 5px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:5px;
}

.age-verification-popup-header {
  font-size: 20px;
  font-weight: 600;
}

.age-verification-popup-red-text {
  color: #de212b;
}

.age-verification-popup-paragraph {
  padding-bottom: 6px;
}

.age-verification-popup-wrapper {
  padding-bottom: 5px;
}

.age-verification-popup-button {
  background: #e3434b;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

@media only screen and (max-width: 400px) {
  .age-verification-popup {
    align-items: unset;
  }
  .age-verification-popup-button {
    width: 100%;
  }
}
/* end age-verification-popup */
