 * {
     padding: 0;
     border: 0;
     margin: 0;
     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);
 }

 .menuAll {
     width: 100vw;
     height: 100vh;
     position: absolute;
     display: none;
 }

 #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);
 }

 .formContent {
     width: 100vw;
     height: 65vh;
     display: flex;
 }

 .formBox {
     width: 20vw;
     height: 100%;
     margin-left: 10vw;
     text-align: left;
     display: block;
     font-family: 'Sofia Pro';
 }

 .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;
 }

 .formBox p {
     text-align: center;
     color: #FAFAFA;
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     font-weight: normal;
     text-align: left;
     display: block;
 }


 .pupVisualizator {
     width: 65vw;
     height: 99%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
 }

 .avisoText {
     width: 90%;
     margin: 0 5%;
     overflow: auto;
     color: #F2F3F5;
     font-family: 'Sofia Pro Light';
 }

 .rectangleGradient {
     display: block;
     background: #063E40;
     background: linear-gradient(0deg, rgba(6, 62, 64, 1) 0%, rgba(6, 62, 64, 1) 20%, rgba(6, 62, 64, 0) 100%);
     width: 100%;
     height: 10vh;
     position: fixed;
     top: 70vh;
 }

 ::-webkit-scrollbar {
     width: 10px;
 }

 ::-webkit-scrollbar-track {
     background: rgba(180, 180, 180, 0.1);
 }

 ::-webkit-scrollbar-thumb {
     background: rgba(180, 180, 180, 0.3);
     border-radius: 10px;
     z-index: 10;
 }

 ::-webkit-scrollbar-thumb :hover {
     background: #fafafa;
 }

 .avisoText span {
     display: block;
     height: 20px;
 }


 @font-face {
     font-family: 'Sofia Pro ExtraLight';
     font-style: normal;
     font-weight: normal;
     src: local('Sofia Pro ExtraLight'), url('/fonts/Sofia\ Pro\ ExtraLight\ Az.woff') format('woff');
 }

 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

     .topForm {
         background-size: 25%;
     }

     .formContent {
         display: flex;
         flex-direction: column;
         overflow: auto;
         width: 100%;
     }

     .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;
     }

     .pupVisualizator {
         width: 100%;
     }

     ::-webkit-scrollbar {
         width: 5px;
     }

     .avisoText {
         width: 86%;
         margin: 0 7%;
         color: #F2F3F5;
         font-family: 'Sofia Pro ExtraLight';
         overflow: visible;
         font-size: 14px;
     }

 }

 @media only screen and (min-device-width : 481px) and (max-device-width : 1023px) {
     .topForm {
         background-size: 20%;
     }

     .formContent {
         display: flex;
         flex-direction: column;
         overflow: auto;
         width: 100%;
     }

     .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;
     }

     .pupVisualizator {
         width: 100%;
     }

     ::-webkit-scrollbar {
         width: 7px;
     }

     .avisoText {
         width: 86%;
         margin: 0 7%;
         color: #F2F3F5;
         font-family: 'Sofia Pro ExtraLight';
         overflow: visible;
         font-size: 14px;
     }


 }

 @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;
     }

 }

 @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;
 }