/*  Possible color scheme
 *  #69585F Dark Liver  | #372554 Russian Violet | #4B3B40 Old Burgundy
 *  #DF928E New York Pink 
 *  #85BDA6 Eton Blue 
 * #28666E Ming 
 * #FFBD00 Mango | #E0BE36
 */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Kalam&family=Karla:wght@300&family=Source+Sans+Pro:wght@200&family=Zeyada&display=swap');

body {
    margin: 0;
    padding 0;
    background: white; /* white */
    overflow-x: hidden;
}

h1 {
    font-family: 'Dancing Script', 'Georgia', 'Helvetica', cursive ;
}

.title {
    font-size: 25px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.welcome-section {
    padding: 0;
    margin: 0;
    background: #ffcbe7; 
    min-height: 90vh;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about-me-section {
    padding: 0;
    margin: 0;
    background: white;
    z-index: 3;
    position: relative;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.form-section {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
    min-height: 90vh;
    width: 100vw;
}

.about-me-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 49vw;
    padding-left: 50px;
    transition: opacity 700ms ease-in-out 0s;
}

.about-me-content p {
    position: relative;
    z-index: 5;
    width: 80%;
    align-self: flex-start;
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    font-size: 24px;
    text-align: justify;
}

.about-me-content h1 {
    position: relative;
    align-self: flex-start;
    z-index: 5;
    font-family: 'Kalam', 'Georgia', 'Helvetica',  cursive;
    font-size: 28px;
    margin-bottom: 40px;
}

.helen-picture-section {
    width: 49vw;
    transition: opacity 700ms ease-in-out 0s;
}

.helen-portrait {
    position: absolute;
    top: 110px;
    right: 40px;
    border-radius: 50%;
    object-fit: cover;
    width: 400px;
    height: 400px;
    box-shadow: 2px 2px 10px 10px rgba(20, 20, 20, 1);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 2px 2px 5px 0px rgba(20, 20, 20, 1);
}

.about-me-first-bubble {
    border-radius: 50%;
    background: #FEEAFA;
    height: max(52vw, 680px);
    width: max(52vw, 680px);
    position: absolute;
    z-index: 4;
    top: 40px;
    left: -40px;
}

.about-me-bubbles {
    position: relative;
    left: -30vw;
    top: -70vh;
}

.about-me-second-bubble {
    border-radius: 50%;
    background: #E0C3FC;
    height: max(30vw, 400px);
    width: max(30vw, 400px);
    position: absolute;
    z-index: 4;
    top: 400px;
    left: 300px;
}

.small-purple-bubble {
    width: 350px;
    height: 350px;
    background: #E0C3FC;
    border-radius: 50%;
    position: absolute;
    top: 280px;
    right: 50px;
}

.small-pink-bubble {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    background: #FAD2E1;
    top: 50px;
    right: 150px;
}

.benefits-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    width: max(44vw, 600px);
    height: 100%;
    padding-left: 20px; 
    z-index: 3;
}

#actual-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 4;
    width: 49vw;
    transition: opacity 700ms ease-in-out 0s;
}

