body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */    
}

.top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10vw;
    background-color: #141414;
    width: 100%;
}
.top-bar svg{
    padding-top: 40px;
    height: 40%;
    
    
}

.portfolio{
    padding-top: 40px;
    height: 40%;
    fill: #e7e7e7;

    
    
}

.title_bar {
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 0.8vw;
    margin-top: 0.8vw;
    text-transform: uppercase;
    color: #e7e7e7;
    text-align: center;

}





.main{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 10%;


}

.navigation{ 
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}

.goback{
    height: 3vw;
    width: 30%;
   
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    padding-right: 2vw;

    justify-content: end;

}
.buttongoback{
    border: dashed;
    border-width: 2px;
    border-radius: 5px;
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.5vw;
    height: 1.7vw;
    padding-left: 0.2vw;
    padding-right: 0.2vw;

}
.buttongoback:hover{
    border: solid;
    border-width: 2px;
    background-color: #f0f0f0;

}

a:visited { 
    text-decoration: none; 
    color: #141414; 
    text-transform: none;
    
   }

.menu{
    margin-top: 1vw;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.2vw;
    height: 3vw;
    width: 70%;
    margin-bottom: 2vw;
}

.title_menu{
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin-bottom:0vw;
    margin-left: 2vw;
    display: none; /* Initially hidden */
    color: #141414;
}

#A_title_menu{
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin-bottom:0vw;
    margin-left: 2vw;
    color: #141414;


}

#D_title_menu{
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin-bottom:0vw;
    margin-left: 2vw;
    color: #141414;

}

#C_title_menu{
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin-bottom:0vw;
    margin-left: 2vw;
    color: #141414;

}

div [type="ACD_button"] {
    display: flex;
    align-items: center;
    height: 70%;
    fill: #141414;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    border: none;
    background-color: transparent;
}

div [type="ACD_button"]:hover{
    border: solid;
    background-color: #f0f0f0;
    border: none;
}

.A_button  {
    
}

.A_button svg{
    height: 80%;
}


.C_button {
    
}

.C_button svg{
    height: 80%;
}

.D_button {
    
}

.D_button svg{
    height: 80%;
}

.menu button.active {
    background-color: #141414;
    color: white; /* Set text color to white */
}

.menu button.active svg {
    fill: white; /* Set SVG fill to white */
}


.content{
    display: none;
    flex-direction: column;
}

.title{
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.6vw;
    text-transform: uppercase;
    margin-bottom:0.3vw;
    color: #141414;

}

.text{
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 1.5vw;
    margin-bottom:3vw;
    color: #141414;


}

.text video{
    width: 50%;
    margin-left: -10vw;
}


.pop_up{
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 10%;
    z-index: 10;
    width: 450px;
    height: 240px;
    border: solid;
    border-color: #ff00cd;
    background-color: white;
    border-width: 6px;
    left: 50%;
    transform: translate(-50%);
    filter: drop-shadow(5px 5px 0px #141414af);
}

#popupgrid {
    border: solid;
    border-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    display: flex;
    flex-direction: row;

}

.popup1{
    height: 45%;
}



.popup1a{
    width: 20%;
    background-color: #14141400;
    display: flex;
    align-items: center;
    justify-content: end;
}

.popup1a img{
    height: 45%;
padding-top: 1vw;


}

.popup1b{
    width: 80%;
    background-color: #ffffff00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 180%;
    color: #141414;
    margin-left: -10%;
}

.popup2{
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 180%;
    color: #141414;
}

.popup3{
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    
}
.popup_button{
    height: 60%;
    width: 17%;
    border: dashed;
    border-width: 2px;
    border-radius: 12px;
    padding: 0;
    background: none;
    font-family: "Fixedsys Excelsior 3.01";
    font-weight: 100;
    font-size: 180%;
    color: #141414;
    text-transform: uppercase;
    z-index: 102;
}

.popup_button:hover{
    border: solid;
    border-width: 2px;
    cursor: pointer;


}
#popupid {
    display: none;
}





@font-face {
    font-family: "Fixedsys Excelsior 3.01";
    src: url(FSEX300.ttf) format("truetype");}


