﻿
.heading-button-container-small {
    height: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    width: 70%;
    align-self: center;
    
}

.more-of-ours-expanded {
    padding: 0px 100px 30px 100px;
    background: var(--primary-color-reflection);
    z-index: 2;
}

.what-is-forms-app-content-3 > div {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
}

.what-is-forms-app-content-3 > h2 {
    text-align: center;
}

.what-is-forms-app-content-3 {
    row-gap: 50px;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.what-is-forms-app-content-3-small > h2 {
    text-align: center;
}

.decorated-shapes {
    z-index: -1;
    top: 0;
    position: absolute;
}

    .decorated-shapes > div:first-child {
        border-radius: 100%;
        background: var(--primary-color);
        height: 100px;
        width: 100px;
        position: relative;
        bottom: -50px;
        left: 50%;
    }

    .decorated-shapes > div:nth-child(2) {
        border: 2px dashed lightgray;
        width: 200px;
        height: 200px;
        border-radius: 100%;
    }

    .decorated-shapes > div:last-child {
        border-radius: 100%;
        background: orange;
        height: 50px;
        width: 50px;
        position: relative;
        top: -30px;
        left: 40%;
    }

.floating-symbol {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}

@keyframes shield-image-floating-effect {
    from {
        top: 0;
    }

    to {
        top: -30px;
    }
}

.shield-image {
    animation-name: shield-image-floating-effect;
    animation-direction: alternate-reverse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.shield-image {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    width: auto;
    font-size: 90px;
}

.shield-shadow {
    position: relative;
    width: 100px;
    height: 50px;
    background: lightgray;
    border-radius: 100%;
    background-image: radial-gradient(lightgray, white);
    box-shadow: 1px 1px 10px var(--primary-color-reflection);
}

@keyframes shield-shadow-floating-effect {
    from {
        bottom: 0;
        width: 100px;
    }

    to {
        bottom: -30px;
        width: 120px;
    }
}

.shield-shadow {
    animation-name: shield-shadow-floating-effect;
    animation-direction: alternate-reverse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.forms-symbol {
    max-width: 100%;
    height: auto;
    box-shadow: 1px 1px 10px lightgray;
}

.security-content > h2 {
    text-align: center;
}

.security-content > h4 {
    font-weight: normal;
}

.circle-symbol {
    user-select: none;
    border-radius: 100%;
    width: 40px;
    background: var(--primary-color);
    height: 40px;
    align-content: center;
    text-align: center;
}

.key-take-away-title {
    font-size: 18px;
    font-weight: bold;
}

.key-take-away-description {
    font-size: 14px;
    font-weight: normal;
}

.what-is-forms-app-content-2 {
    display: grid;
    column-gap: 50px;
    grid-template-columns: auto auto auto;
    padding: 20px 5%;
    background: #f2f2f2;
}

.photo-content-section {
    justify-self: center;
}

.text-content-section {
    align-content: center;
    
}

    .text-content-section > h1 {
        font-size: 30px;
    }

    .text-content-section > h2 {
        font-size: 20px;
        font-weight: normal;
    }

.button {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.scrolling-section > div:first-child {
    padding-top: 20px;
}

.scrolling-section > div:last-child {
    padding-top: 5px;
    color: gray;
}

.all-container {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.what-is-forms-app-content {
    width: 70%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.scrolling-section {
    border-top: 2px solid lightgray;
    width: 70%;
    text-align: center;
}

.symbol {
    height: 60px;
    width: 150px;
    place-self: flex-end;
    margin-right: 20px;
}

.forms-header {
    align-items: center !important;
    background: var(--primary-color-reflection);
    z-index: 2;
    padding: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.forms-left-header {
    justify-self: center;
    display: flex;
    flex-direction: row;
}

.forms-right-header {
    align-items: center;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: flex-end;
    align-content: center;
    column-gap: 20px;
}

.go-to-forms-button {
    text-transform: capitalize;
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
    color: var(--primary-hover);
    border: 1px solid lightgray;
}

@keyframes go-to-forms-button-effect {
    to {
        color: #25335b;
        border: 1px solid var(--primary-color);
    }
}

.go-to-forms-button:hover {
    animation-name: go-to-forms-button-effect;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.form-creation-header-containment {
}

.sign-up-for-free-button {
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
    color: var(--primary-color);
    text-decoration: none;
}

.sign-up-text-holder {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.sign-up-for-free-button:hover {
    animation-name: sign-up-for-free-button-effect;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes sign-up-for-free-button-effect {
    to {
        color: #25335b;
        background-color: #edf0f8;
    }
}

.more-of-ours-button {
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
    color: gray;
}

    .more-of-ours-button:hover {
        animation-name: more-of-ours-button-effect;
        animation-duration: 0.2s;
        animation-fill-mode: forwards;
    }

@keyframes more-of-ours-button-effect {
    to {
        color: black;
        background-color: #f2f2f2;
    }
}

.what-is-forms-app-section:nth-of-type(11) {
    padding-bottom: 10%;
}

.what-is-forms-app-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 10%;
}

.forms-app-logo {
    height: 60px;
    width: 150px;
    place-self: flex-end;
    padding-right: 20px;
}

.menu-item-symbol {
    min-width: 40px;
    text-align: center;
    filter: grayscale(100%);
    line-height: 100%;
}

.menu-item-container {
    cursor: pointer;
    padding: 15px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}

.heading-button-border-clicked {
    border-bottom: 2px solid var(--primary-hover) !important;
}

.heading-button-border {
    height: 100%;
}

.symbol-title-container {
    height: 100%;
    align-self: center;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.what-is-forms-app-content-2-small {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    padding: 20px 5px;
    background: #f2f2f2;
}

.what-is-forms-app-content-3-small {
    row-gap: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.photo-content-section-small {
    padding: 20px;
}

.what-is-forms-app-content-3-small > div {
    padding: 20px !important;
}

@media (max-width: 950px) {
    .photo-content-section {
        padding: 20px;
    }

    .what-is-forms-app-content-3 {
        row-gap: 50px !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

        .what-is-forms-app-content-3 > div {
            padding: 20px !important;
        }

    .what-is-forms-app-content-2 {
        display: flex !important;
        row-gap: 20px !important;
        flex-direction: column !important;
        padding: 20px 5px !important;
        background: #f2f2f2 !important;
    }

    .forms-left-header {
        justify-self: center !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .forms-right-header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        justify-content: center !important;
        row-gap: 10px !important;
        display: flex !important;
        flex-direction: row !important;
        column-gap: 20px !important;
        flex-wrap: wrap !important;
        align-items: unset !important;
        text-align: unset !important;
        align-content: unset !important;
    }

    .heading-button-container {
        height: 100% !important;
        font-size: unset !important;
        display: flex !important;
        flex-direction: row !important;
        column-gap: 10px !important;
        width: 70% !important;
        align-self: center !important;
        
    }

    .forms-header {
        background: white !important;
        z-index: 2 !important;
        padding: 5px !important;
        display: table-row !important;
    }

    .photo-content-section {
        text-align: center !important;
    }

    .text-content-section {
        padding: 0 !important;
        align-content: center !important;
        
    }

        .text-content-section > h1 {
            font-size: 30px !important;
        }

        .text-content-section > h2 {
            font-size: 20px !important;
            font-weight: normal !important;
        }

    .symbol-title-container {
        display: none !important;
    }


    .what-is-forms-app-content {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .decorated-shapes {
        display: none !important;
    }

    .symbol-title-container {
        display: none !important;
    }

    .decorated-shapes {
        display: none !important;
    }

    .text-content-section {
        padding: 0 !important;
        align-content: center !important;
        
        padding: 20px !important;
    }

    .photo-content-section {
        text-align: center !important;
    }
}

.forms-left-header-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.forms-right-header-small {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    row-gap: 10px;
    display: flex;
    flex-direction: row;
    grid-template-columns: auto;
    column-gap: 20px;
    flex-wrap: wrap;
}

.forms-header-small {
    background: var(--primary-color-reflection);
    z-index: 2;
    padding: 5px;
    display: table-row;
}

.photo-content-section-small {
    text-align: center;
}

.text-content-section-small {
    padding: 20px !important;
    align-content: center !important;
    
}

    .text-content-section-small > h1 {
        font-size: 30px;
    }

    .text-content-section-small > h2 {
        font-size: 20px;
        font-weight: normal;
    }

.symbol-title-container-small {
    display: none;
}

.what-is-forms-app-content-small {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.decorated-shapes-small {
    display: none;
}

.overlay {
    z-index: 1;
    position: absolute;
    opacity: 0.5;
    height: 1000vh;
    background: black;
    width: 100%;
}

.heading-button-container {
    height: 100%;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    width: 70%;
    align-self: center;
    
}
