/* POPUP BOX */
.modal {
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border: 1px solid white;
    border-radius: 10px;
    z-index: 10;
    background-color: #111;
    width: 500px;
    max-width: 80%;
}    

.modal.active {
    transform: translate(-50%, -50%) scale(1);
}

.modal-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header .title {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
}

.modal-header .close-button{
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
}

.modal-body {
    padding: 10px 15px;
    color: white;
}

#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 50%);
    pointer-events: none;
}

#overlay.active {
    pointer-events: all;
    opacity: 1;
}
/* POPUP BOX */

@keyframes fadein {
    from {opacity: 0;}

    to {opacity: 1;}
}

@keyframes upin {
    0% {transform: translateY(10%);}
}

figcaption {
    font-family: "Roboto","Orbitron", sans-serif;
}


.topbar {
    transition: ease-in-out;
}

body {
    font-family:"Roboto","Orbitron",sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

li {
    float: left;
    font-family: "Roboto","Orbitron", sans-serif;
    margin: 0;
    padding: 0;
}

.sec {
    float: center;
    font-family: "Roboto", "Orbitron", sans-serif;
    margin: 0;
    padding: 0;
}

.NavBar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: #000;
    position: sticky;
    top: 0;
    opacity: 0.5;
    transition: opacity 1s;
}

.NavBar:hover {
    opacity: 1;
    transition: opacity 1s;
}

.current {
    background-color: #111;
}

.NavBar img {
    display: block;
    color: white;
    text-align: center;
    padding: 1px 1px;
    float: left;
    margin: 0;
}

.NavBar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    position: sticky;
    margin: 0;
}

.NavBar a:hover {
    background-color: #111;
}

.header {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: white;
    font-family: 'Roboto', 'Orbitron', sans-serif;
    text-shadow: 1px 0px #111;
}

.header h2 {
    padding: 30px;
    font-size: 40px;
    text-align: center;
    font-family: 'Roboto', 'Orbitron', sans-serif;
    color: white;
}

.main {
    background-image: url('DarkFunnel.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.maincontact {
    background-image: url('images/enviroment.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.maincontact h1 {
    text-align: center;
    color: white;
}

.mainabout {
    background-image: url('images/news.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.mainindex {
    /* background-image: url('images/NeoVuBackgroundEYE.webp'); */
    background-color: #000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: hidden;
}

.mainservices {
    background-image: url('images/space.jpg ');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.mainsecret {
    background-color: aliceblue;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.backboard {
    background: white;
    border-radius: 15px;
    padding: 2%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

.newslist {
    list-style-type: none;
}

.newslist li {
    display: block;
    width: 100%;
    padding: 10px;
}

.newspost {
    border-radius: 15px 50px;
    background: white;
    border: 2px solid rgb(196, 188, 198);
    padding: 2%;
    padding-top: 2%;
    padding-bottom: 4%;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: 'Roboto', 'Orbitron', sans-serif;
}

.newspost .date {
    color: #111;
}

.newspost a {
    color: #111;
    text-decoration: none;
}

.newspost a:hover {
    color: rgb(192, 216, 237);
}

.newspost:hover {
    border: 2px solid rgb(192, 216, 237);
}

.biglogo {
    padding: 10%;
    animation: fadein 5s, upin 2s;
    margin-left: auto;
    margin-right: auto;
}

.biglogoSecret {
    padding: 20%;
    animation: fadein 5s, upin 2s;
    margin-left: auto;
    margin-right: auto;
}

.imageflex {
    padding: 5%;
    display: flex;
}

.imageflex2 {
    padding: 5%;
    display: flex;
}


.meat {
    background: #000;
    /* background-image: url('images/DarkFunnel.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 50% 100%;
    width: 100%;
    height: auto;
    margin:auto;
}

.meat h1 {
    border-bottom: 2px solid white;
    text-align: left;
    width: 80%;
    margin: auto;
}

.meat h2 {
    text-align: center;
    padding: 5%;
    border-bottom: 2px solid #787878;
    width: 80%;
    margin: auto;
}

.meat h3 {
    text-align: center;
    padding: 1%;
    width: 80%;
    margin: auto;
}

.meat p {
    text-align: justify;
    padding: 5%;
    width: 80%;
    margin: auto;
}

.meat table {
    border: none;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
}

.meat table td {
    height: auto;
    width: auto;
    border-left: 2px solid white;
    width: 50%;
}

.meat table td:first-child {
    height: auto;
    width: auto;
    border-left: none;
    width: 50%;
}

.brands {
    background: #333;
    width: 100%;
    height: auto;
    margin: auto;
    color: white;
}

.brands h1 {
    text-align: left;
    padding: 5%;
    width: 80%;
    margin: auto;
}

.brands h2 {
    text-align: center;
    padding: 5%;
    border-bottom: 2px solid #787878;
    width: 80%;
    margin: auto;
}

.brands p {
    text-align: justify;
    padding: 5%;
    width: 80%;
    margin: auto;
}

.brands .ethics {
    border-bottom: 2px solid #787878;
}

.brands table {
    border: none;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
}

.brands table td {
    height: auto;
    width: auto;
    border-left: 2px solid white;
    width: 50%;
}

.brands table td:first-child {
    height: auto;
    width: auto;
    border-left: none;
    width: 50%;
}

.footer {
    background: #333;
    text-decoration: none;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.footer ul li {
        float: right;
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        position: sticky;
        margin: 0;
}

.footer ul li:hover {
        background-color: #111;
}

.footer a {
    text-decoration: none;
    color: white;
}

.NavBarSecret {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: auto;
    background-color: #333;
    position: sticky;
    top: 0;
    opacity: 0.5;
    transition: opacity 1s;
}

.NavBarSecret a {
    float: center;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    position: sticky;
    margin: 0;
}