.input-group {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.input-group-wider {
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

label {
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
}

#message-label {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.send-form-button:hover {
    background: #969CfA;
}

.benefits-content h2 {
    z-index: 4;
    font-size: 35px;
    font-family: 'Kalam', 'Arial', 'Helvetica', cursive;
}

.benefits-content ul {
    z-index: 4;
    font-size: 24px;
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
}

.benefits-bubble {
    width: 52vw;
    height: 50vw;
    background: #a68fcd;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 5vh;
    left: -30px;
}

.benefits-bubbles {
    width: 49vw;
    transition: opacity 700ms ease-in-out 0s;
}

.rhombus {
    box-shadow: 0px 0px 75px 150px #fddeee;
    position: absolute;
    z-index: 0;
    left: 50% - 15vw;
    top: 50% - 15vw;
    width: 30vw;
    height: 30vw;
    background: #fddeee;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Add a black background color to the top navigation */
.topnav {
    height: 45px;
    display: flex;  
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;  
    padding-right: 12px;  
    padding-top: 5px;  
    padding-bottom: 1px;  
    font-family: 'Zeyada', 'Arial', 'Helvetica', cursive;
    background-color: #FFF;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100vw;
}

/* Style the links inside the navigation bar */
.topnav a {
    text-decoration: none;
    margin-right: 25px;
    color: black;
    font-size: 17px;
}

.navbar-icon:hover {
    color: rgba(0,0,0,0.5);
}

/* Change the color of links on hover */
.topnav a:hover {
    text-decoration: underline;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    text-decoration: underline;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .burger-icon {
    display: none;
}

.topnav-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.diagonal-stripe {
    position: absolute;
    background: #FFF;
    top: 85vh;
    left: -5px;
    width: 110vw; 
    height: 20vh;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

#actual-form h2 {
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
}

#actual-form h3 {
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    margin-bottom: 8px;
}

.form-container {
    width: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.hidden-text {
    visibility: hidden;
}

.error-msg {
    color: red;
    font-size: 12px;
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
}

input {
    width: 95%;
    background: #f1f1f1;
    border: 0px;
    border-radius: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
}

textarea {
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    font-size: 17px;
    background: #f1f1f1;
    border: 0px;
    border-radius: 3px;
    padding: 7px;
    width: 96%;
    margin-top: 5px;
}

input:focus {
    background: #e8e8e8;
    outline: none;
}

textarea:focus {
    background: #e8e8e8;
    outline: none;
}

.send-form-button {
    cursor: pointer;
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 95%;
    background: #8e94f2;
    border: 0px;
    border-radius: 3px;
    color: white;
}

.burger-menu {
    display: flex;  
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Cedarville Cursive', cursive;*/
    font-family: 'Zeyada', 'Arial', 'Helvetica', cursive;
    background-color: #FFF;
    position: fixed;
    z-index: 99;
    top: 45px;
    left: 0px;
    overflow: hidden;
    width: 100vw;
}

hr {
    width: 90%;
    border-color: grey;
    color: grey;
    background: grey;
}

.burger-item {
    text-decoration: none;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    color: black;
}

.burger-item:active {
    color: grey;
    background: #e8e8e8;
}

.burger-menu-hidden {
    display: none;
}

.see-through {
    opacity: 0;
}

.services-list-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    height: 94vh;
    min-width: 100vw;
    transition: opacity 700ms ease-in-out 0s;
}

.service-item {
    display: flex;
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    justify-content: center;
    align-items: center;
    height: 33.33%;
    width: 100%;
}

.first-service {
    background: #a68fcd;
}

.second-service {
    background: #E0C3FC;
}

.third-service {
    background: #FAD2E1;
}

.empty-space {
    height: 20vh;
    width: 100vw;
    position: relative;
    z-index: 5;
    background: #FFF;
}

.empty-space-no-bg {
    height: 20vh;
    width: 100vw;
    background: #FFF;
}

.services-picture-side {
    width: 50vw; 
    margin: auto;
}

.thankyou-image {
    width: 100%;
}

.services-list-side {
    background: salmon;
    width: 50vw; 
}

.email-js-error-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

.email-js-error {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-self: center;
}

.error-msg-box {
    font-family: 'Karla', 'Arial', 'Helvetica', sans-serif;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    width: max(350px, 40vw);
    height: auto;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 3px;
    position: relative;
    z-index: 1001;
}

#email-js-error-button {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    background: #8e94f2;
    border: 0px;
    border-radius: 3px;
    color: white;
}

.fa-spinner {
    -webkit-animation: rotation 1.5s infinite linear;
    -moz-animation: rotation 1.5s infinite linear;
    -o-animation: rotation 1.5s infinite linear;
    animation: rotation 1.5s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.no-display {
    display: none;
}

@media screen and (min-width: 2000px) {
    #send-us {
        width : 49vw;
        text-align: center;
        font-size: 28px;
    }

    .about-me-content h1 {
       font-size: 50px; 
    }

    .about-me-content p {
       font-size: 38px; 
    }

    .about-me-bubbles {
        top: -880px;
    }

    .small-purple-bubble {
        width: 650px;
        height: 650px;
        top: 480px;
        right: 50px;
    }

    .small-pink-bubble {
        width: 650px;
        height: 650px;
        top: 20px;
        right: 350px;
    }

    .helen-portrait {
        width: 850px;
        height: 850px;
    }

    .benefits-content h2 {
        font-size: 65px;
    }

    .benefits-content ul {
        font-size: 44px;
    }

    .topnav {
        height: 80px;
    }

    .topnav a {
        font-size: 28px;
    }

    .title {
        font-size: 40px;
    }

    label {
        font-size: 28px;
    }

    .send-form-button {
        font-size: 25px;
    }

    textarea {
        font-size: 25px;
    }

    input {
        font-size: 25px;
    }

    .error-msg {
        font-size: 18px;
    }

    .form-container {
        width: 800px;
    }

    .service-item {
        font-size: 25px;
    }
}

@media screen and (max-width: 1150px) {
    .about-me-section {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .about-me-first-bubble {
        height: max(72vw, 680px);
        width: max(72vw, 680px);
        top: 65px;
        left: -100px;
    }

    .about-me-second-bubble {
        top: 300px;
        left: 350px;
    }

    .benefits-bubbles {
        background: #a68fcd;
        display: flex;
        justify-content: center; 
        height: auto;
        min-height: auto;
        margin-bottom: 30px;
        width: 100%;
    }

    .benefits-content {
        margin: 0;
        padding: 0;
        padding-bottom: 50px;
        padding-top: 20px;
        width: 90%;
    }

    .form-section {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        margin-top: 50px;
        min-height: 200px;
        width: 100%;
        min-width: auto;
        margin-bottom: 30px;
    }

    #actual-form {
        width: 95%;
    }

    #actual-form h2 {
        text-align: center;    
        margin-bottom: 30px;
    }

    .form-container {
        width: 100%;
    }

    .benefits-bubble {
        display: none;
    }

    .about-me-bubbles {
        left: -50vw;
        top: -625px;
    }

    .about-me-content {
        padding: 0;
        width: 95vw;
        order: 1;
    }

    .about-me-content p {
        width: 50%;
    }

    .helen-picture-section {
        width: 95vw;
        min-height: 20vh;
        height: 550px; 
        order: 0;
    }

    .helen-portrait {
        top: 50px;
        right: 40px;
        z-index: 9;
        order: 0;
    }

    .small-pink-bubble {
        top: 50px;
        right: 220px;
        z-index: 7;
    }

    .small-purple-bubble {
        top: 200px;
        right: 50px;
        z-index: 8;
    }

    .for-bubble-context {
        position: relative;
    }
}

