/*Big Screens*/
@media screen and (min-width: 1700px) {
  .logo img {
      max-width: 450px;
  }
  .container{
    padding: 0 0rem;
  }
}


/* Media Queries */
@media (max-width: 768px) {
  .join-modal-content {
    padding: 30px 20px;
    max-height: 80vh;
    width: 95%;
  }
  
  .popup-title {
    font-size: 28px;
  }
  
  .popup-description {
    font-size: 16px;
  }

    .popup-description-big {
    font-size: 16px;
  }
  
  .pricing-table {
    min-width: 100%;
    margin-bottom: 20px;
    padding: 14px;
  }
  
  .pricing-container {
    gap: 20px;
  }
  
  .person-circle {
    width: 50px;
    height: 50px;
  }
  
  .people-circles {
    gap: 10px;
  }
}


@media screen and (max-width: 870px) {
  header .container {
    flex-direction: column;
    align-items: center;
  }
  
  .header-right {
    position: fixed;
    top: 0;
    right: 0;
  }
  
  .logo {
    justify-content: center;
  }
  
  .logo img {
    max-width: 350px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 2.5em;
  }

  .links {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 450px;
    width: 100%;
    height: 100%;
    background-color: var(--mainColor);
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: 0.5s;
  }

  .links ul {
    flex-direction: column;
  }

  .links a {
    color: #fff;
    margin-left: 0;
    padding: 2rem 0;
  }

  .links .btn {
    background: none;
  }

  .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }

  .popup-description {
    font-size: 14px;
  }

    .popup-description-big {
    font-size: 16px;
  }

  .big-wrapper.active .links {
    transform: translateX(0);
    box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.4);
  }

  .big-wrapper.active .overlay {
    pointer-events: all;
    opacity: 1;
  }

  .showcase-area {
    padding: 0.5rem 0;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .showcase-area .container {
    grid-template-columns: 1fr;
    justify-content: center;
    grid-gap: 2rem;
  }

  .big-title {
    font-size: 1.1rem;
  }

  .text {
    font-size: 1.5rem;
    margin: 1.4rem 0 1.5rem;
    line-height: 1.4;
  }

  .notification-signup {
    margin-bottom: 1.2rem;
  }

  .person {
    width: 100%;
    transform: none;
    display: none;
  }

  .logo h3 {
    font-size: 1.25rem;
  }

  .shape {
    bottom: -180px;
    left: -150px;
  }

  .space-item {
    font-size: 0.82rem;
    font-weight: 400;
    padding: 6px 5px;
    border-radius: 5px;
    text-align: center;
  }

  .person-circle {
    width: 46px;
    height: 46px;
    margin-left: -8px;
  }
  
  .people-circles {
    gap: 0;
  }  
}

@media screen and (max-width: 470px) {
  .container {
    padding: 0 1.5rem;
  }
  
  .logo img {
    max-width: 320px;
  }

  .big-title {
    font-size: 0.9rem;
  }

  .text {
    margin: 1.1rem 0 1.5rem;
  }

  .notification-checkbox-wrapper {
    max-width: 100%;
  }
  
  .notification-checkbox-container {
    margin-bottom: 15px;
  }

  .notification-signup {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    max-width: 100%;
  }

  .notification-input {
    width: 100%;
  }

  .notify-btn {
    width: 100%;
    text-align: center;
  }

  .showcase-area .btn {
    font-size: 1.1rem;
  }
  
  .iti__country-list {
    width: 260px;
  }

  .tag-cloud{
    justify-content: center;
  }

  .sap-affiliation-text {
    max-width: 90vw;
    font-size: 1rem;
  }
}

.sap-affiliation-text {
    width: 100%;
    max-width: 85vw;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    padding-left: 4px;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .sap-affiliation-text {
        text-align: center;
        margin: 0 auto;
    }
}

.footer-text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.referral-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.referral-inline .footer-text-block {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .referral-inline {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .referral-inline .footer-text-block {
        text-align: center;
    }
}

