html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #EEEEEE;
    font-family: Arima Madurai;
}

.background-page {
    width: 100%;
    min-height: 100%;
    background-color: #EEEEEE;
    position: absolute;
    overflow: hidden;
}

.page-bubbles-holder {
    height: 1100px;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.page-background-big-blue-circle {
    height: 700px;
    width: 700px;
    background: #719bf5;
    -webkit-border-radius: 700px;
    -moz-border-radius: 700px;
    border-radius: 700px;
    position: absolute;
    left: -150px;
    bottom: -150px;
}

.page-background-big-purple-circle {
    height: 500px;
    width: 500px;
    background: #b0a6fe;
    border: 1px solid #b0a6fe;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    right: -100px;
    top: -100px;
}

.page-background-small-blue-circle {
    height: 150px;
    width: 150px;
    background: linear-gradient(0deg, rgba(113,155,245,1) 0%, rgba(176,166,254,1) 67%);
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    position: absolute;
    left: 250px;
    top: 10px;
}

.page-background-small-purple-circle {
    height: 50px;
    width: 50px;
    background: linear-gradient(0deg, rgba(113,155,245,1) 0%, rgba(176,166,254,1) 67%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    right: 550px;
    top: 200px;
}

.page-content-background-rectangle {
    display: flex;
    margin: 30px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 2px 4px #fcfcfc;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.logo img {
    height: 100px;
    margin: 10px;
}

.brand-logo1 {
    position: absolute;
    top: 65px;
    left: 55px;
    font-family: Arima Madurai;
    font-size: 24px;
    color: #3547E9;
    font-weight: 100;
}

.brand-logo2 {
    position: absolute;
    top: 25px;
    left: 105px;
    font-family: Arima Madurai;
    font-size: 24px;
    color: #3547E9;
    font-weight: 100;
}

.top-bar {
    width: 100%;
    height: 100px;
    top: 0;
    position: absolute;
}

.top-menu-items-holder {
    display: block;
    position: absolute;
    top: 15px;
    right: 35px;
    text-align: right;
}

.mobile-menu {
    display: none;
}

.navbar {
    width: 100%;
}

.navbar li {
    list-style-type: none;
    padding: 10px;
}

.navbar ul {
    display: flex;
}

.navbar a {
    text-decoration: none;
    color: #593079;
}

.navbar a:hover {
    border: 2px solid #593079;
    border-radius: 100px;
    padding: 5px 10px 5px 10px;
}

.overlapping-buttons {
    width: 250px;
    position: relative;
}

.top-menu-signup-button {
    border: 2px solid #B0A6FE;
    border-radius: 100px;
    width: 100px;
    height: 40px;
    color: #FFFFFF;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    right: 120px;
    box-shadow: 0 0 7px #fcfcfc;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease-in-out;
}

.top-menu-signup-button:hover,
.top-menu-login-button:hover {
    border: 2px solid #593079;
    background-color: #593079;
}

.top-menu-login-button {
     border: 2px solid #B0A6FE;
     border-radius: 100px;
     width: 100px;
     height: 40px;
     color: #FFFFFF;
     background-color: rgba(255,255,255,.3);
     position: absolute;
     right: 0px;
     box-shadow: 0 0 7px #fcfcfc;
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
     transition: all 0.5s ease-in-out;
}

.top-menu-items-mobile-holder {
    display: none;
}

.footer {
    width: 100%;
    bottom: 0;
}


/*-----------Content Area--------------*/
.content-area {
    width: 100%;
    top: 0;
    margin-top: 100px;
    margin-bottom: 50px;
}

.content-header {
    font-family: Arima Madurai;
    color: #3547E9;
    font-size: 36px;
    text-align: center;
    height: 50px;
    position: relative;
}
.content-header-banner-title-image-holder {
    position: absolute;
    top: -40px;
    left: 50%;
    transform:translateX(-50%);
    margin-left: -60px;
}
.content-header-banner-title-holder {

}
.content-header img {
    height: 50px;
}

.left-container {
    position: absolute;
    margin-top: 75px;
    width: 50%;
}

.idea-wrapper {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.content-tagline {
    font-family: Bad Script;
    color: #593179;
    font-size: 24px;
    text-align: center;
    height: 50px;
    margin-bottom: 50px;
}

.middle-idea,
.bottom-idea {
    margin-top: 90px;
    display: flex;
}

.top-idea-header {
    top: 0;
    position: absolute;
    margin-left: 150px;
    font-size: 22px;
    color: #3547E9;
}

.top-idea-words {
    position: absolute;
    margin-left: 175px;
    font-size: 14px;
    color: #593179;
    top: 0;
    margin-top: 75px;
}

.middle-idea-header,
.bottom-idea-header {
    position: absolute;
    margin-left: 150px;
    font-size: 22px;
    color: #3547E9;
}

.middle-idea-words,
.bottom-idea-words {
    position: absolute;
    margin-left: 175px;
    font-size: 14px;
    color: #593179;
    margin-top: 40px;
}

.top-idea-image img,
.middle-idea-image img,
.bottom-idea-image img {
    height: 100px;
    width: 150px;
}

.right-container {
    float: right;
    width: 50%;
}

.right-image-small img {
    display: none;
}

.right-image img {
    width: 700px;
    margin-left: 250px;
}

.get-started-button {
    width: 219px;
    height: 40px;
    background-color: #0FF4FD;
    border: 2px solid #3547E9;
    color: #3547E9;
    border-radius: 100px;
    margin-top: 50px;
    margin-left: 400px;
    transition: all 0.5s ease-in-out;
}

.get-started-button:hover {
    background-color: #3547E9;
    border: 2px solid #0FF4FD;
    color: #0FF4FD;
}

/*-----------Features Area--------------*/

.second-page-content-area {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    padding: 100px;
}

.arrow-button {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
}

.arrow-button-circle {
    height: 50px;
    width: 50px;
    background-color: #B0A6FE;
    border: 1px solid #B0A6FE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
}

.arrow-button-circle img {
    margin-top: 12px;
}

.left-image {
    width: 300px;
    position: absolute;
    left: 0;
}

.features-area {
    width: 1000px;
    margin-left: 100px;
}

.page-background-small-purple-circle1 {
    height: 50px;
    width: 50px;
    background: linear-gradient(0deg, rgba(113,155,245,1) 0%, rgba(176,166,254,1) 67%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    right: 540px;
    top: 190px;
}

.row {
    text-align: center;
    margin-top: 50px;
}

.column {
    width: 25%;
}

.column-wrapper {
    border: 1px solid #B0A6FE;
    border-radius: 15px;
    width: 200px;
    height: 150px;
    position: relative;
    box-shadow: 0 0 7px #fcfcfc;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding-top: 10px;
}

.features-icon {
   font-size: 24px !important;
   color: #593079;
   float: right;
   margin-right: 20px;
}

.features-icon-right {
    font-size: 30px !important;
   color: #593079;
   float: right;
   margin-right: 20px;
   margin-top: 10px;
}

.feature-label {
    margin-top: 25px;
    color: #593179;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.feature-description {
    font-family: Arima Madurai;
    font-size: 13px;
    color: #719bf5;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.right-section {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 100px;
    display: flex;
    margin-top: 10px;
}

.right-header-features {
    padding-top: 15px;
    color: #3547E9;
    font-size: 18px;
}

.right-header-stress {
    padding-top: 15px;
    color: #3547E9;
    font-size: 18px;
    margin-right: 15px;
}

.long-list-button-area {
    margin-top: 75px;
    text-align: center;
    margin-left: -100px;
}

.long-list-button {
    color: #3547E9;
    font-size: 14px;
    text-decoration: underline;
}

.long-list-button img {
    height: 12px;
}

.right-image-connector {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -150px;
}

/*-----------Pricing Area--------------*/

.third-page-content-area {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #779CF6;
    z-index: 10;
    position: relative;
    height: 650px;
}

.pricing-area {
    width: 100%;
}

.pricing-header {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 75px;
    position: absolute;
    top: 0;
}

.pricing-subheader {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 100px;
    position: absolute;
    top: 0;
}

.pricing-row {
    text-align: center;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}

.pricing-column-1 {
    width: 550px;
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 325px;
}

.pricing-column {
    width: 550px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-left: 150px;
    height: 300px;
}

.pricing-column-free {
    width: 550px;
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 300px;
}

.pricing-icon {
    height: 50px;
    width: 50px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0px 4px 4px #747474)
}

.pricing-icon-img {
    font-size: 24px !important;
    color: #593079;
    position: relative;
    top: calc(50% - 15px);
}

.pricing-title {
    color: #3547E9;
    font-size: 18px;
}

.pricing-label {
    color: #3547E9;
    font-size: 16px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-sublabel {
    color: #3547E9;
    font-size: 14px;
    margin-top: 30px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-sublabel-1 {
    color: #3547E9;
    font-size: 14px;
    margin-top: 15px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.pricing-get-started-area {
    text-align: center;
}

.pricing-start-button {
    width: 219px;
    height: 40px;
    background-color: #0FF4FD;
    border: 2px solid #3547E9;
    color: #3547E9;
    border-radius: 100px;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
}

.pricing-start-button:hover {
    background-color: #3547E9;
    border: 2px solid #0FF4FD;
    color: #0FF4FD;
}

.left-image-connector {
    margin-top: -55px;
    position: absolute;
}


/*-----------Contact Area--------------*/

.contact-page-content-area {
    min-height: 100%;
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    height: 650px;
    text-align: center;
}

.contact-header {
    color: #3547E9;
    font-size: 24px;
    padding-top: 50px;
    width: 27%;
    margin-left: auto;
    margin-right: auto;
}

.contact-main-content {
    float: left;
    overflow: auto;
    margin-left: 250px;
}

.contact-main-content ul {
    list-style-type: none;
    float: left;
    margin-top: 200px;
    color: #3547E9;
    font-size: 24px;
    width: 250px;
}

.contact-sub-questions,
.contact-sub-comments {
    margin-bottom: 30px;
}

.contact-sub-comments {
    margin-left: 20px;
}

.contact-sub-here {
    float: left;
    margin-top: 265px;
    color: #3547E9;
    font-size: 24px;
}

.contact-you-parent {
    width: 250px;
    position: relative;
    margin-top: 200px;
    float: left;
}

.contact-you-image {
    width: 100%;
    background-image: url(../graphics/undraw_Appreciation_re_p6rl.svg);
    background-size: cover;
    height: 0;
    padding: 0;
    padding-bottom: 50%;
    position: absolute;
}

.contact-you {
    color: #FFFFFF;
    font-size: 40px;
    font-family: bad script;
    position: relative;
    top: 30px;
    right: 10px;
    transform: rotate(-40deg);
}

.contact-area-holder {
    width: 40%;
    float: right;
    position: relative;
}

.contact-bottom-image {
    bottom: -20px;
    position: absolute;
}

.contact-bottom-image img {
    height: 500px;
}

.contact-area {
    width: 300px;
    border-radius: 20px;
    margin-top: 100px;
    box-shadow: 0 2px 4px #fcfcfc;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 150px;
}

.contact-form {
   width: 400px;
   display: grid;
   margin-top: 150px;
}

.form-row {
    width: 90%;
}

#subject, #email, #message {
    margin-bottom: 30px;
    font-size: 12px;
    color: #593079;
    width: 100%;
}

#subject, #email {
    background-color: transparent;
}

#message {
    border: none;
    background-color: #F3F3F3;
}

.index-page-contact_us-email-feedback,
.index-page-contact_us-message-feedback {
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: 2;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
    display: none;
}
.index-page-contact_us-email-feedback.show,
.index-page-contact_us-message-feedback.show {
    display: block;
}

.index-page-contact-us-email-feedback-message-holder,
.index-page-contact-us-message-feedback-message-holder {
    text-align: left;
    padding-left: 20px;
}
.index-page-contact-us-email-feedback-message-text,
.index-page-contact-us-message-feedback-message-text{
    font-size: 14px;
    color: #FF0000;
}

.index-page-contact-us-submit-results {
    font-size: 18px;
}

.contact-us-submit-button {
    width: 219px;
    height: 40px;
    background-color: #0FF4FD;
    border: 2px solid #3547E9;
    color: #3547E9;
    border-radius: 100px;
    margin-top: 50px;
    transition: all 0.5s ease-in-out;
}

.contact-us-submit-button:hover {
    background-color: #3547E9;
    border: 2px solid #0FF4FD;
    color: #0FF4FD;
}

#submit {
    width: 120px;
    height: 40px;
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 175px;
    transition: all 0.5s ease-in-out;
}

#submit:hover {
    background-color: #FFFFFF;
    border: 2px solid #4CAF50;
    color: #4CAF50;
}

.footer {
    background-color: #B0A6FE;
    height: 55px;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 20;
}

.copyright {
    font-size: 10px;
    float: left;
    margin: 20px;
    color: black;
}

.privacy a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    margin: 15px;
    float: left;
}

/*-----------Privacy Page-----------------------------------*/

.privacy_left-container {
    position: relative;
    margin-top: 75px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.privacy-idea-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.privacy-para-title {
    color: #151269;
}

.privacy-para {
    margin-bottom: 20px;
    color: #593079;
}

.privacy-para a {
    text-decoration: none;
    color: #719bf5;
}

.privacy-home-button-holder {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.privacy-home-button {
     width: 219px;
     height: 40px;
     background-color: #0FF4FD;
     border: 2px solid #3547E9;
     color: #3547E9;
     border-radius: 100px;
     margin-top: 50px;
     margin-left: 400px;
     transition: all 0.5s ease-in-out;
}

.privacy-home-button:hover {
    border: 2px solid #0FF4FD;
    background-color: #3547E9;
    color: #0FF4FD;
}

.footer-privacy {
    background-color: #B0A6FE;
    height: 55px;
    width: 100%;
    bottom: 0;
    z-index: 20;
    position: absolute;
}


/*-----------Features Page-----------------------------------*/

.features_page {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 650px;
    margin-top: 50px;
}

.features-page-left-image {
    position: absolute;
    left: 0;
    margin-top: 600px;
    margin-left: 50px;
}

.features-page-features-area {
    width: 100%;
}

.features-page-features-area-container {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.features-page-feature-card-holder {
    margin-bottom: 50px;
    margin-left: 70px;
}

.features-page-feature-card-background {
    width: 150px;
    height: 150px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-bottom: 50px;
    background-image: linear-gradient(
    210deg, #3c66c4, #719bf5);
    position: absolute;
    transform: rotate(10deg);
}

.features-page-feature-card-background1 {
    width: 150px;
    height: 150px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-bottom: 50px;
    background-image: linear-gradient(
    210deg, #b0a6fe, #719bf5);
    position: absolute;
    transform: rotate(10deg);
}

.features-page-feature-card {
    width: 175px;
    height: 175px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px #fcfcfc;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    left: -75px;
    top: 20px;
    background: rgba(255,255,255,0.4);
    margin-left: 20px;
}

.features-page-label {
    font-size: 18px;
    margin-left: 20px;
    margin-top: 20px;
}

.features-page-summary {
    font-size: 14px;
    margin: 10px;
}

.features-page-img {
    float: right;
    opacity: .6;
    top: -150px;
    position: relative;
}

.get-started-features {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.get-started-features-button {
    width: 219px;
    height: 40px;
    background-color: #0FF4FD;
    border: 2px solid #3547E9;
    color: #3547E9;
    border-radius: 100px;
    margin-top: 50px;
    transition: all 0.5s ease-in-out;
}




/*-----------Mobile-----------------------------------*/

@media only screen and (min-device-width : 320px) and (max-device-width : 766px) {

    .page-background-big-blue-circle {
        left: -430px;
        bottom: -50px;
    }

    .page-background-big-purple-circle {
        right: -320px;
        top: -120px;
    }

    .page-background-small-blue-circle {
        left: 0px;
        top: 150px;
    }

    .page-background-small-purple-circle {
        right: 100px;
        top: 450px;
    }

    /*-----------Header-------------*/

    .background-page {
        left: 0;
        top: 0;
    }

    .page-content-background-rectangle {
        margin: 15px;
        border-radius: 30px;
    }

    .brand-logo1,
    .brand-logo2,
    .navbar {
        display: none;
    }

    .logo img {
        height: 50px;
    }

    .mobile-menu {
        display: inline;
    }

    /*-----------Content Area-------------*/

    .content-header {
        font-size: 21px;
        height: 0;
        margin-top: 30px;
    }

    .content-area {
        margin-top: 80px;
    }
    .content-header-banner-title-image-holder {
        position: absolute;
        top: -45px;
        left: 50%;
        transform:translateX(-50%);
        margin-left: -48px;
    }

    .content-tagline {
        font-size: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        font-weight: bold;
        margin-top: 50px;
    }

    .idea-wrapper {
        width: 90%;
    }

    .left-container {
        width: 100%;
        position: inherit;
    }

    .top-idea-image,
    .middle-idea-image,
    .bottom-idea-image {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .top-idea-header,
    .middle-idea-header,
    .bottom-idea-header {
        margin-left: 0px;
        font-size: 18px;
        text-align: center;
        position: inherit;
    }

    .top-idea-header,
    .bottom-idea-header {
        margin-top: 10px;
    }

    .top-idea-words,
    .middle-idea-words,
    .bottom-idea-words {
        margin-left: 0px;
        font-size: 14px;
        text-align: center;
        position: inherit;
        margin-top: 10px;
    }

    .middle-idea,
    .bottom-idea {
        display: block;
        margin-top: 25px;
    }

    .right-image img {
        display: none;
    }

    .get-started-button {
        margin-left: -100px;
    }


    /*-----------Features Area-------------*/

    .second-page-content-area {
        height: auto;
        padding: 0;
    }

    .left-image {
        left: -50px;
    }

    .features-area {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        margin-top: 150px;
        margin-left: 5px;
    }

    .row {
        display: contents;
    }

    .column {
        width: 50%;
    }

    .column-wrapper {
        backdrop-filter: blur(4px);
        margin-bottom: 30px;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-img {
        margin-bottom: 10px;
    }

    .feature-label {
        margin-top: 0px;
    }

    .right-section {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        display: block;
        margin-top: 30px;
    }

    .right-header-features {
        font-size: 20px;
    }

    .right-header-stress {
        font-size: 16px;
        color: #747474;
        padding-top: 5px;
    }

    .features-icon-right {
        margin-right: 70px;
        margin-top: -60px;
    }

    .right-image-connector {
        margin-bottom: -75px;
    }

    .right-image-connector img {
        height: 150px;
    }

    .long-list-button-area {
        margin-top: 0px;
        margin-bottom: 75px;
        width: 100%;
        margin-left: -50px;
    }

    /*-----------Pricing Area-------------*/

    .third-page-content-area {
        height: auto;
    }

    .pricing-header {
        font-size: 20px;
    }

    .pricing-row {
        display: block;
        margin-top: 175px;
    }

    .pricing-column-1,
    .pricing-column-free,
    .pricing-column {
        margin-left: auto;
        margin-right: auto;
        margin-top: 75px;
        width: 95%;
        height: auto;
    }

    .pricing-sublabel,
    .pricing-sublabel-1 {
        padding-bottom: 10px;
    }

    .pricing-start-button {
        margin-top: 75px;
        margin-bottom: 100px;
    }

    /*-----------Contact Area-------------*/

    .contact-page-content-area {
        height:750px;
    }

    .contact-header {
        width: 100%;
    }

    .contact-main-content {
        margin-left: 10px;
        overflow: unset;
        margin-top: 40px;
    }

    .contact-main-content ul {
        display: none;
    }

    .contact-sub-here {
        display: none;
    }

    .contact-you-parent {
        margin-top: -30px;
        margin-left: 150px;
    }

    .contact-you {
        display: none;
    }

    .contact-bottom-image {
        left: -100px;
        bottom: -60px;
    }

    .contact-area {
        margin-top: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-area-holder {
        float: none;
        width: 100%;
    }

    .privacy-left-container {
        width: 100%;
    }

    .privacy-idea-wrapper {
        height: 500px;
        overflow-y: scroll;
    }

    .privacy-home-button-holder {
        width: 80%;
    }

    .privacy-home-button {
        margin-left: 0;
    }

}

/*-----------Tablet - portrait mode -----------------------------------*/

@media only screen and (min-width: 767px) and (max-width: 1023px) {

/*-----------Content Area-------------*/

    .top-menu-signup-button {
        width: 120px;
    }

    .top-menu-login-button {
        width: 120px;
        right: -20px;
    }

    .content-area {
        height: 875px;
    }

    .left-container {
        width: 100%;
    }

    .idea-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .right-container {
        width: 100%;
        margin-top: 150px;
    }

    .right-image img {
        width: 500px;
        display: block;
        margin-top: -150px;
        margin-left: auto;
        margin-right: auto;
    }

    .top-idea {
        margin-top: 450px;
        margin-left: -100px;
    }

    .top-idea-image {
        margin-left: 75px;
    }

    .top-idea-header {
        margin-top: 560px;
        margin-left: 0px;
        font-size: 16px;
        width: 300px;
        text-align: center;
    }

    .middle-idea-header {
        font-size: 22px;
        margin-top: 110px;
        margin-left: -50px;
        width: 300px;
        text-align: center;
    }

    .middle-idea {
        margin-top: 450px;
        margin-left: 200px;
    }

    .top-idea-words {
        margin-top: 620px;
        margin-left: 10px;
        width: 300px;
        text-align: center;
    }

    .middle-idea-words {
        width: 250px;
        text-align: center;
        margin-top: 190px;
        margin-left: -20px;
    }

    .bottom-idea-header,
    .bottom-idea-words,
    .bottom-idea-image img {
        display: none;
    }

    .get-started {
        align-items: center;
        justify-content: center;
        display: flex;
        height: 50px;
    }

    .get-started-button {
        margin-left: 0px;
        margin-top: 30px;
    }

/*-----------Features Area-------------*/

    .features-area {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .right-section {
        margin-right: 25px;
    }

    .column-wrapper {
        backdrop-filter: blur(4px);
        width: 175px;
    }

/*-----------Pricing Area-------------*/

    .pricing-row {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-column {
        margin-left: 20px;
    }

    .pricing-column-1 {
        height: 375px;
    }

/*-----------Contact Area-------------*/

    .contact-area {
        margin-left: 100px;
    }

    .contact-main-content ul {
        display: none;
    }

    .contact-main-content {
        margin-left: 50px;
        overflow: unset;
    }

    .contact-sub-here {
        float: none;
    }

    .contact-you-parent {
        margin-top: 0px;
        float: none;
    }

    .contact-area-holder {
        width: 55%;
    }


    .privacy-left-container {
        width: 100%;
    }

    .privacy-idea-wrapper {
        height: 600px;
        overflow-y: scroll;
    }

    .privacy-home-button-holder {
        width: 80%;
    }

    .privacy-home-button {
        margin-left: 100px;
    }

}

/*-----------Smaller Macbook-----------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1499px) {

    .left-container {
        margin-top: 0px;
    }

    .idea-wrapper {
        width: 500px;
    }

    .top-idea-words {
        margin-top: 100px;
    }

    .middle-idea-words {
        margin-top: 60px;
    }

    .right-image img {
        width: 500px;
        margin-left: -30px;
    }

    .get-started-button {
        margin-left: 50px;
    }

    .features-area {
        margin-left: 100px;
    }

    .column-wrapper {
       backdrop-filter: blur(4px);
    }

    .pricing-row {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-column {
        margin-left: 50px;
    }

    .contact-main-content {
        margin-left: 0px;
        overflow: unset;
    }

    .contact-main-content ul {
       display: none;
    }

    .contact-sub-here {
        margin-left: 50px;
    }

    .contact-area-holder {
        width: 55%;
    }

    .privacy-left-container {
        width: 100%;
    }

    .privacy-home-button-holder {
        width: 80%;
    }

    .privacy-home-button {
        margin-left: 200px;
    }

}

/*-----------Pixelbook-----------------------------------*/

@media only screen and (min-width: 1500px) and (max-width: 2500px) {

    .right-image img {
        margin-left: 0px;
    }

    .get-started-button {
        margin-left: 250px;
    }

    .contact-main-content {
        margin-left: 150px;
    }

}




















