/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Fonts & Colors */
/* Style Variables */
/* Mixins */
/* Universal Styles */
body {
  background: #f6f6fe;
  color: #494c5f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center; }

.content-wrapper {
  margin: 0px 25px; }

a.gradient-button {
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  padding: 15px 0px;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(to right, #a3a8f0, #696fdd);
  border: 1px solid; }
  a.gradient-button:hover {
    background: none;
    border: 1px solid #494c5f;
    color: #696fdd; }

a.button {
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  padding: 15px 0px;
  text-decoration: none;
  text-transform: uppercase;
  background: white;
  border: 1px solid;
  color: #696fdd; }
  a.button:hover {
    background: none;
    border: 1px solid white;
    color: white; }

h2 {
  font-weight: 600; }

/* Toggle Slider */
/* The switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #a3a8f0, #696fdd);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:hover {
  opacity: 0.5; }

input:checked + .slider {
  background: linear-gradient(to right, #a3a8f0, #696fdd); }

input:focus + .slider {
  box-shadow: 0 0 1px #494c5f; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded Slider */
.slider.round {
  border-radius: 34px; }
  .slider.round:before {
    border-radius: 50%; }

/* Mobile Styles */
#pricing:before {
  content: " ";
  background-image: url("../img/bg-top.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 55%;
  bottom: 0;
  right: 0;
  z-index: -100; }
#pricing h1 {
  padding-top: 70px; }
#pricing .pricing-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  width: 250px; }
  #pricing .pricing-options p {
    color: #b3b5c6; }
#pricing .plan-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
#pricing .card {
  box-shadow: 0px 0px 10px 5px #eae9fb;
  width: 320px; }
  #pricing .card h1 {
    font-size: 3.75rem;
    line-height: 1rem;
    padding: 10px 0px; }
  #pricing .card h2 {
    font-size: 1.25rem;
    line-height: 1rem;
    padding-top: 15px; }
  #pricing .card p {
    border-top: 1px solid #b3b5c6;
    line-height: 1.5rem;
    padding-top: 1rem; }
  #pricing .card p:nth-of-type(3) {
    border-bottom: 1px solid #b3b5c6;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
#pricing .basic-plan {
  background: white;
  border-radius: 5px;
  height: 450px;
  padding: 0px 30px;
  margin-top: 80px; }
#pricing .professional-plan {
  background: linear-gradient(to bottom, #a3a8f0, #696fdd);
  border-radius: 5px;
  color: white;
  height: 450px;
  padding: 0px 30px;
  margin-top: 30px; }
#pricing .master-plan {
  background: white;
  border-radius: 5px;
  height: 450px;
  padding: 0px 30px;
  margin-top: 30px; }

footer {
  padding: 40px 0px 20px 0px; }
  footer span {
    display: block; }
  footer a:link,
  footer a:visited {
    color: #696fdd;
    text-decoration: none; }
  footer a:hover {
    color: #a3a8f0;
    transition: 1s color; }

/* Extra Small Screens */
@media screen and (max-width: 325px) {
  #pricing .plan-container .card {
    width: 230px; } }
/* Desktop Styles */
@media screen and (min-width: 1200px) {
  #pricing:before {
    left: 75%; }
  #pricing .pricing-options {
    margin-bottom: 45px; }
  #pricing .plan-container {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  #pricing .professional-plan {
    height: 500px;
    z-index: 100; }
    #pricing .professional-plan h2 {
      margin-top: 46px; }
  #pricing .basic-plan,
  #pricing .master-plan {
    margin-top: 40px; }

  footer:before {
    content: " ";
    background-image: url("../img/bg-bottom.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 360px;
    height: 310px;
    position: absolute;
    top: 75%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -100; }
  footer span {
    display: inline; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
