@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Montserrat|Poppins:700');
*{
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
}

input:focus, textarea:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6, span{
    font-family: 'Poppins', sans-serif;
}
li, p{
    font-family: 'Montserrat', sans-serif;
}
a{
    font-family: 'Julius Sans One', sans-serif;
}
html{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;

}
body{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1023px) {
    body{
        overflow: auto;
    }
}
/*end body*/
/*start web content*/
#gig_content{
    overflow: hidden;
    position: absolute;
    top:0;
    left: 75%;
    width: 125%;
    height: 100%;
    background: #fff;
}
@media all and (max-width: 1023px) {
    #gig_content{
        overflow: auto;
        position: relative;
        top:0;
        left: 0;
        max-width:100%;
        height: auto;
    }
}
/*end web content*/
/*start slide info*/
article.gigconent{
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width: 80%;
    height: 100%;
}
@media all and (max-width: 1023px) {
    article.gigconent{
        width:100%;
    }
}
/*end slide info*/
/*aside right top*/
.gigconent_info{
    overflow: hidden;
    margin: 0 auto;
    margin-top: 6em;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: calc(100% - 6em);
    display: inline-block;
    transition: all 0.2s ease-in-out;  
}
.gigconent_info_content{
    position:relative;
    top:0;
    left: 0;
    width: 700%;
    height: 100%;
    display: inline-block;
    transition: all 0.2s ease-in-out;  
    overflow: hidden;

}
.gigconent_info_content::-webkit-scrollbar {
    display: none;
}
/*aside right content*/
.gigconent_info_nav{
    z-index: 5;
    margin: 0 auto;
    position:absolute;
    top:1em;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    transition: all 0.2s ease-in-out; 
}
.gigconent_info_nav ul{
    margin: 0 auto;
    text-align: center;
}
.gigconent_info_nav li{
    font-size: 1.4em;
    margin-left:1em;
    margin-right:1em;
    display: inline-block;
    color: rgba(0,0,0,.5);
    transition: all 0.4s ease-in-out;
}
.gigconent_info_nav li:hover{

    transition: all 0.4s ease-in-out;
    color: rgba(0,0,0,.9);
}
.gigconent_info_nav .active_nav{
    color: #5adde9;
}
@media all and (max-width: 1023px) {
    .gigconent_info{
        margin-top: 0em;
        overflow: auto;
    }
    .gigconent_info_nav{
        display: none;
    }
    .gigconent_info_content{
        height: auto;
        width:100%;
    }
}
/*aside right nav*/
#secA{
    background-size: cover;
    background-image: url(../img/gignetdigitalstudio_web_software_development.png);
}
#secB{
    background-size: cover;
    background-image: url(../img/gignetdigitalstudio_web_graphic_design.png);
}
#secC{
    background-size: cover;
    background-image: url(../img/gignetdigitalstudio_web_motion_design.png);
}
#secD{
    background-size: cover;
    background-image: url(../img/gignetdigitalstudio_web_design_development.png);
}
/*aside right art*/
.gigconentinfocontent{
    float: left;
    display: inline-block;
    position:relative;
    top:0;
    left: 0;
    width: calc(100% / 7);
    min-height: 100%;
    display: inline-block;
    background-size: cover;
}
@media all and (max-width: 1023px) {
    .gigconent_info_content{
        width: 100%;
    }
    .gigconentinfocontent{
        display: none;
        float: none;
        display:block;
        width: 100%;
        height: auto;
    }
    #secA,#secB{
        position: relative;
        top: 0;
        left: 0;
        min-height:22em; 
        width: 100%;
    }
}
.oservices{
    position:absolute;
    top:8em;
    left: 0;
    width: 100%;
    height: calc(100% - 8em);
}
.oservices_box {
    float: right;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    width:calc( 100% / 3);
    height:100%;
    background-repeat: no-repeat;
    text-align: center;
    transition: all 0.4s ease-in-out;
    background-size: 100% 100%;
}
.oservices_box h1{
    position: relative;
    top:45%;
    left: 0;
    transform: translateY(45%);
    margin: 0em auto;
    font-size: 2.4em;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
#oservices_A {
    background-image:url(../img/gignetdigitalstudio_web_ux.jpg);
}
#oservices_B {
    background-image:url(../img/gignetdigitalstudio_web_emerge.jpg);
}
#oservices_C {
    background-image:url(../img/gignetdigitalstudio_web_mark.jpg);
}
.oservices_box:hover h1{

    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.oservices_box > div{
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%; 
    background: rgba(0,0,0,.8);
    color:rgba(0,0,0,.9);
    opacity: 0;
    transition: all 0.8s ease-in-out;
}
.oservices_box:hover div{
    opacity: 1;
    transition: all 0.8s ease-in-out;
}
.oservices_box h2{
    position: relative;
    top:15%;
    transform: translateY(-15%);
    left: 0;
    margin: 1em auto;
    font-size: 1.8em;
    text-align: center;
    width:100%;
    opacity:0;
    color:#5adde9;
    transition: all 0.8s ease-in-out;
}
.oservices_box:hover h2{
    opacity: 1;
    top:33%;
    transform: translateY(-33%);
    transition: all 0.8s ease-in-out;
}
.oservices_box p{
    font-size: 1.4em;
    color:#5adde9;
    font-weight: 300;
    margin: 0.2em auto;
    transition: all 0.8s ease-in-out;
}
.oservices_box div div{
    position: relative;
    top:70%;
    left: 5%;
    text-align: center;
    width:90%;
    opacity:0;
    transition: all 0.8s ease-in-out;
    transform: translateY(-70%);
}
.oservices_box:hover div div{
    opacity: 1;
    top:48%;
    transform: translateY(-48%);
    transition: all 0.8s ease-in-out;
}
.oservices_box span{
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    width:2px;
    height: 2px;
    border-radius: 0.3em;
    background: #000;
    text-align: center;
    line-height: 0.5em;
}
@media all and (max-width: 1023px) {
    .oservices_box-hide{
        display: block;
    }
    .oservices{
        position:relative;
        top:0;
        left: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .oservices_box {
        margin: 0 auto;
        float: none;
        height:24em;
        width:calc( 100% / 2.1);
    }
    .oservices_box:hover div div{
        top:45%;
        transform: translateY(-45%);
    }
    oservices_box:hover h2{
        top:8%;
        transform: translateY(-8%);
    }
    .oservices_box h1{
        font-size: 1.8em;
        color: #fff;
    }
    .oservices_box h2{
        margin: .8em auto;
        font-size: 1.4em;
    }
    .oservices_box p{
        font-size: 1em;
    }
}
@media all and (max-width: 600px) {
    .oservices_box-hide{
        display: none;
    }
    .oservices{
        overflow: hidden;
        position: relative;
        height: auto;
    }
    .oservices_box h1{
        font-size: 1.4em;
        color: #fff;
    }
    .oservices_box {
        float: none;
        display: block;
        height:26em;
        width:100%;
    }
}
/*aside services*/
.port_info_cont{
    position:absolute;
    top:5em;
    left: 0;
    width: calc(100% + 18px);
    height:calc( 100% - 5em);
    overflow-y: auto;

}
@media all and (max-width: 1023px) {
    .port_info_cont{
        position: relative;
        top:0;
        padding-bottom: 2em;
    }
    #secC,#social{
        display:none;
    }
}
.port_info_cont::-webkit-scrollbar{
    display: none;   
}
.port_info_cont{
    visibility: hidden;
    overflow-y: scroll;
}
.port_info_cont .port_info_nav{
    visibility:visible;
}
.port_info_nav{
    margin: 0 auto;
    position:relative;
    top:0;
    right: 0;
    width: 100%;
    height:6em;
    background: #25ddcf;
}
.port_info_cont .port_info_list{
    visibility:visible;
}
.port_info_nav article{
    display: inline-block;
    float: left;
    position:relative;
    top:0;
    left: 0;
    width: 30%;
    min-width: 300px;
    text-align: left;
}
.port_info_nav aside{
    position: absolute;
    top:0;
    right: 0;
    width: 70%;
    height: 14em;
}
.port_info_nav article {
    height:6em;
    cursor: pointer;
    background: #5adde9;    
}
.port_info_nav article h1{
    z-index: 5;
    display: inline-block;
    font-size: 1.8em;
    margin-left:2em;
}
.port_info_nav article span{
    display: inline-block;
    font-size: 2em;
    font-weight: 900;
    margin-left:2em;
}
.port_info_nav article p{
    display: block;
    margin-top: 1em;
    margin-left:2em;
    font-size: 1.2em;
}
.port_info_nav aside h2{
    position: relative;
    top: 10%;
    left: 0;
    transform: translate(10%);
    display: block;
    margin-left:2em;
    font-size: 3em;
}
.port_info_list{
    position:relative;
    top:0;
    right: 0;
    width: 100%;
    height:0;
    background: #25ddcf;
    overflow: hidden;
}
.port_info_list article{
    height:200px;
}
.port_info_list  article h1{
    display: inline-block;
    font-size: 1.8em;
    margin:2em;
    cursor: pointer;
}
.port_info_list aside{
    height:200px;
    background: #5adde9;
}
.port_info_list aside p{
    display: block;
    margin-top: 1em;
    margin-left:2em;
    font-size: 1.4em;}
.port_info_list aside ul{
    overflow: hidden;
    position: relative;
    top:0;
    left:0;
}
.list-suspend{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #5adde9;;
}
.port_info_list .gig_loading_pixels{
    left: 6em;
    bottom:2em;
}
.port_info_list aside li{
    margin: 0.2em;
    display: inline-block;
    padding-left: .5em; 
    padding-right: .5em; 
    font-size: 2.4em;
    font-weight: 900;
    cursor: pointer;
}
.port_info_list aside{
    position:absolute;
    top:0;
    right: 0;
    width: 70%;
    height:14em;
}
.port_info_list article{
    display: inline-block;
    float: left;
    position:relative;
    top:0;
    left: 0;
    width: 30%;
    min-width: 300px;
    text-align: left;
}
@media all and (max-width: 1023px) {
    .port_info_list  article h1{
        font-size: 1.4em;
        margin:1.6em;
    }
    .port_info_nav article{
        width: 100%;
    }
    .port_info_nav aside{
        display: none;
    }
    .port_info_list aside li{
        margin: 0.2em;
        padding-left: .3em; 
        padding-right: .3em; 
        font-size: 1.6em;
    }
}
@media all and (max-width:960px) {
    .port_info_list article h1{
        font-size: 1.4em;
        margin:1.6em;
    }
    .port_info_cont .pc_info{
        visibility:visible;
    }
}
@media all and (max-width:400px) {
    .port_info_list  article h1{
        font-size: 1em;
        margin:1.2em;
    }
    .port_info_list aside li{
        margin: 0.2em;
        padding-left: .1em; 
        padding-right: .1em; 
        font-size: 1.2em;}
}
.port_info_cont .pc_info{
    visibility:visible;
}

.pc_info{
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top:0;
    left: 0;
    width: auto;
    height:26em;
    text-align: center;
    cursor: pointer;
}
.pc_info img{
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pc_info div{
    z-index: 2;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color:#fff;
}
.pc_info:hover ul{
    transition: all 0.4s ease-in-out;
    background: rgba(0,0,0,.6);
}
.pc_info h1{
    font-size: 2em;
}
.pc_info h2{ 
    margin: .2em auto;
    font-size: 1em;
}
.pc_info h3{
    margin: .2em auto;
    font-size: .9em;
}
.pc_info p{
    width: 10em;
    margin: 0 auto;
    padding: .2em;
    background-color: rgba(37,221,207,.6);
    margin-top: 4em;
    font-size: 1.2em;
    transition: all .4s ease-in-out;
    border-radius: .3em;
}
.pc_info:hover p{
    transition: all .4s ease-in-out;
 
    background-color: rgba(37,221,207,1);
}
.pcinfo_Ai,.pcinfo_Aii, .pcinfo_Aiii{
    display: inline-block;
    min-width: 20em;
    float: right;
    width:calc(100% / 3);
}
.pcinfo_Bi{
    min-width: 20em;
    width: 40%;
}
.pcinfo_Bii{
    min-width: 20em;
    width: 55%;
}
@media all and (max-width: 1023px) {
    .pc_info{
        float: left;
        width: 50%;
        height:22em;
    }
    .pc_info h1{
        margin-top: 3em;
        font-size: 1.8em;
    }
    .pc_info h2{ 
        margin: .4em auto;
        font-size: 1em;
    }
    .pc_info h3{
        margin: .4em auto;
        font-size: .9em;
    }
    .pc_info p{
        margin-top: 3em;
    }
}

@media all and (max-width: 960px) {
    .pc_info p{
        margin-top: 3em;
    }
}
@media all and (max-width: 600px) {
    .pc_info{
        float: left;
        width: 100%;
        height:26em;
    }
    .pc_info h1{
        margin-top: 5em;
        font-size: 1.4em;
    }
    .pc_info h2{ 
        margin: .4em auto;
        font-size: 1em;
    }
    .pc_info h3{
        margin: .4em auto;
        font-size: .9em;
    }
    .pc_info p{
        margin-top: 2em;
        font-size: 1em;
    }
}
/*aside portfio*/
.comp_info_cont{
    position:absolute;
    top:15%;
    left: 4em;
    width: calc(100% - 8em);
    height:82%;
    -moz-column-fill: auto;
    column-fill: auto;
    -webkit-columns: 2 ;
    -moz-columns: 2 ;
    columns: 2 ;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 1px dotted #5adde9;
    -moz-column-rule: 1px dotted #5adde9;
    column-rule: 1px dotted #5adde9;
    overflow: auto;

}
h1.x-saparate{ margin-top: 3em;}
@media all and (max-width: 1023px) {
    h1.x-saparate{ margin-top: 0em;}
    .comp_info_cont{
        position: relative;
        left: 10%;
        width: 80%;
        height: auto;
        -webkit-columns: 1 ;
        -moz-columns: 1 ;
        columns: 1 ;
    }  
}
.comp_info_cont h1{
    line-height: 1.2em;
    font-size: 2.6em;
    margin: .6em auto;
    color:rgba(0,0,0,.9);
}
.comp_info_cont p{
    font-size: 1.4em;
    margin: 1.2em auto;
    color:rgba(0,0,0,.8);
    width: 98%;
}
.comp_info_cont p::first-letter {
    font-size: 1.4em;
    color: #5adde9;
}
@media all and (max-width: 1023px) {
    .comp_info_cont h1{
        margin: .8em auto;
        font-size: 2.4em;
    }
    .comp_info_cont p{

        margin: .8em auto;}
}
@media all and (max-width: 960px) {
    .comp_info_cont h1{
        margin: .8em auto;
        font-size: 2em;
    }
    .comp_info_cont p{

        margin: .6em auto;
        font-size: 1.2em;}
}
@media all and (max-width: 400px) {
    .comp_info_cont h1{
        margin:.6em auto;
        font-size: 1.8em;
    }
    .comp_info_cont p{
        margin: .2em auto;
        font-size: 1.1em;}
}
/*end company services*/


.help_info_cont{
    position:absolute;
    top:15%;
    left: 0;
    width: 100%;
    height:84%;
}
/* start help load*/
.help_info_cont_graph_load{
    overflow: hidden;
    z-index: 4;
    position: absolute;
    top:0;
    left: 6em;
    width: calc(100% - 34em);
    height: 96%;
    text-align: center;
}
.help_info_cont_graph_load div{
    z-index: 5;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.help_info_cont_graph_load div p{
    font-size: 5em;
}
.help_info_cont_graph_load div p{
    opacity: 1;
    transition: all 0.4s ease-in-out;
    animation: load--flick .6s linear infinite;

}
@keyframes load--flick {
    60%{
        opacity: .4;
    }
}
/* end help load*/
/* start help default*/
.help--default{
    position:relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:auto;
}
.other--help--default{
    z-index: 5;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}
.other--help--default p{
    font-size: 2em;
}
/* end help default*/
/*start help side navigation*/
.help_info_cont aside{
    overflow-y: auto;
    overflow-x: hidden;
    position:absolute;
    top:0;
    right: 1em;
    width: 22em;
    height:calc(100%);

    justify-content: center;
    display: flex;
    flex-direction: column;
}
.help_info_cont aside h1{
    margin: 0em auto;
    margin-bottom: .4em;
    font-weight: 900;
    font-size: 1.3em;
}
.help_info_cont aside li h2{
    content: counter(step-counter);
    margin: .2em auto;
    color: rgba(0,0,0,.7);
    display: block;
    font-size: 1.2em;
    width: calc(100% - 2em); 
    cursor: pointer;
    background: #f1f1f1;
    transition: all 0.2s ease-in-out;
    padding: 1em;
}
.help_info_cont aside li h2:hover{
    background: #c1c1c1;
    transition: all 0.2s ease-in-out;
}
/*end help side navigation*/
/*start help content*/
.help_info_cont_graph{

    overflow:  hidden;
    z-index: 5;
    position: relative;
    top:0;
    left: 6em;
    width: calc(100% - 30em);
    height: 100%;
}
.xxxshow_load{
    visibility: visible;
    opacity: 1;
    transition: opacity .4s linear;

}
.xzzshow_load{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .4s, opacity .6s linear;
    height: 0%;
}
.help_content{
    position:relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:auto;
} 
.help_content h1{
    font-size: 2em;
    margin: 0em auto;
    margin-top: 1em;
    color:rgba(0,0,0,.8);
}
.help_content div h2{
    font-size: 1.4em;
    margin: 0.6em auto;
    color:rgba(0,0,0,.8);
    width: 98%;
}
.help_content div h2 span{
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    width: 1em;
    height: 1em;
    padding: .4em;
    margin: .2em;
    background-color: #25ddcf;
    border-radius: 100%;
}
.help_content div p{
    font-size: 1.2em;
    margin-top: .6em;
    margin-bottom: .6em;
    margin-left: 2em;
    color:rgba(0,0,0,.6);
    width: 80%;
}
.help_content div p a{    
    color: #25ddcf;
}
.approach_style{
   position: relative;
    top:0;
    left: 0;
    width: calc(100% - 5em); 
    text-align: right;
    margin-right: 5em;
    
}
.approach_boxes {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: calc(100% - 16em);
    overflow:auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.approach_boxes div{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    display: inline-block;
    width: 18em;
    height: 16em;
    margin: .8em;
    padding: .2em;
    color: #333333;
    transition: all .4s ease-in-out;
}
.approach_boxes div span{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 2em;
    overflow: hidden;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 4em;
    color: rgba(90,221,233,.7);

    transition: all .4s ease-in-out;
}

.approach_boxes div:hover span{
    transition: all .4s ease-in-out;
    color: rgba(90,221,233,.9);
    
}
.approach_boxes div h3{
    position: relative;
    top:50%;
    transform: translateY(-50%);
    left: 5em;
    display: none;
    width: calc(100% - 5em);
    height:  auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 1em;

}
.approach_boxes div h4{
    position: relative;

    top:50%;
    transform: translateY(-50%);
    left: 5em;
    display: none;
    width: calc(100% - 5em);
    height: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 1em;

}

.team_boxes{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: calc(100% - 6em);
    overflow:auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.team_boxes > div{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    display: inline-block;
    width: 22em;
    height:24em;
    margin: .8em;
    padding: .2em;
    background: #25ddcf;
    transition: all 0.4s ease-in-out;
}
.team_boxes div img{

    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team_box_details{
    padding:0;
    margin: 0;
    z-index: 2;
    position: absolute;
    top:calc(100% - 4.2em);
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(37,221,207,.4);
    transition: all 0.4s ease-in-out;
    color: #FFF;
}
.team_boxes > div:hover .team_box_details{
       color: #000;
    top:50%;
    background: #25ddcf;
    transition: all 0.4s ease-in-out;
}
.team_box_details h4{
    font-size: 1.2em;
    margin: .4em;
    margin-bottom: .2em;
}
.team_box_details h5{

    font-size: 1em;
    margin: .4em;
    margin-top: 0;
    margin-left: 1em;
}
.team_box_details li{
    font-size: .8em;
    margin: .2em;
    margin-left: 1em;
}
.help_content div p:nth-child(1){
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 1em;

    margin-top: .8em;
    color:rgba(0,0,0,.6);
    width: 75%;

}
.help_content_cover{
    position:relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:auto;
    background: #fff;
} 
.help_content_cover h1{
    margin: .8em;
    margin-top: 2em;
    font-size: 4em;
    color:rgba(0,0,0,.8);
}

.help_content_cover div{
    width: 90%;
    margin: 0 auto;
}
.help_content_cover div h2{
    font-size: 1.4em;
    margin: 0.4em auto;
    color:rgba(0,0,0,.8);
    width: 98%;
}
.help_content_cover  div p{
    font-size: 1.2em;
    margin: .2em auto;
    color:rgba(0,0,0,.6);
    width: 96%;
}
.mobile--nav-ui{
    position: relative;
    top:0;
    left: 0;
    height: auto;
    margin:.4em;
    width: 100%;
    display: block;
    font-size: 1.6em;
    color: rgba(51,51,51,.8);
    display: none;
    transition: all 0.4s ease-in-out;
}
.mobile--nav-ui:hover{
    transition: all 0.4s ease-in-out;
    color: #5adde9;
}

@media all and (max-width: 1023px) {
    
    .mobile--nav-ui{
        
    display: block;
    }
}
.notfound{
   position: relative;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.notfound p{
      position: absolute;
    top:calc(100% - 4em);
    right: 4em;
    font-size: 1.2em;
    color: #fff;
}

.notfound a{
    font-size: 2em;
    color: #fff;
}