body {
    margin: 0;
    scroll-behavior: smooth;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
  }
  
  * {
    box-sizing: border-box;
    transition: 0.4s ease all;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  ul {
    padding: 0;
    margin: 0;
  }
  .navbar {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1px);
    color: #000000;
    padding: 35px;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    z-index: 50;
  }

  .logo {
    padding-top: 5px;
  }




  .navbar .logo {
    cursor: pointer;
    font-family: "Montserrat";
  }
  .navbar ul.links {
    font-family: Montserrat;
    font-weight: 500;
    margin-left: auto;
    margin-right: 50px;
    list-style: none;
    display: flex;
    align-items: center;
    transition: 0.4s ease all, 0s ease background;
  }
  .navbar ul.links li {


    text-transform: uppercase;
    padding: 0 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease all, 0s ease margin;
  }
  .navbar ul.links li a {
    text-decoration: none;
    color: #000000;
  }
  .navbar ul.links li:hover {
    background: #009DE0;
    cursor: pointer;
  }
  .navbar ul.links li:hover a {
    color: #ffffff;
  }
  button {
    background: #009DE0;
    outline: none;
    font-weight: bold;
    padding: 10px 18px;
    border-radius: 25px;
    border: 1px solid #009DE0;
    letter-spacing: 1px;
    
  }
  button:hover {
    cursor: pointer;
    transform: scale(1.1);
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1px);
    border-color: #009DE0;
  }
  .content {
    background-size: cover;
    height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .content h2 {
    color: #009DE0;
  }
  .navbar.sticky {
    position: fixed;
    z-index: 40;
  }
  .navbar.sticky ~ main {
    position: relative;
    z-index: 20;
    top: 65px;
  }




  @media screen and (max-width: 850px) {
    .navbar .right {
      height: 0;
      overflow: hidden;
    }
    .toggle {
      position: absolute;
      top: 32.5px;
      right: 20px;
      z-index: 99;
      transform: translateY(-50%);
      cursor: pointer;
      width: 40px;
      height: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .toggle > * {
      width: 80%;
      height: 2px;
      background: #000000;
      margin: 3px 0;
    }
    .navbar.collapsed .toggle .line1 {
      transform: rotate(-45deg) translate(-4px, 5px);
    }
    .navbar.collapsed .toggle .line2 {
      opacity: 0;
    }
    .navbar.collapsed .toggle .line3 {
      transform: rotate(45deg) translate(-5px, -6px);
    }
    .navbar.collapsed .logo {
      position: absolute;
      z-index: 44;
    }
    .navbar .links {
      position: fixed;
      background: #ffffff;
      font-family: "Nunito";
      z-index: 40;
      top: 0;
      left: -100%;
      flex-direction: column;
      width: 45vw;
      height: 100vh;
    }
    .navbar .links li:first-child {
      margin-top: 80px;
    }
    .navbar.collapsed .links {
      left: 0;
    }
    .navbar.collapsed .links a {
      color: #000000;
      font-weight: 500;
    }
    .navbar.collapsed .links li {
      width: 100%;
    }
    .navbar.collapsed .links li:hover a {
      color: #080808;
    }
    .navbar.collapsed .right {
      position: fixed;
      font-family: "Nunito";
      width: 45vw;
      text-align: center;
      height: auto;
      bottom: -400px;
      left: 22.5vw;
      transform: translateX(-50%);
      z-index: 45;
    }
    .navbar.collapsed ~ main {
      filter: blur(1px);
      opacity: 0.8;
    }
    .navbar.sticky {
      position: fixed;
      z-index: 40;
    }
  }


.title {
  padding-top: 150px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.title h1 {
  color: black;

  font-family: Montserrat;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.container {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container img {
  display: flex;
  width: 1320px;
  height: auto;
  margin-bottom: 20px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  transition: 0.5s;
  flex-wrap: wrap;
}

.buttons a:nth-child(1) {
  text-decoration: none;
  color: #000000;


  border-radius: 51.5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, #000 100%);
  font-size: 30px;
  padding: 50px 50px;
}

.buttons a:nth-child(2) {
  text-decoration: none;
  color: #84AABD;

  border-radius: 51.5px;
  background: linear-gradient(180deg, #8897AB 0%, #394357 100%);
  font-size: 30px;
  padding: 50px 50px;
}

.buttons a:nth-child(3) {
  text-decoration: none;
  color: #868686;

  border-radius: 51.5px;
  background: linear-gradient(180deg, #A09FA4 0%, #5E6361 100%);
  font-size: 30px;
  padding: 50px 50px;
}

.buttons a:nth-child(4) {
  text-decoration: none;
  color: #FFFFFF;

  border-radius: 51.5px;
  background: linear-gradient(180deg, #e7e7e7 0%, #9B9B9B 100%);
  font-size: 30px;
  padding: 50px 50px;
}

.title2 {
  font-size: 30px;
  font-family: Montserrat;
  font-weight: 200;
  text-transform: uppercase;

  text-align: center;
  padding-top: 140px;
}

.blockinformation {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infotext h2 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 30px;
}

.infotext h4 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 20px;
}

.infogif_1 {
  padding-left: 32px;
}

.solution {
  padding-left: 30px;
}

.solution h2 {
  padding-bottom: 20px;
}

.solution h4 {
  padding-bottom: 20px;
}

@media (max-width:780px) {
  .blockinformation {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
  }

  .infogif_1 {
    padding-left: 0px;
  }

  .blockinformation img {
    width: 170%;
    
  }

  .infotext {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
  }

  .solution h2 {
    font-size: 20px;
  }

  .solution h4 {
    font-size: 15px;
  }

  .container img {
    width: 666px;
  }

}

@media (max-width:420px) {
  .container img {
    width: 465px;
    padding-bottom: 50px;
  }

  .title {
    padding-top: 100px;
    padding-bottom: 50px;

     
  }

  .title h1 {
    font-size: 40px;
  }

  
  .buttons {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .title2 {
    font-size: 25px;
    font-weight: 100;
  }

  .buttons a:nth-child(1) {
    padding: 40px 40px;
  }
  .buttons a:nth-child(2) {
    padding: 40px 40px;
  }
  .buttons a:nth-child(3) {
    padding: 40px 40px;
  }
  .buttons a:nth-child(4) {
    padding: 40px 40px;
  }
}

.container1 {
  margin-top:  50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.37) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
  background-image: url(../img/zeekr001/full\ hd.png);
  

  background-position: center;
  background-size: cover;
}




.contact__wrapper {
  width: 753px;
  margin: 0 auto;
  color: black;

  font-family: Montserrat;
}

.contact__form {
  padding: 100px 0 100px 0;
}

.red {
  color: red;
}

.form__inputs {
  display: flex;

}

input {
  width: 360px;
  height: 40px;
  font-size: 20px;
  margin-bottom: 30px;
}

input:first-of-type {
  margin-right: 23px;
}

textarea {
  width: 100%;
  height: 163px;
}

input, textarea {
  border: 1px solid #999999;
}

.button__block {
  display: flex;
  justify-content: flex-end;
}

input[type=submit] {
  width: 165px;
  height: 40px;
  background: #009DE0;
  color: white;

  margin-right: 0;
  margin-top: 20px;
}

.contact__wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 30px;

  padding-bottom: 80px;
}


.footer {
  display: flex;
  text-align: center;
  justify-content: center;

  background-color: #000;
  color: white;

  font-family: Montserrat;
}

@media (max-width:600px) {
  .contact__wrapper h1 {
    display: flex;
    justify-content: center;
  
  }

  .contact__wrapper {
    width: 360px;

  }

  .form__inputs {
      display: flex;
      flex-direction: column;

  }

  .button__block {
    justify-content: center;
  }

  .blockinformation {
    padding-top: 15px;
  }
 
}

@media (max-width:556px) {
  .infotext h2 {
    font-weight: 500;
  }

}

@media (min-width: 481px) and (max-width: 767px) {
  .contact__wrapper {
    width: 616px;
  }

  input {
    width: 295px;
  }

  .infotext {
    flex-direction: row;
    padding-left: 30px;
  }
}