@media (min-width:300px) and (max-width: 660px){

        body {
            margin: 0;
            padding: 0;
            overflow-x: hidden; /* Prevent horizontal scrolling */    
        }
        
        .top-bar {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 20vw;
            background-color: #141414;
            width: 100%;
        }
        .top-bar svg{
            padding-top: 2vw;
            height: 50%;
            
            
        }
        
        .portfolio{
            padding-top: 4px;
            height: 40%;
            fill: #e7e7e7;
        
            
            
        }
        
        .title_bar {
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 2vw;
            margin-top: 0.8vw;
            text-transform: uppercase;
            color: #e7e7e7;
            text-align: center;
        
        }
        
        
        
        
        
        .main{
            display: flex;
            flex-direction: column;
            width: 98%;
            margin-left: 2%;
        
        
        }
        
        .navigation{ 
            margin-top: 5vw;
            margin-left: 2vw;
            display: flex;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        
        }
        
        .goback{
            height: 3vw;
            width: 100%;
           
            display: flex;
            align-items: center;
            margin-bottom: 1vw;
            padding-right: 0vw;
        
            justify-content: center;
        
        }
        .buttongoback{
            border: dashed;
            border-width: 1px;
            border-radius: 5px;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 2.9vw;
            height: 5vw;
            width: 10vw;
            padding-left: 0.0vw;
            padding-right: 0.0vw;
            text-align: center;
            display: flex;
            align-items:center ;
            line-height: 2vw;

        
        }
        .buttongoback:hover{
            border: solid;
            border-width: 2px;
            background-color: #f0f0f0;
        
        }

        .gabacktxt{
            line-height: 0.5vw;

        }
        
        a:visited { 
            text-decoration: none; 
            color: #141414; 
            text-transform: none;
            
           }
        
        .menu{
            margin-top: 1vw;
            
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            column-gap: 0.2vw;
            height: 10vw;
            width: 100%;
            margin-bottom: 2vw;
        }
        
        .title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            display: none; /* Initially hidden */
            color: #141414;
            display: none;
        }
        
        #A_title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            color: #141414;
            width: 18vw;
            display: none;

        
        
        }
        
        #D_title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            color: #141414;
            width: 20vw;
            display: none;

        
        }
        
        #C_title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            color: #141414;
            width: 20vw;
            display: none;

        
        }
        
        div [type="ACD_button"] {
            display: flex;
            align-items: center;
            height: 70%;
            fill: #141414;
            padding-left: 1.5vw;
            padding-right: 1vw;
            border: none;
            background-color: transparent;
        }
        
        div [type="ACD_button"]:hover{
            border: solid;
            background-color: #f0f0f0;
            border: none;
        }
        
        .A_button  {
            
        }
        
        .A_button svg{
            height: 80%;
        }
        
        
        .C_button {
            
        }
        
        .C_button svg{
            height: 80%;
        }
        
        .D_button {
            
        }
        
        .D_button svg{
            height: 80%;
        }
        
        .menu button.active {
            background-color: #141414;
            color: white; /* Set text color to white */
        }
        
        .menu button.active svg {
            fill: white; /* Set SVG fill to white */
        }
        
        
        .content{
            display: none;
            flex-direction: column;
            margin-top: 3vw;
            margin-left: 3vw;
        }
        
        .title{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 5.5vw;
            text-transform: uppercase;
            margin-bottom:2vw;
            color: #141414;
        
        }
        
        .text{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 4.5vw;
            margin-bottom:10vw;
            color: #141414;
        
        
        }
        
        .text video{
            width: 100vw;
            margin-left: -10vw;
        }
        
        
        .pop_up{
            display: flex;
            flex-direction: column;
            position: fixed;
            bottom: 10%;
            z-index: 10;
            width: 80vw;
            height: 42vw;
            border: solid;
            border-color: #ff00cd;
            background-color: white;
            border-width: 6px;
            left: 50%;
            transform: translate(-50%);
            filter: drop-shadow(5px 5px 0px #141414af);
        }
        
        #popupgrid {
            border: solid;
            border-color: rgba(255, 255, 255, 0);
            border-width: 1px;
            display: flex;
            flex-direction: row;
        
        }
        
        .popup1{
            height: 40%;
        }
        
        
        
        .popup1a{
            width: 20%;
            background-color: #14141400;
            display: flex;
            align-items: center;
            justify-content: end;
        }
        
        .popup1a img{
            height: 45%;
        padding-top: 1vw;
        
        
        }
        
        .popup1b{
            width: 80%;
            background-color: #ffffff00;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 6vw;
            color: #141414;
            margin-left: -10%;
        }
        
        .popup2{
            height: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 6vw;
            color: #141414;
        }
        
        .popup3{
            height: 25%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            
        }
        .popup_button{
            height: 80%;
            width: 20%;
            border: dashed;
            border-width: 2px;
            border-radius: 12px;
            background: none;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 6vw;
            color: #141414;
            text-transform: uppercase;
            z-index: 102;
        }
        
        .popup_button:hover{
            border: solid;
            border-width: 2px;
            cursor: pointer;
        
        
        }
        #popupid {
            display: none;
        }
        
    }


