* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}

.header {
  margin: 30px 30px;
  position: absolute;
  top: 30px;
  left: 20px;
}

.logo {
  width: 120px;
}

.sections-container {
  display: flex;
  flex-direction: row;
  height: 100vmin;
  position: relative;
}


.left-section {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 100%;
  background: #F7FFFF;
}

.left-container {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
  margin-left: 100px;
  margin-right: 40px;
}

.left-container h1 {
  font-size: 3em;
  max-width: 70%;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  color: #2B333D;
}

.left-container .desc-text {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0;
  max-width: 75%;
}

.left-container .desc-text-2 {
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.4;
}

.main-form {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.main-form input {
  max-width: 300px;
  height: 45px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 32, 80, 0.5);
  border-radius: 3px; 
  background: none;
  font-size: 1em;
  font-weight: 300;
  color: #434343;
  outline: none;
}

.main-form .join {
  background: #2B333D;
  color: #fff;
  max-width: 30%;
  min-width: 200px;
}

.main-form .join:hover {
  background: #5f81aa;
  transition: background 1s ease;
  cursor: pointer;
}
  
.footer {
  display: none;
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
  width: 400px;
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.footer img {
  width: 40%;
  height: 40%;
  margin: 0;
  position: relative;
  top: 20px;
}

.right-section {
  display: flex;
  flex-direction: column;
  background: #62728A;
  width: 40%;
  height: 100%;
  position: relative;
}

.exclusive {
  max-width: 20%;
  overflow: hidden;
  position: absolute;
  left: 20px;
}

.car {
  position: absolute;
  width: 50%;
  left: 39%;
  top: 45%;
  z-index: 4000;
}

.club-benefits {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
  margin-top: 30px;
  max-width: 200px;
  position: relative;
  left: 30%;
  top: 0%;
  font-family: sans-serif;
}

.club-benefits ul {
  list-style: none;
}

.club-benefits ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7)
}

.club-benefits-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: sans-serif;
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
}

.club-benefits-header img {
  width: 20px;
  height: 20px;
  margin-left: 10px;

}

ul li::before {
  content: "";
  background-image: url(https://res.cloudinary.com/somiari/image/upload/v1645055347/Pamtech/first_bullet.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  left: -40px;
  position: relative;
  top: 0.2rem;
  margin-right: -1rem;
}


@media only screen and (max-width: 700px) {
  
  .header {
    align-items: center;
    text-align: center;
    position: unset;
    background:#F7FFFF;
    padding: 50px;
    margin: 0px;
  }

  .sections-container {
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
  }

  .left-container {
    align-items: center;
    /* border: 1px solid red; */
    padding: 0;
    margin-top: 250px;
  }

  .left-section {
    flex-basis: 100%;
    width: 100%;
    height: 1500px;
  }


  .right-section {
    flex-basis: 100%;
    width: 100%;
    height: 500px;
  }


  .header {
    order: 1;
  }

  .left-section {
    text-align: center;
    order: 2;
  }

  .right-section {
    width: 100%;
    order: 4;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
    align-items: center;
  }

  .car {
    top: 170px;
    left: 140px;
    width: 400px;
  }

  .main-form {
    align-items: center;
    margin-bottom: 80px;
  }

  .main-form input {
    width: 500px;
    height: 50px;
    margin-bottom: 30px;
  }

  .exclusive {
    display: none;
  }

  .left-container .desc-text {
    font-size: 1.4em;
    line-height: 1.4;
    margin: 0;
    width: 90%;
  }
  
  .left-container .desc-text-2 {
    width: 90%;
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.4;
  }

  .left-container h1 {
    font-size: 3.5em;
  }


  .club-benefits {
    min-width: 400px;
    font-family: sans-serif;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;
  }
  
  .club-benefits ul li {
    margin-bottom: 30px;
    font-size: 1.2em;
  }
  
  .club-benefits-header {
    font-size: 1.3em;
  }
  
  .club-benefits-header img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  
  }

  .left-container {
    display: flex;
    /* border: 3px solid green; */
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }

  .footer {
    display: none;
  }

  .club-benefits-header {
    align-items: center;
    justify-content: center;
  }
}