body {
    margin: 0;
    scroll-behavior: smooth;
    background-color: black;
  }
  
  * {
    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(0, 0, 0, 0.8);
    backdrop-filter: blur(1px);
    color: #fff;
    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;
    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: #fff;
  }
  .navbar ul.links li:hover {
    background: #009DE0;
    cursor: pointer;
  }
  .navbar ul.links li:hover a {
    color: #080808;
  }
  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: white;
    background: rgba(0, 0, 0, 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;
  }
  section {
    background: #000;
    color: #009DE0;
    padding: 20px;
    font-family: "Lacquer";
    font-weight: bold;
    letter-spacing: 0.5px;
  }



  @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: #fff;
      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: #080808;
      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: #fff;
    }
    .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;
    }
  }

.container {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    overflow-x: hidden;
}

.slides {
    scroll-snap-align: start;
}

.zeekr001 {
    background-image: url(../img/zeekr001.png);
    height: 100vh;
    background-position: center;
    background-size: cover;
    
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: start;
    padding-top: 150px;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat;
}

.zeekr001 h1 {
    font-weight: 400;
    font-size: 96px;

    margin-bottom: 21px;
}

.zeekr001 h2 {
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.733);

    margin-bottom: 54px;
}

.buy_button a {
    text-decoration: none;
    font-size: 20px;


}


.button_buyed {
    color: black;
    
    border: 1px solid #FFF;
    background: #FFF;
    padding: 10px 22px;

    margin-right: 40px;
}

.button_buyed:hover {
  background: #009DE0;
  color: white;
}

.button_info {
    color: white;

    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.14);
    padding: 10px 16px;
}

.button_info:hover {
  background: #009DE0;
  color: white;
}

.zfr {
    background-image: url(../img/zeekrfr.png);
}

.zx {
    background-image: url(../img/zeekrx.png);
}

.z009 {
    background-image: url(../img/zeekr009.png);
}

.z007 {
    background-image: url(../img/zeekr007.jpg);
}

.contact_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.81) 50.52%, rgba(0, 0, 0, 0.81) 100%), lightgray 50% url(../img/giphy.gif); 
  height: 100vh;
  background-position: center;
  background-size: cover;
}



.contact_info h1 {
  color: white;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.contact_info h2 {
  color: white;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.qr_boxx {
  display: flex;
  justify-content: center;
  padding-top: 93px;
  padding-bottom: 90px;

}

.contact_button {
  display: flex;
  flex-direction: column;

  gap: 42px;
  text-align: center;
  padding-left: 100px;
}

.contact_button a {
  text-decoration: none;
  color: white;

  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;

  border: 1.149px solid #FFF;
  background: rgba(255, 255, 255, 0.00);
  padding: 11px 58px;
  gap: 42px;
}

.adress {
  color: white;
  font-family: Montserrat;

  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.adress h3 {
  padding-bottom: 22px;
  font-weight: 400;
}


.contact_info h5 {
  padding-top: 50px;
  color: white;
  font-family: Montserrat;

  font-size: 20px;
  font-weight: 400;
}

.end {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}


@media (max-width: 556px) {
  .zeekr001 h1 {
    font-size: 60px;
  }

  .zeekr001 h2 {
    font-size: 20px;
  }

  .button_buyed {
    margin-right: 10px;
  }

  .contact_info h1 {
    font-size: 25px;
    padding-top: 80px;
  }

  .contact_info h2 {
    font-size: 15px;
    padding: 0px 8px;
  }

  .qr_boxx {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 54px;
  }

  .contact_button {
    padding-left: 0;
    padding-top: 20px;
    align-items: center;

    gap: 20px;
  }

  .contact_button a {
    font-size: 15px;
    padding: 11px 35px;
  }

  .adress h3 {
    font-size: 13px;
    padding: 0 8px;
  }

  .end h5 {
    font-size: 15px;
  }

  .qr img {
    width: 200px;
  }

}

