/* HEADER STYLING */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


:root {
  --primary-color: #b81978;
  --secondary-color: #1F2229;
  --button-color: #FF497E;
}

html {
    font-family: 'Lato', sans-serif !important;
}

header {
    background-color: #2E2E2E;
    justify-content: center;
}


.header-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    max-width: 1500px!important;
    margin: 20px 50px;
}

header img {
    width: 300px;
    height: auto;
}

.hero{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.50) 37.50%, rgba(0, 0, 0, 0.00) 100%), url("../media/hero-banner-desktop.jpg");
    background-size: cover;
    padding: 50px;
    gap:0;
    align-items: center;
}

.hero-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1500px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 30px;
}

.hero-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    /* background: linear-gradient(269.9deg, rgba(0, 0, 0, 0.4) 90%,rgba(0, 0, 0, 0.3) 95%, rgba(0, 0, 0, 0) 100%); */
    padding: 20px 0;
    margin-top: 0;
    align-self: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.hero .hero-content h1 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.hero .hero-content p {
    font-size: 1.7em;
    color: var(--primary-color);
    text-align: left;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.hero-form{
    width:100%;
    max-width:800px;
    border-radius:25px;
    background: rgba(31, 34, 41, 0.53);
    border: 2px solid white;
}

.hero-form .top-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    background-color: var(--primary-color);
    justify-content: center;
}

.hero-form .top-form h1{
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-family: 'Lato', sans-serif!important;
}


/* CHAT STYLING */

.chat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: linear-gradient(180deg, rgba(31, 34, 41, 0.85), rgba(31, 34, 41, 0.85)), url("../media/chat-background-image.jpg");
    background-size: cover;
}

.chat-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    max-width: 190px;
}

.chat-image img{
    width: 100%;
    border-radius: 30px;
    cursor: pointer;
}

.chat-description h3{
    color: #1F2229;
    font-weight: 400;
    font-size: 1.4em;
    padding: 10px 0 0 0;
    margin: 0;
}

.chat-description p{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    margin: 0;
}

.cta-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px;
    /* background-color: #1F2229; */
    background-image: linear-gradient(180deg, rgba(31, 34, 41, 0.9), rgba(31, 34, 41, 0.9)), url("../media/cta-banner.jpg");
    background-size: cover;
    background-position: center;
}

.cta-section .cta-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
}

.cta-content h1{
  color: #fff;
  font-weight: 400;
  font-size: 2em;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
  font-family: 'Lato', sans-serif!important;
}

.cta-content p{
  color: #fff;
  font-size: 1.2em;
  padding: 0 0 10px 0;
  font-weight: 100;
  margin: 0;
  font-family: 'Lato', sans-serif!important;
  text-align: center;
  justify-content: center;
}

.cta-content button{
    background-color: var(--primary-color);
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    padding: 15px 100px;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
}

.cta-content button:hover{
    background-color: var(--primary-color);
    filter: brightness(1.2);
}

/* FOOTER STYLING */

footer{
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color:#2E2E2E;
}

