.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: "helvetica-w01-light";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/8eac109b-0fa9-42bf-a305-43e471e23779/v1/helvetica-w01-light.woff2")
    format("woff2");
  font-display: swap;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Full-page container */
body {
  font-family: "helvetica-w01-light", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Video background */
.video-bg-container {
  position: relative;
  height: 400px;
  /* Full viewport height */
  overflow: hidden;
}

h1 {
  letter-spacing: normal;
}

.video-bg {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 83%;
  object-fit: cover;
  z-index: -1;
}

/* General Navbar Styling */

/* General Navbar Styling */
.navbar {
  position: sticky;
  top: 0;
  opacity: 1;
  z-index: 1000;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
}

.header {
  width: 100%;
  display: flex;

  justify-content: space-between;
  align-items: center;
  background-color: white;
}

.ul_data {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 10px;
  margin: 0;
  list-style-type: none;
}

.ul_lists {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.ul_lists:hover {
  background-color: rgb(221, 211, 211);
}

.li_a {
  text-decoration: none !important;
  color: #444444 !important;
  font-weight: 400;
}

.icon {
  height: 60px;
}

/* SVG Toggle Button */
.mobile-svg {
  display: none;
}

.svg-icon {
  height: 30px;
  width: 30px;
  cursor: pointer;
  color: #444;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%; /* Start hidden on the right */
  width: 70%;
  height: 100%;
  background-color: #0C3C60; /* Navbar background color */
  color: white;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, right 0.3s ease-in-out; /* Smooth transition */
  transform: translateX(0);
  z-index: 999;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 50px 20px;
}
.close-button{
  background-color: transparent;
  box-shadow: none;
  position: absolute;
  border: none;
  top: 10px;
  color: white;
  right: 10px;
}

.mobile-menu ul li {
  margin: 30px 0;
  text-align: center;
}
.mobile-menu ul li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

/* Close Button */

.mobile-menu.open {
  right: 0; /* Slide in from right */
  transform: translateX(-0%);
}
.mobile-svg {
  cursor: pointer;
}
.down-contact {
  background-color: #b4b7b5;
  opacity: 0.8;
  color: rgb(var(--color_45));
}

/* Content section */
.content {
  padding: 50px 20px;
  text-align: center;
  color: #333;
  /* Dark color for better contrast against light background */
  background-color: #f8f8f8;
  /* Light background for content */
}

.content h1 {
  margin-bottom: 20px;
}

.content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.grid_section {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.grid_section div {
  background-color: #0c3c60;
  height: 300px;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.grid_section p {
  color: white;
}

.grid_section_pera {
  font-size: 24px;
}
/*  */
.work {
  padding: 20px;
  text-align: center;
}

.work_heading {
  font-size: 60px;
}

.work_pera {
  font-size: 24px;
}

.work_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 40px 20px;
  color: #0c3c60;
}

.flex_1 {
  margin-top: 20px;
}

.work_flex-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  gap: 15px;

  height: 300px;
  width: 40%;
}

.work_flex-1 p {
  margin: 0px;
}

.pera_1 {
  font-size: 25px;
  font-weight: 700;
}

.kontakt-section {
  display: flex;
  flex-direction: row;
  justify-content: center;

  background-color: #0c3c60;
  color: white;
  padding: 50px 20px;
}

/* Map styles */
.map-container {
  width: 30%;
  height: 400px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Contact info styles */
.contact-info {
  width: 40%;
}

.contact-info h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.contact-info p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 1.5;
}

.email {
  border-bottom: 1px solid white;
  color: white;
  text-decoration: none;
}

.contact-info a {
  color: #00bfff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 2px solid #ccc;
  padding: 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.cookie-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-popup a {
  color: #007bff;
  text-decoration: underline;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.settings,
.accept {
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.settings:hover {
  background-color: #f0f0f0;
}

.accept {
  background-color: black;
  color: white;
}

.accept:hover {
  opacity: 0.8;
}

.close {
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.close:hover {
  color: red;
}

@media screen and (max-width: 740px) {
  .header {
    padding: 5%;
  }

  .ul_data {
    display: none;
  }

  .mobile-svg {
    display: block;
  }

  


  .icon {
    height: 30px;
  }

  .video-bg {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .down-contact p {
    font-size: 14px;
  }

  .down-contact h1 {
    font-size: 32px !important;
  }

  .grid_section {
    padding-top: 60px;
    display: flex;
    flex-direction: column;

    justify-content: space-between;
    align-items: center;
  }

  .grid_section div {
    background-color: #0c3c60;

    height: auto;
    text-align: center;
    width: auto;
    /* padding: 20px; */
  }

  .grid_section p {
    color: white;
  }

  .grid_section_pera {
    font-size: 20px;
  }

  .work {
    padding: 20px;
    text-align: center;
  }

  .work_heading {
    font-size: 32px;
  }

  .work_pera {
    font-size: 20px;
  }

  .work_flex {
    display: block;
    justify-content: normal;
    align-items: center;
    gap: 50px;
    padding: 40px 20px;
    color: #0c3c60;
  }

  .flex_1 {
    margin-top: 20px;
  }

  .work_flex-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    gap: 15px;

    height: 300px;
    width: 100%;
    margin-top: 20px;
  }

  .work_flex-1 p {
    margin: 0px;
  }

  .pera_1 {
    font-size: 25px;
    font-weight: 700;
  }

  .kontakt-section {
    display: block !important;
    width: auto !important;
    background-color: #0c3c60;
    color: white;
    padding: 20px;
  }

  /* Map styles */
  .map-container {
    width: auto;
    height: 300px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  /* Contact info styles */
  .contact_heading {
    font-size: 32px !important;
  }

  .contact-info {
    width: 100% !important;
  }

  .contact-info h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .contact-info p {
    margin: 5px 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .email {
    border-bottom: 1px solid white;
    color: white;
    text-decoration: none;
  }

  .contact-info a {
    color: #00bfff;
    text-decoration: none;
  }

  .contact-info a:hover {
    text-decoration: underline;
  }

  .footer {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 740px) {
  .container {
    max-width: 640px;
  }
}

/* @media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}*/

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }

  .containers {
    max-width: 1024px;
  }
}
