body {
    font-family: Arial, sans-serif;
    overflow-y: hidden;
}
.Home {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed; 
    top: 0;
    left: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 10px 20px;
    height: 60px; 
    position: relative;
}

.nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    float: right;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    color: #b4bbffb8;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 6px;
    border-radius: 16px;
    font-family: Play, sans-serif;
}
.nav-list a:hover {
    color: #92deff;
    box-shadow: 0 8px 16px 0 #0A0A0A59; 
}
.nav-list a.Selected {
    color: #79fdf7;
}
.nav-list a.Selected:hover {
    color: #FF0000;
    box-shadow: none;
    cursor: not-allowed;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute; 
    top: 20px;
    right: 20px;
    z-index: 1000; 
}

.bar {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
    transition: 0.4s;
    background-color: #02AFB6;
}

.change .bar {
    background-color: red; /* Change color when in 'X' state */
}

.change .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-7.9px, 7.9px); 
}

.change .bar:nth-child(2) {
    opacity: 0;
}

.change .bar:nth-child(3) {
    transform: rotate(45deg) translate(-7.6px, -7.6px); 
}
.Language { 
    border: none;
    color: rgba(255, 255, 255, 0.45);
    border-radius: 25px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    background-color: rgba(48, 3, 126, 0);
}

 /* Style the button that opens the dropdown menu */
.dropbtn {
    background-color: rgba(76, 175, 80, 0);
    color: #a3c0c0;
    padding: 2px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover {
    transform: scale(0.9);
 }
  /* Style the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

   /* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: rgb(2, 29, 25);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(252, 87, 188, 0.45);
    z-index: 1;
    border-radius: 6px;
}

   /* Style the links inside the dropdown */
.dropdown-content a {
    color: rgb(252, 206, 0);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: 4px;
}

   /* Change the background color of the dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgba(255, 67, 170, 0.3);
    color: rgb(255, 251, 0);
}

.dropdown-content .Selected {
    color: rgb(253, 228, 115);
}
.dropdown-content .Selected:hover {
    background-color: rgba(255, 67, 170, 0.3);
    color: rgb(255, 0, 85);
}
.dropdown-content {
    left: -60;
}
   /* Show the dropdown menu on click */
.dropdown.clicked .dropdown-content {
    display: block;
}
    /* Change the background color of the button when the dropdown is open */
.dropdown.clicked .dropbtn {
    background-color: rgba(62, 142, 65, 0);
    color: #a3c0c0;
}
      
.Logo {
    float: left;
}
img.LogoImg {
    width: 200px;
    height: auto;
    height: auto;
}
.menu-logo {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    float: right;
}
.menu-logo li {
    margin: 0 15px;
}

.menu-logo a {
    color: #42445AB8;
    text-decoration: none;
    font-size: 18px;
    padding: 4px 6px;
    border-radius: 16px;
}

/*.Main {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url("/resources/AbstractEyeLooking.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}*/
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.Main {
    position: relative;
    width: 100%;
    height: 600px;
}
  
.Main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #00426C, #627F92, #627F92, #00426C);
}

.welcome {
    width: 100%;
    height: auto;
    position: relative;
    top: 60px;
}
h1 {
   width: 60%;
   background: linear-gradient(to right, #525051, #fcfafb);
   background-clip: text; 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 36px;
   font-family: Helvetica, fantasy;
   margin: 6px auto;
   font-style: italic;
   text-align: center;
   font-family: K2D, sans-serif;
}
p.M {
   width: 40%;
   background: linear-gradient(to right, #9F024D, #00DBFF);
   background-clip: text; 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-family: Helvetica, fantasy;
   margin: 6px;
   font-style: italic;
   text-align: center;
   font-size: 24px;
   font-family: 'Timesky', sans-serif;
   margin: 60px auto;
}

.Service {
    width: 100%;
    height: auto;
    display: grid;
    position: relative;
    background-color: #282826;
}
 .Service::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #909A9E, #00426C, #00426C, #909A9E);
 }


.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
 }
    
.service-box {
    flex: 1 1 calc(33.333% - 40px);
    box-shadow: #6CA4AB;
    padding: 20px;
    margin: 40px;
    border-radius: 8px;
    background: linear-gradient(to right, #768688, #AEB3B5, #AEB3B5, #768688);
    text-align: center;
}
    
h2 {
    color: #59C9F5;
    text-align: center;
    font-size: 40px;
    font-family: 'Equila', sans-serif;
 }
 h3 {
    color: #00365E;
    text-align: center;
    font-size: 24px;
    font-family: Jura, sans-serif;
 }
 p {
    color: #3A454E;
    text-align: center;
    font-size: 26px;
    font-family: 'Hatolie', serif;
 }
.service-box h3 {
    margin-top: 0;
}    

.Footer {
    width: 100%;
    height: 26px;
    position: relative;
    text-align: center;
    align-items: center;
    display: grid;
    color: white;
    background: linear-gradient(to right, #1D2326, #909A9E, #909A9E, #1D2326);
    font-size: 14px;
    font-family: Play, sans-serif;
}
    .Footer::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #909A9E, #00426C, #00426C, #909A9E);
    }

@media (min-width: 1606px) {
    .Language { 
       margin-left: 260px;
   }
}
@media (min-width: 1216px) and (max-width: 1605px){
    .Language { 
       margin-left: 140px;
   }
} 
@media (min-width: 1066px) and (max-width: 1215px){
    .Language { 
       margin-left: 100px;
   }
 
} 

@media (max-width: 990px) {
       .navbar {
           height: 40px; 
       }
       .menu-toggle {
           top: 14px;
           display: flex;
       }
   
       .nav-list {
           display: flex;
           flex-direction: column;
           width: 250px;
           height: 100%;
           position: fixed;
           top: 60px;
           left: -250px;
           background-color: #010e14;
           transition: 0.4s;
           z-index: 999; 
       }
   
       .nav-list.active {
           left: 0;
       }
   
       .nav-list li {
           text-align: center;
           margin-top: 20px;
       }
       .dropdown-content {
           left: -64px;
       }
       img.LogoImg {
           width: 100px;
       }
       .menu-logo {
           display: flex;
           flex-direction: column;
           width: 100%;
           height: 60px;
           position: fixed;
           top: -60px;
           left: 0;
           background-color: #3333339E;
           transition: 0.4s;
           z-index: 999; 
       } 
       .menu-logo.active {
           top: 0;
       }
        .menu-logo li {
           text-align: center;
           margin: 0;
       }
        .Logo.active {
           display: none;
       }
  
        .Main {
           height: 400px;
       }
       .welcome {
        top: 10px;
       }
        h1 {
           width: 86%;
           font-size: 24px;
           margin: 6px auto;
       }
        p.M {
           width: 84%;
           font-size: 14px;
           margin: 16px auto;
       }
        h2 {
           font-size: 32px;
       }
        h3 {
           font-size: 26px;
       }
        p {
           font-size: 24px;
       }
}
@media (max-width: 800px) {
    .service-box {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (max-width: 500px) {
    .service-box {
        flex: 1 1 100%;
    }
}