@keyframes gradient-animation {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}
html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 87px;
}
.continous {
    display: inline;
}
.text-center {
    text-align: center;
}
.small-div {
    height: 50px;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: white;
    background-color: #0D84C8;
}

p {
    width: fit-content;
    margin: auto;
    color: #6c757d;
    font-weight: 400;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}
li,td{
    color: #6c757d;
    font-weight: 400;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}
a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h2 {
    margin: 12px 0;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 15px auto;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h4 {
    width: fit-content;
    margin: auto;
    font-weight: 400;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}
a {
    text-decoration: none;
    color:#0D84C8;
    font-weight: bold;
    cursor: pointer;
}
body {
    margin: 0;
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #0D84C8,#0D84C8, #0DC8C1 , #0DC8C1);
    background-size: 200% 100%;
    animation: gradient-animation 6s forwards;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.navbar .logo {
    display: flex;
}
.navbar img {
    height: 40px;
}
.menu-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hamburger-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu div {
    margin: 0 10px;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 1000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menu button {
    font-size: 1.5rem;
}
.navbar a {
    color: white;
    text-decoration: none;
    text-align: center;
    margin: 14px 20px;
    min-width: 103px;
    display: flex;
    flex-direction: row;
}
.navbar svg {
    margin-left: 5px;
}
.navbar a:hover {
    color: #FFC107;
}
.dropdown {
    float: left;
    overflow: hidden;
  }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0D84C8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown .areadropbtn {
    font-size: 1rem;
    font-weight: 600;
    border: none;
    outline: none;
    color: white;
    margin: 14px 16px;
    background-color: inherit;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 14px 20px;
}

.dropdown-content a:hover {
    background-color: #0D84C8;
}

.flags-container {
    display: flex;
    gap: 20px; /* Space between the flags */
}

.flags-container a{
    min-width: 30px;
    width: 30px; /* Width of the flags */
    height: 20px; /* Height of the flags */
    background-size: cover;
    margin: auto;
}


.hungary {
    background-image: linear-gradient(to bottom, #C8102E 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #007A33 66.66%);
}

.usa {
    background-image: url('../assets/img/united-kingdom.png');
    padding: 0;
}

.germany {
    background-image: linear-gradient(to bottom, #000000 33.33%, #DD0000 33.33%, #DD0000 66.66%, #FFCC00 66.66%);
}

.euro-container {
    background-color: #f8f9fa;
}

.euro {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    align-items: center;
    max-width: 66.7%;
    margin: auto;
}

.euro .texts {
    text-align: center;
    max-width: 600px;
}

.company {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: fit-content;
    max-width: 66.7%;
    margin: auto;
}
.header{
    padding: 30px 0;
}
.features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.feature {
    flex: 1;
    padding: 12px;
    line-height: 1.5;
}
.areas{
    background-color: #f8f9fa;
    padding-bottom: 30px;
}
.area-container {
    margin-bottom: 30px;
}
.area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
    box-shadow: 0 2px 4px #0D84C8;
    border-radius: 8px;
}
.area .texts {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.area .texts p{
    text-align: left;
}
.area .picture {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 450px;
}
.area .picture img {
    width: 100%;
    border-radius: 8px;
}
.map {
    display: flex;
    justify-content: center;
    max-width: 830px;
}

.technical-container {
    background-color: #ffffff;
    padding: 20px 0;
}
.technical-columns {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 30px auto;
    max-width: 1000px;
}
.technical-column {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 0.5px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    max-width: 400px;
    box-shadow: 0 2px 4px #FFC107;
    margin-top: 15px;
}
.technical-column ul {
    list-style-type: none;
    padding: 0 40px ;
}

.technical-column ul li {
    padding: 8px 0;
    position: relative; 
}

.technical-column ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #0D84C8; 
    border-radius: 50%;
}

.technical-column ul li span {
    margin-left: 16px; 
}

#reporting {
    border: 0.5px solid #ddd;
    box-shadow: 0 2px 4px #FFC107;
}
#reporting h2{
    text-align: center;
}

.portfolio {
    background-color: #f8f9fa;
    text-align: center;
    padding-top: 30px;
    align-items: center;
}
.area-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.area-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.area-icon img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 3px;
    height: 40px;
}

.softwares {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 60px;
    max-width: 1800px;
}
.software p{
    margin: 0 10px;
    width: 100%;
}
.software {
    width: 570px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: auto;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px #0D84C8;
    background-color: #fff;
    border-radius: 8px;
}
.clickable {
    img{
        transition: transform 0.5s ease;
        &:hover {
            transform: scale(1.1);
        }
    }
    &:hover {
        cursor: pointer;
    }
}
.clickable-static {
    &:hover {
        cursor: pointer;
    }
}
.software .image {
    max-width: 200px;
}
.software img {
    width: auto;
    width: 100%;
}
.software .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    height: 254px;
    width: 350px;
}
.software .content .text {
    line-height: 1.3rem;
    padding-top: 10px;
    padding-right: 10px;
}
.software .content .text p{
    margin-right: 10px;
}

.software .content .text h4 {
    color:#0D84C8;
    font-weight: 600;
}

.software .content .category {
    padding: 5px 0;
    margin: 0 auto;
    width: 200px;
    position: relative;
}

.software .content .category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #0D84C8, #0DC8C1);
}

.software .content img {
    height: 40px;
}
.software .content .category {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.software .classifications img {
    height: 50px;
}
.matrix {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin-right: 200px;
}
.matrix .head {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}
.matrix .head div{
    display: flex;
    width: 325px;
    align-items: center;
    justify-content: center;
}
.matrix .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.matrix .row .cell {
    width: 300px;
    height: 300px;
    align-items: center;
    margin: auto;
}
.matrix .row .cell img{
    width: 100px;
    margin-top: 50px;
}
.contact-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fefefe;
    /* box-shadow: -1px -1px 2.5px rgba(0, 0, 0, 0.1), 1px -1px 2.5px rgba(0, 0, 0, 0.1), 1px 1px 2.5px rgba(0, 0, 0, 0.1); */
}
.contact-div img{
    width: auto;
    width: 100%;
}
.contact {
    text-align: center;
    width: 300px;
    padding: 50px;
    background-color: #FFC107;
}
.texts p{
    line-height: 1.2;
    margin-top: 20px;
    text-align: center;
}
.email {
    margin-top: 40px;
}


@media (max-width: 910px) {
    .menu {
        display: none;
        flex-direction: column;
    }

    .navbar img {
        height: 25px;
    }

    .menu.active {
        display: flex;
        height: 250px;
        position: fixed;
        left: 40%;
        top: 10%;
        background-color: #0D84C8;
        justify-content: space-around;
        align-items: center;
    }

    .hamburger-menu {
        display: block;
        position: relative;
        margin-bottom: 2px;
        margin-right: 10px;
    }

    .software {
        justify-content: center;
    }
}