* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Sofia Pro Regular';
    top: 0;
    left: 0;
}

h1 {
    display: none;
}

#menu {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    backdrop-filter: blur(40px);
    background-color: rgb(6, 62, 64);
}

.formAll {
    visibility: visible;
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: transform .8s ease-out;
}

.topForm {
    width: 100vw;
    height: 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-image: url(/img/capital/CapitalC_logo_white.svg);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center;

}

.arrow {
    display: block;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3.5vw;
    transform: rotate(180deg);
}

.arrow:hover {
    opacity: 0.8;
}

.formContent {
    width: 100vw;
    height: 65vh;
    position: relative;
    left: 0px;
    opacity: 1;
    transition: all 2s ease-out;

}

.entering {
    left: -500px;
    opacity: 0.2;
}

.formBox {
    width: 20vw;
    height: 100%;
    margin-left: 10vw;
    text-align: left;
    display: block;
}

#formContent {
    display: flex;
}

#formEmail {
    display: none;
}

#formWhatsapp {
    display: none;
}

.formContent h2 {
    text-align: left;
    width: auto;
    font-size: 2.5rem;
    display: block;
    padding: 0.5em 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #FAFAFA;
    margin-bottom: 60px;
}

.formContent p {
    text-align: center;
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    display: block;
}


.popVisualizator {
    width: 65vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.buttons {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;

}

.buttons a {
    border: solid 1px rgb(255, 255, 255);
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 0.6rem;
    transition: opacity 300ms;
    cursor: pointer;
    width: 100%;
    line-height: 100%;
    color: #FAFAFA;
    margin: 1em 0;
    font-size: 25px;
    text-align: center;
    padding-top: 7%;
    padding-bottom: 7%;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.buttons a:hover {
    background-color: rgb(255, 255, 255, 0.7);
    color: rgb(6, 62, 64);
}

#menuFooter {
    width: 100vw;
    height: 15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 50;
}

.socialMediaIcons svg {
    margin: 0 5px;
}

.socialMediaIcons a:hover {
    opacity: .8;
}

#menuFooterEelements {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}

.menuFooterEelement {
    display: block;
    margin: 0 60px;
}

.menuFooterEelement a {
    text-decoration: none;
    color: #F2F3F5;
    cursor: pointer;
    position: relative;
    font-family: 'Sofia Pro Light';
}

.menuFooterEelement a::after {
    content: ' ';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #A47E3B;
    width: 0%;
    transition: width .2s;
}

.menuFooterEelement a:hover:after {
    width: 100%;
}

#coppyrightContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Sofia Pro Light';
}

#coppyright {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #F2F3F5;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgb(164, 126, 59, .4);
    text-align: start;
}

#coppyright p {
    display: block;
    margin-left: 60px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .formAll {
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .topForm {
        background-size: 25%;
    }

    .formContent {
        display: flex;
        flex-direction: column;
        overflow: auto;
        width: 90%;
        margin: 0 5%;
        overflow: hidden;
    }

    .formBox {
        width: 100%;
        height: auto;
        color: #FAFAFA;
        font-family: 'Sofia Pro';
    }

    .formBox h2 {
        padding: 0;
        margin: 0;
        font-size: 26px;
    }

    .formBox p {
        font-size: 16px;
        margin: 10 0;
    }

    .popVisualizator {
        width: 90vw;
    }

    .buttons {
        width: 60%;
        margin: 0 25%;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 1023px) {
    .formAll {
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .topForm {
        background-size: 25%;
    }

    .formContent {
        display: flex;
        flex-direction: column;
        overflow: auto;
        width: 100%;
        margin: 0 5%;
        overflow: hidden;
    }

    .formBox {
        width: 100%;
        height: auto;
        color: #FAFAFA;
        font-family: 'Sofia Pro';
    }

    .formBox h2 {
        padding: 0;
        margin: 0;
        font-size: 28px;
    }

    .formBox p {
        font-size: 18px;
        margin: 10 0;
    }

    .popVisualizator {
        width: 90vw;
    }

    .buttons {
        width: 50%;
        margin: 10% 25%;
    }
}






/*--------Footer----------*/
@media only screen and (max-device-height: 480px) {
    #menu {
        background-image: url(/img/SVG/gria_capitalC.svg);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .formAll {
        display: none;
    }
}

#menuFooter {
    width: 100vw;
    height: 15vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 50;
}

.menuFooterElements {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}

.menuFooterElement {
    display: block;
    margin: 0 60px;
}

.menuFooterElement a {
    text-decoration: none;
    color: #F2F3F5;
    cursor: pointer;
    position: relative;
    font-family: 'Sofia Pro Light';
}

.menuFooterElement a::after {
    content: ' ';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #A47E3B;
    width: 0%;
    transition: width .2s;
}

.menuFooterElement a:hover:after {
    width: 100%;
}

#coppyrightContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Sofia Pro Light';
}

#coppyright {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #F2F3F5;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgb(164, 126, 59, .4);
    text-align: start;
}

.coppyright p {
    display: block;
    margin-left: 60px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .socialMediaIcons {
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .socialMediaIcons svg {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .socialMediaIcons a {
        margin: 0;
        padding: 0;
        height: 30px;
        width: 30px;
        display: block;
        margin: 0 5px;
        text-decoration: none;
    }

    .menuFooterElements {
        margin: 0;
        width: 100%;
        font-size: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .menuFooterElement {
        margin: 3px 5%;
        width: 40%;
        flex-direction: row;
    }

    .menuFooterElement:nth-child(3) {
        width: 100%;
    }

    .coppyrightContainer {
        margin: 0;
        padding: 0;
        font-size: 10px;
    }

    .coppyright {
        width: 100%;
        margin: 2px 5%;
    }

    .coppyright p {
        margin: 0;
    }

    .formContent ul li {
        width: 80%;
    }

}

@media only screen and (min-device-width : 481px) and (max-device-width : 1023px) {
    .socialMediaIcons {
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .socialMediaIcons svg {
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .socialMediaIcons a {
        margin: 0;
        padding: 0;
        height: 50px;
        width: 50px;
        display: block;
        margin: 0 7px;
        text-decoration: none;
    }

    .menuFooterElements {
        margin: 0;
        width: 100%;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 10%;

    }

    .menuFooterElement {
        margin: 15px 5%;
        width: 40%;
        flex-direction: row;
    }

    .menuFooterElement:nth-child(3) {
        width: 100%;
    }

    .coppyrightContainer {
        margin: 0;
        padding: 0;
        font-size: 10px;
    }

    .coppyright {
        width: 100%;
        margin: 2px 5%;
    }

    .coppyright p {
        margin: 0;
    }
}

.socialMediaIcons a {
    text-decoration: none;
}