
body{
    background: #E48EE9;
}
#email-placeholder{
    font-family: 'Montserrat';
    font-size: 12px;
    color: #ff0062;
    padding-top: 4px;
    display: none;
}
.mobile-navigation{
    display: none;
}
.logo{
    max-width: 100%;
}
.navigation a{
    color: white;
    text-decoration: none;
}
.navigation{
    font-size: 15px;
    font-family: Inter;
    color: white;
    text-align: center;
    display: block;
}
.navigation .col-6{
    margin-top: 4%;
}
.background {
    background: url(../img/background.jpg) 50% 25%;
    background-size: 300px;
    background-repeat: no-repeat;
    height: 400px;
    width: 300px;
    margin: 0 auto;
    z-index: -1;
}
h1{
    font-family: Montserrat;
    font-size: 112px;
    color: white;
    text-transform: uppercase;
    line-height: 95px;
}
h3, .price-desc{
    font-family: Montserrat;
    font-size: 29px;
    color: white;
    font-weight: 800;
    margin: 24px 0;
    text-transform: uppercase;
}
.cta{
    margin-top: -100px;
}
.button, .email, .next_button{
    color: #912E97;
    background: white;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 800;
    display: block;
    max-width: 300px;
    margin: 12px auto 0;
    padding: 2px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 46px;
    text-align: center;
    border: none;
    width: 100%;
}
h2,.price{
    color: white;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 64px;
}
.how-it-works{
    margin-top: 84px;
}
.how-it-works li,.safety li{
    font-family: Inter;
    color: white;
    font-size: 19px;
    font-weight: 500;
    list-style-type: none;
    background: url(../img/arrow.png) no-repeat 0% 40%;
    margin: 48px -24px;
    padding-left: 60px;
    background-size: 36px;
}
li:first-child{
    margin-top: 0;
}
.safety, .catalog{
    margin-top: 84px;
}
.safety img{
    width: 95%;
}
.safety li:first-child{
    margin-top: 48px;
}
p{
    font-family: Inter;
    color: white;
    font-size: 19px;
    font-weight: 500;
}
.catalog img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.catalog h2{
    margin-bottom: 24px;
}
.catalog .button{
    max-width: 600px;
    width: 100%;
    margin-top: 48px;
}
.pricing .button, .pricing .email{
    font-size: 24px;
}
.pricing ul{
    font-family: Inter;
    color: white;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.pricing{
    margin-top: 84px;
}
.pricing li:first-child{
    margin-top: 48px;
}
.subscription{
    display: block;
    border: 1px solid #ffffff1f;
    padding: 84px 0 12px;
    border-radius: 5px;
    height: 100%;
}
.pricing li{
    padding: 0 10px;
    margin-left: 36px;
}
.popular{
    text-align: center;
    background: white;
    color: black;
    border-radius: 5px;
    width: 85%;
    margin: -100px auto 61px;
    padding: 5px;
}
.pricing .highlight{
    border-color: white;
}
.qoute p{
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 46px;
}
.qoute{
    margin-top: 120px;
    margin-bottom: 120px;
}
.qoute img{
    max-width: 60px;
}
.footer{
    width: 100%;
    background: white;
    height: 100%;
    display: block;
}
.footer img{
    max-width: 300px;
}

.topnav {
    overflow: hidden;
    background-color: white;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 0;
    text-decoration: none;
    font-size: 30px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 63px;
    width: 63px;
    padding: 10px 20px;
  }
  
  /* Add a grey background color on mouse-over */
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: #E48EE9;
    color: white;
  }
  #myLinks a{
        font-size: 14px;
        font-family: Inter;
        color: #E48EE9;
        text-align: left;
        display: block;
        margin: 24px;
  }
  .email{
    max-width: 95%;
    width: 100%;
  }

  .thanks{
    margin-bottom: 200px;
  }

  .cat{
    max-width: 300px;
    padding-bottom: 24px;
  }
  .newsletter{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 0;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    background: #912E97;
  }
  .newsletter .button{
    color: white;
    background: #e48ee9;
  }
  .step_container{
    margin-top: -90px;
}
#popup_overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000094;
    z-index: 999!important;
    display: table;
    visibility: hidden;
}
.popup_background{
    vertical-align: middle;
    display: table-cell;
}
.popup {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 24px;
    background: white;
    width: 100%;
}
#product_popup_title{
    color: black;
    text-align: center;
}
#popup_text{
    color: black;
}
.popup_body input{
    border-color: black;
    color: black;
}
.popup_body input::placeholder{
    color: black;
}
.close_btn{
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    left: 97%;
    margin-top: -10px;
    background: url(../img/close.png);
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .navigation{
        font-size: 6px;
    }
    h1{
        font-size: 38px;
        line-height: 32px;
    }
    h3, .price-desc{
        font-size: 14px;
        margin: 8px 0;
    }
    .button,.qoute p,.email{
        font-size: 16px;
    }
    h2,.price, .pricing h3{
        font-size: 22px;
        line-height: 22px;
        margin-top: 22px;
    }
    .how-it-works li,.safety li, p, .pricing ul{
        font-size: 14px;
    }
    .pricing .button, .pricing .email{
        font-size: 9px;
    }
    .cta {
        margin-top: -34px;
    }
    .button, .email{
        padding: 10px;
    }
    .how-it-works {
        margin-top: 24px;
    }
    .separator{
        display: none;
    }
    .how-it-works li,.safety li{
        margin: 24px 0px;
        background-position-y: 50%;
    }
    .safety li:first-child {
        margin-top: 24px;
    }
    .safety img {
        width: 100%;
    }
    .safety, .catalog {
        margin-top: 24px;
    }
    .catalog .button {
        max-width: 300px;
        width: 100%;
        margin-top: 24px;
    }
    .pricing{
        margin-top: 48px;
    }
    .subscription {
        padding-top: 24px;
        width: 80%;
        margin: 24px auto;
        display: block;
        padding-bottom: 0px;
        border-color: white;
    }
    .pricing li:first-child {
        margin-top: 24px;
    }
    .pricing .button, .pricing .email{
        max-width: 200px;
    }
    .popular{
        margin: -50px auto 24px;
    }
    .subscription-block{
        margin: 24px 0;
    }
    .subscription-block:first-child{
        margin-top: 0;
    }
    .navigation{
        display: none;
    }
    .mobile-navigation{
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    .logo{
        max-width: 100px;
    }
    .thanks .pricing{
        margin-top: 84px;
    }
    .thanks h3{
        font-size: 17px;
    }
    .newsletter{
        padding-top: 0px;
    }
    #email-placeholder{
        font-size: 10px;
    }
    .step_container{
        margin-top: 0;
    }
    .popup{
        max-width: 85%;
    }
}
.button:hover, #step-1 .button:hover, .next_button:hover, .subcategories:hover{
    background: #912e97;
    color: white;
    cursor: pointer;
}
.grecaptcha-badge {
    bottom: 30%!important;
}

