/* CSS For landing page */
@font-face {
  font-family: 'boxicons';
  font-style: normal;
  src: local('boxicons'), local('boxicons'), url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);
  font-display: swap;
}
.main {
  max-width: 100% !important;
  padding: 0px;
}
section {
  padding: 60px 0px;
}
.container {
  align-items: center;
  margin: 0px auto;
  width: 90%;
}
.greenAccent {
  color: #1CD61D;
}
.redAccent {
  color: red;
}
h2 {
  font-size: 1.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 650px;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 1000px;
  }
  h2 {
    font-size: 2em;
  }
}
/* Hero */
#hero {
  height: calc(90vh - 60px);
  max-height: calc(90vh - 60px);
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
}
#hero .container {
  height: 45vh;
  max-height: 45vh;
  display: flex;
  justify-content: center;
}
.hero-svg {
  height: 35%;
  background-image: url("/assets/images/hero-ellipse.svg");
  background-position: center top;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: top;
  margin-top: -150px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero-svg img {
  object-fit: cover;
  object-position: top;
  width: 300px;
  height: 135%;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 150px);
}
.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.hero-container h1 {
  font-size: 1.8em;
}
.app-store-button {
  width: 150px !important;
  height: auto !important;
  margin: 0 !important;
}
.qrCode {
  display: none;
}

.qrHover svg {
  fill: var(--primary) !important;
}

.hero-container h2 {
  padding: 20px 0px;
  font-size: 1em !important;
}
.hero-break {
  display: none;
}
.hero-row {
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  #hero {
    margin-bottom: 150px;
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
  }
  .hero-container h1 {
    font-size: 3em;
  }
  .hero-svg img {
    height: 300px;
  }
  .hero-row {
    margin-left: 40px;
    height: 55px;
  }
  .qrCode {
    display: block;
    margin-left: 20px;
  }
  .scanQRCode {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    right: calc(50% - 75px - 300px);
    top: 40%; 
  }
  .qrHover {
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    color: var(--secondary);
    font-weight: 600;
    display: inline-block;
  }
  .qrHover:hover + .scanQRCode {
    display: block;
    width: 150px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-container h1 {
    font-size: 2.2em;
  }
  .hero-svg img {
    height: 200px;
  }
  .qrCode {
    display: none;
  }
}

/* Features */
.features-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.features-column img {
  margin: auto;
  height: auto;
  width: 100%;
  padding-top: 40px;
  margin-bottom: -40px;
}
.features-column h2 {
  padding: 40px 0;
}
.features-column h3 {
  padding: 20px 0;
}
.icon-box-row {
  display: flex
}
.icon-box-row i {
  color: #1CD61D;
  padding: 20px 15px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .features-container {
    flex-direction: row;
  }
  .features-column {
    width: 50%;
  }
  .features-column img {
    margin: 0 auto 0 0;
    width: 60%;
    height: auto;
  }
}
/* Download */
.download {
  width: 100%;
}
.download-container {
  text-align: center;
  background-color: #000;
  padding: 25px 0 0 0;
}
.download-container h2 {
  color: #fff;
  line-height: 1.6;
  padding: 0 20px;
}
.download-container img {
  margin: auto;
  padding: 25px 0;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .download-container {
    padding: 40px 0 0 0;
  }
  .download-container h2 {
    line-height: 2;
  }
  .download-container img {
    padding: 40px 0;
  }
}
/* Upgrade */
.upgrade-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.upgrade-column {
  padding: 20px 0;
}
.upgrade-column img {
  width: 100%;
  height: auto;
  margin: auto;
}
.pricing.icon-box-row {
  padding: 10px 20px;
}
.pricing.icon-box-row i {
  padding: 10px 15px 5px 0;
}
.pricing.icon-box-row p {
  font-weight: 500;
  padding: 5px 0;
}
.greenSlash {
  color: #1CD61D;
}
.subLength {
  font-size: .75em;
  font-weight: bold;
}
.pricing-box {
  border-radius: 25px;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
  background-color: var(--pricing-box);
}
.pricing-header {
  padding: 50px 0 40px 0;
}
.pricing-header h2 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: -15px;
}
.pricing-header h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
}
 .pricing-footer p {
   text-align: center;
   font-size: 16px;
   margin-top: 40px;
   margin-bottom: -20px;
   font-weight: bold;
 }
.price-button-row {
  display: flex;
  justify-content: center;
}
.price-button-row a {
  padding: 40px;
}
.price-button-row.app-store-button {
  margin: auto !important;
}
.upgrade-column.caption h4 {
  text-align: center;
  margin-bottom: 40px;
}
.icon-box-column h3 {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .upgrade-container {
    flex-direction: row;
  }
  .upgrade-column {
    width: 50%;
  }
  .upgrade-column img {
    width: 60%;
    height: auto;
    margin: 0 0 0 auto  !important;
  }
  .upgrade-column.caption h4{
    text-align: right;
    padding: 20px 0;
  }
}
/* Privacy */
.privacy {
  width: 100%;
}
.privacy-section-container {
  text-align: center;
  background-color: #000;
  padding: 25px;
  color: #fff;
}
.privacy-section-container a {
  text-decoration: underline;
  color: #fff;
}
.privacy-header h2 {
  color: #fff;
  line-height: 1.6;
  padding: 20px 0 40px 0;
}
.privacy-header p {
  color: #fff;
  text-align: left;
}
.privacy-header .bx-lg  {
  font-size: 4.0rem;
  color: #1CD61D;
  padding-top: 20px;
}
.privacy-footer * {
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}
.privacy-lists {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
.privacy-column h3 {
  color: #fff;
  padding: 20px;
}
.privacy-column ul {
  color: #fff;
  text-align: left;
  list-style-type: none;
}
.privacy-column li {
  padding: 7px;
  font-weight: bold;
}
.yesList li:before {
  content: '\2705';
  margin-left: -20px;
  margin-right: 10px;
}
.noList li:before {
  content: '\274C';
  margin-left: -20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .privacy-container {
    padding: 40px 0;
  }
  .privacy-header {
    width: 1000px;
    margin: auto;
  }
  .privacy-header h2 {
    line-height: 1.4;
    font-size: 2.5em;
  }
  .privacy-header p {
    text-align: center;
  }
  .privacy-footer p {
    text-align: center;
  }
  .privacy-lists {
    flex-direction: row;
    justify-content: center;
    width: 1000px;
    margin: auto;
  }
  .privacy-column ul {
    padding: 20px 0;
  }
  .privacy-column li {
    font-size: 1.2em;
  }
  .privacy-column {
    width: 50%;
    padding: 10px 20px;
  }
}