@media (max-width: 1024px){

        body {
            margin: 0;
            padding: 0;
            overflow-x: hidden; /* Prevent horizontal scrolling */    
        }
        
        .top-bar {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 20vw;
            background-color: #141414;
            width: 100%;
        }
        .top-bar svg{
            padding-top: 2vw;
            height: 50%;
            
            
        }
        
        .portfolio{
            padding-top: 4px;
            height: 40%;
            fill: #e7e7e7;
        
            
            
        }
        
        .title_bar {
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 2vw;
            margin-top: 0.8vw;
            text-transform: uppercase;
            color: #e7e7e7;
            text-align: center;
        
        }
        
        
        
        
        
        .main{
            display: flex;
            flex-direction: column;
            width: 98%;
            margin-left: 2%;
        
        
        }
        
        .navigation{ 
            margin-top: 5vw;
            margin-left: 2vw;
            display: flex;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        
        }
        
        .goback{
            height: 3vw;
            width: 100%;
           
            display: flex;
            align-items: center;
            margin-bottom: 1vw;
            padding-right: 0vw;
        
            justify-content: center;
        
        }
        .buttongoback{
            border: dashed;
            border-width: 2px;
            border-radius: 5px;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 2.9vw;
            height: 5vw;
            width: 10vw;
            padding-left: 0.0vw;
            padding-right: 0.0vw;
            text-align: center;
            display: flex;
            align-items:center ;
            line-height: 2vw;

        
        }
        .buttongoback:hover{
            border: solid;
            border-width: 2px;
            background-color: #f0f0f0;
        
        }

        .gabacktxt{
            line-height: 0.5vw;

        }
        
        a:visited { 
            text-decoration: none; 
            color: #141414; 
            text-transform: none;
            
           }
        
        .menu{
            margin-top: 1vw;
            
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            column-gap: 0.2vw;
            height: 10vw;
            width: 100%;
            margin-bottom: 2vw;
        }
        
        .title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            display: none; /* Initially hidden */
            color: #141414;
            display: none;
        }
        
        #A_title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            color: #141414;
            width: 18vw;
            display: none;

        
        
        }
        
        #D_title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            color: #141414;
            width: 20vw;
            display: none;

        
        }
        
        #C_title_menu{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 3vw;
            text-transform: uppercase;
            margin-bottom:0vw;
            margin-left: 2vw;
            color: #141414;
            width: 20vw;
            display: none;

        
        }
        
        div [type="ACD_button"] {
            display: flex;
            align-items: center;
            height: 70%;
            fill: #141414;
            padding-left: 1.5vw;
            padding-right: 1vw;
            border: none;
            background-color: transparent;
        }
        
        div [type="ACD_button"]:hover{
            border: solid;
            background-color: #f0f0f0;
            border: none;
        }
        
        .A_button  {
            
        }
        
        .A_button svg{
            height: 80%;
        }
        
        
        .C_button {
            
        }
        
        .C_button svg{
            height: 80%;
        }
        
        .D_button {
            
        }
        
        .D_button svg{
            height: 80%;
        }
        
        .menu button.active {
            background-color: #141414;
            color: white; /* Set text color to white */
        }
        
        .menu button.active svg {
            fill: white; /* Set SVG fill to white */
        }
        
        
        .content{
            display: none;
            flex-direction: column;
            margin-top: 3vw;
            margin-left: 3vw;
        }
        
        .title{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 5.5vw;
            text-transform: uppercase;
            margin-bottom:2vw;
            color: #141414;
        
        }
        
        .text{
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 4.5vw;
            margin-bottom:10vw;
            color: #141414;
        
        
        }
        
        .text video{
            width: 100vw;
            margin-left: -10vw;
        }
        
        
        .pop_up{
            display: flex;
            flex-direction: column;
            position: fixed;
            bottom: 10%;
            z-index: 10;
            width: 80vw;
            height: 42vw;
            border: solid;
            border-color: #ff00cd;
            background-color: white;
            border-width: 6px;
            left: 50%;
            transform: translate(-50%);
            filter: drop-shadow(5px 5px 0px #141414af);
        }
        
        #popupgrid {
            border: solid;
            border-color: rgba(255, 255, 255, 0);
            border-width: 1px;
            display: flex;
            flex-direction: row;
        
        }
        
        .popup1{
            height: 40%;
        }
        
        
        
        .popup1a{
            width: 20%;
            background-color: #14141400;
            display: flex;
            align-items: center;
            justify-content: end;
        }
        
        .popup1a img{
            height: 45%;
        padding-top: 1vw;
        
        
        }
        
        .popup1b{
            width: 80%;
            background-color: #ffffff00;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 6vw;
            color: #141414;
            margin-left: -10%;
        }
        
        .popup2{
            height: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 6vw;
            color: #141414;
        }
        
        .popup3{
            height: 25%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-content: center;
            text-align: center;
            
        }
        .popup_button{
            height: 80%;
            width: 20%;
            border: dashed;
            border-width: 2px;
            border-radius: 12px;
            background: none;
            font-family: "Fixedsys Excelsior 3.01";
            font-weight: 100;
            font-size: 6vw;
            color: #141414;
            text-transform: uppercase;
            z-index: 102;
        }
        
        .popup_button:hover{
            border: solid;
            border-width: 2px;
            cursor: pointer;
        
        
        }
        #popupid {
            display: none;
        }
        
    }