html {
  background: #1c1c1c;
}
.container-fluid {
  max-width: 960px;
  margin: auto;
}
nav {
  padding-top: 20px;
  background: white;
}
nav .logo-img {
  float: left;
  margin-left: 25px;
}
nav button {
  float: right;
  margin-right: 25px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 5px;
}
nav .text-link {
  color: black;
  padding-right: 30px;
  padding-top: 14px;
  font-family: TradeGothicLTPro-Bold;
  font-size: 14pt;
  float: right;
}
nav .text-link:hover {
  color: #ff007a;
}
nav .mobile {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
nav .mobile .hamburger {
  height: 50px;
  text-indent: -9999px;
}
nav .mobile .hamburger span::before,
nav .mobile .hamburger span::after {
  display: block;
  position: absolute;
  top: 11px;
  left: 18px;
  right: 18px;
  height: 6px;
  background: #ff007a;
  width: 50px;
  -webkit-transition: all 500ms ease-in-out;
  content: '';
}
nav .mobile .hamburger span::after {
  top: 25px;
}
nav .mobile .hamburger.active span:before {
  top: 18px;
  -webkit-transform: rotate(45deg);
}
nav .mobile .hamburger.active span:after {
  top: 18px;
  -webkit-transform: rotate(-45deg);
}
nav .mobile .logo-img {
  margin: 0;
  margin-left: 15px;
}
nav .mobile button {
  float: right;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  font-size: 17px;
  padding-bottom: 5px;
}
nav .mobile .col-xs-4 {
  padding-right: 0px;
}
nav .drop-down-menu {
  position: absolute;
  width: 100%;
  height: 1000px;
  background: rgba(255, 0, 122, 0.9);
  text-align: center;
  padding-top: 25px;
  display: none;
}
nav .drop-down-menu a {
  position: relative;
  color: white;
  font-family: TradeGothicLTPro-Bold;
  font-size: 30px;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
nav .drop-down-menu a:hover {
  text-decoration: none;
}
nav .drop-down-menu .drop-down-socialico img {
  height: 40px;
}
nav .drop-down-menu .drop-down-socialico a {
  display: inline-block;
  margin: 15px 20px;
}
// header {
//   height: 570px;
//   overflow: hidden;
//   position: relative;
//   padding-top: 90px;
// }
// header .img-hero {
//   float: left;
//   position: absolute;
//   padding-left: 50px;
//   padding-top: 10px;
// }
// @media (max-width: 767px) {
//   header .img-hero {
//     padding-left: 0px;
//     padding-top: 170px;
//   }
// }
// header .img-header {
//   float: right;
//   position: relative;
//   padding-top: 40px;
// }
// header .row {
//   height: 420px;
// }
.vnyl-moto {
  background: linear-gradient(to right, #ff007a, #ed4aaa);
  padding: 46px 25px;
  
  margin: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .vnyl-moto {
    padding: 20px;
  }
  // header {
  //   height: 710px;
  // }
}
.step-1 {
  background: url("../img/createprofilebkg.png");
  background-size: auto 100%;
  min-height: 400px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .step-1 {
    background-image: url('../img/createprofilebkg@2x.jpg');
  }
}
.step-2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.step-2 .text-pargraph {
  padding: 0 30px;
}
.step-2 .vibes {
  margin-top: 55px;
}
.step-2 a {
  font-family: TradeGothicLTPro-Bold;
  color: #404040;
  font-size: 25pt;
  padding: 6px;
}
.step-2 a:hover {
  color: #ff007a;
}
.step-3 {
  background: linear-gradient(white 15%, #f7f7f7 15%);
  text-align: center;
}
.step-3 .text-pargraph {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .step-3 {
    background: #f7f7f7;
  }
}
.step-3 .wheel {
  overflow: hidden;
  height: 405px;
}
@media (max-width: 450px) {
  .step-3 .wheel {
    height: 355px;
  }
}
.step-3 .wheel .curator-wheel {
  position: absolute;
  top: -600px;
  left: -1400px;
  width: 1823px;
}
@media (max-width: 450px) {
  .step-3 .wheel .curator-wheel {
    top: -540px;
    left: -1250px;
    width: 1623px;
  }
}
.step-3 .wheel .next-arrow {
  position: absolute;
  bottom: 0;
  left: 370px;
  width: 92;
  height: 84;
  z-index: 5;
}
@media (max-width: 450px) {
  .step-3 .wheel .next-arrow {
    left: 300px;
  }
}
.step-3 .step {
  margin-top: 28%;
}
@media (max-width: 767px) {
  .step-3 .step {
    margin-top: 40px;
  }
}
.step-3 .texts-boxs {
  max-width: 40px;
}
.step-4 {
  background: url("../img/gradientsbkg.jpg");
  background-size: auto 100%;
  min-height: 400px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .step-4 {
    background-image: url("../img/gradientsbkg@2x.jpg");
  }
}
.get-physical {
  background: linear-gradient(to right, #ff007a, #ed4aaa);
  padding-top: 100px;
}
.get-physical p {
  color: white;
  padding-bottom: 10px;
}
.get-physical h3 {
  color: white;
  margin-bottom: 80px;
  font-size: 16pt;
}
.get-physical .signup-button {
  margin-top: 50px;
  margin-bottom: 50px;
}
.get-physical .leftCol {
  padding-left: 40px;
}
.GET-TEN {
  margin-top: 50px;
}
.GET-TEN .get-ten-img {
  margin-left: 20px;
  padding-bottom: 20px;
}
.GET-TEN h3 {
  font-family: TradeGothicLTPro-Bold;
  line-height: 27px;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.GET-TEN p {
  margin-top: 15px;
  margin-left: 25px;
}
.GET-TEN a {
  color: #ff007a;
}
.GET-TEN a:hover {
  color: #ff007a;
}
footer {
  height: 150px;
  background: #1c1c1c;
  padding-top: 25px;
}
footer p {
  color: white;
  font-family: TradeGothicLTPro-Light;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: white;
  font-family: TradeGothicLTPro-Bold;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer img {
  padding: 0 5px;
  float: right;
}
.store {
  margin-top: 120px;
}
.store h1 {
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-family: TradeGothicLTPro-Bold;
}
.store h2 {
  font-size: 20px;
}
.store p {
  font-size: 16px;
}
.store .map-des {
  margin-top: 50px;
}
.store .gps-button {
  margin-top: 25px;
  margin-bottom: 40px;
}
.store a {
  color: #ff007a;
  text-decoration: underline;
}
.store .store-img {
  margin: 50px 0;
}
.store .store-img div {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.faq {
  padding-top: 60px;
}
.faq .panel-group {
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}
.faq h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 45pt;
}
.faq .panel {
  border-radius: 0;
  border: 0;
}
.faq .panel-heading {
  border: 0;
  background-color: #ff007a;
  color: white;
  font-family: TradeGothicLTPro-Light;
  padding: 15px 20px;
}
.faq .panel-title {
  font-size: 14pt;
  text-align: center; 
}
.faq .panel-body {
  border: none;
}
.faq a {
  text-decoration: none;
  color: #ff007a;
}
.plans {
  padding-top: 120px;
  background-image: url("../img/plans/bkg_2x.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1250px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .plans {
    background-position: center bottom;
    background-size: 1000px;
  }
}
.plans h1 {
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-family: TradeGothicLTPro-Bold;
}
.plans p {
  margin-top: 25px;
  font-size: 20px;
}
.plans .plan-types {
  background-color: rgba(231, 231, 231, 0.7);
  padding: 50px;
  margin-top: 30px;
}
.plans button {
  width: 225px;
  height: 70px;
  font-size: 30px;
  margin-top: 25px;
}
.plans .plans-mobile {
  margin: 15px;
}
.plans .plans-mobile .plans-title {
  background-color: rgba(231, 231, 231, 0.7);
  width: 100%;
  height: 100px;
}
.plans .plans-mobile .image-container {
  width: 65%;
  float: left;
  padding-left: 5%;
  padding-top: 25px;
  padding-right: 10px;
}
.plans .plans-mobile .image-container img {
  max-height: 75px;
  padding-bottom: 25px;
}
.plans .plans-mobile .gray-square {
  background: #484848;
  height: 100px;
  position: relative;
  width: 100px;
  float: right;
}
.plans .plans-mobile .gray-square span::before,
.plans .plans-mobile .gray-square span::after {
  display: block;
  position: absolute;
  top: 50px;
  left: 35px;
  right: 18px;
  height: 4px;
  background: white;
  width: 25px;
  transition: all 500ms ease-in-out;
  content: '';
  -webkit-transform: rotate(45deg);
}
.plans .plans-mobile .gray-square span::after {
  left: 50px;
  -webkit-transform: rotate(-45deg);
}
.plans .plans-mobile .gray-square.move span:before {
  -webkit-transform: rotate(-45deg);
}
.plans .plans-mobile .gray-square.move span:after {
  -webkit-transform: rotate(45deg);
}
.plans .plans-mobile .plans-body {
  background-color: rgba(211, 211, 211, 0.7);
  text-align: center;
  padding: 5px 25px 25px 25px;
}
.plans .plans-mobile .hide-first {
  display: none;
}
.plans .plans-mobile .last-plan {
  margin-top: 25px;
}
.plans .plans-mobile .col-xs-12 {
  margin: 0;
  padding: 0;
}
.white-box {
  background: white;
  text-align: center;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.step {
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  background: #ff007a;
  text-align: center;
  color: white;
  margin: auto;
  font-size: 15pt;
}
h2 {
  color: #ff007a;
  font-family: TradeGothicLTPro-Bold;
  font-size: 35pt;
}
button {
  background: #ff007a;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  color: white;
  border: none;
  font-family: TradeGothicLTPro-Bold;
  font-size: 15pt;
  height: 100%;
}
button :focus,
button :active,
button :hover {
  -webkit-appearance: none;
}
p {
  font-family: TradeGothicLTPro;
  color: #404040;
  font-size: 12pt;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.terms-link a {
  color: black;
  text-decoration: none;
}
.terms-link a:hover {
  color: #ff007a;
  text-decoration: underline;
}
h4 {
  font-size: 20px; 
  font-weight: 400; 
  color: #404040; 
  letter-spacing: .25px;
  text-align: center;
  margin-right: 80px;
}
@media (max-width: 768px) {
  h4 {
    margin-right: -50px !important;
    float: right !important;
    padding-top: 20px !important;
    width: 750px !important
  }
  .img-header {
  max-width: 400px;
  margin-top: 70px !important;
}
}
@media (max-width: 414px) {
  .img-header {
  max-width: 380px;
  margin-top: 0px !important;
  float: inherit !important;
}
}
@media (max-width: 320px) {
  .img-header {
  max-width: 330px;
  margin-top: 0px !important;
  float: inherit !important;
  padding-top: 30px !important;
}
  .img-hero {
    max-width: 400px !important;
    float: inherit !important;
  }
  header {
    height: 620px;
  }
}