
/*--------------------------------------------------------------
# Background image header
--------------------------------------------------------------*/

.background {
  width: 100%;
  height: 500px;
  background-position: top;
  background-size: cover;
  background-image: url("/assets/img/bg1.jpg");
}

/*--------------------------------------------------------------
# Club
--------------------------------------------------------------*/

svg.arrow {
  overflow: hidden;
  height: 20px;
  margin-left: 250px;
}

@media (max-width: 500px) {
  .wineBottle {
    margin-top: 5px;
    height: 100px;
    width: auto;
    text-align: center;
    margin-left: 30% !important;
  }

  .clubAdvantagesText {
    font-size: 70% !important;

  }

  svg.arrow {
    overflow: hidden;
    height: 20px;
    width: 24px;
  }
}

@media (max-width: 800px) {
  .clubTable {
    background: #e97865;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    padding: 10px;
    border-radius: 10px;
    width: auto !important;
    height: auto !important;
  }

  .clubTitle {
    font-size: 50px !important;
  }

  .wineBottle {
    margin-top: 5px;
    height: 100px;
    width: auto;
    text-align: center;
    margin-left: 18%
  }

  .clubInfoTitle {
    margin-top: 50px;
    font-size: 41px;
    font-weight: 600;
    font-family: "Montserrat";
  }

  .aboutTitle {
    margin-top: 15px;
    font-size: 35px;
    font-family: "Montserrat";
    font-weight: 1000;
    font-style: normal;
    background-color: transparent;
    border-bottom: 4px solid #E97865;
    display: inline-block;
    line-height: 1.15;
  }

  .aboutInfo {
    font-size: 13px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    background-color: transparent;
  }

  .arrow {
    float:right;
    color: green;
    width: 20%;
  }

  .clubAdvantagesText {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-family: "Montserrat";
    text-align: left;
  }

}

@media (min-width: 801px) {
  .clubTable {
    background: #e97865;
    width: 900px;
    height: 900px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    padding: 10px;
    border-radius: 10px;
  }

  .wineBottle {
    margin-top: 5px;
    float: left;
    height: 100px;
    width: auto;
    text-align: center;
    margin-left: 36%;
  }

  .clubInfoTitle {
    margin-top: 50px;
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat";
  }

  .aboutTitle {
    margin-top: 15px;
    font-size: 40px;
    font-family: "Montserrat";
    font-weight: 1000;
    font-style: normal;
    background-color: transparent;

    border-bottom: 4px solid #E97865;
    display: inline-block;
    line-height: 1.15;
  }

  .aboutInfo {
    font-size: 18px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    background-color: transparent;
  }

  .arrow {
    color: green;
    width: 20%;
    margin-left: 103%;
  }

  .clubAdvantagesText {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat";
    margin-left: -10px;
    text-align: left;
  }
}


.club {
  background-color: #dbf7fe;
  align-items: center;
  text-align: center;
  margin-top: -50px;
}

.clubTitle {
  font-family: "Playfair Display";
  color: rgb(236, 229, 215);
  display: inline;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  line-height: 65px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #556679 65%);
}

.bigTitle {
  margin-top: 30px;
  font-family: "Playfair Display";
  color: #e97865;
  display: inline;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  line-height: 65px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #556679 65%);
}

.steps {
  align-items: center;
  margin-top: 70px;
}

.circles {
  margin-bottom: 20px;
}

.stepCircle {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 2px solid #556679;
    background: #556679;
    color: rgb(236, 229, 215);
    margin: 0 auto;
}

.stepText {
  margin-top: 20px;
}

.clubStepTitle {
  color: rgb(236, 229, 215);
  font-size: 18px;
  font-family: "Montserrat";
  margin: 0 auto;
  margin-top: 10px;
}

.clubStepInfo {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat";
  margin: 0 auto;
}

.clubQuote {
  margin-top: 360px;
  font-family: "Montserrat";
  font-size: 20px;
  color: rgb(236, 229, 215);  margin: 30px;
}


.clubBtn {
  border-style: solid;
  border-width:3px;
  border-radius: 100px;
  border-color: #556679;
  width: 159px;
  height: 48px;
  position: relative;
  background: #556679;
  margin-top: 30px;
}

.clubBtn p {
  color: #fff;
  margin: 0 auto;
  font-family: "Montserrat";

}

.clubPrice {
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;

}

.clubAdvantages {
  margin-top: 100px;
  margin-left: 30%;
}

.clubAdvantagesTitle {
  font-family: "Playfair Display";
  color: rgb(236, 229, 215);
  font-size: 40px;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  line-height: 65px;
}

.readyBtn {
    border-style: none;
    border-radius: 100px;
    width: 159px;
    height: 48px;
    z-index: 100;
    position: relative;
    background: rgba(255,60,77,1);
}

.btnLabel {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Montserrat";
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}

.subscriptionPrice {
  font-family: "Montserrat";
  font-size: 25px;
  color: #556679;
}

.subscriptionPriceInfo {
  font-family: "Montserrat";
  font-size: 10px;
  color: #556679;
  margin-top: -25px;
}


.subscriptionInfo {
  margin-top: 100px;
  height: 500px;
  text-align: center;
  justify-content: center;
  align-items: center;

  border-style: none;
  border-color: #e97865;
}

.subscriptionTitle {
  font-family: "Montserrat";
  font-size: 30px;
  color: #e97865;
}


.amountOfBottles {
  font-family: "Montserrat";
  font-size: 30px;
  color: #e97865;
  margin-top: 10px;
}

.subscriptionContents{
  text-align: center;
}


.subscriptionBottles {
  margin-top: 10px;
}

.subscriptionBottleText {
  font-family: "Montserrat";
  font-size: 20px;
  color: #556679;
}

.subscriptionBtn {
  display: absolute;
  margin-top: 0px;
}


.winesImage {
  margin-top: 30px;
  padding: 50px;
}

.clubInfoSubTitle {
  font-size: 20px;
  color: #556679;
  font-family: "Montserrat";
}

.winesInfo {
  margin-top: 20px;
}

.plansBtn {
    margin-top: 30px;
    border-style: none;
    border-radius: 100px;
    width: 159px;
    height: 48px;
    z-index: 100;
    position: relative;
    background: rgba(255,60,77,1);
}