.email:focus{
    outline: none;
}
@keyframes example {
    0%   {scale:1.25; rotate: 0;}
    100% {scale:1.0; rotate: 360}
  }

  .newsletter{
    animation-name: example;
    animation-duration: 1.5s;
  }
  .catalog a{
    text-decoration: none;
  }

#loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    visibility: hidden;
    z-index: 1000!important;
}
#loader img{
    display: block;
    margin: 50% auto;
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 80px;
}

#step-1, #step-2, #step-4, #step-5{
    max-width: 500px;
    margin: 0 auto;
}
#age, #specific-name, #specific-name::placeholder, .catalog_email, .catalog_email::placeholder, .wishes, .wishes::placeholder{
    border: none;
    font-family: 'Inter';
    background-color: #ffffff00;
    border-bottom: 1px solid white;
    border-radius: 0px;
    max-width: 130px;
    color: white;
    padding: 5px 0;
    background-image: url(../img/arrow.png);
}
#age:focus, #specific-name:focus, .catalog_email:focus, .wishes:focus{
    box-shadow: none;
}
#step-1 h2{
    text-align: center;
    margin: 24px;
}
#step-1 .button, .next_button{
    font-size: 16px;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    margin-top: 24px;
}
.back_button{
    background: none;
    font-size: 10px;
    margin: 24px 0;
    text-align: left;
    padding: 0;
    font-family: 'Inter';
    color: white;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
}
.subcategories{
    padding: 8px 12px;
    border-radius: 50px;
    text-decoration: none;
    margin: 8px;
    display: inline-block;
    background: white;
    border: none;
    font-family: 'Inter';
    color: black;
    font-size: 12px;
}
#specific-name, #specific-name::placeholder, .catalog_email, .catalog_email::placeholder, .wishes, .wishes::placeholder{
    background-image: none;
    max-width: 100%;
}
#specific-name::placeholder, .catalog_email::placeholder, .wishes::placeholder{
    border: none;
}

.wishes{
    display: block;
    resize: none;
    width: 100%;
}
.catalog_email{
    width: 100%;
}
input:hover, a:hover, button:hover, select:hover{
    cursor: pointer;
}