.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.footer-content .footer-copyright p{
    font-size: 0.8em;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.footer-content .footer-copyright a{
    color:white;
    font-weight: 300;
}


/* FORM STYLING */




.steps {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 4rem;
    align-items: center;
  }
  
  .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 0;
    padding-bottom: 1.3rem;
  }

  .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  

  /* STEP INDICATORS */

  .steps-container {
    padding: 40px 70px 20px 70px;
    max-width: 500px;
    width: 100%;
  }

  .steps-indicators-desctop {
    display: none;
  }

  
  .steps-indicators-desctop .step-indicator {
    cursor: pointer;
    background-color: var(--primary-color);
  }

  .steps-indicators-desctop .step-indicator {
    cursor: pointer;
    background-color: var(--primary-color);
  }

  .steps-indicators {
    display: flex;
    margin: 0;
    position: relative;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .steps-indicators::before {
    position: absolute;
    content: "";
    display: block;
    gap:40px;
    width:100%;
    height: 1px;
    background-color: white;
  }
  .step-indicator {
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    /* outline: 1px solid white;
    outline-offset: 3px; */
    width:  1.5rem;
    aspect-ratio: 1;
    margin: 0;
    border-radius: 50%;
    background-color: white;
    position: relative;
  }

  .step-indicator::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px; 
    bottom: -4px;
    left: -4px;
    border: 1px solid white;
    border-radius: 25px;
  }
  
  .step-indicator.active {
    pointer-events: initial;
    background-color:var(--primary-color);
    z-index: 10000;
  }
  .step-indicator.active-to-move {
    pointer-events: initial;
  }
  

  
  .form-radioBtn-label {
    font: normal normal normal 0.875rem/1.25rem Lato;
    letter-spacing: 0.0625rem;
    color: white;
    opacity: 0.8;
    margin-left: 0.5rem;
  }
  
  .form-radioBtn {
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    margin: 0;
    font: inherit;
    color: #615750;
    border: 2px solid #817973;
    border-radius: 50%;
  }
  
  .form-radioBtn::before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
    background: var(--primary-color);
    -webkit-box-shadow: inset 1em 1em var(--primary-color);
    box-shadow: inset 1em 1em var(--primary-color);
  }

  .form-radioBtn-wrapper{
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    width:100%;
    justify-content: space-between;

  }
  
  input[type="radio"]:checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .form {
    width: 100%;
    min-height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .copyright a {
    text-decoration: none;
    color: white;
  }
  .form-steps-header {
    width: 100%;
    text-align: center;
    color: #615750;
    font: normal normal normal 1.25rem/1.625rem Arial;
    letter-spacing: 0.00625rem;
    color: white;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  
  .form-radioBtn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.875rem;
  }

  .error-indicator {
    color:red;
    display: none;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;   
    width: 100%;
    justify-content: center;
  }

  #emailError {
    text-align: left;
    justify-content: left;
  }

  #userNameError,#passwordError,#conditionError {
    text-align: left;
    justify-content: left;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 4px;
  }
  
  .promotions {
    display: none;
  }
  
  .form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: var(--primary-color);
    outline: none;
    border: none;
    margin-top: 0.8rem;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    padding: 15px 100px;
    margin-top: 10px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

    .form-btn:hover {
        background: var(--primary-color);
        filter : brightness(1.2);
        color: #fff;
    }
  
  .form-btn-label {
    letter-spacing: 0.01rem;
    color: #ffffff;
    font-family: 'Lato', sans-serif!important;
    font-weight: 700;
  }
  
  .form-input {
    border: 0.0625rem solid var(--primary-color);
    border-radius: 0.125rem;
    width: 100%;
    height: 2.75rem;
    text-align: center;
    margin-bottom: 1rem;
    outline: none;
    font: normal normal normal 1.25rem/1.4375rem Arial;
    letter-spacing: 0rem;
    color: #252322;
  }
  
  .form-input.dd {
    width: 2.875rem;
  }
  
  .form-input.yy {
    width: 4.6875rem;
  }
  
  .form-input::-webkit-input-placeholder,
  .form-input:-ms-input-placeholder,
  .form-input::-ms-input-placeholder,
  .form-input::placeholder {
    text-align: center;
    font: normal normal normal 1.25rem/1.4375rem Arial;
    letter-spacing: 0rem;
    color: #817973;
    opacity: 1;
  }
  
  .form-input.fullwidth::-webkit-input-placeholder,
  .form-input.fullwidth:-ms-input-placeholder,
  .form-input.fullwidth::-ms-input-placeholder,
  .form-input.fullwidth::placeholder {
    text-align: center;
  
  }
  
  .form-step1 {
    align-items: flex-start;
  }
  .form-step2 {
    align-items: flex-start;
  }

  .form-input-wrapper{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .date-box {
    width: 14.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  
  /* ERROR STYLING */
 
  .form-input.error {
    border-color: red;
    background: #fadddd;
  }

  /* COPYRIGHT */

  .copyright {
    font-family: Lato;
    margin-top: 2.25rem;
    text-align: center;
    width: 18rem;
    font-size: 0.7rem;
    letter-spacing: 0.00875rem;
  }
  
  .copyright-Symbol {
    color: #fff;
  }

  /* FORM CHECKBOX */
  
  .form-checkbox {
    display: -ms-grid;
    display: grid;
    place-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white 0% 0% no-repeat padding-box;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.5625rem;
    height: 1.5625rem;
    border: 0.0625rem solid var(--primary-color);
    border-radius: 0.125rem;
    opacity: 1;
    -webkit-transform: translateY(-0.075em);
    transform: translateY(-0.075em);
    aspect-ratio: 1;
  }
  
  .form-checkbox::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: var(--primary-color);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
    aspect-ratio: 1;
  }
  
  .form-checkbox:checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .form-checkbox-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  
  .form-checkbox-label {
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0rem;
    color: white;
    margin-left: 0.5rem;
  }

/* GENDER BUTTONS STYLING  */

#genderRadio {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    margin: 1rem 0;
}

#isMan, #isWoman {
    cursor:pointer;
}

#isMan img, #isWoman img {
  border: white 2px solid;
  border-radius: 50px;
}

#isMan:hover img, #isWoman:hover img {
    border: var(--primary-color) 2px solid;
}

.activeGender img{
  border: var(--primary-color) 2px solid!important;
}

/* LOOKING FOR RADIO STYLING  */