@media screen and (max-width: 800px) {
    /* Display the burger icon */
    .topnav a.burger-icon {
        float: right;
        display: block;
    }

    .services-picture-side {
        width: 95vw;
    }

    .about-me-content p {
        width: 88%;
    }

    .services-list-side {
        width: 95vw;
    }

    .mobile-hidden {
        display: none;
    }

    /*.benefits-bubbles {*/
       /*width: 100%;*/ 
       /*min-width: auto;*/
       /*max-width: auto;*/
       /*min-height: 75vh;*/
    /*}*/
    
    #actual-form {
        width: 100%;
        justify-content: center;
        align-self: center;
        /*display: none;*/
    }

    .whatsapp-link:hover {
        color: rgba(0,0,0,0.5);
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .diagonal-stripe {
        display: none;
    }

    .empty-space {
        /*display: none;*/
        height: 10vh;
    }

    .empty-space-no-bg {
        /*display: none;*/
        height: 10vh;
    }

    .about-me-bubbles {
        display: none;
    }

    .topnav {
        width: 100%;
    }

    .welcome-section {
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
        /*display: none;*/
    }

    .about-me-section {
        align-self: center;
        justify-content: center;
        min-height: auto;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
        /*display: none;*/
    }

    /*.benefits-bubbles {*/
        /*background: #a68fcd;*/
        /*display: flex;*/
        /*justify-content: center;*/ 
        /*height: auto;*/
        /*min-height: auto;*/
        /*margin-bottom: 30px;*/
        /*width: 100%;*/
    /*}*/

    /*.benefits-content {*/
        /*margin: 0;*/
        /*padding: 0;*/
        /*padding-bottom: 50px;*/
        /*padding-top: 20px;*/
        /*width: 90%;*/
    /*}*/

    .about-me-content {
        height: auto;
        min-height: auto;
    }

    .about-me-content p {
        margin: auto;
        text-align: justify;
        font-size: 15px;
    }

    .about-me-content h1 {
        margin: auto;
    }

    /*.form-section {*/
        /*padding: 0;*/
        /*margin: 0;*/
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*flex-direction: column;*/
        /*flex-wrap: wrap;*/
        /*position: relative;*/
        /*margin-top: 50px;*/
        /*min-height: 200px;*/
        /*width: 100%;*/
        /*min-width: auto;*/
        /*margin-bottom: 30px;*/
    /*}*/

    /*#actual-form {*/
        /*width: 95%;*/
    /*}*/

    /*#actual-form h2 {*/
        /*text-align: center;*/    
        /*margin-bottom: 30px;*/
    /*}*/

    /*.form-container {*/
        /*width: 100%;*/
    /*}*/

    /*.benefits-bubble {*/
        /*display: none;*/
    /*}*/

    /*.services-list-section {*/
        /*width: 100%;*/
    /*}*/

    .helen-picture-section {
        width: 90%;
        min-height: auto;
        height: max(400px, 105vw);
    }

    .small-pink-bubble {
        right: 110px;
        top: 5px;
        height: 60vw;
        width: 60vw;
    }

    .small-purple-bubble {
        right: 4vw;
        top: 140px;
        /*width: 250px;*/
        /*height: 250px;*/
        width: 60vw;
        height: 60vw;
    }

    .helen-portrait {
        right: 8vw;
        /*width: 250px;*/
        /*height: 250px;*/
        width: 60vw;
        height: 60vw;
    }

    .rhombus {
        left: 50% - 25vw;
        top: 50% - 25vw;
        width: 50vw;
        height: 50vw;
    }
}