#lookingFor {
    display: flex;
    justify-content: center;
    gap: 6rem;
    width: 100%;
    margin: 1rem 0;
}

/* NEWSOPTION CONDITIONS */

  .sta-container {
    font-size: 0.7rem;
    color: white;
    justify-content: flex-start;
    margin: 0 4rem;
  }
  .sta-container p {
    color: white;
    padding:0.5rem 0;
  }


/* FORM PROMOTIONS  */

  .promotions {
    display:none!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .promotions .promotion-label {
    font: normal normal normal 1rem/1.25rem Lato;
    letter-spacing: 0.0125rem;
    color: #818181;
  }
  
  .promotions .promotion-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.625rem;
  }
  
  .promotions .promotion-svg-contrainer {
    margin-left: 1.6rem;
    margin-right: 0.3rem;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    /* UI Properties */
    border-radius: 50%;
    background: #3197df 0% 0% no-repeat padding-box;
  }
  
  .promotions .promotion-svg-contrainer svg {
    position: absolute;
    position: absolute;
    top: -0.5rem;
    left: 0.2rem;
    width: 1.0625rem;
    height: 1.6875rem;
  }

  /* SLICKER STYLING */

    .slick-dotted.slick-slider{
        margin-bottom: 0!important;
    }
    .slick-dots{
        position: inherit!important;
    }
    .slick-next{
        right: 25px!important;
        z-index: 1;
    }
    .slick-prev{
        left: 25px!important;
        z-index: 1;
    }

    .slick-track{
        display: flex!important;
        gap:10px;
        justify-content: center;
    }

    .slick-slide{
      height:auto!important;
      max-width:1500px;
    }

    .slick-initialized .slick-slide > div{
      display: flex;
      gap:10px;
  }

  .slick-initialized .slick-slide{
    display: flex!important;
    gap:10px;
    flex-direction: column;
  }

    .slick-prev:before, .slick-next:before{
        color: #1F2229!important;
        font-size: 25px!important;
    }

    .slick-dots li button:before{
        color: #1F2229!important;
        font-size: 12px!important;
    }

    .slick-slide img{
        border-radius: 35px;
        cursor: pointer;
        aspect-ratio: 5/6;
    }

    .main-form-container{
      position: relative;
    }

    .info-pop{

      background-color: var(--primary-color);
      color: white;
      border-radius: 50%;
      width: 200px;
      aspect-ratio: 1;
      text-align: center;
      display: flex;
      vertical-align: middle;
      align-items: center;
      align-content: center;
      justify-content: center;
      padding: 30px;
      position: absolute;
      top: -20px;
      right: -100px;
      z-index: 1000;
    }
    
  @media only screen and (max-width: 1580px) {

    .hero{
        padding: 50px 50px;
    }
    
    .hero-content{
        padding: 20px 0;
    }

    .cta-section{
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 1080px) {

  .info-pop{
    display: none;
  }

    .hero{
        padding: 50px;
    }

    .hero-container{
        flex-direction: column;
        gap: 20px;
        
    }
    
    .hero-content{
        max-width:100%;
        text-align: center;
        margin: 0;
        padding: 20px;
        
    }
    .hero-content h1{
        text-align: center!important;
        font-size: 1.5em!important;
    }
    .hero-content p{
        text-align: center!important;
        font-size: 1.5em!important;
    }

    .cta-section{
      background: #1F2229;
  }

}

@media only screen and (max-width: 720px) {

    .cta-section{
      padding: 30px 10px;
    }

    .cta-content p{
      font-size: 1.2em!important;
      font-weight: 300;
  }


}

@media only screen and (max-width: 500px) {

    .header-content{
        justify-content: center;
    }

    .hero{
        padding: 10px 20px;
    }

    .hero-content h1{
        font-size: 1.5em!important;
    }
    .hero-content p{
        font-size: 1.2em!important;
        margin: 0;
    }

    .hero-form .top-form h1 {
        text-align: center;
        color: #fff;
        font-size: 1.4em;
    }

    .steps{
        margin: 0 2rem;
    }
    .sta-container{
        margin: 0 2rem;
    }

    .sta-container p {
        text-align: center;
    }

    .steps-container{
        padding: 40px 2.5rem;
    }

    .date-box{
        width: 100%!important;
        gap: 10px;
    }

    .date-box select {
      width: 100%!important;
  }

    .chat-element {
        max-width: 100%!important;
    }

    .chat-image{
      width: 100%!important;
      height: auto!important;
      aspect-ratio: 0.75;
    }


    .cta-content h1{
        font-size: 1.7em!important;
    }

    .cta-content p{
        font-size: 1.2em!important;
        font-weight: 300;
    }

    .footer-content .footer-copyright p {
        text-align: center;
    }

}